Skip to content

Resolve "Add support for webhooks on POSTs"

Vetle Simensen requested to merge 2289-add-support-for-webhooks-on-posts into dev

Description

This MR adds a @webhook decorator which can be wrapped around any POST/PUT endpoint. Upon a successful request, the decorator will forward the payload (along with user information and endpoint path) to any webhook URL defined in the application configuration.

Notes to review (code/docs/QA)

Related issues

Closes #2289 (closed)

Edited by Vetle Simensen

Merge request reports

Loading