call_webhook
Trigger a webhook by specifying necessary parameters such as slug, data, and token to facilitate automated communication and data exchange in digital forensics workflows.
Instructions
Call a webhook with the specified parameters
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | The data parameter for the webhook (e.g., IP address like "192.168.1.100") | |
slug | Yes | The webhook slug (e.g., "air-generic-url-webhook") | |
token | Yes | The webhook token for authentication |