SendGrid · Arazzo Workflow
SendGrid Search Contacts and Suppress
Version 1.0.0
Find contacts with an SGQL query and add the matched address to the global suppression list.
View Spec
View on GitHub
EmailEmail APIMarketing EmailSMTPT1Transactional EmailEmail MarketingDeliverabilityMarketingArazzoWorkflows
Provider
Workflows
search-contacts-and-suppress
Search for a contact and globally suppress its email when found.
Searches contacts with an SGQL query and branches: when at least one contact matches, the supplied email is added to the global suppression list.
1
searchContacts
SearchContact
Search contacts using the supplied SGQL query and branch on whether any contacts were matched.
2
suppressEmail
CreateGlobalSuppression
Add the supplied email address to the account's global suppression group so SendGrid will stop delivering mail to it.
Source API Descriptions
openapi