Interface
Describes the structure of output bundles and specifies parameters for the next modules
Arrays and collections
{
"name": "emails",
"spec": {
"type": "email",
"label": "Email"
},
"type": "array",
"label": "Emails"
}{
"name": "emails",
"type": "array",
"label": "Emails",
"spec": [
{
"name": "email",
"type": "email",
"label": "Email"
},
{
"name": "source",
"type": "text",
"label": "Source"
}
]
}Arrays and collections with unknown structure
{
"name": "custom_fields",
"type": "array",
"label": "Custom Fields"
}{
"name": "address",
"type": "collection",
"label": "Address",
"spec": []
}Example

Interface generator




Dynamic interface using RPC
Last updated




