binarapps / slack-integrator

8 stars 3 forks source link

Send list of reservations to slack #6

Closed hirokiraj closed 9 months ago

hirokiraj commented 8 years ago

Would be awesome to have slack command to list all reservations done for this day, can we do this?

mbroderson commented 8 years ago

Yeah, basically just add another bot and use reservations app to route. You can find details in Readme.

hirokiraj commented 8 years ago

As an alternative, we can use params for existing POST action.

How about situation like this, when slack command params is equal to 'list' we will send all registered so far reservations to the channel. This way we can use the same integration, and keep it simple (one outgoing and incoming webhook for one abstract module).

mbroderson commented 8 years ago

Yes, that's a good idea. Green light for this feature from me :+1: