# 60330: Failed to invoke the webhook

Log Type: APPLICATION

Log Level: ERROR

## Description

HTTP status: 400

### Possible causes

* Unable to access the `webhook` **URL**
* The `webhook` is allowing **HTTP** requests other than **`POST`**
* The `webhook` is responding with a status code other than **200** (OK)

### Possible solutions

* Make sure the `webhook` **URL** is reachable
* Remember the `webhook` must allow **HTTP `POST`** requests
* Make sure the `webhook` is responding with status code **200** when everything is going well
