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 Schema
    • POST
      Create Flow
    • POST
      Apply Flow Operation
    • GET
      Get Flow
    • GET
      List Flows
    • DEL
      Delete Flow
  • Flow Runs
  • Sample Data
  • Pieces
  • Project Releases
  • Global Connections
  • Git Sync
  • Folders
  • Flow Templates
  • MCP Servers
Copy
Ask AI
{
  "id": "<string>",
  "created": "<string>",
  "updated": "<string>",
  "projectId": "<string>",
  "externalId": "<string>",
  "folderId": "<string>",
  "status": "ENABLED",
  "schedule": {
    "type": "CRON_EXPRESSION",
    "cronExpression": "<string>",
    "timezone": "<string>",
    "failureCount": 123
  },
  "handshakeConfiguration": {
    "strategy": "NONE",
    "paramName": "<string>"
  },
  "publishedVersionId": "<string>",
  "metadata": {}
}
Flows

Flow Schema

The schema is of type object.

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