Post Connection Enrichment Complete
Id: postConnectionEnrichmentCompleted
Event that notifies when the post connection enrichment tasks have been completed for a given sync. Currently, these tasks are:
- Detecting regular transactions
Event Payload
Name | Type | Description |
---|---|---|
completedAt | string | The time the post connection enrichment completed |
postConnectionEnrichmentStatus | string | The status of the post connection enrichment |
syncId | string | The ID of the sync the post connection enrichment occurred for |
connectionId | string | The ID of the connection the post connection enrichment occurred for |
Example payload
{
"completedAt": "2022-04-12T10:22:40.573Z",
"postConnectionEnrichmentStatus": "success",
"syncId": "7f3ef231-e9bf-4345-af1a-d1e9e727382f",
"connectionId": "1ffe704d39629a929c8e293880fb449a:cb126400-1d69-4242-b188-fc8b5c22783b"
}
Updated 12 months ago