> ## Documentation Index
> Fetch the complete documentation index at: https://sidedish.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks

> Webhooks are used to notify your app when a certain event happens in SideDish

## Introduction

SideDish supports a multitude of webhooks that you can use to notify your app when certain events happen in SideDish.

Turn on the webhooks feature in the account settings page: [Account settings](https://app.sidedish.dev/account). Then click on "Open hooks management" and continue from there.

Hooks support automatic retries, logs, monitoring, and SSRF protection.

### Available webhooks

* Store created
* Store updated
* Store deleted
* Merchant created
* Merchant updated
* Merchant deleted
* Merchant team member added
* Merchant team member removed
* Product created
* Product updated
* Product deleted
* Product revision created
* Product revision approved
* Product revision rejected
* Product revision deleted
* Purchase successful
* Purchase failed
* Purchase stopped due to unmet requirements
* Subscription cancelled
* Subscription expired
* Subscription renewed
* Product reviewed received

### Use cases

You can use webhooks to:

* Send customized emails
* Send notifications within your app
* Sync data with your own database
* Build internal workflows
