Log in Sign up

Webhook setup: what we've learned from common questions

0 replies
0
S
StaqOn Official @7461r1001 Sep 13, 2026

A few things that come up often when setting up webhooks:

Every delivery is signed — you'll get an X-StaqOn-Signature header containing an HMAC-SHA256 of the payload, signed with the secret you were shown once at creation time. Verify it server-side before trusting the payload.

If your endpoint returns anything other than a 2xx response 10 times in a row, the webhook auto-disables. If deliveries seem to have silently stopped, that's the first thing to check.

Each delivery also carries an X-StaqOn-Event header telling you which event it is, so one endpoint can handle multiple subscribed events cleanly.

No replies yet.
Room guidelines
Keep it professional, avoid confidential data, stay on topic, and be respectful. Read the full guidelines.
Before your first post

Community guidelines

This is a public forum. Anything you post can be read by anyone, including people outside your workspace and search engines.

1
Keep it professional
Assume colleagues, customers, and strangers are reading.
2
No confidential data
Don't post tokens, workspace IDs, customer names, or internal links.
3
Stay on topic
Post in the room that matches your question.
4
Be respectful
Disagree with ideas, not people.