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

# Webhook_notify table

> Notification recipients for webhook failure events. Each row defines one recipient (associate or ad-hoc email) that should be notified when a webhook fails.

## Webhook\_notify Table (525)

Notification recipients for webhook failure events. Each row defines one recipient (associate or ad-hoc email) that should be notified when a webhook fails.

## Fields

| Name                      | Description                                                   | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------- | ------------------------------- | :------: |
| webhook\_notify\_id       | Primary key                                                   | PK                              |    No    |
| webhook\_id               | The webhook that this notification is for                     | FK [Webhook](./webhook.mdx)     |    No    |
| associate\_id             | Associate to notify. If set, email\_recipient is ignored.     | FK [associate](./associate.mdx) |    Yes   |
| email\_recipient          | Ad-hoc email address to notify. Used when associate\_id is 0. | String(239)                     |    Yes   |
| registered                | Registered when                                               | UtcDateTime                     |    No    |
| registered\_associate\_id | Registered by whom                                            | FK [associate](./associate.mdx) |    No    |
| updated                   | Last updated when                                             | UtcDateTime                     |    No    |
| updated\_associate\_id    | Last updated by whom                                          | FK [associate](./associate.mdx) |    No    |
| updatedCount              | Number of updates made to this record                         | UShort                          |    No    |

<img src="https://mintcdn.com/superofficeas/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/Webhook_notify.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=fc061628da5fe51cd879c6a1330abba6" alt="Webhook_notify table relationship diagram" width="678" height="59" data-path="media/loc/en/database/tables/Webhook_notify.png" />

## Indexes

| Fields        | Types | Description |
| ------------- | ----- | ----------- |
| webhook\_id   | FK    | Index       |
| associate\_id | FK    | Index       |

## Relationships

| Table                    | Description                                                                                             |
| ------------------------ | ------------------------------------------------------------------------------------------------------- |
| [associate](./associate) | Employees, resources and other users - except for External persons                                      |
| [Webhook](./webhook)     | Webhook URL to call when events occur in the client or in NetServer. Also tracks call+error statistics. |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [What's new in version 12.0.342.0](/release-notes/database/changes-12.0.342.md)
- [What's new in version 12.1.1412.0](/release-notes/database/changes-12.1.1412.md)
- [What's new in version 12.2.2072.0](/release-notes/database/changes-12.2.2072.md)
- [What's new in version 12.3.2195.0](/release-notes/database/changelog.md)
- [Webhook table](/en/database/tables/webhook.md)
- [Enum values for WebhookNotifyWhen](/en/database/tables/enums/webhooknotifywhen.md)
