Salesforce Sales Cloud · Arazzo Workflow
Salesforce Sales Cloud Upsert Account By External ID
Version 1.0.0
Upsert an Account on an external ID field, then attach a Contact to it.
Provider
Workflows
upsert-account-by-external-id
Upsert an Account by external ID and attach a Contact.
Upserts an Account keyed on an external ID field, captures the resulting record id, and creates a Contact tied to it. Handles both the created (201) and updated (200) upsert outcomes.
1
upsertAccount
upsertSObjectRecordByExternalId
Upsert the Account by external ID, creating or updating as needed.
2
createContact
createSObjectRecord
Create a Contact linked to the upserted Account.