SendGrid · Arazzo Workflow
SendGrid Create List and Add Contacts
Version 1.0.0
Create a marketing list, upsert contacts directly into it, and confirm they landed.
Provider
Workflows
create-list-and-add-contacts
Create a marketing list and upsert contacts into it, then confirm.
Creates a contacts list, upserts the supplied contacts into the new list, and verifies the contacts by looking them up by email identifier.
1
createList
CreateMarketingList
Create a new marketing contacts list to receive the contacts.
2
upsertContacts
UpdateContact
Upsert the supplied contacts and attach them to the new list. SendGrid processes this asynchronously and returns a job_id with a 202 status.
3
confirmContacts
GetContactByIdentifiers
Look up the contacts by their email identifiers to confirm the upsert. Branches on whether the asynchronous job has materialized the contacts.
Source API Descriptions
openapi