curl --request POST \
--url 'http://{{baseurl}}/api/v1/webhooks' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"triggers": [
"responseCreated",
"responseUpdated",
"responseFinished"
],
"url": "https://eoy8o887lmsqmhz.m.pipedream.net"
}
'{}Create a new webhook right from the API and see it active right away!
curl --request POST \
--url 'http://{{baseurl}}/api/v1/webhooks' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"triggers": [
"responseCreated",
"responseUpdated",
"responseFinished"
],
"url": "https://eoy8o887lmsqmhz.m.pipedream.net"
}
'{}The body is of type object.
OK
The response is of type object.
Was this page helpful?