Skip to main content
POST
Create a webhook integration

Authorizations

Authorization
string
header
required

Personal Access Token prefixed with fh_. Sent as Authorization: Bearer fh_xxx. The scope required by each endpoint is listed in that endpoint's description.

Path Parameters

form_token
string
required

Form token

Body

application/json
url
string<uri>
required
Example:

"https://hooks.example.com/incoming"

trigger_events
enum<string>[]
required
Available options:
entry_created,
entry_updated,
entry_paid
Example:
enabled
boolean
default:true

Response

Created

data
object
required
Last modified on July 24, 2026