Need help with Webhooks | Community
Skip to main content
Srinija_N
Level 7
February 24, 2026

Need help with Webhooks

  • February 24, 2026
  • 1 reply
  • 21 views

I want to build scenarios as below

Scenario 1 - Reads tasks along with its Assignee and other custom fields. Based details found need to route the scenarios to multiple paths(with Webhooks to call scenario 2 )

Scenario 2 - to receive the data validated and set variables from scenario 1 to do further actions in this scenario.

 

Please advise me with any ideas.

 

Thanks in Advance!

1 reply

Srinija_N
Srinija_NAuthor
Level 7
February 24, 2026

Explored a little and able to succeed in Chaining the scenarios.

 

FYI,

Scenario 2 - Add custom webhook as the first module

Scenario 1 - should have a HTTP module with URL from the Scenario 2’s webhook and POST method.

 

Thanks!