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:
poduck
2025-12-18 22:59:37 -05:00
parent 9848268d34
commit 3aa7199503
16292 changed files with 1284892 additions and 4708 deletions

View File

@@ -0,0 +1,18 @@
{
"Opnform": "Opnform",
"Create beautiful online forms and surveys with unlimited fields and submissions": "Créez de beaux formulaires et sondages en ligne avec des champs et soumissions illimités",
"Please use your Opnform API Key. [Click here for create API Key](https://opnform.com/home?user-settings=access-tokens)": "Veuillez utiliser votre clé API Opnform. [Cliquez ici pour créer une clé API](https://opnform.com/home?user-settings=access-tokens)",
"Base URL (Default: https://api.opnform.com)": "URL de base (Par défaut : https://api.opnform.com)",
"API Key": "Clé API",
"Invalid API Key": "Clé API invalide",
"New Submission": "Nouvelle soumission",
"Triggers when Opnform receives a new submission": "Se déclenche lorsqu'Opnform reçoit une nouvelle soumission",
"Workspace": "Espace de travail",
"Workspace Name": "Nom de l'espace de travail",
"Connect Opnform account": "Connecter le compte Opnform",
"Select workspace": "Sélectionner un espace de travail",
"Form": "Formulaire",
"Form Name": "Nom du formulaire",
"Select form": "Sélectionner un formulaire"
}

View File

@@ -0,0 +1,29 @@
{
"Create beautiful online forms and surveys with unlimited fields and submissions": "Create beautiful online forms and surveys with unlimited fields and submissions",
"Base URL (Default: https://api.opnform.com)": "Base URL (Default: https://api.opnform.com)",
"API Key": "API Key",
"Please use your Opnform API Key. [Click here for create API Key](https://opnform.com/home?user-settings=access-tokens)": "Please use your Opnform API Key. [Click here for create API Key](https://opnform.com/home?user-settings=access-tokens)",
"Custom API Call": "Custom API Call",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body": "Body",
"Response is Binary ?": "Response is Binary ?",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"New Submission": "New Submission",
"Triggers when Opnform receives a new submission.": "Triggers when Opnform receives a new submission.",
"Workspace": "Workspace",
"Form": "Form",
"Workspace Name": "Workspace Name",
"Form Name": "Form Name"
}