Delay by Lodol
API actions for the Delay by Lodol integration.
Delay by Lodol
Introduce delays in your workflows using Lodol's built-in Delay provider.
Wait until datetime
Pause workflow execution until a specified datetime.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
datetime | string | Yes | Target date/time in ISO 8601 format (e.g. 2024-12-31T23:59:00). |
Response
{
"status": "success"
}Wait (seconds)
Pause the workflow for a specified number of seconds.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
seconds | number | Yes | Number of seconds to pause. Decimals allowed (e.g. 0.5 for half a second). |
Response
{
"status": "success"
}