Salesforce · Arazzo Workflow
Salesforce Marketing Cloud Look Up and Remove a Contact
Version 1.0.0
Authenticate, read a specific contact by its contact key, then delete it.
View Spec
View on GitHub
Fortune 500Artificial IntelligenceAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSalesArazzoWorkflows
Provider
Workflows
manage-contacts
Read a specific contact by its contact key, then delete the contact.
Acquires an access token, reads the contact identified by the supplied contact key to return its status and attribute sets, then deletes the contact by contact key.
1
authenticate
Obtain an OAuth 2.0 access token using the client credentials grant for server-to-server access to the Marketing Cloud REST API.
2
getContact
Read the contact identified by the supplied contact key, returning its status and attribute sets before removal.
3
deleteContact
Delete the contact by contact key, removing the subscriber and its data from the Marketing Cloud account.
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.