Send message
simpletexting_send_messageSENDS A REAL SMS or MMS to a recipient — this MODIFIES live data and consumes message credits. Provide only the optional fields you need. SimpleTexting REST: POST /messages with JSON body {contactPhone, text, accountPhone?, mode?, subject?, fallbackText?, mediaItems?}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Send mode: AUTO | SMS | MMS | MMS_PREFERRED. | |
| text | Yes | Message body to send. | |
| subject | No | MMS subject line. | |
| mediaItems | No | Media URLs or media ids to attach (makes it an MMS). | |
| accountPhone | No | Sending account phone number — omit to use the account default. | |
| contactPhone | Yes | Recipient phone number (E.164 or national format). | |
| fallbackText | No | Fallback text if MMS cannot be delivered. |