cURL
curl --request POST \ --url https://{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" }'
{ "data": { "createdAt": "2024-04-23T12:35:45.326Z", "environmentId": "clurwouax000azffxt7n5unn3", "id": "clvcdd8oe000nxz1zhz6q9z3l", "name": null, "source": "user", "surveyIds": [], "triggers": [ "responseCreated", "responseUpdated", "responseFinished" ], "updatedAt": "2024-04-23T12:35:45.326Z", "url": "https://eoy8o887lmsqmhz.m.pipedream.net" } }
Create a new webhook right from the API and see it active right away!
List of events that trigger this webhook
Show child attributes
The webhook URL to call when triggers are fired
Optional name for the webhook
Optional list of survey IDs to filter webhook calls
OK
The response is of type object.
object
Was this page helpful?