bcquality/microsoft/knowledge/web-services/webhook-eligibility-and-validationtoken-renewal.bad.js
Jesper Schulz-Wedde cf55246ecf Add P0 integration and control add-in guidance
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 02baffe8-0600-430d-81fa-a9993685e7cb
2026-07-14 12:19:22 +02:00

4 lines
138 B
JavaScript

function receiveBusinessCentralWebhook(request, response) {
processNotifications(request.body.value);
response.sendStatus(200);
}