Skip to content
New issue

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

how to run rasa server with --enable-api parameter? #1094

Open
Dewilas opened this issue Oct 7, 2020 · 1 comment
Open

how to run rasa server with --enable-api parameter? #1094

Dewilas opened this issue Oct 7, 2020 · 1 comment

Comments

@Dewilas
Copy link

Dewilas commented Oct 7, 2020

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"}'
@wrathagom
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants