sendEmail
Send an email to a CRM lead with subject and body content. Optionally override the recipient email address.
Instructions
Send an email message to a lead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Email subject (required) | |
| content | Yes | Email body content (required) | |
| leadId | Yes | ID of the lead (required) | |
| toEmail | No | Override recipient email address |