Airbyte · Example Payload

Airbyte Notifications Config Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Airbyte Notifications Config Example is an example object payload from Airbyte, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

failuresuccessconnectionUpdateconnectionUpdateActionRequiredsyncDisabledsyncDisabledWarning

Example Payload

Raw ↑
{
  "failure": "example-value",
  "success": "example-value",
  "connectionUpdate": "example-value",
  "connectionUpdateActionRequired": "example-value",
  "syncDisabled": "example-value",
  "syncDisabledWarning": "example-value"
}