Hi there,
I am developing a simple Slack integration which centers around supporting a command \sellarsubscription [list|delete|subscruube] [deposits|withdrawals] account-public-key
. Whenever there is a new deposit/withdrawal a simple message to the channel where the integration is set up should be issued.
Some requirements are:
- It should be possible to unsubscribe
- It should be possible to list subscriptions
- I thought about making the messages entertaining and not just prude sentences like "received xx from yy", maybe more in the direction of "hooray! you received xx from yy, this is the memo you got: …".
My plans are to put this thing on GitHub and ideally publish it as a Slack App. I have a very small prototype and so far it's been very nice working with the Stellar API.
Feel free to give me your thoughts! I'm just starting out with getting into Stellar and there might be other interesting things to subscribe to (besides deposits and withdrawals), which I am unaware of.
Bye, Michael
Edit: I realized that it's probably not possible to build this as a bot, due to the way how bots work in the Slack API. Instead a more extensive integration has to be set up.