Hello,
I am thinking of writing a slack integration for our long running email auction. The league I commission uses slack for all internal communications. We have some special requirements not covered by the email auction as it's implemented today, namely players that need to have a reserve prices set. Anyway would like to have a slack integration where we could do the following:
Request:
/auction bid [player name] [price]
Response would be:
You have been outbid by team x
or
Reserve price not met (get this information from current player salary as recorded in the league)
or
You have the new high bid
The list of players to bid on could be a type ahead by free agent position, NFL team name, or player name.
Request:
/auction bid "list open auctions"
Response
Auction bid page results in table format
I think it could be that simple.
Is there any API to support this type of integration?
Thanks,
Dave