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:
poduck
2025-12-18 22:59:37 -05:00
parent 9848268d34
commit 3aa7199503
16292 changed files with 1284892 additions and 4708 deletions

View File

@@ -0,0 +1,51 @@
{
"Modern, collaborative CRM platform built to be fully customizable and real-time.": "Plataforma CRM moderna y colaborativa construida para ser totalmente personalizable y en tiempo real.",
"\nTo use Attio, you need to generate an Access Token:\n1. Login to your Attio account at https://app.attio.com.\n2. From the dropdown beside your workspace name, click Workspace settings.\n3. Click the Developers tab.\n4. Click on the \"New Access Token\" button.\n5. Set the appropriate Scopes for the integration.\n6. Copy the generated Access Token.\n": "\nTo use Attio, you need to generate an Access Token:\n1. Login to your Attio account at https://app.attio.com.\n2. From the dropdown beside your workspace name, click Workspace settings.\n3. Click the Developers tab.\n4. Click on the \"New Access Token\" button.\n5. Set the appropriate Scopes for the integration.\n6. Copy the generated Access Token.\n",
"Create Record": "Crear registro",
"Update Record": "Actualizar registro",
"Find Record": "Buscar registro",
"Create List Entry": "Crear entrada de lista",
"Update List Entry": "Actualizar entrada de lista",
"Find List Entry": "Buscar entrada de lista",
"Custom API Call": "Llamada API personalizada",
"Creates a new record such as peron,company or deal.": "Crea un nuevo registro como peron, empresa o negocio.",
"Update an existing record with new attribute values.": "Actualizar un registro existente con nuevos valores de atributos.",
"Search for records in Attio using filters and return matching results.": "Buscar registros en Attio usando filtros y devolver resultados coincidentes.",
"Add a record to a specified list.": "Añadir un registro a una lista especificada.",
"Update the attributes of an existing entry in a list.": "Actualizar los atributos de una entrada existente en una lista.",
"Search for entries in a specific list in Attio using filters and return matching results.": "Buscar entradas en una lista específica en Attio usando filtros y devolver resultados coincidentes.",
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
"Object": "Objeto",
"Object Attributes": "Atributos del objeto",
"Record ID": "ID de registro",
"List": "Lista",
"Parent Object": "Objeto padre",
"Parent Record ID": "ID de registro padre",
"List Attributes": "Atributos de lista",
"Entry ID": "ID de entrada",
"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 unique identifier of the record to update.": "El identificador único del registro a actualizar.",
"The unique identifier of the entry to update.": "El identificador único de la entrada 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",
"Record Created": "Registro Creado",
"Record Updated": "Registro actualizado",
"List Entry Created": "Lista de entrada creada",
"List Entry Updated": "Lista de entrada actualizada",
"Triggers when a new record such as person,company or deal is created.": "Dispara cuando se crea un nuevo registro como persona, empresa o negocio.",
"Triggers when an existing record is updated (people, companies, deals, etc.).": "Desencadena cuando se actualiza un registro existente (personas, empresas, operaciones, etc.).",
"Triggers when a new entry is added.": "Se activa cuando se añade una nueva entrada.",
"Triggers when an existing entry is updated.": "Se activa cuando se actualiza una entrada existente."
}