Returns webhooks ID, expiration timestamp and status.

External Documentation

To learn more, visit the Egnyte Secure Govern documentation.

Example Output

{
	"summary": "webhooks listing",
	"value": [
		{
			"expires": 2100000000,
			"status": "enabled",
			"webhookId": "c9ac0519-284a-4bee-9574-30ae7891e5dc"
		},
		{
			"expires": 2100000000,
			"status": "disabled",
			"webhookId": "c9ac0519-284a-4bee-9574-30ae7891e5dc"
		}
	]
}

Workflow Library Example

Get Issues Webhooks with Egnyte Secure Govern and Send Results Via Email

Preview this Workflow on desktop