The Webhook Action will emit Events it receives through Webhooks (HTTP callbacks).
Webhooks are a common way for web applications to notify users of important occurrences. Use the Webhook action to receive alerts from SIEM; get notified when a developer performs a 'git push'; when a user updates a Jira ticket; or when a user posts in Slack.
To create a new webhook address, simply drag on a Webhook Action to create a URL which can receive HTTP data.

Features
Each Webhook Action has a unique URL.
Specify a path and a secret that must be included in the Webhook in order for an Event to be emitted.
Accepts Webhooks using a variety of HTTP methods, e.g.: POST and GET
Webhook parameters will be used to generate and emit a new Event.
Specify a custom response message, response code and response headers when Event is successfully emitted.
Include incoming headers from HTTP requests.
Configuration Options
path
- A path for the webhook URL, in plain text.secret
- A token that the host will provide for authentication.verbs
- (Optional) Comma-separated list of HTTP verbs your action should accept.response
- (Optional) The response message to the request. Defaults to 'Ok'.response_code
- (Optional) The HTTP response code to the request. Defaults to201
.response_headers