Sending message to myself
Just like slack, user should be able to send message or attachments to him/herself. This feature is helpful to take some notes or testing message format etc.
12
votes

This feature shipped with v4.5 on December 16th.
-
Dionisio Alonso (Baco) commented
-
Nelson commented
An alternative to this, is having by default, a user called "me". Then any user can open a conversation with "me".
That's how we solved it in our implementation, by creating a user "me." (Notice the dot, since we need 3 characters in the user).
So users can then post messages to themselves to remember later, etc (it even worked nicely for a reminder integration project) -
Johannes Ganzenmueller commented