>> I wasn't aware we already had calls for conversations, actions and pools >> ... > > > There should be calls for conversations and actions. Pools are new, so > there may not be calls for those.
The RESTful API calls for adding a pool, adding a user to a pool and sending a message to a pool were added even before the WebUI. Then while I improved the UI, the RESTful API got a bit behind, so while I added ways to list the pools, I haven't yet added a method to list pools for the RESTful API. It's trivial to implement, so I can add it during the next days. I think currently the big differentiator is authentication. It's not easy to use OpenID from a desktop client so we need the tokens. Vassil