Anomaly Webhook
Send Apono Anomalies notifications to your internal systems with event-triggered HTTP messages
By creating a webhook for Anomalies notifications, you can gather all notifications into a single platform.
Prerequisites
Apono Premium
Apono plan providing the most features and dedicated account support
Access Flow
Minimum of one configured self serve access flow
Create a webhook
Follow these steps to configure an Apono webhook:
On the Webhooks page, click Add Webhook. The Add Webhook page appears.
Click Anomaly Webhook.
Enter a unique, alphanumeric, user-friendly Anomaly Webhook Name for identifying this webhook.
Click the Status toggle to Active.
From the Method dropdown menu, select a REST method.
In the URL field, enter the URL of the target system that will receive the webhook.
The webhook URL must adhere to the following requirements:
Uses the HTTPS protocol
Does not specify any custom ports
In the Body Template field, construct a JSON body for the webhook payload.
Click View request anomaly event's payload schema to reveal the payload schema and available data fields.
Enter the authentication information required by the target system.
Follow this step to add Bearer Token authentication:
Under Headers, use the Key and Value fields to set the access token.
Authorization
Bearer <API_TOKEN>
(Optional) In the Timeout in seconds field, enter the duration in seconds to wait before marking the request as failed.
Optional) Define Response Validators to verify that the response from the webhook meets specified criteria:
Click + Add. A row of settings appears.
Starting with $.data., enter the Json Path of the JSON parameter.
In the Expected Values field, enter a value and press the Enter key on your keyboard.
Repeat step c to add several expected values.
Repeat steps a-d to add multiple response validators.
Click Test to generate a test event to trigger your webhook. A Test successful or Test failed response status will appear at the bottom of the page. A successful test will send mock data to the target system.
For more information about the test, click View Invocation Data. A panel opens revealing the request, response, and other relevant details.
Should your test fail, view these tips to troubleshoot your webhook.
Click Save Webhook.
The new webhook appears in the Webhooks table. Active webhooks are preceded by a green dot. Inactive webhooks are preceded by a white dot.
Apono Anomalies notifications will be sent to the target system.
Last updated