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,34 @@
{
"Google Gemini": "Google Gemini",
"Use the new Gemini models from Google": "Use the new Gemini models from Google",
"\nFollow these instructions to get your API Key:\n1. Visit the following website: https://makersuite.google.com/app/apikey\n2. Once on the website, locate and click on the option to obtain your API Key.\nPlease note this piece uses a API in the beta phase that may change at any time.\n": "\nFollow these instructions to get your API Key:\n1. Visit the following website: https://makersuite.google.com/app/apikey\n2. Once on the website, locate and click on the option to obtain your API Key.\nPlease note this piece uses a API in the beta phase that may change at any time.\n",
"Generate Content": "Generate Content",
"Generate Content from Image": "Generate Content from Image",
"Chat Gemini": "Chat Gemini",
"Custom API Call": "Custom API Call",
"Generate content using Google Gemini using the \"gemini-pro\" model": "Generate content using Google Gemini using the \"gemini-pro\" model",
"Generate content using Google Gemini using the \"gemini-pro-vision\" model": "Generate content using Google Gemini using the \"gemini-pro-vision\" model",
"Chat with Google Gemini": "Chat with Google Gemini",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Prompt": "Prompt",
"Model": "Model",
"Image": "Image",
"Memory Key": "Memory Key",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body": "Body",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"The prompt to generate content from.": "The prompt to generate content from.",
"The model which will generate the completion": "The model which will generate the completion",
"The image to generate content from.": "The image to generate content from.",
"A memory key that will keep the chat history. Keep it empty to leave Gemini without memory of previous messages.": "A memory key that will keep the chat history. Keep it empty to leave Gemini without memory of previous messages.",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD"
}