Pipefy website screenshot

Pipefy

Pipefy is a no-code business process and workflow automation platform that lets teams build, run, and orchestrate processes such as procurement, HR onboarding, customer onboarding, and IT service requests using customizable pipes, forms, and AI agents. The platform exposes a GraphQL API at api.pipefy.com/graphql for managing pipes, cards, phases, fields, users, organizations, webhooks, and AI-driven workflow integrations, with OAuth2 Bearer token authentication via Personal Access Tokens or Service Accounts.

1 APIs 0 Features
Workflow AutomationBusiness Process ManagementNo-CodeBPMGraphQLProcess Orchestration

APIs

Pipefy GraphQL API

GraphQL API for managing pipes, cards, phases, fields, organizations, users, webhooks, and AI agents on the Pipefy workflow automation platform. Authentication is performed usin...

Collections

GraphQL

Pipefy GraphQL API

GraphQL API for managing pipes, cards, phases, fields, organizations, users, webhooks, and AI agents on the Pipefy workflow automation platform. Authentication is performed usin...

GRAPHQL

Resources

🔗
TrustCenter
TrustCenter
🔗
DomainSecurity
DomainSecurity
🔑
Authentication
Authentication
👥
GitHubOrganization
GitHubOrganization
🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
📝
Signup
Signup
🔗
Help Center
Help Center
🔗
Community
Community
📰
Blog
Blog
🟢
StatusPage
StatusPage
🔗
LinkedIn
LinkedIn
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Pipefy GraphQL API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: GraphQL
    type: folder
  items:
  - info:
      name: Execute a GraphQL query or mutation
      type: http
    http:
      method: POST
      url: https://api.pipefy.com/graphql
      body:
        type: json
        data: '{}'
    docs: 'Submit GraphQL queries and mutations against the Pipefy API.

      Example queries cover pipes, cards, phases, fields, organizations,

      users, webhooks, AI agents, automations, and reports.

      Example mutations cover create/update/delete on pipes, cards,

      phases, fields, AI agents, automations, email templates, and roles.

      '
bundled: true