send_email
Send personalized emails from a broker's connected email account using Propstack email templates. Automate communications like exposés, follow-ups, or lead confirmations and link them to CRM activities.
Instructions
Send an email using a Propstack email template (snippet).
Propstack sends emails through connected broker email accounts. The broker_id determines which account sends the email. The snippet_id selects the email template to use.
Use this tool to:
Send an exposé to an interested contact
Send a follow-up email after a viewing
Send a confirmation or rejection to a lead
Link the email to contacts, properties, and projects so it appears in the correct CRM activity feeds.
Important:
broker_id must be a broker with a connected email account
snippet_id is the email template ID — the template may contain merge fields that Propstack fills automatically (contact name, property details, etc.)
to[] are the recipient email addresses
cc[] are optional CC recipients
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipient email addresses | |
| to | Yes | Recipient email addresses | |
| broker_id | Yes | Sender broker ID (must have connected email account) | |
| client_ids | No | Contact IDs to link this email to | |
| snippet_id | Yes | Email template (snippet) ID | |
| project_ids | No | Project IDs to link this email to | |
| property_ids | No | Property IDs to link this email to |