Webhooks
Register Webhook
Create a new webhook right from the API and see it active right away!
POST
/
webhooks
Authorizations
x-ac-api-key
string
headerrequiredBody
application/json
url
string
requiredThe URL where the webhook will send data
triggers
string[]
requiredAn array of pipeline trigger event types. Currently supported trigger is "newSubmission"
calculators
string[]
requiredAn array of calculator IDs (CUID2 format)
name
string
A name for the webhook
source
enum<string>
default: userThe source of the webhook
Available options:
user
, zapier
, make
, n8n
, pipedream
Response
200 - application/json
data
object
Was this page helpful?