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,57 @@
{
"You can obtain API key from [API Settings](https://app.usemotion.com/web/settings/api).": "Você pode obter chave de API em [Configurações da API](https://app.usemotion.com/web/settings/api).",
"Create Task": "Criar tarefa",
"Update Task": "Atualizar Tarefa",
"Create Project": "Criar Projeto",
"Get Task": "Obter Tarefa",
"Move Task": "Mover tarefa",
"Find Task": "Procurar Tarefa",
"Custom API Call": "Chamada de API personalizada",
"Creates a new task.": "Cria uma nova tarefa.",
"Update an existing task in Motion": "Atualizar uma tarefa existente em Movimento",
"Create a new project in Motion": "Criar um novo projeto em Movimento",
"Get details of a specific task by ID.": "Obtenha detalhes de uma tarefa específica por ID.",
"Moves a task to a different workspace.": "Move a tarefa para um espaço de trabalho diferente.",
"Finds an existing task.": "Encontra uma tarefa existente.",
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
"Workspace ID": "ID do workspace",
"Task Name": "Nome da tarefa",
"Description": "Descrição",
"Due Date": "Data de vencimento",
"Duration": "Duração",
"Status": "Estado",
"Priority": "Prioridade",
"Project": "Projecto",
"Assignee": "Assignee",
"Labels": "Marcadores",
"Task ID": "Task ID",
"Project Name": "Nome do Projeto",
"Current Workspace": "Projeto atual",
"Target Workspace": "Workspace alvo",
"Include All Statuses": "Incluir todos os status",
"Method": "Método",
"Headers": "Cabeçalhos",
"Query Parameters": "Parâmetros da consulta",
"Body": "Conteúdo",
"Response is Binary ?": "A resposta é binária ?",
"No Error on Failure": "Nenhum erro no Failure",
"Timeout (in seconds)": "Tempo limite (em segundos)",
"Duration in minutes.": "Duração em minutos.",
"The names of the labels to be added to the task.": "Os nomes das etiquetas a serem adicionadas à tarefa.",
"The names of the labels to be added to the task": "Os nomes das etiquetas a serem adicionadas à tarefa",
"ISO 8601 Due date on the project": "Data limite para ISO 8601 no projeto",
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
"ASAP": "ASAP",
"HIGH": "ALTO",
"MEDIUM": "MÉDIO",
"LOW": "BAIXA",
"GET": "OBTER",
"POST": "POSTAR",
"PATCH": "COMPRAR",
"PUT": "COLOCAR",
"DELETE": "EXCLUIR",
"HEAD": "CABEÇA",
"Task Created": "Tarefa criada",
"Triggers when a new task is created.": "Dispara quando uma nova tarefa é criada."
}