---
title: Webhooks — PlumoAI Developer Guide
description: Receive real-time PlumoAI events in your own apps with webhooks.
url: https://plumoai.com/developer-page/guides/webhooks
---

# Webhooks

Set up webhooks to receive real-time notifications when data changes.

### Setting Up Webhooks

1\. Create a webhook endpoint in your application that can receive POST requests

2\. Register your webhook URL in the PlumoAI dashboard

3\. Verify webhook signatures to ensure requests are authentic

4\. Handle webhook events in your application
