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

Send SMS

Reference for the Send SMS task in legacy Proxy Builder.

Understanding ids

The ids is a list of on_prem_ids which are identifier retrieved from the sim endpoint. This unique ID is essential for various operations as it needs to be specified within the parameters object when making requests. It ensures that the actions executed are accurately targeted, particularly in environments with multiple on-premise devices. Always ensure that you use the correct on_prem_id to prevent any unintended changes.

Send SMS

post

This API is used to send an SMS message to a phone number (Not available for Android Agents)

Authorizations
HTTPRequired

Enter token as: Bearer

Body
command_namestringRequiredExample: send_sms
friendly_namestringRequired

Name that will be displayed in the UI

Example: Send SMS
serverstringRequiredExample: d3505309-11b9-40ba-81c9-c0a96e195ea3
Responses
201Success
application/json
idintegerOptional
userintegerOptional
serverstringOptional
clientintegerRequired
loggedbooleanOptional
statusstring · enumOptionalPossible values:
taggedbooleanOptional
timeoutintegerOptional
broadcastbooleanOptional
created_atstringOptional
parametersobject · ParametersOptional
user_emailstringOptional
server_namestringOptional
command_namestringRequired
friendly_namestringOptional
server_responseobject · Server responseOptional
timeout_remainingstringOptional
post/task/send-sms
201Success

Last updated

Was this helpful?