Loading...
Quick Start
Now lets Get Started.
You will need to sign up for an account and select subscription to begin.
Copy below to Send a Text in Curl or select your programming language.
curl -v --user {APIkey} : {Secret} "https://api.3seventy.com/api/v2.1/account/{AccountID}/action-pushcampaign" \ -H "Content-Type: application/json" \ -H "Accent: application/json" \ -d '{ "Channels": [22], "Targets": ["Phone Number"], "Message": "Your Message", "Execute": "true" }'
- Replace the APIkey, Secret and Account ID with the ones you received with your Registration.
- The Targets info is the phone number you want to message. Always add +1 then phone number if in USA or Canada.
- The Message info replace with message you want to send.