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,58 @@
|
||||
{
|
||||
"Sharing code snippets platform": "Sharing code snippets platform",
|
||||
"Pastefy Instance URL": "Pastefy Instance URL",
|
||||
"API-Token": "API-Token",
|
||||
"\nCreate an account and obtain the API Key from Pastefy.\n": "\nCreate an account and obtain the API Key from Pastefy.\n",
|
||||
"Create Paste": "Create Paste",
|
||||
"Get Paste": "Get Paste",
|
||||
"Edit Paste": "Edit Paste",
|
||||
"Delete Paste": "Delete Paste",
|
||||
"Create Folder": "Create Folder",
|
||||
"Get Folder": "Get Folder",
|
||||
"Get Folder Hierarchy": "Get Folder Hierarchy",
|
||||
"Delete Folder": "Delete Folder",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Creates a new paste": "Creates a new paste",
|
||||
"Retrieves a paste": "Retrieves a paste",
|
||||
"Edits an existing private paste": "Edits an existing private paste",
|
||||
"Deletes a paste": "Deletes a paste",
|
||||
"Creates a new folder": "Creates a new folder",
|
||||
"Retrieves information about a folder": "Retrieves information about a folder",
|
||||
"Retrieves a hierarchy of all folders": "Retrieves a hierarchy of all folders",
|
||||
"Deletes a folder": "Deletes a folder",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Content": "Content",
|
||||
"Title": "Title",
|
||||
"Encryption Password": "Encryption Password",
|
||||
"Folder": "Folder",
|
||||
"Visibility": "Visibility",
|
||||
"Expiry Date": "Expiry Date",
|
||||
"Paste ID": "Paste ID",
|
||||
"Name": "Name",
|
||||
"Parent Folder": "Parent Folder",
|
||||
"Start Folder": "Start Folder",
|
||||
"Method": "Method",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Query Parameters",
|
||||
"Body": "Body",
|
||||
"Response is Binary ?": "Response is Binary ?",
|
||||
"No Error on Failure": "No Error on Failure",
|
||||
"Timeout (in seconds)": "Timeout (in seconds)",
|
||||
"Encrypts the paste with this password": "Encrypts the paste with this password",
|
||||
"A folder": "A folder",
|
||||
"Decrypts the paste with this password": "Decrypts the paste with this password",
|
||||
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
||||
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
||||
"Public": "Public",
|
||||
"Unlisted": "Unlisted",
|
||||
"Private": "Private",
|
||||
"GET": "GET",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "DELETE",
|
||||
"HEAD": "HEAD",
|
||||
"Paste Changed": "Paste Changed",
|
||||
"Triggers when the content (or title) of the paste changes": "Triggers when the content (or title) of the paste changes",
|
||||
"Include Title": "Include Title"
|
||||
}
|
||||
Reference in New Issue
Block a user