Integrations
Technical setup and reference documentation for connecting feedback.tools to other tools. Each integration page covers configuration steps and the exact payload/behavior you can build against.
Available integrations
- Generic Webhook — deliver every survey response as a signed JSON
POSTto any endpoint. - Slack — post survey responses to a Slack channel via an Incoming Webhook.
- Discord — post survey responses to a Discord channel via a Discord Webhook.
- GitHub — push feedback themes to GitHub Issues with one click.
Signature verification
Webhook-based integrations (generic, Slack, Discord) sign every request with an X-Webhook-Signature header. See Webhook signature verification for how to verify it.