send_to_list
Send emails to specific contact lists using SendGrid, enabling precise audience targeting with customizable HTML and plain text content, subject lines, and unsubscribe options.
Instructions
Send an email to a contact list using SendGrid Single Sends
Input Schema
Name | Required | Description | Default |
---|---|---|---|
custom_unsubscribe_url | No | Custom URL for unsubscribes (required if suppression_group_id not provided) | |
html_content | Yes | HTML content of the email | |
list_ids | Yes | Array of list IDs to send to | |
name | Yes | Name of the single send | |
plain_content | Yes | Plain text content of the email | |
sender_id | Yes | ID of the verified sender | |
subject | Yes | Email subject line | |
suppression_group_id | No | ID of the suppression group for unsubscribes (required if custom_unsubscribe_url not provided) |