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:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"Enter your Fireberry API Key. You can generate it from your Fireberry account settings.": "Enter your Fireberry API Key. You can generate it from your Fireberry account settings.",
|
||||
"Create Record": "Create Record",
|
||||
"Update Record": "Update Record",
|
||||
"Delete Records": "删除记录",
|
||||
"Find Records": "Find Records",
|
||||
"Create a new record in Fireberry.": "Create a new record in Fireberry.",
|
||||
"Update an existing record in Fireberry.": "Update an existing record in Fireberry.",
|
||||
"Delete records from Fireberry.": "Delete records from Fireberry.",
|
||||
"Search for records in Fireberry.": "Search for records in Fireberry.",
|
||||
"Object Type": "Object Type",
|
||||
"Fields": "Fields",
|
||||
"Record": "Record",
|
||||
"Fields to Update": "Fields to Update",
|
||||
"Records to Delete": "Records to Delete",
|
||||
"Confirm Deletion": "确认删除",
|
||||
"Search Query": "Search Query",
|
||||
"Fields to Return": "Fields to Return",
|
||||
"Sort By Field": "Sort By Field",
|
||||
"Sort Order": "Sort Order",
|
||||
"Page Size": "Page Size",
|
||||
"Page Number": "Page Number",
|
||||
"Check this box to confirm you want to permanently delete the selected records. This action cannot be undone.": "Check this box to confirm you want to permanently delete the selected records. This action cannot be undone.",
|
||||
"Enter search criteria (e.g., \"accountname=John\" or \"email contains @example.com\"). Leave empty to get all records.": "Enter search criteria (e.g., \"accountname=John\" or \"email contains @example.com\"). Leave empty to get all records.",
|
||||
"System name of field to sort by (e.g., \"createdon\", \"accountname\")": "System name of field to sort by (e.g., \"createdon\", \"accountname\")",
|
||||
"Number of records to return (max 50)": "Number of records to return (max 50)",
|
||||
"Page number to retrieve (max 10)": "Page number to retrieve (max 10)",
|
||||
"Descending (newest first)": "Descending (newest first)",
|
||||
"Ascending (oldest first)": "Ascending (oldest first)",
|
||||
"Record Created or Updated": "Record Created or Updated",
|
||||
"Fires when a record is created or updated in Fireberry.": "Fires when a record is created or updated in Fireberry.",
|
||||
"Trigger Type": "Trigger Type",
|
||||
"Lookback Period (minutes)": "Lookback Period (minutes)",
|
||||
"How far back to look for records on first run (default: 60 minutes)": "How far back to look for records on first run (default: 60 minutes)",
|
||||
"Created or Updated": "Created or Updated",
|
||||
"Created Only": "Created Only",
|
||||
"Updated Only": "Updated Only"
|
||||
}
|
||||
Reference in New Issue
Block a user