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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"id":5}