Are the order of webhook calls guaranteed | Community
Skip to main content
Jo_Pitts1
Community Advisor
Community Advisor
September 20, 2021
Solved

Are the order of webhook calls guaranteed

  • September 20, 2021
  • 1 reply
  • 1922 views

Hi there.

If I have two webhook calls in a single triggered smart campaign flow, are they guaranteed to execute in the order they are listed?

Cheers

Jo

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

with the second campaign containing the second webhook, and triggered off the Webhook is Called trigger?

Exactly.

 

1 reply

SanfordWhiteman
Level 10
September 20, 2021

Is this a trick question? 🙂

 

The 1st HTTP request-response is guaranteed to finish before the 2nd one starts.

 

But that doesn’t mean the data value change from the 1st is guaranteed to be done when the 2nd one starts.

Jo_Pitts1
Community Advisor
Jo_Pitts1Community AdvisorAuthor
Community Advisor
September 20, 2021

@sanfordwhiteman , even though I knew you'd be the one to anwer - NO it wasn't a trick question.

 

Given the statement


But that doesn’t mean the data value change from the 1st is guaranteed to be done when the 2nd one starts.


And that (in reality) the data value changing is the crux of my question, is the right approach to use two smart campaigns with the second campaign containing the second webhook, and triggered off the Webhook is Called trigger?

 

Cheers

Jo

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
September 20, 2021

with the second campaign containing the second webhook, and triggered off the Webhook is Called trigger?

Exactly.