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,51 @@
|
||||
{
|
||||
"Open-source marketing automation software": "Software de automação de software de código aberto",
|
||||
"Base URL": "URL Base",
|
||||
"Username": "Usuário:",
|
||||
"Password": "Senha",
|
||||
"\nFollow these steps:\n\n1. **Enter the Base URL:** Open your Mautic instance and copy the URL from the address bar. If your dashboard link is \"https://mautic.ddev.site/s/dashboard\", set your base URL as \"https://mautic.ddev.site/\".\n\n2. **Enable Basic Authentication:** Log in to Mautic, go to **Settings** > **Configuration** > **API Settings**, and ensure that Basic Authentication is enabled.\n\n": "\nFollow these steps:\n\n1. **Enter the Base URL:** Open your Mautic instance and copy the URL from the address bar. If your dashboard link is \"https://mautic.ddev.site/s/dashboard\", set your base URL as \"https://mautic.ddev.site/\".\n\n2. **Enable Basic Authentication:** Log in to Mautic, go to **Settings** > **Configuration** > **API Settings**, and ensure that Basic Authentication is enabled.\n\n",
|
||||
"Create Contact": "Criar contato",
|
||||
"Search Contact": "Pesquisar contato",
|
||||
"Update Contact With Contact Id": "Atualizar Contato Com Id de Contato",
|
||||
"Create Company": "Criar Empresa",
|
||||
"Search Company": "Procurar Empresa",
|
||||
"Update Company With Contact Id": "Atualizar Empresa com Contato Id",
|
||||
"Custom API Call": "Chamada de API personalizada",
|
||||
"Creates a new contact in Mautic CRM": "Cria um novo contato na Mautic CRM",
|
||||
"Search for a contact in Mautic CRM": "Procurar por um contato na Mautic CRM",
|
||||
"Update a contact in Mautic CRM": "Atualizar um contato no Mautic CRM",
|
||||
"Creates a new company in Mautic CRM": "Cria uma nova empresa no Mautic CRM",
|
||||
"Search for a company in Mautic CRM": "Procurar por uma empresa em CRM Mautic",
|
||||
"Update a company in Mautic CRM": "Atualizar uma empresa no Mautic CRM",
|
||||
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
||||
"All Fields": "Todos os Campos",
|
||||
"Id of the entity": "ID da entidade",
|
||||
"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)",
|
||||
"List of all possible fields present": "Lista de todos os campos possíveis presentes",
|
||||
"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..",
|
||||
"GET": "OBTER",
|
||||
"POST": "POSTAR",
|
||||
"PATCH": "COMPRAR",
|
||||
"PUT": "COLOCAR",
|
||||
"DELETE": "EXCLUIR",
|
||||
"HEAD": "CABEÇA",
|
||||
"Contact Updated": "Contato atualizado",
|
||||
"Contact Company Subscription Change": "Contatar assinatura da empresa alterada",
|
||||
"Contact Channel Subscription Change": "Assinatura de canal de contato alterada",
|
||||
"New Contact": "Novo Contato",
|
||||
"Triggers when a contact is updated.": "Dispara quando um contato é atualizado.",
|
||||
"Triggers when a commpany is added or removed to/from contact.": "Aciona quando uma composição é adicionada ou removida de/para o contato.",
|
||||
"Triggers when a contact's channel subscription status changes.": "Aciona quando o estado da assinatura de um contato é alterado.",
|
||||
"Triggers when a new contact is created.": "Dispara quando um novo contato é criado.",
|
||||
"Webhook Name": "Nome Webhook",
|
||||
"Description": "Descrição",
|
||||
"The name the webhook will be searchable by in mautic the webhooks page.": "O nome do webhook será pesquisável pelo mautic a página de webhooks.",
|
||||
"A short description of the webhook": "Uma breve descrição do webhook"
|
||||
}
|
||||
Reference in New Issue
Block a user