Creates an SMS campaign
POST {{baseUrl}}/smsCampaigns
Request Body
{"content"=>"Get a discount by visiting our NY store and saying : Happy Spring!", "name"=>"Spring Promo Code", "sender"=>"MyShop", "recipients"=>{"listIds"=>[54, 54], "exclusionListIds"=>[15, 15]}, "scheduledAt"=>"sed", "unicodeEnabled"=>true}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: Created
{"id":5}