For the complete documentation index, see llms.txt. This page is also available as Markdown.

Send an SMS to a contact by reference ID.

Required permissions: Send TXT Out

post
Path parameters
programmeIDstring · uuidRequired
mobileNumberstringRequired
Query parameters
referenceIDstring · uuidRequired
messagestringRequired
shortenLinksbooleanOptional
apiTokenstringRequired

API authentication token

Responses
200

OK

application/json
messageIDstringOptional
post/txt/programmes/{programmeID}/sendtxt/{mobileNumber}
POST /txt/programmes/{programmeID}/sendtxt/{mobileNumber}?referenceID=123e4567-e89b-12d3-a456-426614174000&message=text&apiToken=text HTTP/1.1
Host: api.ubiquity.co.nz
Accept: */*
{
  "messageID": "text"
}

Last updated

Was this helpful?