Contact us email website

POST /emails/website/contact-us

Request

Body

Pass the following properties via application/json or form encoding in the body of the request.

A dictionary with fields

Field Type Description
send_to Email Email address
name String A String value
email Email Email address
message String A String value

Example request 1

POST /emails/website/contact-us HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.8.0
Accept-Language: en-US,en;q=0.5
Content-Type: application/json
Content-Length: 115
{
    "send_to": "example@domain.com",
    "name": "...",
    "email": "example@domain.com",
    "message": "..."
}

Response

Example response 1

HTTP/1.1 200 OK
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.8.0 stable