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
co-authored by Claude Opus 4.5
parent 9848268d34
commit 3aa7199503
16292 changed files with 1284892 additions and 4708 deletions
@@ -0,0 +1,68 @@
{
"AI-powered automation and task execution platform": "AI-powered automation and task execution platform",
"Your Manus API key from https://app.manus.ai/settings/api-keys": "Your Manus API key from https://app.manus.ai/settings/api-keys",
"Create Task": "Create Task",
"Get Task": "Get Task",
"Update Task": "Update Task",
"Delete Task": "Delete Task",
"Custom API Call": "Custom API Call",
"Create a new task for Manus AI to execute": "Create a new task for Manus AI to execute",
"Retrieve detailed information about a specific task by its ID": "Retrieve detailed information about a specific task by its ID",
"Update a task's metadata such as title, sharing settings, and visibility in the task list": "Update a task's metadata such as title, sharing settings, and visibility in the task list",
"Permanently delete a task by its ID. This action cannot be undone.": "Permanently delete a task by its ID. This action cannot be undone.",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Prompt": "Prompt",
"Agent Profile": "Agent Profile",
"Task Mode": "Task Mode",
"Connectors": "Connectors",
"Hide in Task List": "Hide in Task List",
"Create Shareable Link": "Create Shareable Link",
"Task ID": "Task ID",
"Locale": "Locale",
"Attachments": "Attachments",
"Task": "Task",
"Title": "Title",
"Enable Sharing": "Enable Sharing",
"Visible in Task List": "Visible in Task List",
"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)",
"The task prompt or instruction for the Manus agent": "The task prompt or instruction for the Manus agent",
"The AI model profile to use for the task": "The AI model profile to use for the task",
"The interaction mode for the task": "The interaction mode for the task",
"List of connector IDs to enable for this task": "List of connector IDs to enable for this task",
"Whether to hide this task from the Manus webapp task list": "Whether to hide this task from the Manus webapp task list",
"Whether to make the chat publicly accessible to others on the Manus website": "Whether to make the chat publicly accessible to others on the Manus website",
"For continuing existing tasks (multi-turn conversations)": "For continuing existing tasks (multi-turn conversations)",
"Your default locale that you've set on Manus (e.g., \"en-US\", \"zh-CN\")": "Your default locale that you've set on Manus (e.g., \"en-US\", \"zh-CN\")",
"Array of file/image attachments (URLs or base64 data)": "Array of file/image attachments (URLs or base64 data)",
"Select the task to retrieve details for": "Select the task to retrieve details for",
"Select the task to update": "Select the task to update",
"New title for the task": "New title for the task",
"Whether to enable public sharing": "Whether to enable public sharing",
"Whether the task should be visible in the task list": "Whether the task should be visible in the task list",
"Select the task to delete": "Select the task to delete",
"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..",
"Manus 1.5 (Recommended)": "Manus 1.5 (Recommended)",
"Manus 1.5 Lite (Faster)": "Manus 1.5 Lite (Faster)",
"Speed (Deprecated)": "Speed (Deprecated)",
"Quality (Deprecated)": "Quality (Deprecated)",
"Chat": "Chat",
"Adaptive": "Adaptive",
"Agent": "Agent",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"New Task Created": "New Task Created",
"Task Stopped": "Task Stopped",
"Triggers when a new task is successfully created in Manus": "Triggers when a new task is successfully created in Manus",
"Triggers when a task reaches a stopping point - either completion or requiring user input": "Triggers when a task reaches a stopping point - either completion or requiring user input"
}