Skip to main content
Update a webhook subscription.
External DocumentationTo learn more, visit the Digital.ai Agility documentation.

Parameters

ParameterDescription
DescriptionThe description of the webhook subscription.
Enable WebhookSelect to enable the webhook subscription.
Event TypesA comma-separated or JSON list of event types to subscribe to.
Webhook IDThe ID of the webhook subscription to update.
Webhook URLThe URL to send the webhook payload to.

Example Output

{
	"id": "336d997f-d9fa-4612-80e8-9f41a4b41352",
	"webhookId": "Webhook indentifier",
	"url": "https://newurl.com",
	"description": "Updated description of the webhook subscription",
	"enabled": false,
	"eventTypes": [],
	"lastResponseAt": "0001-01-01T00:00:00Z",
	"retryCount": 0,
	"createdAt": "2018-09-27T20:28:41.3829451Z",
	"updatedAt": "2018-09-27T20:28:41.3829451Z",
	"createdBy": "Member:20"
}

Workflow Library Example

Update Webhook with Digitalai Agility and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop