Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.

 

Can webhooks be delayed or are they always sent instantly?

Vote:
 

We have a requirement to delay sending form submissions through the webhook. Is this possible? We're on Optimizely 11.

#330454
Sep 24, 2024 20:44
Vote:
 

No, in that case you need to implement something in the middle. E.g an azure function, biztalk or whatever that will receive your webhook content sending it on according to your specifications.

#330491
Sep 25, 2024 6:44
Vote:
 

Did you find a solution to your webhooks?

#332707
Nov 11, 2024 20:14
Vote:
 

Hey,

Built-in feature doesn't explicitly allow you to delay sending form submissions through a webhook. However, you can implement a custom solution to achieve this.

Example:-

create event handlers, You can hook into the form submission event and instead of sending the webhook request directly, you can schedule a background task that performs the webhook call after the desired delay.

#332857
Nov 13, 2024 15:04
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.