Lodol Docs

Wait

API actions for the Wait integration.

Wait

Pause a workflow before continuing.


Wait until

Pause the workflow until a specific date and time, then continue.

Parameters

ParameterTypeRequiredDescription
datetimestringYesThe date and time to wait for, in ISO format, like 2026-06-30 or 2026-06-30 09:30.

Response

{
  "status": "success"
}

Wait

Pause the workflow for a set amount of time before continuing. Useful when another app, page, or email needs time to update.

Parameters

ParameterTypeRequiredDescription
secondsnumberYesHow long to pause, in seconds. For example, 300 waits five minutes.

Response

{
  "status": "success"
}

On this page