Sending to a List

URL:

https://vortext.ca/vapi/1.0/

Method:

POST

JSON Parameters:

* = Required parameters

Parameter Value
* list_id The ID of the desired list
* message Your message

The list_id is located at the left side of the page when you edit the list/keyword.

Example Request:

curl -H "Action: list" -H "Authorization: Basic [your API key]" -XPOST "https://vortext.ca/vapi/1.0/" -d '{ "list_id":XX, "message":"Hi there" }'

Response:

{ "success":"true", "message":"Queued X messages for sending OK" }