lash
lash

Reputation: 756

Mattermost: Customizable action on direct message

Is there a way currently (v 5.10.0) to trigger auto-replies and/or customizable actions on receiving a DM for a certain user?

Upvotes: 1

Views: 768

Answers (1)

Harshil Sharma
Harshil Sharma

Reputation: 2035

There is no such functionality out of the box but you can create Mattermost plugins for any such task.

Here's an example plugin that doesn't allow you to send direct messages - https://github.com/Brightscout/mattermost-plugin-disable-dm

Mattermost plugins documentation is available over here - https://developers.mattermost.com/extend/plugins/webapp/hello-world/ which contains documentation on everything a Mattermost plugin can do.

Upvotes: 1

Related Questions