Activepieces home pagelight logodark logo
  • GitHub
  • Pieces
  • Get Started
  • Get Started
Documentation
Develop Pieces
Embedding
API Reference
Deploy
Handbook
Get Started
  • Overview
Endpoints
  • Projects
  • Users
  • User Invitations
  • Project Members
  • Connections
  • Flows
  • Flow Runs
  • Sample Data
  • Pieces
  • Project Releases
  • Global Connections
  • Git Sync
  • Folders
  • Flow Templates
    • Flow Template Schema
    • POST
      Create Flow Template
    • DEL
      Delete Flow Template
    • GET
      Get Flow Template
    • GET
      List Flow Templates
  • MCP Servers
Copy
Ask AI
{
  "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>",
    "connectionIds": [
      "<string>"
    ]
  },
  "projectId": "<string>",
  "platformId": "<string>",
  "metadata": {}
}
Flow Templates

Flow Template Schema

The schema is of type object.

Suggest editsRaise issue
Delete FolderCreate Flow Template
websitegithubdiscord
Powered by Mintlify
Assistant
Responses are generated using AI and may contain mistakes.