In order to send several notifications using one API /createMessage you should add them to the "notifications" array and divide by comma. Here is the sample:
{
"request": {
"application": "PUSHWOOSH_APP_CODE",
"auth": "API_ACCESS_TOKEN",
"notifications": [{
"send_date": "now",
"ignore_user_timezone": true,
"content": "Test1"
}, {
"send_date": "now",
"ignore_user_timezone": true,
"content": "Test2"
}]
}
}
Comments
0 comments
Please sign in to leave a comment.