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.Documentation Index
Fetch the complete documentation index at: https://docs.shipfastai.dev/llms.txt
Use this file to discover all available pages before exploring further.
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:Full name of the person submitting the form.
Email address for the reply and confirmation email.
The subject category. One of
sales, support, enterprise, partnership, or other.The message body.
Subject categories
| Value | Label |
|---|---|
sales | Sales Inquiry |
support | Technical Support |
enterprise | Enterprise Solutions |
partnership | Partnership |
other | General Inquiry |
Success response
Error responses
| Status | Condition |
|---|---|
400 | Missing required field (name, email, subject, or message) |
500 | Failed to send the notification email |