With Masiv's SMS Campaigns API, any company will be able to connect to our messaging platform through the software it manages and send bulk SMS campaigns.
With an easy and straightforward integration, all companies will be able to manage their SMS communications in their existing applications.
To create a campaign and send it, three steps must be followed in order, the first step is to create the campaign with the basic configuration information, the second step is to load the recipients to which the campaign will be sent, and the third and final step is to close the campaign or mark it as “Ready to send”, the specification of each of these steps is specified below.
Type of message
Message format
MasivSmsCampaignApi.postman_collection.json
All SMS Campaigns API endpoints require authentication. For this purpose, it is necessary to include a Basic Authentication header corresponding to a valid Masiv user in each of the requests made.
Header name | Value | Description | Mandatory |
---|---|---|---|
Authorization | Basic Token | Basic Auth type authentication header, the token must contain the following structure user:password base 64 encoded and correspond to a valid Masiv user. | Required |
To create a campaign, a POST request must be made to the endpoint specified for this purpose, including the authentication data and a JSON Body containing all the data or configuration attributes of the campaign to be created.