action zoomconnect_post_api_rest_v1_sms_send {
label: "send"
description: "Sends a single message. The recipientNumber and message fields are required. All other fields are optional."
provider: zoomconnect
method: POST
path: "/api/rest/v1/sms/send"
encoding: json
output: {
type: "object"
additionalProperties: true
}
}