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,31 @@
{
"Pushover": "Pushover",
"Simple push notification service": "Простая служба push-уведомлений",
"Api Token": "Api Token",
"User Key": "Ключ пользователя",
"Pushover Api Token": "Pushover Api жетон",
"Pushover User Key": "Pushover ключ пользователя",
"\n To obtain the api token:\n\n 1. Log in to Pushover.\n 2. Click on your Application or on Create an Application/API Token\n 3. Copy the API Token/Key.\n\n To obtain the user key:\n 1. Log in to Pushover\n 2. Copy your Your User Key\n\n Note if you want to send the message to your group, you should specify a group key instead of the user key\n ": "\n To obtain the api token:\n\n 1. Log in to Pushover.\n 2. Click on your Application or on Create an Application/API Token\n 3. Copy the API Token/Key.\n\n To obtain the user key:\n 1. Log in to Pushover\n 2. Copy your Your User Key\n\n Note if you want to send the message to your group, you should specify a group key instead of the user key\n ",
"Send Notification": "Отправить уведомление",
"Send a notification to Pushover": "Отправить уведомление Pushover",
"Title": "Заголовок",
"Message": "Сообщение",
"Enable HTML": "Включить HTML",
"Priority": "Приоритет",
"Retry": "Повторить",
"Expire": "Истекает",
"URL": "URL",
"URL Title": "Заголовок URL",
"Timestamp": "Отметка времени",
"Device": "Устройство",
"The title of the notification": "Заголовок уведомления",
"The message to send": "Сообщение для отправки",
"To enable HTML parsing": "Чтобы включить разбор HTML",
"The priority of the notification (-2 to 2). -2 is lowest priority. If set to 2, you should also specify Retry and Expire.": "Приоритет уведомления (-2 to 2). -2 является наименьшим приоритетом. Если установлено значение 2, вы также должны указать Retry and Expire.",
"Works only if priority is set to 2. Specifies how often (in seconds) the Pushover servers will send the same notification to the user.": "Работает только если приоритет установлен в 2. Указывает, как часто (в секундах) серверы Pushover будут отправлять одно и то же уведомление пользователю.",
"Works only if priority is set to 2. Specifies how many seconds your notification will continue to be retried for (every retry seconds).": "Работает только в том случае, если приоритет установлен в 2. Указывает, сколько секунд ваше уведомление будет повторять (каждое повторение секунды).",
"A supplementary URL to show with your message.": "Дополнительный URL-адрес для отображения с вашим сообщением.",
"A title for the URL specified as the url input parameter, otherwise just the URL is shown.": "Заголовок для URL, указанный в качестве входного параметра url, в противном случае отображается только URL.",
"a Unix timestamp of a time to display instead of when our API received it.": "метка времени Unix для отображения вместо того, чтобы отображать время, когда API получил его.",
"The name of one of your devices to send just to that device instead of all devices.": "Имя одного из ваших устройств для отправки только на это устройство вместо всех устройств."
}