- 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>
45 lines
2.7 KiB
JSON
45 lines
2.7 KiB
JSON
{
|
|
"Account ID": "ID klant",
|
|
"Consumer Key": "Gebruiker Sleutel",
|
|
"Consumer Secret": "Gebruiker geheim",
|
|
"Token ID": "Token ID",
|
|
"Token Secret": "Token Geheim",
|
|
"Your NetSuite account ID": "Uw NetSuite account-ID",
|
|
"Your NetSuite consumer key": "Uw NetSuite consumentensleutel",
|
|
"Your NetSuite consumer secret": "Uw NetSuite consumentengeheim",
|
|
"Your NetSuite token ID": "Uw NetSuite token ID",
|
|
"Your NetSuite token secret": "Uw NetSuite token geheim",
|
|
"Get Vendor": "Get Vendor",
|
|
"Get Customer": "Klant ophalen",
|
|
"Run SuiteQL Query": "SuiteQL query uitvoeren",
|
|
"Custom API Call": "Custom API Call",
|
|
"Gets vendor details from NetSuite.": "Verkoper gegevens ophalen uit NetSuite.",
|
|
"Gets customer details from NetSuite.": "Haal klantgegevens op uit NetSuite.",
|
|
"Run SuiteQL Query on NetSuite.": "Start SuiteQL Query op NetSuite.",
|
|
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
"Vendor ID": "Verkoper ID",
|
|
"Customer ID": "Klant ID",
|
|
"Markdown": "Markdown",
|
|
"Query": "Zoekopdracht",
|
|
"Arguments": "Argumenten",
|
|
"Method": "Methode",
|
|
"Headers": "Kopteksten",
|
|
"Query Parameters": "Query parameters",
|
|
"Body": "Lichaam",
|
|
"Response is Binary ?": "Antwoord is binair?",
|
|
"No Error on Failure": "Geen fout bij fout",
|
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
"The ID of the vendor to retrieve.": "De ID van de verkoper die opgehaald moet worden.",
|
|
"The ID of the customer to retrieve.": "Het ID van de op te halen klant.",
|
|
"\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- **NIET** voeg dynamische invoer rechtstreeks in de querystring in. Gebruik in plaats daarvan :1, :2, :3 en voeg ze toe in args voor geparameteriseerde queries\n- Argumenten worden behandeld als een tekst en ingevoegd als een [Tekst Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n",
|
|
"Please use :1, :2, :3 etc. for parameterized queries": "Gebruik :1, :2, :3 etc. voor geparameteriseerde zoekopdrachten",
|
|
"Arguments to be used in the query": "Argumenten te gebruiken in de query",
|
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
|
"GET": "KRIJG",
|
|
"POST": "POSTE",
|
|
"PATCH": "BEKIJK",
|
|
"PUT": "PUT",
|
|
"DELETE": "VERWIJDEREN",
|
|
"HEAD": "HOOFD"
|
|
} |