centrex_send_communication
Send an email or SMS message to a contact in the CRM using contact ID, with a customizable message body, subject for emails, and optional template.
Instructions
Send an email or SMS to a contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Communication type: 'email' or 'sms' | |
| message | Yes | Message body | |
| subject | No | Email subject (required for email) | |
| contact_id | Yes | Contact ID | |
| template_id | No | Optional template ID to use |