You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to add the capability for users to configure webhook which will be trigger after receiving an approval response from the dashboard. This allows users to customize the flow after approver respond to the approval request such as piping the data into a log or data warehouse.
Potential Solution
User should be able to configure the webhook URL and authentication via environment variables.
When the server start we will check to see if webhook is configured.
If configured, after receiving a response from the dashboard, we will trigger the webhook.
The text was updated successfully, but these errors were encountered:
Feature Description
We want to add the capability for users to configure webhook which will be trigger after receiving an approval response from the dashboard. This allows users to customize the flow after approver respond to the approval request such as piping the data into a log or data warehouse.
Potential Solution
The text was updated successfully, but these errors were encountered: