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": "オープンソースのマーケティング自動化ソフトウェア",
|
||||
"Base URL": "ベースURL",
|
||||
"Username": "ユーザー名",
|
||||
"Password": "Password",
|
||||
"\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": "連絡先を作成",
|
||||
"Search Contact": "連絡先を検索",
|
||||
"Update Contact With Contact Id": "連絡先IDで連絡先を更新",
|
||||
"Create Company": "所属を作成",
|
||||
"Search Company": "会社を検索",
|
||||
"Update Company With Contact Id": "連絡先IDで会社を更新",
|
||||
"Custom API Call": "カスタムAPI通話",
|
||||
"Creates a new contact in Mautic CRM": "Mautic CRM に新しい連絡先を作成します。",
|
||||
"Search for a contact in Mautic CRM": "Mautic CRM で連絡先を検索",
|
||||
"Update a contact in Mautic CRM": "Mautic CRM の連絡先を更新",
|
||||
"Creates a new company in Mautic CRM": "Mautic CRM に新しい会社を作成",
|
||||
"Search for a company in Mautic CRM": "Mautic CRM で企業を検索",
|
||||
"Update a company in Mautic CRM": "Mautic CRM の会社を更新",
|
||||
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
||||
"All Fields": "すべてのフィールド",
|
||||
"Id of the entity": "エンティティの Id",
|
||||
"Method": "方法",
|
||||
"Headers": "ヘッダー",
|
||||
"Query Parameters": "クエリパラメータ",
|
||||
"Body": "本文",
|
||||
"Response is Binary ?": "応答はバイナリですか?",
|
||||
"No Error on Failure": "失敗時にエラーはありません",
|
||||
"Timeout (in seconds)": "タイムアウト(秒)",
|
||||
"List of all possible fields present": "可能なすべてのフィールドのリスト",
|
||||
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
||||
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
||||
"GET": "取得",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "削除",
|
||||
"HEAD": "頭",
|
||||
"Contact Updated": "連絡先を更新しました",
|
||||
"Contact Company Subscription Change": "連絡先会社のサブスクリプションの変更",
|
||||
"Contact Channel Subscription Change": "連絡先チャネル購読の変更",
|
||||
"New Contact": "新しい連絡先",
|
||||
"Triggers when a contact is updated.": "連絡先が更新されたときにトリガーします。",
|
||||
"Triggers when a commpany is added or removed to/from contact.": "通信が連絡先に追加または削除されたときにトリガーします。",
|
||||
"Triggers when a contact's channel subscription status changes.": "連絡先のチャンネル登録ステータスが変更されたときにトリガーされます。",
|
||||
"Triggers when a new contact is created.": "新しい連絡先が作成されたときにトリガーします.",
|
||||
"Webhook Name": "Webhook名",
|
||||
"Description": "説明",
|
||||
"The name the webhook will be searchable by in mautic the webhooks page.": "webhookの名前はmauticページで検索可能になります。",
|
||||
"A short description of the webhook": "Webhookの簡単な説明"
|
||||
}
|
||||
Reference in New Issue
Block a user