Webhooks
Create Webhook
POST
/
api
/
v2
/
public
/
webhook
This API registers a Cobalt webhook.
Request description
Body Parameters
Provide a url where you wish to listen to the event.
Array of strings of webhooks events to subscribe.. Accepted values are, Connection Created
, Connection Deleted
, Workflow Completed
, Workflow Errored
, Connection Expired
.
Determines whether the webhook is active or not.
The type of webhook. Accepted values are default
and slack
.
Response description
Whether the webhook is active or not.
Webhook events subscribed.
Timestamp of webhook creation.
Webhook URL to listen to the events.
Unique ID of the webhook.
The type of webhook. Accepted values are default
and slack
.