Get Issues Webhook Status
Returns webhook ID, expiration timestamp and status.
External Documentation
To learn more, visit the Egnyte Secure Govern documentation.
Parameters
Parameter | Description |
---|---|
Webhook ID | ID of the webhook. |
Example Output
{
"summary": "webhook disabled",
"value": {
"expires": 2100000000,
"status": "disabled",
"webhookId": "c9ac0519-284a-4bee-9574-30ae7891e5dc"
}
}
Workflow Library Example
Get Issues Webhook Status with Egnyte Secure Govern and Send Results Via Email
Preview this Workflow on desktop