What Callback URL should be for integration with FB messenger?

hi @amn41, yes, I don’t have SSL issue.

  1. If I open URL https://doman_name.com/webhooks/facebook/webhook?hub.mode=subscribe&hub.challenge=1234402894&hub.verify_token=Token
    in the browser, then the page redirected to the main page https://doman_name.com/conversations
  2. I am not sure why I need /api part in Facebook integration. But I have tried to open https://doman_name.com/api/webhooks/facebook/webhook?hub.mode=subscribe&hub.challenge=1234402894&hub.verify_token=Token
    Reply: Not found.

My credentials.yml file in the directory etc/rasa/ has:

facebook:
  verify: "Token"
  secret: "xxxx"
  page-access-token: "xxxx"
  
 rasa:
  url: ${RASA_X_HOST}/api

My endpoints.yml file in the directory etc/rasa/ has:

action_endpoint:
	url: "http://app:5055/webhook"
	token: ""