Skip to content
Esc
navigateopen⌘Jpreview
Book a demo

Create message

POST/v1/messages
Request body
requiredapplication/json
bodystring
customerobject
scheduleDatestring<date-time>
threadobject
Show properties
statusstring
Allowed:unreadreadclosed
Responses
200Successful response
object
204Customer opted out
Request
curl -X POST "https://api.sendhelios.com/v1/messages" \
  -H "Content-Type: application/json" \
  -d '{
  "body": "string",
  "customer": {},
  "scheduleDate": "2024-01-01T00:00:00Z",
  "thread": {
    "status": "unread"
  }
}'
Response
{}