Expand my Community achievements bar.

Triggering a Fusion scenario after an approval process is finished

Avatar

Level 2

Hello,

 

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.

2 Replies

Avatar

Community Advisor

Extra elaboration might help, but I tend to use:

  • State = New State
  • 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

Avatar

Level 1

I am trying to trigger approval process through fusion. Can you please help me with the steps