Feedback Farm Docs
  • Welcome
  • Widget
    • For React
    • For HTML
    • For Wordpress
    • Build your own
  • Integration
    • Zapier
    • Logsnag
    • Webhooks
  • Web App
    • Custom domain for public board
  • Reference
    • API Reference
      • Theme
      • Types
      • Localization
Powered by GitBook
On this page
  • Configuration
  • Payload
Edit on GitHub
  1. Integration

Webhooks

PreviousLogsnagNextCustom domain for public board

Last updated 2 years ago

When you receive a new feedback, we'll send a HTTP POST payload to the URL you provide.

Configuration

  1. Go in the

  2. Add your webhook URL next to the Webhook field.

  3. Click on the "Save" button.

Payload

{
  id: string;
  text: string;
  createdAt: Date;
  type: "BUG" | "OTHER" | "FEATURE";
  identifier: string;
}
setting page