JSON request body Artie sends to your HTTPS endpoint when a webhook is configured with the Event Payload format.
POST request Artie makes to your webhook URL when Format is set to Event Payload. For how requests are sent (headers, retries, and authentication), see Webhooks.Destination connector type (e.g. bigquery).
Event type identifier (e.g. replication.failed).
Human-readable summary of the event.
Event-specific fields included in the properties object of a webhook delivery. The set of keys depends on the event type. Every field is optional; omitted keys should be treated as absent. Artie may add new fields at any time—clients must tolerate unknown keys and should not assume a fixed schema beyond this contract.
info, warning, error Source connector type (e.g. postgresql).
Time the event occurred (RFC 3339).