quickstart

Zero to webhook in 5 minutes

This guide gets you from a fresh sign-up to receiving real job events at your endpoint. Each step links to a deeper reference if you need it.

step 01

Sign in

Go to the dashboard and sign in with your GitHub account. That's the only account type supported.

Open dashboard
step 02

Paste your endpoint

In Settings, enter your HTTP or HTTPS webhook URL. Toggle which job types you want (FTE, Intern). Hit Save Settings.

Dashboard guide
step 03

Fire a test event

Go to the Test Fire page and send a sample payload. Confirm your server logs a 200 OK. The payload has is_test: true so you can filter it out in production.

Test fire guide
step 04

Verify the signature

Each delivery includes a webhook-signature header. Verify it with HMAC-SHA256 before trusting the payload.

Signature guide