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
AIAnalyticsCloudCommerceCRMCustomer 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
getAccessToken
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
getContact
Read the contact identified by the supplied contact key, returning its status and attribute sets before removal.
3
deleteContact
deleteContacts
Delete the contact by contact key, removing the subscriber and its data from the Marketing Cloud account.
Source API Descriptions
openapi