To test the setup without using Rasa X you can run:
rasa run --enable-api
in one terminal session and in another:
rasa run actions
The Airy connector is a custom connector implemented by following the rasa documentation. When running rasa in a container this directory needs to be mounted to /app
.
Once running the rasa server will expose the webhook at /webhooks/airy/webhook
For testing the connector you can use ngrok.
-
Replace the
system_token
andapi_host
in thecredentials.yml
file -
Launch
ngrok http 5005
and keep it running -
Point your webhook subscription to the url assigned to you by ngrok
-
rasa run --enable-api
-
Send a test message like "Hello there!" to one of your connected source channels