Hi, I'm trying to implement a webhook in Business Central.
They send a fixed JSON body to a URL that I provide. I first tried using an API Page, but the JSON structure is too dynamic. Then I tried an unbound OData action (Codeunit), but it seems OData maps the JSON properties directly to the procedure parameters, and I can't receive the raw request body as a single JSON/Text parameter.
Has anyone implemented something similar or knows the best way to receive a raw JSON webhook in Business Central?

Report
All responses (
Answers (