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

# Webhook Topics

> Available webhook events to keep your systems updated in near-real-time

Gameball provides two key webhook events to keep your systems updated in near-real-time:

1. **Customer Notification Push**\
   Triggered when Gameball generates a notification for a customer. This helps deliver timely updates like push notifications or SMS messages.

2. **Customer Profile Updated**\
   Triggered when a customer's profile changes. This ensures your app stays updated with changes like points, tier or referral details.

These webhooks help you stay in sync with customer activities and enhance their overall experience.

<CardGroup cols={2}>
  <Card title="Customer Notifications" icon="bell" href="/api-reference/webhooks/webhook-topics/notifications">
    Receive real-time notifications when Gameball generates customer notifications for push messages or SMS
  </Card>

  <Card title="Customer Profile Updates" icon="user-pen" href="/api-reference/webhooks/webhook-topics/profile-updates">
    Stay synced when customer profiles change, including points, tier, or referral details
  </Card>
</CardGroup>
