I am trying to create a scenario Webhook which triggers after a new request is "approved" / a default approval process is finished. Does anyone have any idea how to achieve this? If I can elaborate more please let me know.
Thank you
Topics
Topics help categorize Community content and increase your ability to discover relevant content.
This type of filter, at a minimum, other filters may be appropriate for what you want: Status = "whatever your approval status is" - e.g. if the status was New - Pending Approval, then when the request is approved, the status will be New, so Status = NEW.
Record Origin = Updated Record Only, since getting to an approved state requires an update
I also often like to put an extra filter after my Webhook that says oldState.status = NEW:A, our webhook indicates the current status is New and this filter ensure the prior status was New-Pending Approval