AI OnAI Off
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.
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.
We have a requirement to delay sending form submissions through the webhook. Is this possible? We're on Optimizely 11.