To test the setup without using Rasa X you can run:
rasa run --enable-apiin one terminal session and in another:
rasa run actionsThe 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_tokenandapi_hostin thecredentials.ymlfile -
Launch
ngrok http 5005and 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