Webhooks

Webhook integrations and event handling for FussyData

Overview

Webhooks let you easily trigger APIs of other systems when a file submission is made.

Webhook Configuration

Setting Up a New Webhook

Go to “Webhooks” and add a new webhook for your webhook URL.

New Webhook Setup

  1. Go to “Submission Requests”, and click “Details” of the Submission Request of which you want to add the webhook. Click “Edit File Request” and add your new Webhook under “Linked Webhooks”.

Linked Webhook

Verifying Webhook Delivery

When a file has been submitted, if you navigate to “Submissions” and click “Details” of the relevant Submission Request, you should now see your whether or not the webhook delivery was successful under “Latest webhook delivery attempts”.

Webhook Success

Payload

Note that the payload will be submitted as POST.

Examples

For a detailed example, see the n8n integration guide.