0

I am new to RASA . Can anyone help me in integration rasa with Mattermost using slash command and not with Webhook.

Dal
  • 1

1 Answers1

0

You'll need to use Rasa HTTP API or Rasa X API for that.

The general sequence will be-

  1. Register the slash command.
  2. Call Rasa HTTP API from slash command handler.
  3. Convert response from Rasa into a Mattermost post if you need to.
Harshil Sharma
  • 2,016
  • 1
  • 29
  • 54