pipefy-integration

Configure Pipefy workspaces via GraphQL API and Playwright scripts.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NEXUZ-SYS/nxz-tutorial-agents --skill pipefy-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipefy-integration
Source: https://github.com/NEXUZ-SYS/nxz-tutorial-agents/tree/main/skills/pipefy-integration
Command: npx skills add https://github.com/NEXUZ-SYS/nxz-tutorial-agents --skill pipefy-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @playwright/test, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automate Pipefy workspace configuration using a hybrid approach that leverages GraphQL API for core operations (pipes, phases, fields, cards, automations, webhooks) and a Playwright CLI wrapper for UI-only features like advanced Dashboard creation, conditional field configuration, and complex automation rules that exceed API capabilities.

Core Features & Use Cases

  • Hybrid approach enables end-to-end pipe configuration across Pipes, Phases, Fields, Automations, Connectors, Databases, and Dashboards.
  • GraphQL API-first operations with Playwright-based UI capabilities for UI-native features not available via API.
  • Use cases include bulk-creating or auditing pipe structures from a Process Design Document (PDD) and automating UI-heavy tasks like dashboards and reports.

Quick Start

Run the Playwright-based templates to bootstrap a Pipefy integration workflow from your project.

Frequently Asked Questions about pipefy-integration

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

FAQPage Schema
How do I automate Pipefy workspace configuration from a Process Design Document?

You can automate Pipefy workspace configuration from a Process Design Document by orchestrating GraphQL API calls to setup Pipes, Phases, Fields, and Automations end-to-end. This hybrid integration handles bulk-creating and auditing pipe structures directly from your PDD.

Can I automate creating Pipefy dashboards and conditional fields that are not available via the API?

You can automate UI-only Pipefy features like advanced Dashboard creation and conditional field configuration using Playwright scripts. This approach bypasses API limitations by executing browser automation with CSRF replay for internal endpoints.

What is the best way to configure complex Pipefy automation rules that exceed GraphQL API capabilities?

The best way to configure complex Pipefy automation rules exceeding API capabilities is using a hybrid approach. It combines GraphQL API for core operations with Playwright CLI wrappers to handle UI-native features not exposed via the public API.

Do I need Playwright to set up Pipefy databases and connectors end-to-end?

You need Playwright to set up end-to-end Pipefy databases and connectors only for UI-only features. Core operations for databases and connectors rely on the public GraphQL API, while Playwright handles advanced dashboard and complex configuration tasks.

Why does my Pipefy integration need both GraphQL API calls and Playwright browser scripts?

Your Pipefy integration needs both GraphQL and Playwright because the public API handles core operations like pipes and webhooks, while Playwright scripts manage UI-only features like dashboards and complex automations that exceed API capabilities.

How do I bootstrap a Pipefy integration workflow using Playwright templates?

You can bootstrap a Pipefy integration workflow by running Playwright-based templates provided in the project. These scripts quickly setup your environment to orchestrate GraphQL API calls and UI automation for your pipes.