Delete Contacts flow

  1. The Delete Contact flow first calls the GetSession flow which executes a login to Salesforce if there is no active session.
  2. 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.
  3. The Delete flow is called to delete the Contact from Salesforce.
Back to the overview