Flow Templates
Flow Template Schema
Get Started
Endpoints
- Projects
- User Invitations
- Project Members
- Connections
- Flows
- Flow Runs
- Sample Data
- Pieces
- Project Releases
- Global Connections
- Git Sync
- Folders
- Flow Templates
- MCP Servers
- MCP pieces
Flow Templates
Flow Template Schema
Available options:
PLATFORM
Available options:
PIECE_TRIGGER
Available options:
CUSTOM
Available options:
ARCHIVE
{
"id": "<string>",
"created": "<string>",
"updated": "<string>",
"name": "<string>",
"description": "<string>",
"type": "PLATFORM",
"tags": [
"<string>"
],
"pieces": [
"<string>"
],
"schemaVersion": "<string>",
"blogUrl": "<string>",
"template": {
"displayName": "<string>",
"trigger": {
"name": "<string>",
"valid": true,
"displayName": "<string>",
"nextAction": "<any>",
"type": "PIECE_TRIGGER",
"settings": {
"pieceName": "<string>",
"pieceVersion": "<string>",
"pieceType": "CUSTOM",
"packageType": "ARCHIVE",
"triggerName": "<string>",
"input": {},
"inputUiInfo": {
"sampleDataFileId": "<string>",
"sampleDataInputFileId": "<string>",
"lastTestDate": "<string>",
"customizedInputs": {},
"schema": {},
"currentSelectedData": "<any>"
}
}
},
"valid": true,
"schemaVersion": "<string>"
},
"projectId": "<string>",
"platformId": "<string>",
"metadata": {}
}