# Activepieces ## Docs - [Changelog](https://www.activepieces.com/docs/about/changelog.md): A log of all notable changes to Activepieces - [i18n Translations](https://www.activepieces.com/docs/about/i18n.md) - [License](https://www.activepieces.com/docs/about/license.md) - [Override OAuth2 Apps](https://www.activepieces.com/docs/admin-guide/guides/manage-oauth2.md): Use your own OAuth2 credentials instead of the default Activepieces apps - [How to Manage Pieces](https://www.activepieces.com/docs/admin-guide/guides/manage-pieces.md): Control which integrations are available to your users - [Manage User Roles](https://www.activepieces.com/docs/admin-guide/guides/permissions.md): Documentation on project permissions in Activepieces - [Setup AI Providers](https://www.activepieces.com/docs/admin-guide/guides/setup-ai-providers.md) - [How to Setup SSO](https://www.activepieces.com/docs/admin-guide/guides/sso.md): Configure Single Sign-On (SSO) to enable secure, centralized authentication for your Activepieces platform - [How to Structure Projects](https://www.activepieces.com/docs/admin-guide/guides/structure-projects.md) - [Connection Deleted](https://www.activepieces.com/docs/admin-guide/security/audit-logs/connection-deleted.md) - [Connection Upserted](https://www.activepieces.com/docs/admin-guide/security/audit-logs/connection-upserted.md) - [Flow Created](https://www.activepieces.com/docs/admin-guide/security/audit-logs/flow-created.md) - [Flow Deleted](https://www.activepieces.com/docs/admin-guide/security/audit-logs/flow-deleted.md) - [Flow Run Finished](https://www.activepieces.com/docs/admin-guide/security/audit-logs/flow-run-finished.md) - [Flow Run Started](https://www.activepieces.com/docs/admin-guide/security/audit-logs/flow-run-started.md) - [Flow Updated](https://www.activepieces.com/docs/admin-guide/security/audit-logs/flow-updated.md) - [Folder Created](https://www.activepieces.com/docs/admin-guide/security/audit-logs/folder-created.md) - [Folder Deleted](https://www.activepieces.com/docs/admin-guide/security/audit-logs/folder-deleted.md) - [Folder Updated](https://www.activepieces.com/docs/admin-guide/security/audit-logs/folder-updated.md) - [Overview](https://www.activepieces.com/docs/admin-guide/security/audit-logs/overview.md) - [Signing Key Created](https://www.activepieces.com/docs/admin-guide/security/audit-logs/signing-key-created.md) - [User Email Verified](https://www.activepieces.com/docs/admin-guide/security/audit-logs/user-email-verified.md) - [User Password Reset](https://www.activepieces.com/docs/admin-guide/security/audit-logs/user-password-reset.md) - [User Signed In](https://www.activepieces.com/docs/admin-guide/security/audit-logs/user-signed-in.md) - [User Signed Up](https://www.activepieces.com/docs/admin-guide/security/audit-logs/user-signed-up.md) - [Security & Data Practices](https://www.activepieces.com/docs/admin-guide/security/practices.md): We prioritize security and follow these practices to keep information safe. - [Create Action](https://www.activepieces.com/docs/build-pieces/building-pieces/create-action.md) - [Create Trigger](https://www.activepieces.com/docs/build-pieces/building-pieces/create-trigger.md) - [Development setup](https://www.activepieces.com/docs/build-pieces/building-pieces/development-setup.md) - [Overview](https://www.activepieces.com/docs/build-pieces/building-pieces/overview.md): This section helps developers build and contribute pieces. - [Add Piece Authentication](https://www.activepieces.com/docs/build-pieces/building-pieces/piece-authentication.md) - [Create Piece Definition](https://www.activepieces.com/docs/build-pieces/building-pieces/piece-definition.md) - [Fork Repository](https://www.activepieces.com/docs/build-pieces/building-pieces/setup-fork.md) - [Start Building](https://www.activepieces.com/docs/build-pieces/building-pieces/start-building.md) - [Build Custom Pieces](https://www.activepieces.com/docs/build-pieces/misc/build-piece.md) - [GitHub Codespaces](https://www.activepieces.com/docs/build-pieces/misc/codespaces.md) - [Dev Containers](https://www.activepieces.com/docs/build-pieces/misc/dev-container.md) - [Custom Pieces CI/CD](https://www.activepieces.com/docs/build-pieces/misc/pieces-ci-cd.md) - [Setup Private Fork](https://www.activepieces.com/docs/build-pieces/misc/private-fork.md) - [Publish Custom Pieces](https://www.activepieces.com/docs/build-pieces/misc/publish-piece.md) - [Piece Auth](https://www.activepieces.com/docs/build-pieces/piece-reference/authentication.md): Learn about piece authentication - [Enable Custom API Calls](https://www.activepieces.com/docs/build-pieces/piece-reference/custom-api-calls.md): Learn how to enable custom API calls for your pieces - [Piece Examples](https://www.activepieces.com/docs/build-pieces/piece-reference/examples.md): Explore a collection of example triggers and actions - [External Libraries](https://www.activepieces.com/docs/build-pieces/piece-reference/external-libraries.md): Learn how to install and use external libraries. - [Files](https://www.activepieces.com/docs/build-pieces/piece-reference/files.md): Learn how to use files object to create file references. - [Flow Control](https://www.activepieces.com/docs/build-pieces/piece-reference/flow-control.md): Learn How to Control Flow from Inside the Piece - [Piece i18n](https://www.activepieces.com/docs/build-pieces/piece-reference/i18n.md): Learn about translating pieces to multiple locales - [Persistent Storage](https://www.activepieces.com/docs/build-pieces/piece-reference/persistent-storage.md): Learn how to store and retrieve data from a key-value store - [Piece Versioning](https://www.activepieces.com/docs/build-pieces/piece-reference/piece-versioning.md): Learn how to version your pieces - [Props](https://www.activepieces.com/docs/build-pieces/piece-reference/properties.md): Learn about different types of properties used in triggers / actions - [Props Validation](https://www.activepieces.com/docs/build-pieces/piece-reference/properties-validation.md): Learn about different types of properties validation - [Overview](https://www.activepieces.com/docs/build-pieces/piece-reference/triggers/overview.md) - [Polling Trigger](https://www.activepieces.com/docs/build-pieces/piece-reference/triggers/polling-trigger.md): Periodically call endpoints to check for changes - [Webhook Trigger](https://www.activepieces.com/docs/build-pieces/piece-reference/triggers/webhook-trigger.md): Listen to user events through a single URL - [Community (Public NPM)](https://www.activepieces.com/docs/build-pieces/sharing-pieces/community.md): Learn how to publish your piece to the community. - [Contribute](https://www.activepieces.com/docs/build-pieces/sharing-pieces/contribute.md): Learn how to contribute a piece to the main repository. - [Overview](https://www.activepieces.com/docs/build-pieces/sharing-pieces/overview.md): Learn the different ways to publish your own piece on activepieces. - [Private](https://www.activepieces.com/docs/build-pieces/sharing-pieces/private.md): Learn how to share your pieces privately. - [Show/Hide Pieces](https://www.activepieces.com/docs/embedding/customize-pieces.md) - [Embed Builder](https://www.activepieces.com/docs/embedding/embed-builder.md) - [Create/Update Connections](https://www.activepieces.com/docs/embedding/embed-connections.md) - [Navigation](https://www.activepieces.com/docs/embedding/navigation.md) - [Overview](https://www.activepieces.com/docs/embedding/overview.md): Understanding how embedding works - [Predefined Connection](https://www.activepieces.com/docs/embedding/predefined-connection.md) - [Provision Users](https://www.activepieces.com/docs/embedding/provision-users.md): Automatically authenticate your SaaS users to your Activepieces instance - [SDK Changelog](https://www.activepieces.com/docs/embedding/sdk-changelog.md): A log of all notable changes to Activepieces SDK - [API Requests](https://www.activepieces.com/docs/embedding/sdk-server-requests.md): Send requests to your Activepieces instance from the embedded app - [Delete Connection](https://www.activepieces.com/docs/endpoints/connections/delete.md): Delete an app connection - [List Connections](https://www.activepieces.com/docs/endpoints/connections/list.md): List app connections - [Connection Schema](https://www.activepieces.com/docs/endpoints/connections/schema.md) - [Upsert Connection](https://www.activepieces.com/docs/endpoints/connections/upsert.md): Upsert an app connection based on the app name - [Get Flow Run](https://www.activepieces.com/docs/endpoints/flow-runs/get.md): Get Flow Run - [List Flows Runs](https://www.activepieces.com/docs/endpoints/flow-runs/list.md): List Flow Runs - [Flow Run Schema](https://www.activepieces.com/docs/endpoints/flow-runs/schema.md) - [Create Flow](https://www.activepieces.com/docs/endpoints/flows/create.md): Create a flow - [Delete Flow](https://www.activepieces.com/docs/endpoints/flows/delete.md): Delete a flow - [Get Flow](https://www.activepieces.com/docs/endpoints/flows/get.md): Get a flow by id - [List Flows](https://www.activepieces.com/docs/endpoints/flows/list.md): List flows - [Flow Schema](https://www.activepieces.com/docs/endpoints/flows/schema.md) - [Apply Flow Operation](https://www.activepieces.com/docs/endpoints/flows/update.md): Apply an operation to a flow - [Create Folder](https://www.activepieces.com/docs/endpoints/folders/create.md): Create a new folder - [Delete Folder](https://www.activepieces.com/docs/endpoints/folders/delete.md): Delete a folder - [Get Folder](https://www.activepieces.com/docs/endpoints/folders/get.md): Get a folder by id - [List Folders](https://www.activepieces.com/docs/endpoints/folders/list.md): List folders - [Folder Schema](https://www.activepieces.com/docs/endpoints/folders/schema.md) - [Update Folder](https://www.activepieces.com/docs/endpoints/folders/update.md): Update an existing folder - [Configure](https://www.activepieces.com/docs/endpoints/git-repos/configure.md): Upsert a git repository information for a project. - [Git Repos Schema](https://www.activepieces.com/docs/endpoints/git-repos/schema.md) - [Delete Global Connection](https://www.activepieces.com/docs/endpoints/global-connections/delete.md) - [List Global Connections](https://www.activepieces.com/docs/endpoints/global-connections/list.md) - [Global Connection Schema](https://www.activepieces.com/docs/endpoints/global-connections/schema.md) - [Update Global Connection](https://www.activepieces.com/docs/endpoints/global-connections/update.md) - [Upsert Global Connection](https://www.activepieces.com/docs/endpoints/global-connections/upsert.md) - [Overview](https://www.activepieces.com/docs/endpoints/overview.md) - [Install Piece](https://www.activepieces.com/docs/endpoints/pieces/install.md): Add a piece to a platform - [Piece Schema](https://www.activepieces.com/docs/endpoints/pieces/schema.md) - [Delete Project Member](https://www.activepieces.com/docs/endpoints/project-members/delete.md) - [List Project Member](https://www.activepieces.com/docs/endpoints/project-members/list.md) - [Project Member Schema](https://www.activepieces.com/docs/endpoints/project-members/schema.md) - [Create Project Release](https://www.activepieces.com/docs/endpoints/project-releases/create.md) - [Project Release Schema](https://www.activepieces.com/docs/endpoints/project-releases/schema.md) - [Create Project](https://www.activepieces.com/docs/endpoints/projects/create.md) - [Delete Project](https://www.activepieces.com/docs/endpoints/projects/delete.md) - [List Projects](https://www.activepieces.com/docs/endpoints/projects/list.md) - [Project Schema](https://www.activepieces.com/docs/endpoints/projects/schema.md) - [Update Project](https://www.activepieces.com/docs/endpoints/projects/update.md) - [Queue Stats](https://www.activepieces.com/docs/endpoints/queue-metrics/metrics.md) - [Get Sample Data](https://www.activepieces.com/docs/endpoints/sample-data/get.md) - [Create Template](https://www.activepieces.com/docs/endpoints/templates/create.md): Create a template. - [Delete Template](https://www.activepieces.com/docs/endpoints/templates/delete.md): Delete a template. - [Get Template](https://www.activepieces.com/docs/endpoints/templates/get.md): Get a template. - [List Templates](https://www.activepieces.com/docs/endpoints/templates/list.md): List templates. - [Template Schema](https://www.activepieces.com/docs/endpoints/templates/schema.md) - [Delete User Invitation](https://www.activepieces.com/docs/endpoints/user-invitations/delete.md) - [List User Invitations](https://www.activepieces.com/docs/endpoints/user-invitations/list.md) - [User Invitation Schema](https://www.activepieces.com/docs/endpoints/user-invitations/schema.md) - [Send User Invitation (Upsert)](https://www.activepieces.com/docs/endpoints/user-invitations/upsert.md): Send a user invitation to a user. If the user already has an invitation, the invitation will be updated. - [List Users](https://www.activepieces.com/docs/endpoints/users/list.md): List users - [User Schema](https://www.activepieces.com/docs/endpoints/users/schema.md) - [Update User](https://www.activepieces.com/docs/endpoints/users/update.md): Update user - [Building Flows](https://www.activepieces.com/docs/flows/building-flows.md): Flow consists of two parts, trigger and actions - [Debugging Runs](https://www.activepieces.com/docs/flows/debugging-runs.md): Ensuring your business automations are running properly - [Technical Limits](https://www.activepieces.com/docs/flows/known-limits.md): Technical limits for Activepieces execution - [Passing Data](https://www.activepieces.com/docs/flows/passing-data.md): Using data from previous steps in the current one - [Publishing Flows](https://www.activepieces.com/docs/flows/publishing-flows.md): Make your flow work by publishing your updates - [Version History](https://www.activepieces.com/docs/flows/versioning.md): Learn how flow versioning works in Activepieces - [How to handle Requests](https://www.activepieces.com/docs/handbook/customer-support/handle-requests.md) - [Overview](https://www.activepieces.com/docs/handbook/customer-support/overview.md) - [How to use Pylon](https://www.activepieces.com/docs/handbook/customer-support/pylon.md): Guide for using Pylon to manage customer support tickets - [Tone & Communication](https://www.activepieces.com/docs/handbook/customer-support/tone.md) - [Handling Downtime](https://www.activepieces.com/docs/handbook/engineering/onboarding/downtime-incident.md) - [Engineering Workflow](https://www.activepieces.com/docs/handbook/engineering/onboarding/how-we-work.md) - [On-Call](https://www.activepieces.com/docs/handbook/engineering/onboarding/on-call.md) - [Onboarding Check List](https://www.activepieces.com/docs/handbook/engineering/onboarding/onboarding-check-list.md) - [Stack & Tools](https://www.activepieces.com/docs/handbook/engineering/onboarding/stack.md) - [Overview](https://www.activepieces.com/docs/handbook/engineering/overview.md) - [Database Migrations](https://www.activepieces.com/docs/handbook/engineering/playbooks/database-migration.md): Guide for creating database migrations in Activepieces - [E2E Tests](https://www.activepieces.com/docs/handbook/engineering/playbooks/e2e-tests.md) - [Frontend Best Practices](https://www.activepieces.com/docs/handbook/engineering/playbooks/frontend-best-practices.md) - [Cloud Infrastructure](https://www.activepieces.com/docs/handbook/engineering/playbooks/infrastructure.md) - [Feature Announcement](https://www.activepieces.com/docs/handbook/engineering/playbooks/product-announcement.md) - [How to create Release](https://www.activepieces.com/docs/handbook/engineering/playbooks/releases.md) - [Run Enterprise Edition](https://www.activepieces.com/docs/handbook/engineering/playbooks/run-ee.md) - [Setup Incident.io](https://www.activepieces.com/docs/handbook/engineering/playbooks/setup-incident-io.md) - [Our Compensation](https://www.activepieces.com/docs/handbook/hiring/compensation.md) - [Our Hiring Process](https://www.activepieces.com/docs/handbook/hiring/hiring.md) - [Our Roles & Levels](https://www.activepieces.com/docs/handbook/hiring/levels.md) - [Our Team Structure](https://www.activepieces.com/docs/handbook/hiring/team.md) - [Activepieces Handbook](https://www.activepieces.com/docs/handbook/overview.md) - [Interface Design](https://www.activepieces.com/docs/handbook/product/interface-design.md) - [Teams](https://www.activepieces.com/docs/handbook/team.md) - [Engine](https://www.activepieces.com/docs/install/architecture/engine.md) - [Overview](https://www.activepieces.com/docs/install/architecture/overview.md) - [Benchmarking](https://www.activepieces.com/docs/install/architecture/performance.md) - [Workers & Sandboxing](https://www.activepieces.com/docs/install/architecture/workers.md) - [Breaking Changes](https://www.activepieces.com/docs/install/configuration/breaking-changes.md): This list shows all versions that include breaking changes and how to upgrade. - [Environment Variables](https://www.activepieces.com/docs/install/configuration/environment-variables.md) - [Hardware Requirements](https://www.activepieces.com/docs/install/configuration/hardware.md): Specifications for hosting Activepieces - [Deployment Checklist](https://www.activepieces.com/docs/install/configuration/overview.md): Checklist to follow after deploying Activepieces - [Telemetry](https://www.activepieces.com/docs/install/configuration/telemetry.md) - [How to Separate Workers](https://www.activepieces.com/docs/install/guides/separate-workers.md) - [How to Setup App Webhooks](https://www.activepieces.com/docs/install/guides/setup-app-webhooks.md) - [How to Setup OpenTelemetry](https://www.activepieces.com/docs/install/guides/setup-opentelemetry.md): Configure OpenTelemetry for observability and tracing - [How to Setup S3](https://www.activepieces.com/docs/install/guides/setup-s3.md): Configure S3-compatible storage for files and run logs - [Setup HTTPS](https://www.activepieces.com/docs/install/guides/setup-ssl.md) - [AWS (Pulumi)](https://www.activepieces.com/docs/install/options/aws.md): Get Activepieces up & running on AWS with Pulumi for IaC - [Docker](https://www.activepieces.com/docs/install/options/docker.md): Single docker image deployment with SQLite3 and Memory Queue - [Docker Compose](https://www.activepieces.com/docs/install/options/docker-compose.md) - [Easypanel](https://www.activepieces.com/docs/install/options/easypanel.md): Run Activepieces with Easypanel 1-Click Install - [Elestio](https://www.activepieces.com/docs/install/options/elestio.md): Run Activepieces with Elestio 1-Click Install - [GCP](https://www.activepieces.com/docs/install/options/gcp.md) - [Helm](https://www.activepieces.com/docs/install/options/helm.md): Deploy Activepieces on Kubernetes using Helm - [Railway](https://www.activepieces.com/docs/install/options/railway.md): Deploy Activepieces to the cloud in minutes using Railway's one-click template - [Overview](https://www.activepieces.com/docs/install/overview.md): Introduction to the different ways to install Activepieces - [Queues Dashboard](https://www.activepieces.com/docs/install/troubleshooting/bullboard.md) - [Reset Password](https://www.activepieces.com/docs/install/troubleshooting/reset-password.md): How to reset your password on a self-hosted instance - [Truncated Logs](https://www.activepieces.com/docs/install/troubleshooting/truncated-logs.md): Understanding and resolving truncated flow run logs - [Websocket Issues](https://www.activepieces.com/docs/install/troubleshooting/websocket-issues.md): Troubleshoot websocket connection problems - [Welcome](https://www.activepieces.com/docs/overview/welcome.md): Your friendliest open source all-in-one automation tool, designed to be extensible.