App Endpoints

/app/contact-us

Provide a simple way for users to contact you through your application.


Submit request

POST /app/contact-us
{
    "email": "john@acme-corp.com",
    "message": "I would like to know more about..."
}

Required fields:

  • email
  • message

Optional fields:

  • subject
  • name
  • phone
  • company
  • first_name
  • last_name
  • address
  • city
  • state
  • zip
  • country

Response

The API will send the information submitted to the contact_us email provided in the Backstack dashboard for the app.

Previous
/app