Merge · Arazzo Workflow
Merge Cross-Category Sync Health Check
Version 1.0.0
Read sync status and open issues for both an HRIS and a CRM linked account in a single monitoring pass.
Provider
Workflows
cross-category-sync-health-check
Read sync status and open issues for an HRIS and a CRM linked account.
Reads the HRIS sync status and ongoing issues, then the CRM sync status and ongoing issues, producing a combined health view.
1
hrisSyncStatus
{$sourceDescriptions.hrisApi.url}#/paths/~1hris~1v1~1sync-status/get
Read the sync status for the HRIS linked account.
2
hrisOpenIssues
{$sourceDescriptions.hrisApi.url}#/paths/~1hris~1v1~1issues/get
List the currently ongoing issues for the HRIS linked account.
3
crmSyncStatus
{$sourceDescriptions.crmApi.url}#/paths/~1crm~1v1~1sync-status/get
Read the sync status for the CRM linked account.
4
crmOpenIssues
{$sourceDescriptions.crmApi.url}#/paths/~1crm~1v1~1issues/get
List the currently ongoing issues for the CRM linked account.
Source API Descriptions
openapi