SendGrid · Arazzo Workflow
SendGrid Upsert Contacts and Confirm
Version 1.0.0
Upsert contacts asynchronously and branch on whether they can be confirmed yet.
Provider
Workflows
upsert-contacts-and-confirm
Upsert a batch of contacts then confirm them by identifier.
Performs an asynchronous contact upsert and attempts an immediate confirmation by email identifiers, branching on the lookup result.
1
upsertContacts
UpdateContact
Upsert the supplied contacts. The request is queued and returns a 202 with a job_id that can be used to check import status.
2
confirmContacts
GetContactByIdentifiers
Attempt to confirm the upserted contacts by their email identifiers. Branches on whether the contacts were found.