Integrate Rasa with webex teams

I am trying to use the cisco-webex-teams connector with rasa i have provided all the required credentials like access token and room in the credentials.yml file

In my scenairo RASA is not able to establish connection with webex teams and its mentioned that replacing the host and port with the appropriate values. This is the URL you should add in the OAuth & Permissions section its not provided and links for oauth & permissions section are also not available

Any workaround or detailed documentations related to the above scenario would be helpful

This is the URL you should add in the OAuth & Permissions section its not provided and links for oauth & permissions section are also not available

It is a little bit unclear what is not provider and by whom it is not provided. The documentation page mentions that messages will be received over at;

http://localhost:5005/webhooks/webexteams/webhook

Now in your scenario you’ll potentially need to replace things like the port number if you’re running it on another port. You should manually be able to confirm though that this endpoint lives manually via something like curl. Are you able to do this?