Create Contacts flow for the MQ to Salesforce: Account Management pattern
-
The Create Contact flow first call the GetSession flow which executes a login to Salesforce
if there is no active session.
-
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.
-
The query subflow is called.
-
The ContactUpsert flow is then called to update Salesforce with the contact data.
Back to the overview