Codeunit 6154 API Webhook Notification Send in 28
- App
- Base Application
- Namespace
- Microsoft.API.Webhooks
Versions171819202122232425262728latest
Source29
Procedures, 3
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| DateTimeToUtcString | (DateTime) | Text | public | - |
| GetMaxNumberOfLoggedNotifications | () | Integer | public | - |
| GetMaxNumberOfNotifications | () | Integer | public | - |
Events, 10
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeProcessNotifications | () | - |
| Integration event | OnAfterProcessNotifications | () | - |
| Integration event | OnBeforeDeleteInactiveJobs | () | - |
| Integration event | OnBeforeSendNotification | (Text, Text) | - |
| Integration event | OnAfterSendNotification | (var Text, var Text, var DotNet HttpStatusCode) | - |
| Integration event | OnGetMaxNumberOfNotifications | (var Boolean, var Integer) | - |
| Integration event | OnGetMaxNumberOfAttempts | (var Boolean, var Integer) | - |
| Integration event | OnGetSendingNotificationTimeout | (var Boolean, var Integer) | - |
| Integration event | OnSendRequestOnBeforeSendRequestAndReadTextResponse | (var Codeunit Http Web Request Mgt.) | - |
| Integration event | OnAfterSendNotificationWithStatusNumber | (var Text, var Text, Integer) | - |