Send SMS
This endpoint allows you to send an SMS to a team member.
post
Send an SMS to a team member.
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Body
messagestringRequiredExample:
The body of the SMS message.
Hello, this is a test message.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}/team/members/{memberId}/smsLast updated