How can setup Pabbly Delay by Seconds?

Status: Open · Asked by Ton Won on · 0 views

Ton Won — Question ·

Since I want to send out message by delay 20 seconds per times, how can I setup it by seconds?

Fagun Shah — Reply ·
Since I want to send out message by delay 20 seconds per times, how can I setup it by seconds?


Just use this action

Ton Won — Reply ·
Just use this action


thanks but just can do up to 24 seconds?
Preeti Paryani — Reply ·

Yes, that’s correct. In Pabbly, a request can only wait up to 25 seconds for a response, so any delay should be set below this limit to ensure proper execution.

Ton Won — Reply ·
Just use this action


This App already not work, any other ways can do Delay in Seconds?

Thanks!

Preeti Paryani — Reply ·

Hey @gpro,

Unfortunately, adding a delay in seconds is not possible at the moment.

Ton Won — Reply ·
Hey @gpro,

You can use this JavaScript code instead:

const delaySeconds = 20;
const start = Date.now();

while (Date.now() - start < delaySeconds * 1000) {
// wait
}

output = [{ wait: delaySeconds + " seconds" }];


how can I add Java Script in workflow?
Preeti Paryani — Reply ·

Hey @gpro,

Unfortunately, adding a delay in seconds is not possible at the moment.

Ton Won — Reply ·
Hey @gpro,

Unfortunately, adding a delay in seconds is not possible at the moment.


can you pls update me when it available?
Preeti Paryani — Reply ·

Sure, if we introduce a functionality where a delay in seconds can be added, we will let you know.

Arshil Ahmad — Reply ·

It is not possible to add a delay in seconds using the code anymore. Our team is working on adding the option to include delays in seconds in the Delay module. We will get back to you as soon as this feature becomes available.

At the moment, it is not possible to add a delay in seconds.

Thanks & Regards,
Arshil Ahmad
Customer Support Associate
? Pabbly.com
?Rate your support

Ton Won — Reply ·
It is not possible to add a delay in seconds using the code anymore. Our team is working on adding the option to include delays in seconds in the Delay module. We will get back to you as soon as this feature becomes available.

At the moment, it is not possible to add a delay in seconds.

Thanks & Regards,
Arshil Ahmad
Customer Support Associate
? Pabbly.com
?Rate your support

nice to hear that.
Hope can deploy it within March.
Thank you!

Ton Won — Reply ·
It is not possible to add a delay in seconds using the code anymore. Our team is working on adding the option to include delays in seconds in the Delay module. We will get back to you as soon as this feature becomes available.

At the moment, it is not possible to add a delay in seconds.

Thanks & Regards,
Arshil Ahmad
Customer Support Associate
? Pabbly.com
?Rate your support

any update about delay in seconds feature?

Preeti Paryani — Reply ·

Hey @gpro,

Thanks for following up.

However, currently, this particular feature has not been rolled out yet.

Please note that our team is planning to introduce this feature within the next few months. We truly appreciate your patience until then. Once this feature is introduced, all users will be notified accordingly.

Back to all forum threads · Log in to reply