Audiences
Audit Events
AuthTokens
Inbound
Lists
Messages
Notifications
Profiles
Tenants
Translations
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.
{
"message": {
"to": {
"audience_id": "<audience_id>"
},
"content": {
"title": "Hello World",
"body": "Hello there"
},
"routing": {
"channels": ["push", "sms"],
"method": "single"
}
}
}