A webhook can be used to notify another application about events. A webhook listener represents a single listener to such an event.
The notification is carried out by calling the configured webhook URL.
A webhook listener can have the following states:
When the state is set to Active
the webhook listener is used.
When the state is set to Inactive
the webhook listener is ignored. However, all the information is not deleted and you can reactivate it at any moment.
The webhook listener is in the process of deletion. This may take some time until the webhook listener is marked as Deleting
before being marked as Deleted
.
The webhook listener is deleted. Since the webhook listener is linked with data which cannot be deleted immediately, we need to keep it until all the data can be removed.