Setting up Multiple Facebook Chatbots/Pages

I have multiple Facebook pages that need access to the same chatbot.

How would I set this up?

Would I just list this multiple times for each different page/token inside credentials.yml?

facebook: verify: “rasa-bot” secret: “3e34709d01ea89032asdebfe5a74518” page-access-token: “EAAbHPa7H9rEBAAuFk4Q3gPKbDedQnx4djJJ1JmQ7CAqO4iJKrQcNT0wtD”

1 Like

Hi @ManyChat, that’s currently not possible by default. However, you could write a custom channel to handle it: Custom Connectors

1 Like

I need the same thing: " Setting up Multiple Facebook Chatbots/Pages". it’s urgent for me to know, how to implement this?

Please share the idea/solution.

Thanks

hi there can you help me with deployment to Facebook if you don’t use docker ?

and thanks

Dear @Tobias_Wochinger , could you share a few details. actually, i have checked [Custom Connectors ]. but don’t understand. Thanks

You’d need to implement a custom Python module which implements the functionality. There should also be plenty of forum posts about it, e.g. [Solved] How to implement our own custom connector for the custom UI