You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repository states that there is documentation in the src, and, alas, there is little to be found. Can you please provide a Hello World example so that I can get up and running with this easily?
Proposal:
Show us how we can capture /hw and return Hello World.
Thank you!
The text was updated successfully, but these errors were encountered:
Within mattermost, configure a slash command (settings -> integrations -> slash commands -> Add Slash Command) to POST to <your bot server>/hubot/command and set whatever trigger word you like (I use the trigger word bot). Any command that your bot understands can now be triggered with /bot <that command>
As a test, try to run /bot ping and your bot will respond with PONG using whatever response username and icon you set when configuring the slash command.
The repository states that there is documentation in the
src
, and, alas, there is little to be found. Can you please provide aHello World
example so that I can get up and running with this easily?Proposal:
Show us how we can capture
/hw
and returnHello World
.Thank you!
The text was updated successfully, but these errors were encountered: