- We have a use case where the client needs to update the bot config and then open the chatbot with that updated config.
- The client tried using the plugin’s window.YellowMessengerPlugin.init() function to update the config and then open the chatbot with window.YellowMessengerPlugin.openBot() function.
- With this approach, the cross icon to close the chatbot disappears in web.
- Do we have support for flags like autoOpen after initializing the bot or could we have the related documentation to be shared here?
@Sneha You can pass autoOpen: true inside widnow.ymConfig. The bot will auto open on load.