AsyncAPI channel · Artie
· Artie Webhooks
{subscriberUrl}
HTTPS endpoint you configure in Artie to receive event deliveries.
Channel address
{subscriberUrl}
Parameters
subscriberUrl— Subscriber-configured HTTPS URL that receives POSTed webhook events.
Operations
receive
receiveWebhook
Receive an Artie webhook event delivery.
Messages
backfill.completed
Artie webhook event: backfill.completed
Content-Type:
application/jsonbackfill.failed
Artie webhook event: backfill.failed
Content-Type:
application/jsonbackfill.started
Artie webhook event: backfill.started
Content-Type:
application/jsonconnection.failed
Artie webhook event: connection.failed
Content-Type:
application/jsondatabase.discovered
Artie webhook event: database.discovered
Content-Type:
application/jsondatabase.discovery_failed
Artie webhook event: database.discovery_failed
Content-Type:
application/jsondatabase.removed
Artie webhook event: database.removed
Content-Type:
application/jsonddl.applied
Artie webhook event: ddl.applied
Content-Type:
application/jsonddl.seen
Artie webhook event: ddl.seen
Content-Type:
application/jsondedupe.completed
Artie webhook event: dedupe.completed
Content-Type:
application/jsondedupe.failed
Artie webhook event: dedupe.failed
Content-Type:
application/jsondedupe.started
Artie webhook event: dedupe.started
Content-Type:
application/jsondek.generated
Artie webhook event: dek.generated
Content-Type:
application/jsonreplication.error
Artie webhook event: replication.error
Content-Type:
application/jsonreplication.failed
Artie webhook event: replication.failed
Content-Type:
application/jsonreplication.started
Artie webhook event: replication.started
Content-Type:
application/jsonrow.skipped
Artie webhook event: row.skipped
Content-Type:
application/jsonAbout AsyncAPI
The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.
Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.