# 50361: Too many conversation webhooks

Log Level: ERROR

## Description

The limit for conversation-scoped webhooks is five; this request would have created a sixth, and is thus rejected.

### Possible causes

You may have forgotten to remove other webhooks before adding this one. Alternatively, your use-case may include scenarios requiring more than five.

### Possible solutions

* Retrieve a list of the [existing webhooks](/docs/conversations/api/conversation-scoped-webhook-resource#read-multiple-conversationscopedwebhook-resources) for this conversation and [remove](/docs/conversations/api/conversation-scoped-webhook-resource#delete-a-conversationscopedwebhook-resource) the ones that are redundant or obsolete.
* Consider combining some of the [existing webhooks](/docs/conversations/api/conversation-scoped-webhook-resource#read-multiple-conversationscopedwebhook-resources) and forward events to a single destination.
* Consider using [global webhooks](/docs/conversations/api/webhook-configuration-resource) instead of conversation-scoped hooks.
