Just playing with my first slack team. Is there a way to add user data from an external API to autocomplete. So, what works right now, calls the /assign command plus a weak user (both will be autocomplete, nice!). What I want / need is a list of elements that I would get from a remote endpoint that can be selected by autocomplete.
Is this even possible?
/assign @userX to [data_by_autocomplete]
Or I need to solve this by talking completely, for example:
=> /assign user @userX => BOT: Which task? Here is a list: ... => /assign taskY => BOT: Assigned TaskY to @userX
But this seems very cumbersome (and wrong). So basically I want to get a remote list for autocomplete in the same command.
PS: Command and functionality is a simplified example illustrating the point.
source share