integrations.sync
Trigger a sync operation for a specific integration connection. Pulls or pushes entities depending on the provider configuration. Requires an active connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | Sync direction. Defaults to the provider's default direction. | |
| entityType | No | Entity type to sync. Omit to sync all supported entity types. | |
| providerId | Yes | The provider ID to sync (e.g., xero, myob, hubspot). Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | No | Total records processed | |
| failed | No | Records that failed to sync | |
| status | No | Sync status (success, partial, error) | |
| syncId | No | Sync log ID for tracking | |
| synced | No | Records successfully synced |