BUCKET
A bucket is a collection of phone numbers that can be uploaded, organized into an excel format
CREATE BUCKET
This endpoint allows you to create a bucket which contains all the phone numbers to be reached via sms.
POST
https://sandbox-api-d.squadco.com/sms/bucket
Request Body
name*
String
Name of the bucket
description*
String
Description of bucket
file_name*
String
name of file (should have a .csv extension)
Once a request is successfully sent a file path (signed_url) is provided in the response message, you are to follow the link on a browser and upload a csv file containing the list of phone numbers
Sample Request
GET ALL CREATED BUCKETS
This endpoint allows you to retrieve created buckets
GET
https://sandbox-api-d.squadco.com/sms/bucket
DELETE CREATED BUCKETS
This endpoint allows you to delete a bucket
DELETE
https://sandbox-api-d.squadco.com//sms/bucket/{{:id}}
Sample Response
Last updated
Was this helpful?