Register Issues Webhook
Allows for webhook registration. It will be getting notifications about changes in Egnyte Secure and Govern issues. Endpoint returns ID of newly registered webhook, expiration timestamp and current status.
External Documentation
To learn more, visit the Egnyte Secure Govern documentation.
Parameters
Parameter | Description |
---|---|
Auth Header | Insert Webhook API Key. You can view the API key in the Trigger Setup window when you configure a trigger in Blink. Example: BLINK-API-KEY: xxxxxxxxxxxxxx. |
Event Type | Specify the event type the webhook would be triggered by. |
Issue Type | Specify the issue type the webhook would be triggered by. |
URL | Webhook URL. |
Example Output
{
"value": {
"expires": 2100000000,
"status": "enabled",
"webhookId": "c9ac0519-284a-4bee-9574-30ae7891e5dc"
}
}
Workflow Library Example
Register Issues Webhook with Egnyte Secure Govern and Send Results Via Email
Preview this Workflow on desktop