Receive signed session notifications

Send session creation events to your application without polling for new sessions. Verify your destination, then request activation. Event subscriptions currently support session.create.

01

Notify your application when a session is created

Subscribe a public HTTPS endpoint to session.create events. Each notification identifies the event and includes the session, so your application can record new work or start its own follow-up process.

02

Verify the sender and destination

Save the signing secret returned when you create the webhook. Verify signatures against the raw request body and check timestamps. A successful test ping verifies your endpoint; Ellipsis activates it before subscribed events are delivered.

03

Inspect delivery attempts and retries

Inspect each delivery’s payload, status, HTTP status codes, timing, and errors. Failed deliveries are retried with the same payload and event ID, letting your receiver recognize repeated events and process them once.

Explore the platform