Send SMS To User
https://api.ocamba.com/v1/hood/users/{id}/send-sms
https://api.ocamba.com/v1/hood/users/{id}/send-sms
Sends SMS to User if a valid identifier was provided
Name
Descriptioncontentstringrequired
The SMS content.[string 1 .. 320].Example: Hello from Ocamba.
integration_idstringrequired
The integration id.Example: 1000
shorten_links[ shorten-link ]
Array of shorten link objects, maximum length is limited by content length. If a placeholder in content has less than 23 characters it will count as 23 characters.Shorten Link
Name
Descriptionexpires_innumber (integer)
The amount of time in days in which the shortened link will expire. Minimum is 1 maximum is 60. Default value is 7.Example: 4
placeholderstring
Placeholder for the url in content. It must also be present in content of the sms. Maximum length is 20.Example: URL_1
urlstring
A valid url that will be shortened. The shortened version will replace the placeholder when sending sms. Maximum length is 1000.Example: https://ocamba.com
204 - No Content
note
1 If shorten links is supplied in request, the number of elements in the array must equal the number of placeholders in content, and each placeholder must be present in content as well.
2 If shorten links is supplied in request, each placeholder in content must be wrapped in ${}.