{
"type": "data_export.sync_failed",
"messageId": "a6ce...",
"traceId": "549a...",
"timestamp": "2022-04-10T00:01:30.001Z",
"integrationId": "3f1c...",
"vendorIdentifier": "SNOWFLAKE",
"data": {
"errorMessage": "Connection timed out",
"errorOrigin": "source",
"errorType": "config_error",
"connection": {
"id": "0c8f...",
"name": "Test Connection"
},
"source": {
"id": "51ab...",
"name": "Test Source"
},
"destination": {
"id": "e27d...",
"name": "Test Destination"
},
"jobId": "12345",
"startedAt": "2022-04-10T00:00:00.001Z",
"finishedAt": "2022-04-10T00:01:30.001Z"
}
}Third-party sync
Data export sync failed
Fired when a data export sync job for a legacy connection fails. Inspect data.errorMessage and data.errorOrigin to find the cause.
WEBHOOK
data_export.sync_failed
{
"type": "data_export.sync_failed",
"messageId": "a6ce...",
"traceId": "549a...",
"timestamp": "2022-04-10T00:01:30.001Z",
"integrationId": "3f1c...",
"vendorIdentifier": "SNOWFLAKE",
"data": {
"errorMessage": "Connection timed out",
"errorOrigin": "source",
"errorType": "config_error",
"connection": {
"id": "0c8f...",
"name": "Test Connection"
},
"source": {
"id": "51ab...",
"name": "Test Source"
},
"destination": {
"id": "e27d...",
"name": "Test Destination"
},
"jobId": "12345",
"startedAt": "2022-04-10T00:00:00.001Z",
"finishedAt": "2022-04-10T00:01:30.001Z"
}
}Body
application/json
Event type discriminator.
Allowed value:
"data_export.sync_failed"Unique webhook message ID.
Correlation ID for tracing.
Time the event occurred.
ID of the data export integration.
Destination vendor identifier (e.g. "SNOWFLAKE").
Show child attributes
Show child attributes