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
| Parameter | Type | Required | Description |
|---|---|---|---|
datetime | string | Yes | The 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
| Parameter | Type | Required | Description |
|---|---|---|---|
seconds | number | Yes | How long to pause, in seconds. For example, 300 waits five minutes. |
Response
{
"status": "success"
}