Send an SMS to a contact by reference ID.
Required permissions: Send TXT Out
post
Path parameters
programmeIDstring · uuidRequired
referenceIDstring · uuidRequired
Query parameters
messagestringRequired
shortenLinksbooleanOptional
apiTokenstringRequired
API authentication token
Responses
200
OK
application/json
messageIDstringOptional
400
Missing Parameter Value
application/json
401
Incorrect Permissions or Invalid API Token
application/json
500
Engage Server Error. Unable to process response at this time.
application/json
post/txt/programmes/{programmeID}/sendtxt/{referenceID}
POST /txt/programmes/{programmeID}/sendtxt/{referenceID}?message=text&apiToken=text HTTP/1.1
Host: api.ubiquity.co.nz
Accept: */*
{
"messageID": "text"
}PreviousGets TXT messages sent as part of a TXT programme.
NextGets TXT messages sent as part of a TXT programme.
Last updated
Was this helpful?

