comms.send_sms
Send an SMS message to a phone number on behalf of the company. Requires a valid Australian mobile number. Subject to monthly SMS quota.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Australian phone number to send to (e.g. "0412345678" or "+61412345678"). Required. | |
| body | Yes | SMS message body. Max 1600 characters. Required. | |
| jobId | No | Optional job ID to link this message to. | |
| leadId | No | Optional lead ID to link this message to. | |
| messageType | No | Type of message for logging/analytics. Defaults to "manual". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sid | No | Twilio message SID for tracking | |
| error | No | Error message if send failed | |
| success | No | Whether the SMS was sent successfully |