To make a channel router flow:
| Channel name | Values |
| FB | |
| WhatsApp Business | WB |
| Webchat | LC |
| Telegram | TG |
3. Click the + icon to add an IF statement. If you're using WhatsApp for instance, generate a new variable named 'profile.messenger', then select 'equal case' for the value type 'WB' which stands for WhatsApp Business. In the Go to section, you can create a block by typing 'WhatsApp welcome message’.
Screenshot 2023-11-21 at 17.10.30.png
4. Follow the same steps again to create an ELSE IF statement, this time for Facebook. Choose the previously created 'profile.messenger' variable, select 'equal case', and enter 'FB' as the value. In the Go to section, you can initiate a new block named 'Facebook welcome message'.
Screenshot 2023-11-21 at 17.13.50.png
5. For the final channel, Telegram, simply create a block titled 'Telegram welcome message' under Else.
Screenshot 2023-11-21 at 17.15.46.png
6. Click Save to save your changes.
Screenshot 2023-09-28 at 17.09.49 (1).png
See also:
Create a channel confirguration
[New bot builder] How to organize your flow