Add Activepieces integration for workflow automation
- Add Activepieces fork with SmoothSchedule custom piece - Create integrations app with Activepieces service layer - Add embed token endpoint for iframe integration - Create Automations page with embedded workflow builder - Add sidebar visibility fix for embed mode - Add list inactive customers endpoint to Public API - Include SmoothSchedule triggers: event created/updated/cancelled - Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
33
activepieces-fork/docs/embedding/overview.mdx
Normal file
33
activepieces-fork/docs/embedding/overview.mdx
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
title: 'Overview'
|
||||
description: 'Understanding how embedding works'
|
||||
icon: "cube"
|
||||
---
|
||||
|
||||
<Snippet file="enterprise-feature.mdx" />
|
||||
|
||||
This section provides an overview of how to embed the Activepieces builder in your application and automatically provision the user.
|
||||
|
||||
The embedding process involves the following steps:
|
||||
|
||||
<Steps>
|
||||
<Step title="Provision Users" >
|
||||
Generate a JSON Web Token (JWT) to identify your customer and pass it to the SDK, read more [here](./provision-users).
|
||||
</Step>
|
||||
<Step title="Embed Builder">
|
||||
You can use the SDK to embed and customize Activepieces in your SaaS, read more [here](./embed-builder).
|
||||
</Step>
|
||||
</Steps>
|
||||
|
||||
|
||||
Here is an example of how it looks like in one of the SaaS that embed Activepieces:
|
||||

|
||||
|
||||
<Tip>
|
||||
In case, you need to gather connections from your users in your SaaS. You can do this with the SDK. Find more info [here](./embed-connections).
|
||||
</Tip>
|
||||
|
||||
<Tip>
|
||||
If you are looking for a way to communicate between Activpieces and the SaaS embedding it through a piece, we recommend you check the [custom property doc](/build-pieces/piece-reference/properties#custom-property-beta)
|
||||
</Tip>
|
||||
|
||||
Reference in New Issue
Block a user