Promozione Branding API

Documentation for Form Submission Endpoint

Endpoint Details

Base URL

http://31.97.207.196:5000

Submission Endpoint

POST /api/form/add

Request Body Schema

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
email String Yes Valid email format
place String Yes N/A
message String Yes N/A
product String No Optional product identifier

Example Request Body

{
    "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."
}