post https://api.work-engine.com/api/v1/webhook_subscriptions
Creates a webhook subscription.
Log in to see full request history
Responses
401Unauthorized
422Unprocessable entity
Creates a webhook subscription.
401Unauthorized
422Unprocessable entity
xxxxxxxxxx
curl --request POST \
--url https://api.work-engine.com/api/v1/webhook_subscriptions \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"event_type": "task_completed"
}
'
Try It!
to start a request and see the response here! Or choose an example: