Add or update marketing contacts
sendgrid_add_or_update_contactsUPSERTS marketing contacts (creates new ones, updates existing ones by email) and optionally adds them to lists. This is an ASYNC job — returns { job_id } you can poll. SendGrid: PUT /v3/marketing/contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contacts | Yes | Contacts to add or update (each needs an `email`; custom fields pass through). | |
| list_ids | No | List ids to add these contacts to. |