Audit Log Webhook
Send Apono audit log notifications to your internal systems with event-triggered HTTP messages
By creating a webhook for audit log notifications, you can gather all notifications into a single platform.
Prerequisite
Apono Premium
Apono plan providing the most features and dedicated account support
Configure a webhook
Follow these steps to configure a webhook:
On the Webhooks page, click Add Webhook. The Add Webhook page appears.
Click Audit Webhook.
Enter a unique, alphanumeric, user-friendly Audit Webhook Name for identifying this webhook.
Click the Status toggle to Active.
From the Type dropdown menu, select HTTP Webhook.
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. The following is an example webhook payload.
Click View audit event's payload schema to reveal the base payload schema and available data fields. You can also refer to the Audit Log Webhook Payload Schema Reference to read the descriptions of each data field.
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 audit log notifications will be sent to the target system each time an audit log event occurs.
Last updated