app-sdk
app-sdk copied to clipboard
Extend async webhook context with settings manager
- webhook handlers most likely will need app settings to process the incoming request. Extend the async webhook context with Settings Manager
- payload can contain private metadata of the app. The handler factory should be able to find out if that's the case and load it to the Settings manager without the need of the additional request to the API