Merge · Arazzo Workflow
Merge CRM Link an Account
Version 1.0.0
Create a Merge Link token for the CRM category, exchange the public token for an account token, and confirm the linked CRM.
Provider
Workflows
link-crm-account
Link a new end user to a CRM platform and obtain a usable account token.
Creates a Link token scoped to the CRM category, exchanges the public token produced by Merge Link for an account token, and verifies the linked account by reading its details.
1
createLinkToken
{$sourceDescriptions.crmApi.url}#/paths/~1crm~1v1~1link-token/post
Create a single-use Link token scoped to the CRM category from the end user's identifying details.
2
exchangePublicToken
{$sourceDescriptions.crmApi.url}#/paths/~1crm~1v1~1account-token~1{public_token}/get
Exchange the public token returned by the Merge Link frontend flow for a durable account token used on all subsequent data requests.
3
confirmAccount
{$sourceDescriptions.crmApi.url}#/paths/~1crm~1v1~1account-details/get
Read the linked account details to confirm the integration completed and surface the connected CRM platform.