Is it possible to configure multiple webhook endpoints?

Use Case
When you want to automatically load data into data storage as well as to configure another client applications to look at the incoming chat/channel/user messages

Answer
Unfortunately, Sendbird only supports a single webhook end-point at the moment. For the use case above, all webhooks will need to be joined to a queue and processed on your side.

Related articles to learn more about webhook