Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 696 Bytes

File metadata and controls

27 lines (20 loc) · 696 Bytes

Example 02 — Advanced Routing

Step-by-step guide to setting up routing rules.

Scenario

Route different content types to different Telegram channels:

  • News posts → @news_channel
  • Tech posts → @tech_channel
  • Products → @products_channel

Steps

  1. Set Up Destinations

    • Add @news_channel
    • Add @tech_channel
    • Add @products_channel
  2. Create Routing Rules

    • Go to Routing tab
    • Create rule for News category → @news_channel
    • Create rule for Tech category → @tech_channel
    • Create rule for Product post type → @products_channel
  3. Test Routing

    • Create posts in different categories
    • Verify notifications go to correct channels