bruno
bruno

Reputation: 2169

Firebase integration with Slack

I've integrated ten projects from firebase with a slack channel where I'm posting crashes notifications. Ater I integrated the 10th app, the 11th integration didn't work and I followed the same procedure.

I can't find anything in the docs related to slack limitations, except that I can only send one message per second. Anyone has any pointers to solve this?

Upvotes: 1

Views: 904

Answers (1)

Erik Kalkoken
Erik Kalkoken

Reputation: 32757

You are limited to max. 10 integrations / apps on a free plan Slack. (source)

Upgrading to a paid plan would obviously solve the issue.

There also might be some other workaround depending on the specifics (which currently are unclear).

e.g. if the integrations are based on incomoing webhooks, then its possible to limit the number of integrations by using the same webhook for different channels / providers.

Upvotes: 2

Related Questions