CAMPAIGNS
This set of endpoints allows you send messages and campaigns.
SEND INSTANT SMS
This endpoint allows you to curate and send sms instantly.
POST
https://sandbox-api-d.squadco.com/sms/send/instant
Request Body
sender_id*
String
Unique merchant sender id
messages
object
Contains two parameters; phone_number message
Sample Request
CREATE CAMPAIGN
This endpoint allows you to create campaigns
POST
https://sandbox-api-d.squadco.com/sms/campaign
Sample Request
FIND ALL CAMPAIGNS
This endpoint allows you to retrieve all campaigns
GET
https://sandbox-api-d.squadco.com/sms/campaign
perPage
Integer
number of templates to view per page
page
Integer
number of pages to view
sort_by
String
Sorted by creation date
status
String
pending, failed or success
name
String
name of campaign
dir
String
DSC/ASC
date_from
date
beginning date
date_to
date
ending
Delete Campaigns
DELETE
https://sandbox-api-d.squadco.com/sms/bucket/{{:id}}
Last updated
Was this helpful?