Files
poduck 3aa7199503 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>
2025-12-18 22:59:37 -05:00

64 lines
5.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"All-in-one business management solution by Microsoft.": "Solución de gestión de negocios todo en uno por Microsoft.",
"Environment": "Entorno",
"Name of the environment to connect to, e.g. 'Production' or 'Sandbox'. Environment names can be found in the Business Central Admin Center.": "Nombre del entorno al que conectar, por ejemplo, 'Producción' o 'Sandbox'. Los nombres de entorno se pueden encontrar en el Business Central Admin Center.",
"\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and ad": "\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and add the given URL.\n8. Click **Register**.\n9. After registration, youll be redirected to the apps overview page. Copy the **Application (client) ID**.\n10. From the left menu, go to **Certificates & secrets**.\n - Under **Client secrets**, click **New client secret**.\n - Provide a description, set an expiry, and click **Add**.\n - Copy the **Value** of the client secret (this will not be shown again).\n11. Go to **API permissions** from the left menu.\n - Click **Add a permission**.\n - Select **Dynamics 365 Business Central** → **Delegated permissions**.\n - Add the following scopes:\n - Financials.ReadWrite.All\n - user_impersonation\n - Click **Add permissions**.\n12. Copy your **Client ID** and **Client Secret**.\n",
"Create Record": "Crear registro",
"Delete Record": "Eliminar registro",
"Get Record": "Obtener registro",
"Update Record": "Actualizar registro",
"Search Records": "Buscar registros",
"Custom API Call": "Llamada API personalizada",
"Creates a new record.": "Crea un nuevo registro.",
"Deletes an existing record.": "Elimina un registro existente.",
"Retrieves the details of a record by it's ID.": "Recuperar los detalles de un registro por su ID.",
"Updates an existing record.": "Actualiza un registro existente.",
"Retrieves a list of records.": "Recuperar una lista de registros.",
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
"Company": "Empresa",
"Record Type": "Tipo de registro",
"Record Fields": "Campos de registro",
"Record ID": "ID de registro",
"Markdown": "Markdown",
"Filter Fields": "Campos de filtro",
"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)",
"You can search on any and all of the property fields below. We'll return only exact matches (capitalization matters!) on all values provided.": "Puede buscar en cualquiera de los campos de propiedades a continuación. Devolveremos sólo coincidencias exactas (¡mayúsculas!) en todos los valores proporcionados.",
"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.",
"Bank Accounts": "Cuentas bancarias",
"Contacts": "Contactos",
"Currencies": "Monedas",
"Customers": "Clientes",
"Dispute Status": "Estado de disputa",
"Employees": "Empleados",
"Item Categories": "Categorías de artículos",
"Items": "Elementos",
"Item Variants": "Variantes de artículos",
"Journals": "Revistas",
"Locations": "Ubicaciones",
"Payment Methods": "Métodos de pago",
"Payment Terms": "Términos de pago",
"Projects": "Proyectos",
"Sales Invoice Lines": "Líneas de facturas de ventas",
"Sales Invoices": "Facturas de ventas",
"Sales Order Lines": "Líneas de pedidos de ventas",
"Sales Orders": "Pedidos de venta",
"Sales Quote Lines": "Líneas de cotización de ventas",
"Sales Quotes": "Cotizaciones de ventas",
"Shipment Methods": "Métodos de envío",
"Vendors": "Vendedores",
"GET": "RECOGER",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "BORRAR",
"HEAD": "LIMPIO",
"New or Updated Record": "Registro nuevo o actualizado",
"Triggers when a new record is added or modified.": "Dispara cuando se agrega o modifica un nuevo registro."
}