tickory_add_relay_route
Add a relay route to forward TradingView alerts to a direct destination like Telegram, Discord, webhook, or email. Specify the source, destination type, and optional filter expression.
Instructions
Add one direct relay destination to a TradingView source for telegram, webhook, discord, or email delivery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delivery_email | No | Destination email address. Required when destination_type=email. | |
| destination_type | Yes | Direct destination type. | |
| filter_expression | No | Optional CEL filter expression evaluated against the inbound payload. | |
| source_id | Yes | TradingView relay source identifier. | |
| telegram_chat_id | No | Telegram chat identifier. Required when destination_type=telegram. | |
| webhook_url | No | Destination webhook URL. Required when destination_type=webhook or destination_type=discord. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| route | Yes | ||
| schema_version | Yes | Tickory MCP tool schema version. |