Generic Webhook
Send events from any system that supports HTTP webhooks.
Endpoint
POST https://www.aigodfather.ai/api/v1/events
Headers
| Header | Value |
|---|---|
Authorization | Bearer YOUR_API_KEY |
Content-Type | application/json |
Body Fields
| Field | Required | Description |
|---|---|---|
action | Yes | Action name |
message | No | Human-readable description |
severity | No | low / medium / high / critical |
metadata | No | Any key-value pairs |
tags | No | Array of strings |
user_id | No | Associated user |
requires_approval | No | Force human approval |
Works with any language, platform, or tool that can send HTTP POST requests.