RedOne-Guerad / rc-auto-reply

Auto-reply allows users to automatically send customized messages in response to incoming texts. With this app, users can set up personalized auto-responses to ensure that their contacts receive a prompt reply, even when they are not available to respond immediately.
4 stars 0 forks source link

Rocket.Chat Auto-reply App

Features

How to use it

From any direct-message contextual action menu, click auto-reply button:

image

Enable the app:

image

Customize your message and submit:

image

When someone send you a message he will get an auto-reply:

image

if you texted a user when your auto-reply is enabled, you will get options to disable auto-reply:

image

Contributing

You'll need to set up the Rocket.Chat Apps dev environment, please see https://developer.rocket.chat/apps-engine/getting-started

To install the using the command line, you have to turn on the setting Enable development mode on the Rocket.Chat server under Admin > General > Apps.

Change the values from .rcappsconfig to reflect your dev environment.

Then you can clone this repo and then:

npm install
rc-apps deploy

Follow the instructions and when you're done, the app will be installed on your Rocket.Chat server.