Welcome
Workflow API
Workflow Element
Embed Enhancements
Getting Started With the API
Categories
Accounts
Zap Templates
Authentications
Experimental
Schemas
Categories
Accounts
Zap Templates
Authentications
Experimental
Common Types
Fieldset
DATETIME
- DATETIMEMULTILINE
- MULTILINEPASSWORD
- PASSWORDCODE
- CODEREADONLY
- READONLYFILE
- FILESELECT
- SELECT
Available options:
DATETIME
, MULTILINE
, PASSWORD
, CODE
, READONLY
, FILE
, SELECT
STRING
- STRINGNUMBER
- NUMBERINTEGER
- INTEGERBOOLEAN
- BOOLEANARRAY
- ARRAYOBJECT
- OBJECT
Available options:
STRING
, NUMBER
, INTEGER
, BOOLEAN
, ARRAY
, OBJECT
{
"type": "<string>",
"id": "<string>",
"fields": {
"type": "<string>",
"id": "<string>",
"default_value": "<string>",
"depends_on": [
"<string>"
],
"description": "<string>",
"format": "DATETIME",
"invalidates_input_fields": true,
"is_required": true,
"items": {},
"placeholder": "<string>",
"title": "<string>",
"value_type": "STRING"
},
"title": "<string>"
}