Skip to main content
POST
Create a new webhook endpoint under an org-owned app

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
app_id
string
required
url
string<uri>
required
Maximum string length: 2048
events
enum<string>[]
required
Minimum array length: 1
Available options:
record.created,
record.updated,
record.deleted,
record.bulk_created,
record.bulk_updated,
record.bulk_deleted,
schema.updated,
app_version.published
description
string | null
Maximum string length: 255
entity_key
string | null
Maximum string length: 255
source
enum<string> | null
Available options:
api,
manual,
sdk,
integration

Response

success
boolean
required
data
any[]
required