Notification webhook
Send GrowRig notifications to any HTTP webhook without custom runtime code.
Capabilities
| Capability | Identifier |
|---|---|
| Send notification | notification.send |
Configuration
| Field | Type | Required | Notes |
|---|---|---|---|
| Webhook URL | url | Yes | — |
| Authorization token secret | password | No | Optional Bearer token sent with every request. |
| Timeout | number | Yes | Default: 15 |
About
A fully declarative integration for HTTP notification endpoints. GrowRig sends
JSON with event, title, message, severity, and optional data fields.
The connection test sends a real test notification so you can verify the whole
delivery path.
Integrations are configured as instances under Control panel → Integrations. Secret fields are AES-GCM encrypted with a local key beside the Grow Core database and are never returned by the API.