SMS 개체
sms
개체를 사용하면 메시징 엔드포인트를 통해 SMS 메시지를 수정하거나 생성할 수 있습니다.
1
2
3
4
5
6
7
{
"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,
"media_items" :(optional, array) use this field to pass an image URL in an MMS to send an image with your message.
}
New Stuff!