inPorts
{
"inPorts": [
{
"name": "message",
"schema": {
"type": "object",
"properties": {
"body": { "type": "string" },
"phoneNumber": { "type": "string" }
},
"required": [ "phoneNumber" ]
},
"inspector": {
"inputs": {
"body": {
"type": "text",
"group": "transformation",
"label": "Text message",
"index": 1
},
"phoneNumber": {
"type": "text",
"group": "transformation",
"label": "Phone number",
"index": 2
}
},
"groups": {
"transformation": {
"label": "Transformation",
"index": 1
}
}
}
}
]
}
inPort.schema
inPort.inspector
inPort.source
inPort.variablesPipeline
inPort.maxConnections
Last updated
Was this helpful?
