**Webhooks**

Wherewolf apps can be configured to issue webhook requests to external services.

When enabled, a `POST` request will be issued every time a guest record is created or updated.

A guest record is `created` every time a guest signs a Pre Arrival form or waiver.

A guest record is `updated` when the check-in process happens in multiple stages and/or when a staff member performs some action on it such as assigning some equipment or placing some internal note.

**Requirements**

You need to provide an `url` that accepts a `POST` request with `Content-Type: application/json`

## Table of contents

- [Example Call](https://wherewolfnz.github.io/docs/webhooks/example_call.html)
- [Payload Details](https://wherewolfnz.github.io/docs/webhooks/payload.html)
- [Authentication Options](https://wherewolfnz.github.io/docs/webhooks/authentication.html)
- [Trigger Test Calls](https://wherewolfnz.github.io/docs/webhooks/trigger_tests.html)
