App Endpoints

/app/contact-us

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


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
Previous
/app