# 50076: Webhook failed to execute successfully due to timeout

Log Type: APPLICATION

Log Level: ERROR

## Description

Programmable Chat: Webhook failed to execute successfully due to timeout

### Possible causes

* Application side processing is exceeding 5 seconds.
* Some network blips might cause delay in returning the response to chat

### Possible solutions

* Make sure that webhook processing time is less than 5 seconds
* Make webhook processing asynchronous on the app side and return response immediately
