Add Webhooks page to Token Gated Forms#112
Merged
Merged
Conversation
Documents per-form webhooks (P-1959): setup, native Slack support, the JSON payload + headers, HMAC signature verification (Node/Python), inspecting requests on webhook.site, and delivery/retry behavior. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Explain the signing model (authenticity/integrity/replay protection), why the signature differs on every send, secret handling, and the public-URL/SSRF restriction. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
yosriady
approved these changes
Jul 23, 2026
|
|
||
| --- | ||
|
|
||
| ## How the security works |
Contributor
There was a problem hiding this comment.
Suggested change
| ## How the security works | |
| ## Security |
| - **Only public `http(s)` endpoints are allowed.** URLs that resolve to private, loopback, link-local, or internal-cloud addresses are rejected, so a webhook can't be used to probe internal infrastructure. | ||
| - **Slack** incoming webhooks don't use the secret. They authenticate by the secrecy of their URL, so keep the URL private and rotate it in Slack if it leaks. | ||
|
|
||
| ## Verifying the signature |
Contributor
There was a problem hiding this comment.
Suggested change
| ## Verifying the signature | |
| ### Verifying signatures |
|
|
||
| --- | ||
|
|
||
| ## Payload |
Contributor
There was a problem hiding this comment.
Suggested change
| ## Payload | |
| ## Sample Payload |
|
|
||
| --- | ||
|
|
||
| ## Add a webhook |
Contributor
There was a problem hiding this comment.
Suggested change
| ## Add a webhook | |
| ## Setup |
|
|
||
| --- | ||
|
|
||
| ## Slack |
Contributor
There was a problem hiding this comment.
Suggested change
| ## Slack | |
| ### Slack |
| @@ -0,0 +1,173 @@ | |||
| --- | |||
| title: 'Webhooks' | |||
| description: 'Send each new form response to an external URL as it arrives: Zapier, Make, n8n, your own server, or straight into a Slack channel.' | |||
Contributor
There was a problem hiding this comment.
Suggested change
| description: 'Send each new form response to an external URL as it arrives: Zapier, Make, n8n, your own server, or straight into a Slack channel.' | |
| description: 'Send each new form response to other tools as it arrives: Zapier, Make, n8n, or Slack.' |
- Remove all <Tip> and <Warning> callouts; trim internal detail - Rename headings: Setup, Sample Payload, Security, ### Slack, ### Verifying signatures - Shorten the frontmatter description Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Webhooks page under Features → Token Gated Forms, documenting the per-form webhooks feature (P-1959, formono PR #2076). Covers setup, native Slack support, the payload and headers, HMAC signature verification, inspecting requests on webhook.site, and delivery/retry behavior.
Key Changes
features/token-gated-forms/webhooks.mdx— setup steps, Slack, JSON payload + header table, signature verification (Node + Python), webhook.site inspection tip, delivery semantics.docs.json.Published URL:
https://docs.formo.so/features/token-gated-forms/webhooks— matches the "Learn more" link added in the app's Webhooks settings.🤖 Generated with Claude Code
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.