Codeunit 5377 Webhook Management in 20
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 8
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetNotificationUrl | () | Text[250] | public | - |
| IsCurrentClientTypeAllowed | () | Boolean | public | - |
| IsSyncAllowed | () | Boolean | public | - |
| FindMatchingWebhookSubscription | (var Record Webhook Subscription, Text) | Boolean | public | - |
| FindMatchingWebhookSubscriptionRegex | (var Record Webhook Subscription, DotNet Regex) | Boolean | public | - |
| FindWebhookSubscriptionMatchingEndPoint | (var Record Webhook Subscription, DotNet Uri, Integer, Integer) | Boolean | public | - |
| FindWebhookSubscriptionMatchingEndPointUri | (var Record Webhook Subscription, Text, Integer, Integer) | Boolean | public | - |
| IsValidNotificationRunAsUser | (Guid) | Boolean | public | - |