I am trying to integrate the bot but I receive this error about sanic.exceptions.NotFound: Requested URL /webhooks/sendbird/webhook not found also my endpoint.yml has:
Exception occurred while handling uri: 'http://417a152c87a8.ngrok.io/webhooks/sendbird/webhook'
Traceback (most recent call last):
File “/opt/anaconda3/lib/python3.7/site-packages/sanic/app.py”, line 965, in handle_request
handler, args, kwargs, uri, name = self.router.get(request)
File “/opt/anaconda3/lib/python3.7/site-packages/sanic/router.py”, line 411, in get
return self._get(request.path, request.method, “”)
File “/opt/anaconda3/lib/python3.7/site-packages/sanic/router.py”, line 475, in _get
raise NotFound(“Requested URL {} not found”.format(url))
sanic.exceptions.NotFound: Requested URL /webhooks/sendbird/webhook not found
Sounds like the custom connector setup isn’t complete in some way. You are correct, you don’t need the REST or Socket IO setup but you do need to complete the custom connector setup as described on the page I referenced. Is your credentials.yml setup as required? The action endpoint config is not related to custom connectors.