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

NameTypeDescription
completedAtstringThe time the post connection enrichment completed
postConnectionEnrichmentStatusstringThe status of the post connection enrichment
syncIdstringThe ID of the sync the post connection enrichment occurred for
connectionIdstringThe 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"
}