Create a webhook
POST
/v2/webhooks/hooksLast modified: 3 days ago
Create a webhook
Request
Body Params application/json
name
string
required
target_url
string
required
events
array[string]
required
secret
string
optional
active
boolean
optional
include_customers_events
boolean
optional
Triggers the webhook for similar events from your customer organizations
Default:
false
Example
{
"name": "string",
"target_url": "string",
"events": [
"string"
],
"secret": "string",
"active": true,
"include_customers_events": false
}
Request samples
Responses
Created(201)
HTTP Code: 201
Content Type : JSONapplication/json
Webhook created
Data Schema
object {0}
Example
{}
Last modified: 3 days ago