Not able to post post request

I am following the link Reminders and External Events to test the POST call. But getting error as “curl -H “Content-Type: application/json” -X GET -d ‘{“name”: “EXTERNAL_dry_plant”, “entities”: {“plant”: “Orchid”}}’ http://localhost:5005/conversations/144d5ec426774f67a305ef5fc44798fe/trigger_intent

Hi @patilpooja, I don’t think that’s an error; are you using the callback channel described here rasa/README.md at master · RasaHQ/rasa · GitHub or Rasa X? It won’t work with just rasa shell

I am able to resolve the issue

Great! If you could share your solution for other community members that’d be helpful.