We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
this /webhooks/rest/webhook REST endpoint not working. I want to get text/rich response from Rasa NLU server. For example:
curl -L -X POST 'http://localhost:5000/webhooks/rest/webhook' \ -H 'Content-Type: application/json' \ --data-raw '{ "sender": "Me", "message": "hello"}'
The text was updated successfully, but these errors were encountered:
I am not sure I follow, port 5000 is the Rasa API, which has nothing to do with Articulate's webhooks.
Send your request to the port you've assigned to the Articulate API (usually 7500) and make sure the port is exposed in Docker as well.
Sorry, something went wrong.
No branches or pull requests
Hello,
this /webhooks/rest/webhook REST endpoint not working. I want to get text/rich response from Rasa NLU server. For example:
The text was updated successfully, but these errors were encountered: