export const headerBackground = '/docs/images/headers/header_background.webp'
export const bentoLogoImg = '/docs/images/logos/bento-text-logo.svg'
export const LogoImg = '/docs/images/logos/webhooks.svg'


# Bento Webhook Integration

<p />


## Overview

The Bento webhook Integration offers two core functionalities:
- **Event Tracking**: Automatically track key data via realtime webhook events for your subscribers
- **Data Management**: Update user data and record lifetime value (LTV) metrics


## Requirements

1. An approved Bento account
2. An ability to send webhooks to bento
3. Webhook endpoint - Syncs purchase events to Bento

## Webhook Setup


  
**1. Set the Webhook URL**

  
    Use the Bento webhook URL as the destination for your webhook data, be sure to substitute the
    `site_uuid` with the correct site you want to send events to from your account teams screen if its not
    already there.

  
> ⚠️ **Warning**
> Be sure to carefully check the webhook URL and ensure it matches. The nature of webhooks means they can
>     silently fail if incorrectly configured.


  


<hr />

## How the connection works
Event data you send via the webhook will be ingested into Bento and automatically processed. This
integration is ideal for use cases where you need to send data to Bento in real time, but other software SDK solutions are not possible.