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,45 @@
|
||||
{
|
||||
"Account ID": "Account ID",
|
||||
"Consumer Key": "Consumer Key",
|
||||
"Consumer Secret": "Consumer Secret",
|
||||
"Token ID": "Token ID",
|
||||
"Token Secret": "Token Secret",
|
||||
"Your NetSuite account ID": "Your NetSuite account ID",
|
||||
"Your NetSuite consumer key": "Your NetSuite consumer key",
|
||||
"Your NetSuite consumer secret": "Your NetSuite consumer secret",
|
||||
"Your NetSuite token ID": "Your NetSuite token ID",
|
||||
"Your NetSuite token secret": "Your NetSuite token secret",
|
||||
"Get Vendor": "Get Vendor",
|
||||
"Get Customer": "Get Customer",
|
||||
"Run SuiteQL Query": "Run SuiteQL Query",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Gets vendor details from NetSuite.": "Gets vendor details from NetSuite.",
|
||||
"Gets customer details from NetSuite.": "Gets customer details from NetSuite.",
|
||||
"Run SuiteQL Query on NetSuite.": "Run SuiteQL Query on NetSuite.",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Vendor ID": "Vendor ID",
|
||||
"Customer ID": "Customer ID",
|
||||
"Markdown": "Markdown",
|
||||
"Query": "Query",
|
||||
"Arguments": "Arguments",
|
||||
"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)",
|
||||
"The ID of the vendor to retrieve.": "The ID of the vendor to retrieve.",
|
||||
"The ID of the customer to retrieve.": "The ID of the customer to retrieve.",
|
||||
"\n- **DO NOT** insert dynamic input directly into the query string. Instead, use :1, :2, :3 and add them in args for parameterized queries\n- Arguments are treated as string and inserted as a [Text Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n": "\n- **DO NOT** insert dynamic input directly into the query string. Instead, use :1, :2, :3 and add them in args for parameterized queries\n- Arguments are treated as string and inserted as a [Text Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n",
|
||||
"Please use :1, :2, :3 etc. for parameterized queries": "Please use :1, :2, :3 etc. for parameterized queries",
|
||||
"Arguments to be used in the query": "Arguments to be used in the query",
|
||||
"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..",
|
||||
"GET": "GET",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "DELETE",
|
||||
"HEAD": "HEAD"
|
||||
}
|
||||
Reference in New Issue
Block a user