Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.36 KB

coupontools.md

File metadata and controls

59 lines (41 loc) · 1.36 KB
description
Integrate your Coupon Campaigns with WayScript and Automatically Target your Audiences.

CouponTools

Digital Coupon Marketing Platform

⚙️ Setup

To setup CouponTools, you will need your client id and client secret. Both of these keys can be found under your account page.

****⚡ Modes

​📱Send Push Notification to All

​📥 Inputs

  • Campaign ID - Can be found in the list of all campaigns. Example: cam_12345
  • Campaign Message - Your push notification message

📤 Output

{
	"status": {
		"status": String
	}
}

📢 Send SMS Coupon

​📥 Inputs

  • 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.

📤 Output

{
	"status": {
		"status": String
	},
	"campaign": String,
	"message": String,
	"phone": String,
	"single_use_code": String,
	"single_use_url": String,
	"action": String
}