flow-manager

Automate CRUD operations for flows and steps via v2/flow/ui endpoints.

4|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/lytics/agent-skills --skill flow-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-manager
Source: https://github.com/lytics/agent-skills/tree/main/flow-manager
Command: npx skills add https://github.com/lytics/agent-skills --skill flow-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Flow Manager enables teams to create, view, update, delete, and supervise customer flows (campaigns) and their steps, supporting end-to-end orchestration of campaigns and journeys.

Core Features & Use Cases

  • CRUD operations for flows and journeys (list, get, create, update, delete)
  • Step management including delays, conditionals, AB testing, and affinity routing
  • Versioning, entry conditions, and state transitions for robust campaign workflows
  • Diagnostics and debugging of flow execution for troubleshooting

Quick Start

Create a new flow by sending a correctly formed payload to the Flow Manager API.

Frequently Asked Questions about flow-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CRUD operations for customer journey workflows?

You can automate CRUD operations for customer journey workflows using API orchestration to list, create, update, and delete flows and their steps. This handles delays, conditionals, AB tests, and exports end-to-end.

What is API orchestration for campaign flows and how does it work?

API orchestration for campaign flows manages the execution path of customer journeys by configuring steps like delays, conditionals, and AB tests. It interacts with flow endpoints to automate state transitions and versioning.

Can I manage AB tests and conditional routing steps within a journey flow?

Yes, you can manage AB tests and conditional routing steps within a journey flow by sending a correctly formed payload to the flow API. This supports affinity routing and step-level configuration for robust workflows.

Do I need an API token to orchestrate campaign workflows?

Yes, you need an API token and API URL to orchestrate campaign workflows. These credentials authenticate your requests to the flow endpoints, enabling both read operations and write operations for journey steps.

What's the best way to prevent accidental deletions when updating journey flows?

The best way to prevent accidental deletions when updating journey flows is to use a confirmation gate for write operations. This safety mechanism requires explicit confirmation before deleting or modifying critical flow steps.

Why is my campaign flow not executing or updating correctly?

If your campaign flow is not executing correctly, check the flow diagnostics and debugging tools to inspect the flow execution. Issues often stem from incorrectly formed payloads, invalid entry conditions, or failed state transitions.