API Use Case Examples
This section contains practical examples of how to use the Pipefy API for common use cases. These examples are organized into modules to help you find the specific functionality you're looking for.
Table of Contents
1. AI
- Agents usage details query
- Get an AI Agent by UUID
- Retrieve AI Agents
- Retrieve AI Agent Log Details
- Retrieve AI Agent Logs by Repo
- AI Agents Usage Details
- Template Agents Query
- Create AI Agent
- Update AI Agent
- Update AI Agent Status
- Delete AI Agent
- Update AI Settings Mutation
- Active LLM Providers Query
- Set Active LLM Provider Mutation
- Create LLM Provider
- LLM Providers by Organization
- Update LLM Provider
- Delete LLM Provider
- Provider Dependencies
2. Automation
- Automation
- Create automation
- Update automation
- Delete automation
- Automation actions
- Automation events
- Automations usage details query
- Retrieve automations
- Retrieve automation logs
- Retrieve automation logs by repo
- Get Automation Initial Values
- Get Automation Event Attributes
- List Automated Formula Operations
- Export Automation Jobs
- Simulate Automation Execution
3. Card and Field
- Add attachments to a card or field
- Create a card with required fields
- Create fields in a phase
- Move card to a different phase
- Create connected cards
4. Email and Communication
5. Field
6. Form and Configuration
7. Organization
8. Phase
9. Pipe
- Create a pipe with start form configured
- Get pipe flow (phases with related AI agents and automations)
10. Query Tips
11. Report
- Get reports
- Get organization report
- Get organization reports
- Create organization report
- Update organization report
- Delete organization report
- Export organization report
- Get pipe reports
- Create pipe report
- Update pipe report
- Delete pipe report
- Get pipe report columns
- Get pipe report filterable fields
12. Roles
13. SMTP Configuration
14. SMTP Custom email
15. Tag
- Add tags to resource
- Create tags in bulk
- Retrieve Tag Categories of an Organization
- Tags by category
- Tags by category on resource
- Update tag category
- Create Tag
- Update tag
- Update tags visibility by category
16. Ticket
17. Usage Stats
18. User
20. Audit Logs
About These Examples
These use cases demonstrate common integration scenarios and best practices when working with the Pipefy API. Each example includes:
- A detailed description of the use case
- Required API permissions
- Example GraphQL queries or mutations
- Sample responses
- Implementation notes and considerations
Whether you're building a new integration or looking to enhance existing functionality, these examples provide practical guidance for working with the Pipefy API.
