Skip to main content
POST
/
v1
/
messages
Create message
curl --request POST \
  --url https://api.example.com/v1/messages \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "body": "<string>",
  "customer": {},
  "scheduleDate": "2023-11-07T05:31:56Z",
  "thread": {
    "status": "unread"
  }
}
'
{}

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format 'Bearer <token>'

Body

application/json
body
string
customer
object
scheduleDate
string<date-time>
thread
object

Response

Successful response

The response is of type object.