Messenger Configuration
Before configuring this section, you must have an App created in Meta and a Facebook Page. See the instructions here.
The configuration file for Messenger is located at config/platforms/messenger.rb
Field Description
config.messenger.graph_url
Facebook Graph Url
config.messenger.pages
One or more Facebook Pages can be configured and run under the same project.
config.messenger.webhook_route
config.messenger.webhook_verify_token
config.routes.post_comment
config.messenger.persistent_menu
To activate/deactivate it run:
kogno messenger menu on|off
config.messenger.welcome_screen_payload
config.messenger.greeting
config.messenger.whitelisted_domains
After modifying this you should run this command kogno messenger update_whitelisted_domains
config.messenger.ice_breakers
To activate/deactivate it run
kogno messenger ice_breakers on|off
Last updated