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,68 @@
{
"AI-powered automation platform": "AI-powered automation platform",
"Your PromptMate API key": "Your PromptMate API key",
"List Apps": "List Apps",
"Run PromptMate App": "Run PromptMate App",
"Get Job Status and Result": "Get Job Status and Result",
"Get App Details": "Get App Details",
"Get Last Result Rows": "Get Last Result Rows",
"Use Template": "Use Template",
"Get User Information": "Get User Information",
"List Projects": "List Projects",
"Custom API Call": "Custom API Call",
"Retrieve a list of available apps": "Retrieve a list of available apps",
"Runs a PromptMate app with the specified data": "Runs a PromptMate app with the specified data",
"Retrieve the status and results of a PromptMate app job": "Retrieve the status and results of a PromptMate app job",
"Retrieve detailed information about a specific PromptMate app": "Retrieve detailed information about a specific PromptMate app",
"Retrieve the last result rows of a PromptMate app for examples or testing": "Retrieve the last result rows of a PromptMate app for examples or testing",
"Create an app from a specific PromptMate template": "Create an app from a specific PromptMate template",
"Retrieve user information associated with the API key": "Retrieve user information associated with the API key",
"Retrieve a list of available PromptMate projects": "Retrieve a list of available PromptMate projects",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"App": "App",
"Data": "Data",
"Callback URL": "Callback URL",
"Disable Email Notification": "Disable Email Notification",
"Configuration": "Configuration",
"Job ID": "Job ID",
"Only Default Result Fields": "Only Default Result Fields",
"Limit": "Limit",
"Template ID": "Template ID",
"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)",
"Select the PromptMate app to run": "Select the PromptMate app to run",
"Array of data objects to process. Each object must contain the required data fields for the selected app.": "Array of data objects to process. Each object must contain the required data fields for the selected app.",
"URL to which the result of the job will be sent (optional)": "URL to which the result of the job will be sent (optional)",
"Send an email to the user when the job has finished": "Send an email to the user when the job has finished",
"Configuration settings for the job (language, country, etc.)": "Configuration settings for the job (language, country, etc.)",
"Select the app for which to get job status": "Select the app for which to get job status",
"The ID of the job to check": "The ID of the job to check",
"Return only the default result fields": "Return only the default result fields",
"Select the app to get details for": "Select the app to get details for",
"Select the app to get last results for": "Select the app to get last results for",
"Maximum number of result rows to return": "Maximum number of result rows to return",
"The ID of the template to use": "The ID of the template to use",
"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 App Result": "New App Result",
"Triggers when there is a new app result from PromptMate": "Triggers when there is a new app result from PromptMate",
"Restrict to Apps": "Restrict to Apps",
"Trigger Level": "Trigger Level",
"Webhook Reference": "Webhook Reference",
"Only trigger for results from these specific apps. Leave empty to trigger for all apps.": "Only trigger for results from these specific apps. Leave empty to trigger for all apps.",
"Choose when to trigger the webhook": "Choose when to trigger the webhook",
"Optional reference for this webhook (used for identification)": "Optional reference for this webhook (used for identification)",
"Row Level": "Row Level",
"Job Level": "Job Level"
}