Command Palette

Search for a command to run...

Log In
  1. Reference
  2. Webhooks
  3. Supported Webhook Events

Supported Webhook Events

Overview

When you create a webhook you choose which events it should listen for. A single webhook can subscribe to one event, several, or all of them. Each event is identified by a stable string (its event_type), which is included in every payload so your system knows what happened.

Supported events

Event typeTriggered when
feedback.createdA piece of feedback is submitted
invoice_batch.createdA new invoice batch is created
invoice_batch.finalisedAn invoice batch is finalised
participant.createdA new participant is created
participant.updatedAn existing participant is updated
referral.createdA new referral is created
task.createdA new task is created
user.invitedA user is invited to your account
user.invite_acceptedAn invited user accepts their invitation
user.deactivatedA user is deactivated
user.restrictedA user is restricted

What you receive

Each event delivers a compact payload identifying the type of event and the record it relates to, so your system can then fetch full details from the API if needed. See Receiving and verifying webhooks for the payload format.