Skip to content

Wait

Node: wait · Full type: n8n-nodes-base.wait · Version: 1.1

Credentials

httpBasicAuth (alias: @http) / httpHeaderAuth (alias: @http) / jwtAuth (alias: @jwt)

CREDENTIAL @http = httpBasicAuth "My Wait"

Parameters

Parameter Type Default Details
resume options "timeInterval" timeInterval, specificTime, webhook, form
incomingAuthentication options "none" basicAuth, none
dateTime dateTime "" required
amount number 1
unit options "hours" seconds, minutes, hours, days
formTitle string "" required
formDescription string ""
formFields fixedCollection {} groups: values
responseMode options "onReceived" onReceived, lastNode, responseNode
httpMethod options "GET" DELETE, GET, HEAD, PATCH, POST, PUT
responseCode number 200
responseData options "firstEntryJson" allEntries, firstEntryJson, firstEntryBinary, noData
responseBinaryPropertyName string "data" required
limitWaitTime boolean false
limitType options "afterTimeInterval" afterTimeInterval, atSpecifiedTime
resumeAmount number 1
resumeUnit options "hours" seconds, minutes, hours, days
maxDateAndTime dateTime ""
options collection {} keys: binaryData, binaryPropertyName, binaryPropertyName, ignoreBots, ipWhitelist, noResponseBody, ...

formFields children:

values group:

Parameter Type Default Details
fieldName string "" required
fieldLabel string "" required
fieldLabel string "" required
fieldName string ""
fieldType options "text" required; checkbox, html, date, dropdown, email, file, hiddenField, number, ... (12 total)
elementName string ""
fieldName string ""
placeholder string ""
defaultValue string ""
defaultValue dateTime ""
defaultValue string ""
defaultValue string ""
fieldValue string ""
fieldOptions fixedCollection {...} required; groups: values
fieldOptions fixedCollection {...} required; groups: values
fieldOptions fixedCollection {...} required; groups: values
multiselect boolean false
limitSelection options "unlimited" exact, range, unlimited
numberOfSelections number 1
minSelections number 0
maxSelections number 1
html string "

" | | | multipleFiles | boolean | true | | | acceptFileTypes | string | "" | | | requiredField | boolean | false | |

options children:

Parameter Type Default Details
binaryData boolean false
binaryPropertyName string "data"
binaryPropertyName string "data"
ignoreBots boolean false
ipWhitelist string ""
noResponseBody boolean false
rawBody boolean false
rawBody boolean false
responseData string ""
responseContentType string ""
responseHeaders fixedCollection {} groups: entries
responsePropertyName string "data"
webhookSuffix string ""

Example

NODE "wait" @http AS "Wait" {
  formTitle: {{ $json.formTitle }},
  responseBinaryPropertyName: {{ $json.responseBinaryPropertyName }}
}