Create Contacts flow for the MQ to Salesforce: Account Management pattern

  1. The Create Contact flow first call the GetSession flow which executes a login to Salesforce if there is no active session.
  2. Contacts need to be linked to the owning account in Salesforce and a query is set up to retrieve the Salesforce Id given the LocalAccount Id in the incoming message.
  3. The query subflow is called.
  4. The ContactUpsert flow is then called to update Salesforce with the contact data.
Back to the overview