Skip to main content
Subscribe to a webhook event. Required Permission:
  • cyera.read.issue
External DocumentationTo learn more, visit the Cyera documentation.

Basic Parameters

ParameterDescription
Display NameThe name of the new webhook.
EventsEvent types to subscribe to.
Rate LimitThe maximum events that will be sent by the webhook per second.
Target URLThe target URL to send the payload to (must have a SSL certificate).

Advanced Parameters

ParameterDescription
SecretThe endpoint’s verification secret, base64 encoded (random bytes).

Note: It is recommended to ignore this parameter and let the server generate the secret.

Example Output

{
	"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"
}

Workflow Library Example

Subscribe to Webhook with Cyera and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop