Audiences
AuthTokens
Brands
Inbound
Lists
Messages
Notifications
Profiles
Tenants
User Preferences
User Tenants
Audiences
Usage
Send messages to a defined audience by specifying the audience_id in the to field of the Send endpoint payload.
Copy
Ask AI
{
"message": {
"to": {
"audience_id": "<audience_id>"
},
"content": {
"title": "Hello World",
"body": "Hello there"
},
"routing": {
"channels": ["push", "sms"],
"method": "single"
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.