Send a SMS
This endpoint allows you to send an SMS to a customer registered in the system. The SMS can be customized with a specific message and is delivered to the customer’s phone number associated with their
post
Send an SMS to a customer.
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
The ID of the agent.
customerIdstringRequired
The ID of the customer.
Body
messagestringRequiredExample:
The body of the SMS message.
Hello, this is a test message.phoneNumberstringOptionalExample:
The phone number to send the SMS to.
+1234567890mediaUrlsstring[]OptionalExample:
The URLs of the media to send with the SMS.
["https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png"]Responses
200
The SMS was sent successfully.
application/json
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
post
/v1/agents/{agentId}/customers/{customerId}/smsLast updated