POST | Sending SMS campaign

Requested by POST query, all parameters are transmitted in JSON format in the request body.

URL

https://api.quantumtec.eu/v1/sms/bulk

Header parameters

Parameter Valuse
Content-Type application/json
Accept application/json
X-ApiKey API key for authentication

Query parameters

Parameters are sent in JSON format

Parameter Format Usage Description
bulkId string Optional Campaign ID. If not specified will be assigned automatically.
from string Mandatory Sender name
text string Mandatory Message text
recipients array Mandatory Array of multiple recipients
recipients(to) string Mandatory Recipient's number
recipients(messageId) string Optional Indicated by the client in the event of having to use your own message ID. If not specified will be assigned automatically.
startTime string Optional The start time of campaign.
Specified in "2018-01- 01T00: 10: 20.000Z", the time zone of the specified time must be UTC. If not specified, campaign will start immediately.

In response, a data set in JSON format will be sent.

Response parameters

Parameter Descriptions
bulkId SMS campaign ID

Example