send_email_message
Reply to an existing email thread with a lead using a specific identity. Provide the message content, lead ID or email, and either a reply message ID or set replyInLastThread to true to continue the conversation.
Instructions
Reply to an existing email thread with a lead. Cannot initiate new email conversations — use replyToMessageId (get it from get_conversation_messages) or replyInLastThread. Requires either leadId or leadEmail (not both).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC email addresses | |
| bcc | No | BCC email addresses | |
| leadId | No | ID of the target lead | |
| message | Yes | Email message content | |
| subject | No | Email subject line (for new threads) | |
| leadEmail | No | Email address of the lead | |
| identityId | Yes | ID of the email identity that will send the message | |
| replyToMessageId | No | Specific message ID to reply to | |
| replyInLastThread | No | Reply in the most recent email thread with this lead |