Merge · Arazzo Workflow
Merge CRM Create an Account with a Contact
Version 1.0.0
Create a CRM account, attach a primary contact to it, and confirm the contact was written.
Provider
Workflows
create-account-and-contact
Create a CRM account and attach a primary contact to it.
Creates an account, creates a contact tied to that account, and confirms the contact.
1
createAccount
{$sourceDescriptions.crmApi.url}#/paths/~1crm~1v1~1accounts/post
Create the CRM account from the supplied name and optional firmographics.
2
createContact
{$sourceDescriptions.crmApi.url}#/paths/~1crm~1v1~1contacts/post
Create a contact linked to the newly created account.
3
confirmContact
{$sourceDescriptions.crmApi.url}#/paths/~1crm~1v1~1contacts~1{id}/get
Read the created contact back to confirm it was persisted with the correct account association.