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

# Webhooks

> Send event notifications from Nexudus to another system when selected activity occurs.

## Overview

A **webhook** sends information to an external URL when a selected event occurs in Nexudus. Use webhooks when another system needs to react to activity in your location without repeatedly checking Nexudus for changes.

Go to **Settings → Integrations → Webhooks**. You need the webhook permission or administrator access.

## Before you start

* Confirm the receiving service can accept HTTPS requests.
* Obtain the exact URL and the event type it expects.
* Agree with the receiving-system owner how failures will be monitored and handled.

## Create a webhook

<Steps>
  <Step title="Open Webhooks">
    Go to **Settings → Integrations → Webhooks** and add a webhook.
  </Step>

  <Step title="Name the webhook">
    Use a clear internal name, such as “Send new reservations to CRM”.
  </Step>

  <Step title="Choose an action">
    Select the Nexudus event that should trigger the notification.
  </Step>

  <Step title="Enter the destination URL">
    Enter the secure URL provided by the receiving system.
  </Step>

  <Step title="Activate and monitor it">
    Save the webhook, activate it, then verify the first event reaches the destination.
  </Step>
</Steps>

## Field reference

| Field        | Description                                             |
| ------------ | ------------------------------------------------------- |
| Name         | An internal label for the webhook                       |
| Action       | The Nexudus event that triggers the notification        |
| URL          | The external destination that receives the notification |
| Active       | Turns delivery on or off without deleting the webhook   |
| Description  | Optional internal notes about the integration           |
| Last trigger | The most recent delivery attempt                        |
| Last error   | The most recent delivery error, if any                  |
| Error count  | The number of recorded delivery errors                  |

## Monitor delivery

Review **Last trigger**, **Last error**, and **Error count** after setup and whenever the receiving system changes. Deactivate the webhook before replacing an outdated URL so failed deliveries do not continue.

<Warning>
  Webhook URLs can give an external system access to operational data. Use a trusted HTTPS endpoint and avoid placing credentials directly in the URL unless the receiving system explicitly requires it.
</Warning>

## Related pages

* [Integrations](/platform/settings/integrations)
* [Automation tiles](/platform/settings/automation-tiles)
