gateway_notification_publish
Publish durable employee notifications to specified recipients, including title, body, priority, and action URL. Supports idempotent publishing and expiration to ensure reliable delivery.
Instructions
Publish a durable employee notification. Requires notifications:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| title | Yes | ||
| priority | No | normal | |
| action_url | No | ||
| event_type | Yes | ||
| project_id | No | ||
| metadata_json | No | {} | |
| expires_in_days | No | ||
| idempotency_key | No | ||
| recipients_json | Yes | ||
| artifact_refs_json | No | [] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |