Search code examples
webhookstrello

Trello webhook limits


I'm creating an app for a group of people that have board for each working person. It's around 50 boards together, and what comes to my mind is a question, does trello webhooks have any limits?

I couldn't find any information about the amount of webhooks that are allowed.


Solution

  • ​No, there is not. Here is information about webhooks limits that says directly:

    There is no limit to the number of webhooks you can set up in Trello

    However here on TrelloDev limits:

    In addition to limiting the number of different types of objects that can exist on a board or card, we disallow creating new webhooks on objects that have exceeded their limits. Attempting to create a webhook on an object that has exceeded its limits will result in the following error message: HTTP/1.1 500 Model exceeds limits

    That, in my humble opinion, simply indicates that as long as other objects limits are not exceeded, there is no limit for webhooks, therefore you should just worry about other elements and as long as they will be kept under the limit everything will be just fine.