# Events
The following events can be dispatched by the EasyWebhook package, allowing you to apply business logic depending on the webhook response:
EonX\EasyWebhook\Events\SuccessWebhookEvent: Dispatched when sending of a webhook succeeded.EonX\EasyWebhook\Events\FailedWebhookEvent: Dispatched when sending of a webhook failed and it is waiting to be retried.EonX\EasyWebhook\Events\FinalFailedWebhookEvent: Dispatched when sending of a webhook failed and it cannot be retried.