Webhook_notify Table (521)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
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 | Null |
|---|---|---|---|
| webhook_notify_id | Primary key | PK | |
| webhook_id | The webhook that this notification is for | FK Webhook | |
| associate_id | Associate to notify. If set, email_recipient is ignored. | FK associate | ● |
| email_recipient | Ad-hoc email address to notify. Used when associate_id is 0. | String(239) | ● |
| registered | Registered when | UtcDateTime | |
| registered_associate_id | Registered by whom | FK associate | |
| updated | Last updated when | UtcDateTime | |
| updated_associate_id | Last updated by whom | FK associate | |
| updatedCount | Number of updates made to this record | UShort |

Indexes
| Fields | Types | Description |
|---|---|---|
| webhook_id | FK | Index |
| associate_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| 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.