SMS Object Specification
1
2
3
4
5
6
7
8
9
{
"sms": (optional, SMS Object),
{
"subscription_group_id": (required, string) the id of your subscription group,
"message_variation_id": (optional, string) used when providing a campaign_id to specify which message variation this message should be tracked under,
"body": (required, string),
"app_id": (required, string) see App Identifier above
}
}