Webhooks
Last updated
When you receive a new feedback, we'll send a HTTP POST payload to the URL you provide.
Go in the setting page
Add your webhook URL next to the Webhook field.
Click on the "Save" button.
{
id: string;
text: string;
createdAt: Date;
type: "BUG" | "OTHER" | "FEATURE";
identifier: string;
}Last updated