ghl_send_email
Send an email within an existing GoHighLevel conversation by providing conversation ID, recipient addresses, subject, and body. Also supports CC, BCC, HTML, and reply-to.
Instructions
Send an email within an existing conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | Recipient email addresses | |
| bcc | No | ||
| body | Yes | Plain text body | |
| from | No | Sender email | |
| html | No | HTML body | |
| subject | Yes | ||
| fromName | No | ||
| conversationId | Yes | ||
| replyToMessageId | No | Reply to a specific message |