Create Email
create_emailLog email correspondence to contact histories in the CRM with sender, recipients, body, and timestamp for tracking.
Instructions
Log an email in Less Annoying CRM. Use this to record email correspondence with contacts for tracking purposes.
Required: contact_ids, from, to, body, date. The email is attached to the specified contacts' history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| to | Yes | Recipient email addresses | |
| body | Yes | Email content | |
| date | Yes | Email timestamp (ISO 8601) | |
| from | Yes | Sender email address and name | |
| subject | No | Email subject line | |
| contact_ids | Yes | Contact IDs to attach the email to | |
| user_is_sender | No | True if email was sent by the CRM user (default: false) |