Skip to main content
The contact API accepts form submissions from the Shipfastai website, sends a notification email to the support team, and sends a confirmation email to the submitter.

POST /api/contact

Submit a contact form message. The endpoint sends a styled notification email to the support team and a confirmation email to the submitter. Request body:
string
required
Full name of the person submitting the form.
string
required
Email address for the reply and confirmation email.
string
required
The subject category. One of sales, support, enterprise, partnership, or other.
string
required
The message body.

Subject categories

Success response

Error responses