Webhook Integration
ARMO supports webhook-based integrations to forward security incidents in real-time to your internal systems or third-party services.
Whenever a security incident is triggered within your Kubernetes environment, ARMO sends an HTTP POST request to the configured webhook URL, enabling you to respond to these events immediately.
Webhooks are flexible: the payload is sent in JSON format and can be customized to fit your receiving system’s schema or filtering logic.
How to Create a Webhook Integration in ARMO
Follow these steps to configure a webhook receiver in your ARMO platform:
Step 1: Obtain the Webhook URL
Retrieve the target Webhook URL from the third-party tool or internal service where you wish to receive notifications.
Step 2: Open ARMO Integrations
Log in to your ARMO account and navigate to:
Settings > Integrations > Webhook > Add Webhook
Step 3: Configure the Webhook
Fill out the Webhook configuration form:
- Name – The name of the webhook
- Webhook URL – The destination URL where ARMO will send the payload.
- Header (optional) – If needed, add custom HTTP Headers in the relevant input field of the integration, as key-value pairs.
Updated about 18 hours ago