Delete Contacts flow
-
The Delete Contact flow first calls the GetSession flow which executes a login to Salesforce
if there is no active session.
-
Contacts are deleted by Salesforce Id so a query is set up to retrieve the salesforce Id
given the ContactLocalId in the incoming message. The query subflow is called.
-
The Delete flow is called to delete the Contact from Salesforce.
Back to the overview