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.
View Spec
View on GitHub
EmailEmail APIMarketing EmailSMTPT1Transactional EmailEmail MarketingDeliverabilityMarketingArazzoWorkflows
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
2
upsertContacts
Upsert the supplied contacts into the new list. The request is queued and returns a 202 with a job_id.
3
countContacts
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
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.