send_event
Send a notification event to a Trigv workspace channel. Specify channel slug and title, with optional level, image, and deduplication key.
Instructions
Send a notification event to a Trigv workspace channel. Requires TRIGV_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Notification level (default: info) | |
| title | Yes | Notification title | |
| channel | Yes | Channel slug (e.g. general, deploys) | |
| image_url | No | Optional HTTPS image URL (not stored server-side) | |
| event_type | No | Free-form event label (e.g. deploy.completed) | |
| description | No | Optional body text (not stored server-side) | |
| idempotency_key | No | Dedup key per workspace; retries return the existing event | |
| delivery_urgency | No | Delivery urgency (default: standard) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| event | No | ||
| success | Yes | ||
| duplicate | No |