- 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>
40 lines
2.2 KiB
JSON
40 lines
2.2 KiB
JSON
{
|
|
"API Key": "Clave API",
|
|
"Application ID": "ID de la aplicación",
|
|
"Your Knack API Key available in the Settings section of the Builder.": "Tu Clave de API de Knack disponible en la sección Configuración del Constructor.",
|
|
"Your Application ID available in the Settings section of the Builder.": "Su ID de aplicación está disponible en la sección Configuración del Constructor.",
|
|
"Create Record": "Crear registro",
|
|
"Delete Record": "Eliminar registro",
|
|
"Find Record": "Buscar registro",
|
|
"Update Record": "Actualizar registro",
|
|
"Custom API Call": "Llamada API personalizada",
|
|
"Creates a new record into a specified object/table.": "Crea un nuevo registro en un objeto/tabla especificado.",
|
|
"Deletes an existing record from a table.": "Elimina un registro existente de una tabla.",
|
|
"Finds a single record using field value.": "Encuentra un único registro usando un valor de campo.",
|
|
"Updates an existing record.": "Actualiza un registro existente.",
|
|
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
"Object": "Objeto",
|
|
"Record Fields": "Campos de registro",
|
|
"Record ID": "ID de registro",
|
|
"Field ID": "ID del campo",
|
|
"Field Value": "Valor del campo",
|
|
"Method": "Método",
|
|
"Headers": "Encabezados",
|
|
"Query Parameters": "Parámetros de consulta",
|
|
"Body": "Cuerpo",
|
|
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
"The ID of the record to delete.": "El ID del registro a eliminar.",
|
|
"Field to find the record by": "Campo para encontrar el registro por",
|
|
"The value to search for in the specified field.": "El valor por el que buscar en el campo especificado.",
|
|
"The ID of the record to update.": "El ID del registro a actualizar.",
|
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
|
"GET": "RECOGER",
|
|
"POST": "POST",
|
|
"PATCH": "PATCH",
|
|
"PUT": "PUT",
|
|
"DELETE": "BORRAR",
|
|
"HEAD": "LIMPIO"
|
|
} |