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,78 @@
|
||||
{
|
||||
"Workforce management platform for scheduling and forecasting": "Plataforma de gestión de la fuerza laboral para programar y predecir",
|
||||
"You can obtain API key by navigating to [Settings->API](https://app.assembledhq.com/settings/api) page.": "Puedes obtener la clave API navegando a la página [Ajustes->API](https://app.assembledhq.com/settings/api).",
|
||||
"Custom API Call": "Llamada API personalizada",
|
||||
"Custom GraphQL": "GraphQL personalizado",
|
||||
"Create OOO Request": "Crear solicitud OOO",
|
||||
"Add Shift on Assembled": "Añadir turno al ensamblado",
|
||||
"Update OOO Request": "Actualizar solicitud OOO",
|
||||
"Delete OOO Request": "Eliminar solicitud OOO",
|
||||
"Make custom API calls to Assembled endpoints": "Hacer llamadas API personalizadas a los extremos ensamblados",
|
||||
"Perform a custom GraphQL query": "Realizar una consulta GraphQL personalizada",
|
||||
"Create an Out of Office request in Assembled.": "Crear una solicitud fuera de la oficina en Assemblbled.",
|
||||
"Add a new shift to a user's schedule in Assembled": "Añadir un nuevo turno a la programación de un usuario en Assemblbled",
|
||||
"Updates an existing OOO request.": "Actualiza una solicitud OOO existente.",
|
||||
"Cancel/delete a OOO request.": "Cancelar/borrar una solicitud OOO.",
|
||||
"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)",
|
||||
"Query": "Consulta",
|
||||
"Parameters": "Parámetros",
|
||||
"Mock Mode": "Modo simulado",
|
||||
"User ID": "ID Usuario",
|
||||
"Start Date": "Fecha de inicio",
|
||||
"End Date": "Fecha de fin",
|
||||
"Activity Type ID": "Tipo de actividad ID",
|
||||
"All Day Event": "Evento de todo el día",
|
||||
"Reason": "Razón",
|
||||
"Agent ID": "ID del agente",
|
||||
"Start Time": "Hora de inicio",
|
||||
"End Time": "Hora de fin",
|
||||
"Date": "Fecha",
|
||||
"Shift Type": "Tipo de cambio",
|
||||
"Notes": "Notas",
|
||||
"OOO ID": "OOO ID",
|
||||
"Status": "Estado",
|
||||
"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.",
|
||||
"Use mock data for testing": "Usar datos de simulación para probar",
|
||||
"ID of the user requesting time off": "ID del usuario que solicita tiempo libre",
|
||||
"Start date of the OOO period": "Fecha de inicio del período OOO",
|
||||
"End date of the OOO period": "Fecha de fin del período OOO",
|
||||
"UUID of the activity type for time off (can be retrieved from activity types endpoints)": "UUID del tipo de actividad por tiempo libre (se puede recuperar de los puntos finales de tipos de actividades)",
|
||||
"Whether this is an all-day OOO event": "Si este es un evento OOO de todo el día",
|
||||
"Reason for the OOO request": "Motivo de la solicitud OOO",
|
||||
"Agent ID of the person to assign the shift to (use the agent_id field from /people endpoint, not the person id)": "ID del agente de la persona a la que asignar el turno (utilice el campo agent_id del endpoint /people, no el id de la persona)",
|
||||
"Start time of the shift": "Hora de inicio del cambio",
|
||||
"End time of the shift": "Hora de fin del cambio",
|
||||
"Date of the shift": "Fecha del cambio",
|
||||
"Type of shift": "Tipo de cambio",
|
||||
"UUID of the activity type for this shift (get from /activity_types endpoint)": "UUID del tipo de actividad para este turno (obtener de /activity_types endpoint)",
|
||||
"Additional notes for the shift": "Notas adicionales para el cambio",
|
||||
"ID of the user for the time off request (required for creating new request)": "ID del usuario para la solicitud de tiempo ausente (requerido para crear una nueva solicitud)",
|
||||
"UUID of the activity type for time off (required for creating new request)": "UUID del tipo de actividad por tiempo libre (requerido para crear una nueva solicitud)",
|
||||
"GET": "RECOGER",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "BORRAR",
|
||||
"HEAD": "LIMPIO",
|
||||
"Regular": "Regular",
|
||||
"Overtime": "Extraño",
|
||||
"On-call": "On-call",
|
||||
"Training": "Entrenamiento",
|
||||
"Pending": "Pendiente",
|
||||
"Approved": "Aprobado",
|
||||
"Rejected": "Rechazado",
|
||||
"Cancelled": "Cancelado",
|
||||
"New OOO Request": "Nueva solicitud OOO",
|
||||
"OOO Status Changed": "Estado de OOO cambiado",
|
||||
"Schedule Updated": "Programación actualizada",
|
||||
"Triggers when a new OOO request is created.": "Dispara cuando se crea una nueva solicitud OOO.",
|
||||
"Triggers on approval/rejection of OOO.": "Desencadenadores sobre aprobación/rechazo de OOO.",
|
||||
"Triggers when user schedule is modified.": "Dispara cuando se modifica la programación del usuario."
|
||||
}
|
||||
Reference in New Issue
Block a user