send_outbound_email
Send a new outbound email to initiate a conversation with an Intercom contact. Resolves the email address to an existing contact or creates a lead, then returns the conversation ID.
Instructions
Send a NEW outbound email to a contact (by email address) as an admin — i.e. START a fresh conversation, not reply to an existing one. Resolves the email to an Intercom contact (creating a lead if none exists), then sends. Returns the new conversation_id. Use reply_conversation instead when responding within an existing conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Recipient's email address (required). Resolved to an Intercom contact; a lead is created if none exists. | ||
| subject | Yes | Email subject (required). | |
| body | Yes | Email body (required). Supports HTML. | |
| admin_id | No | Admin ID to send as (optional, defaults to INTERCOM_ADMIN_ID env var). Determines the sender name/address the recipient sees. | |
| template | No | Email style (optional, defaults to 'personal' = 1:1 personal-email look). |