cyera.read.issue
External DocumentationTo learn more, visit the Cyera documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cyera.read.issue| Parameter | Description |
|---|---|
| Display Name | The name of the new webhook. |
| Events | Event types to subscribe to. |
| Rate Limit | The maximum events that will be sent by the webhook per second. |
| Target URL | The target URL to send the payload to (must have a SSL certificate). |
| Parameter | Description |
|---|---|
| Secret | The endpoint’s verification secret, base64 encoded (random bytes). Note: It is recommended to ignore this parameter and let the server generate the secret. |
{
"createdAt": "2022-11-05T12:51:08.000Z",
"displayName": "My Slack Integration 5",
"events": [
"string"
],
"isActive": true,
"rateLimit": 5,
"secret": "secret-123",
"targetUrl": "https://webhook-server.com",
"uid": "31d0b518-425b-48d6-805f-e43488a9fa02"
}
Was this page helpful?