Skip to content

Commit

Permalink
List all features (#198)
Browse files Browse the repository at this point in the history
Co-Authored-By: Douglas Gubert <d-gubert@users.noreply.github.com>
  • Loading branch information
sampaiodiego and d-gubert committed Dec 11, 2019
1 parent 65eaacd commit 18d30f9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
The Apps-Engine is Rocket.Chat's _plugin framework_ - it provides the APIs for Rocket.Chat Apps to interact with the host system.

Currently, a Rocket.Chat App can:
- Listen to message events (before a message is sent, after a message is updated, etc)
- Listen to room events (before a room is created, after a room is deleted)
- Listen to message events
- before/after sent
- before/after updated
- before/after deleted
- Listen to room events
- before/after created
- before/after deleted
- Send messages to users and livechat visitors
- Register new slash commands
- Register new HTTP endpoints
Expand Down

0 comments on commit 18d30f9

Please sign in to comment.