Where events live
Define event actions in a dedicated partial —{provider}.events.s1.partial.yaml — and reference it from the connector’s events block (separate from the top-level actions):
Anatomy of an event
Each event is an action withactionType: event. It names the provider’s native events, maps the incoming webhook payload to its inputs, and emits a normalized event with the emit_event step function:
Native Webhook URL
When a provider is configured manually, expose a Native Webhook URL on the connector profile by adding a field to your authentication config:events.guides.setup.
For every field, see the YAML Schema.