Is there a way to have something go directly from the API to a query? What I would like to do is have a token action,that when somebody pressed it, would give a custom dropdown menu. Lets assume that there are three optional settings, and that when the user happens to press it, the token that he has selected has options one and two turned off, and option 3 turned on. I would like to have a query box open that gives three dropdown options, Turn option 1 on, Turn option 2 on, turn option 3 off. If the user had a different token selected, then menu would be different depending on which options that token had turned on. Now I know that I could have a button that would create a custom button and send that button to the chat log, and the user could then press that button. And that 2nd button would give the customized menu. But is it possible to just have one button that does it all in one operation instead of two? Thanks.