Documentation for Form Submission Endpoint
Base URL
http://31.97.207.196:5000
Submission Endpoint
/api/form/add
The request body must be sent as `application/json` and adhere to the following structure:
| Field | Type | Required | Constraints |
|---|---|---|---|
| platform | String | Yes | N/A |
| platformEmail | String | Yes | N/A |
| name | String | Yes | N/A |
| phone | String | Yes | Min 10, Max 15 |
| String | Yes | Valid email format | |
| place | String | Yes | N/A |
| message | String | Yes | N/A |
| product | String | No | Optional product identifier |
{
"platform": "Website Contact Page",
"platformEmail": "sales@promozionebranding.com",
"name": "Arjun Patel",
"phone": "9898989898",
"email": "arjun.patel@client.in",
"product": "Social Media Management",
"place": "Mumbai, India",
"message": "We need help scaling our organic reach across Instagram and LinkedIn."
}