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,22 @@
{
"Your fullstack platform for web scraping": "Ihre Komplett-Stack-Plattform für Web-Scraping",
"API Key": "API-Schlüssel",
"Find your API key on Apify in the settings, API & Integrations section.": "Finden Sie Ihren API-Schlüssel unter Apify in den Einstellungen, API & Integrations Abschnitt.",
"Enter API key authentication details": "API-Schlüssel Authentifizierungsdetails eingeben",
"Get Dataset Items": "Daten abrufen",
"Get user's Actors": "Lade Benutzeraktoren",
"Get last run details": "Letzte Rundetails abrufen",
"Start an Apify Actor": "Starte einen Apify Akteur",
"Gets the data from an Actors run.": "Ruft die Daten eines Akteurs ab.",
"Gets the list of Actors available to the user.": "Ruft die Liste der Akteure auf, die dem Benutzer zur Verfügung stehen.",
"Gets last run details for a given Actor.": "Ruft die letzten Details für einen bestimmten Akteur auf.",
"Starts an Apify Actor web scraper": "Beginnt einen Apify Akteur Web Scraper",
"The runid of the Actor (alphanumeric)": "Die Runid des Akteurs (alphanumerisch)",
"The id of the Actor (alphanumeric)": "Die id des Akteurs (alphanumerisch)",
"The id or name of the Actor (alphanumeric)": "Die Id oder Name des Akteurs (alphanumerisch)",
"JSON input": "JSON input",
"The runid of the completed Actors run [defaultDatasetId] (compulsory)": "Die Runde der abgeschlossenen Akteure läuft [defaultDatasetId] (obligatorisch)",
"The id [defaultDatasetId] of the Actor to get run information [you can also use the username then ~ then the name] (compulsory)": "Die ID [defaultDatasetId] des Akteurs um Informationen zu erhalten [Sie können auch den Benutzernamen verwenden dann ~ dann den Namen] (obligatorisch)",
"The id of the Actor to run [Use either id, or the username then ~ then the name] (compulsory)": "Die Id des Akteurs auszuführen [Benutze entweder Id oder der Benutzername dann ~ dann den Namen] (obligatorisch)",
"The JSON input to pass to the Actor [you can get the JSON from a run in your Apify account]. If left blank will use defaults. (optional)": "Die JSON-Eingabe, um an den Akteur zu übergeben [Sie können das JSON von einem Run in Ihrem Apify Account holen]. Wenn leer gelassen, werden die Standardwerte verwendet. (optional)"
}