brain/wiki/eventing-webhooks/index.md
Getting data in and out over HTTP, plus the internal bus that carries domain events between subsystems. Glossary below; each page holds the detail.
An inbound HTTP trigger — the primary entry point for event-driven execution from outside Activepieces. Sync blocks the connection and returns the flow's response; async queues the job and returns 200 immediately with an x-webhook-id.
Ownership verification a provider requires before it will send events — a challenge answered on the same route, ahead of any real payload.
An internal-bus domain event (27 names). The one vocabulary shared by audit logs, event destinations, and alerts — not an HTTP concept.
An outbound webhook subscribing to a chosen subset of Application Events at PLATFORM or PROJECT scope, delivered via BullMQ. EE/Cloud only, gated by auditLogEnabled.
Application Events feed Audit Events in Data, Storage & Observability. Webhooks are TriggerSources that start flows in Flows & Execution.