SendGrid · Arazzo Workflow
SendGrid List Add Contacts and Count
Version 1.0.0
Create a list, upsert contacts into it, and branch on the list's contact count.
Provider
Workflows
list-add-contacts-and-count
Create a list, upsert contacts, and branch on its contact count.
Creates a list, upserts contacts into it, and reads the list's contact count, branching on whether the list has contacts yet.
1
createList
CreateMarketingList
Create a new marketing contacts list.
2
upsertContacts
UpdateContact
Upsert the supplied contacts into the new list. The request is queued and returns a 202 with a job_id.
3
countContacts
ListContactCount
Read the list's contact count and branch on whether the list already has contacts or is still empty while the upsert job runs.
Source API Descriptions
openapi