test_notification
Triggers a real test notification to verify the end-to-end notification pipeline, with rate limiting and options to simulate different sources and event types.
Instructions
Trigger a real test notification (audit row marked is_test=true). Rate-limited per wallet at 1/min. Verifies the full pipeline end-to-end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Route the synthetic test event as if it came from the app lane or the platform, so it exercises a specific Telegram routing rule's `source` filter. Defaults to 'platform' when omitted. | |
| event_type | No | Synthetic event_type override (flat snake_case, e.g. `signature_failed`) — use this to exercise a specific routing rule's `event_types` filter precisely. Defaults to the gateway's built-in sample event when omitted. |