Create an Event Source
Add a webhook endpoint or scheduled trigger that workflows can subscribe to
An event source is a typed entry point for inbound triggers. Webhooks, schedules, and platform-emitted events all flow through one. Subscriptions attached to the source decide which workflows or agents run.
Add an Event Source
Section titled “Add an Event Source”-
Go to Event Sources in the sidebar and click Add Event Source.

-
Pick a transport (Webhook or Schedule), name the source, and save. Webhook sources are assigned a unique URL you can copy from the detail page.

-
Open the source to view its inbound URL, recent deliveries, and HMAC settings. Each field has an info tooltip (ⓘ) that explains what it does.

Next Steps
Section titled “Next Steps”- Create Subscriptions — route incoming events to workflows or agents.
- Webhook HMAC Authentication — verify request authenticity.
- Webhook & Event Variables — reference payload fields in workflow context.