Webhooks
Update Webhook
PUT
/
api
/
v2
/
public
/
webhook
/
:id
This API updates an existing Cobalt webhook using its unique identifier.
Request description
Path Parameters
Unique webhook id.
Body Parameters
Provide the 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
.