keap_send_email
Send email to contacts with subject, HTML or plain text content, attachments, and configurable from/reply-to addresses.
Instructions
Send an email to one or more contacts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Email subject | |
| contacts | Yes | Array of contact IDs | |
| attachments | No | Email attachments | |
| from_address | No | From email address | |
| html_content | No | HTML content of email | |
| text_content | No | Plain text content of email | |
| reply_to_address | No | Reply-to email address |