#Rémi A - connect
1 messages · Page 1 of 1 (latest)
Hi! Can you clarify your question? And by "endpoints" do you mean "webhook enpoints"?
sure: it's about the webhook endpoints, there is a limit of 16 allowed webhooks at any given time. So far our app is consuming 5 webhooks 3 are "direct" and 2 are "connect". We'd like to spin up more than 3 staging environments for testing so we plan on merging all the 5 endpoints into a single one. This way we'll be able to spin up to 16 environments at a time. It is not clear in the documentation if a "connect" webhook also can listen to "direct" events.
so I'd like to know if I should keep two webhook endpoint, one for each, or if I can merge everything into a single one and route the message as they come
Got it! Direct and connect are separate types of webhooks, and you cannot "merge them". So you need to have at least 2 webhook endpoints: direct and connect.