Skip to main content

Subscribe To Webhook

Subscribes to a webhook event.

Parameters

ParameterDescription
Display NameThe name of the new webhook.
EventsEvent types to subscribe to.
SecretUsed for ensuring the authenticity of the webhook's origin.
Target URLThe target URL, which the webhook will post the payload to (must be https).

Example Output

{
"createdAt": "2022-11-05T12:51:08.000Z",
"displayName": "My Slack Integration 5",
"events": [
"string"
],
"isActive": true,
"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