description |
---|
Integrate your Coupon Campaigns with WayScript and Automatically Target your Audiences. |
To setup CouponTools, you will need your client id and client secret. Both of these keys can be found under your account page.
- Campaign ID - Can be found in the list of all campaigns. Example: cam_12345
- Campaign Message - Your push notification message
{
"status": {
"status": String
}
}
- Campaign ID - Can be found in the list of all campaigns. Example: cam_12345
- Phone - Add the mobile phone number in international E.164 notation.
- Body - The SMS body text. The unique coupon URL will be added to each message.
{
"status": {
"status": String
},
"campaign": String,
"message": String,
"phone": String,
"single_use_code": String,
"single_use_url": String,
"action": String
}