send_message
Send SMS, email, or WhatsApp messages to GoHighLevel contacts or conversation threads. Supports HTML body, attachments, and optional subject lines.
Instructions
Send an SMS, email, or other GoHighLevel conversation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | No | The contact ID to message. Supply this or a conversation ID. | |
| conversationId | No | Existing conversation ID for the message thread. | |
| type | Yes | Message channel type such as SMS, Email, WhatsApp, or LiveChat. | |
| message | Yes | Message body content to send. | |
| subject | No | Optional subject line, typically for email messages. | |
| emailTo | No | Optional recipient email address when sending email. | |
| html | No | Optional HTML version of the message body. | |
| attachments | No | Optional attachment payloads expected by the GoHighLevel API. |