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,30 @@
{
"Simple push notification service": "Simple push notification service",
"Api Token": "Api Token",
"User Key": "User Key",
"Pushover Api Token": "Pushover Api Token",
"Pushover User Key": "Pushover User Key",
"\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 Notification",
"Send a notification to Pushover": "Send a notification to Pushover",
"Title": "标题",
"Message": "Message",
"Enable HTML": "Enable HTML",
"Priority": "Priority",
"Retry": "重试",
"Expire": "Expire",
"URL": "URL",
"URL Title": "URL Title",
"Timestamp": "Timestamp",
"Device": "Device",
"The title of the notification": "The title of the notification",
"The message to send": "The message to send",
"To enable HTML parsing": "To enable HTML parsing",
"The priority of the notification (-2 to 2). -2 is lowest priority. If set to 2, you should also specify Retry and Expire.": "The priority of the notification (-2 to 2). -2 is lowest priority. If set to 2, you should also specify 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.": "Works only if priority is set to 2. Specifies how often (in seconds) the Pushover servers will send the same notification to the user.",
"Works only if priority is set to 2. Specifies how many seconds your notification will continue to be retried for (every retry seconds).": "Works only if priority is set to 2. Specifies how many seconds your notification will continue to be retried for (every retry seconds).",
"A supplementary URL to show with your message.": "A supplementary URL to show with your message.",
"A title for the URL specified as the url input parameter, otherwise just the URL is shown.": "A title for the URL specified as the url input parameter, otherwise just the URL is shown.",
"a Unix timestamp of a time to display instead of when our API received it.": "a Unix timestamp of a time to display instead of when our API received it.",
"The name of one of your devices to send just to that device instead of all devices.": "The name of one of your devices to send just to that device instead of all devices."
}