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’.
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'.
5. For the final channel, Telegram, simply create a block titled 'Telegram welcome message' under Else.
6. Click Save to save your changes.
See also:
Create a channel confirguration
[New bot builder] How to organize your flow