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,39 @@
{
"Mem": "Mem",
"Capture and organize your thoughts using Mem.ai": "Создавайте и организуйте свои мысли с помощью Mem.ai",
"You can obtain your API key by navigating to **Integrations→ API**.": "Вы можете получить ключ API, перейдя по ссылке **Интеграции→ API**.",
"Create Mem": "Создать мем",
"Create Note": "Создать заметку",
"Delete Note": "Удалить заметку",
"Custom API Call": "Пользовательский вызов API",
"Save any content to Mem.ai for intelligent processing and future reference.": "Сохраните любой контент в Mem.ai для интеллектуальной обработки и будущих ссылок.",
"Log a plain-text Markdown note into Mem, optionally with formatting, templates, collections, and timestamps.": "Записывать заметку Markdown в формате Mem, при необходимости с форматированием, шаблонами, коллекциями и метками времени.",
"Delete a note in Mem by its ID.": "Исключить в Меме примечание по его ID.",
"Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
"Input": "Input",
"Instructions": "Инструкции",
"Context": "Контекст",
"Content": "Содержание",
"Note ID": "ID заметки",
"Add to Collections": "Добавить в подборки",
"Method": "Метод",
"Headers": "Заголовки",
"Query Parameters": "Параметры запроса",
"Body": "Тело",
"No Error on Failure": "Нет ошибок при ошибке",
"Timeout (in seconds)": "Таймаут (в секундах)",
"Raw content you want to remember - HTML, emails, transcripts, or simple notes.": "Сырье контента, который вы хотите запомнить - HTML, письма, субтитры или простые заметки.",
"Optional guidance on how you want this content processed or remembered.": "Дополнительное руководство о том, как вы хотите этот контент обрабатывается или запоминается.",
"Additional background information to relate this to your existing knowledge.": "Дополнительная справочная информация для связи с вашими существующими знаниями.",
"Markdown-formatted content. First line is treated as the note title.": "Содержимое в формате Markdown-формата. Первая строка рассматривается как заголовок заметки.",
"Optional UUID to assign to the note.": "Необязательный UUID для назначения к заметке.",
"Collection titles or IDs to assign this note to. New collections will be created if they dont exist.": "Названия или ID коллекции для назначения этой заметки. Если они не существуют, то будут созданы новые коллекции.",
"The ID of the note to delete.": "ID заметки для удаления.",
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
"GET": "ПОЛУЧИТЬ",
"POST": "ПОСТ",
"PATCH": "ПАТЧ",
"PUT": "ПОКУПИТЬ",
"DELETE": "УДАЛИТЬ",
"HEAD": "HEAD"
}