Skip to content

Subscribe a Workflow or Agent to an Event

Route incoming events to a workflow or autonomous agent

A subscription binds an event source to a workflow or agent. Each subscription is org-scoped and maps fields from the inbound payload into the workflow or agent input.

TargetWhen to use
WorkflowDeterministic logic — log a ticket, update a record, fan out to other systems.
AgentLLM-driven triage — classify the event, decide a route, draft a response. The full payload is exposed as _event in the agent’s context.
  1. Open the event source and click Add Subscription.

    Subscription List

  2. Pick Workflow or Agent, choose the target, and map payload fields into the target’s input parameters using {{ payload.<field> }} expressions.

    Add Subscription Dialog

  3. Save. The next inbound event matching this source dispatches the target. Recent deliveries appear in the source’s delivery log.