Manatee.Trello
Manatee.Trello copied to clipboard
Webhooks can be managed through tokens
https://trello.readme.io/reference#tokenstokenwebhooks-2
Having some issues instantiating new webhook entities as the target model must be known. Thus, creating a collection of them becomes more difficult.
Open question on Trello's Slack
I'm putting this off until I get a response from Trello.
As a workaround, I might be able to perform a /1/type/{id}
call for each webhook target, but that means each webhook is now two calls. I can shorten that for webhook collections by batching the type
calls, but it's still limited to 10 at a time.
Still nothing from Trello.