curl --request POST \ --url https://core.api.ravennahq.com/api/webhooks \ --header 'Content-Type: application/json' \ --header 'x-ravenna-api-token: <api-key>' \ --data '{ "name": "<string>", "url": "<string>", "secret": "<string>", "active": true, "eventTypes": [ "Ticket", "Message" ] }'
{ "id": "<string>", "name": "<string>", "url": "<string>", "secret": "<string>", "active": true, "eventTypes": [ "Ticket" ], "workspaceId": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Show child attributes
Successful response