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,62 @@
|
||||
{
|
||||
"Customer support software": "カスタマーサポートソフトウェア",
|
||||
"Base URL": "ベースURL",
|
||||
"API Token": "API Token",
|
||||
"Enter the base URL": "ベース URL を入力してください",
|
||||
"Enter the API token": "API トークンを入力してください",
|
||||
"Get the API token by visiting your profile settings and clicking View API key": "API トークンを取得するには、プロフィールの設定にアクセスし、「API キーを表示」をクリックします。",
|
||||
"Get Tickets": "チケットを入手",
|
||||
"Get Contact from ID": "IDから連絡先を取得",
|
||||
"Get Ticket Status": "チケットのステータスを取得する",
|
||||
"Get Freshdesk Contacts": "Freshdesk の連絡先を取得",
|
||||
"Get All Tickets By Status": "すべてのチケットをステータス別に取得する",
|
||||
"Custom API Call": "カスタムAPI通話",
|
||||
"Get Ticket instances from Freshdesk.": "Freshdeskからチケットインスタンスを取得します。",
|
||||
"Get contacts details from Freshdesk using ID number.": "Freshdeskから連絡先の詳細をID番号で取得します。",
|
||||
"Get Ticket status from Freshdesk. Returns ticket_status, assigned_status, assigned_id": "Freshdeskからチケットのステータスを取得します。ticket_status, assigned_status, assigned_id を返します。",
|
||||
"Get contact details from Freshdesk for all (optional filtered) contacts.": "すべての連絡先についてFreshdeskから連絡先の詳細を取得します(オプション)。",
|
||||
"Get All Tickets by selected status from Freshdesk.": "Freshdeskから選択したステータスですべてのチケットを入手します。",
|
||||
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
||||
"Contact ID number": "連絡先ID番号",
|
||||
"Ticket ID": "ケースID",
|
||||
"Optional Filter": "オプションフィルタ",
|
||||
"Filter value": "フィルタの値",
|
||||
"Optional Filter Status": "オプションのフィルタステータス",
|
||||
"Results to return": "返す結果",
|
||||
"Choose Status(es)": "ステータスを選択",
|
||||
"Method": "方法",
|
||||
"Headers": "ヘッダー",
|
||||
"Query Parameters": "クエリパラメータ",
|
||||
"Body": "本文",
|
||||
"Response is Binary ?": "応答はバイナリですか?",
|
||||
"No Error on Failure": "失敗時にエラーはありません",
|
||||
"Timeout (in seconds)": "タイムアウト(秒)",
|
||||
"The ID number of the contact": "連絡先の ID 番号",
|
||||
"The Ticket ID to return status": "ステータスを返すチケット ID",
|
||||
"Select one and provide the value.": "いずれかを選択し、値を入力します。",
|
||||
"Provide value if previous option selected!": "前のオプションが選択されている場合は、値を入力してください!",
|
||||
"Can filter by state: blocked, deleted, unverified or verified.": "状態でフィルタすることができます: ブロック、削除、未確認、または検証。",
|
||||
"Freshdesk calls this per_page - set to 0 for all, if specified maximum is 100": "Freshdesk はこの per_page を呼び出します。指定された最大値が 100 の場合、すべては 0 に設定されます。",
|
||||
"Select one or status values": "1つまたはステータス値を選択してください",
|
||||
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
||||
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
||||
"E-mail": "電子メール",
|
||||
"Mobile": "モバイル",
|
||||
"Phone": "電話番号",
|
||||
"Company ID": "会社ID",
|
||||
"Updated Since": "更新日時",
|
||||
"Blocked": "ブロック",
|
||||
"Deleted": "削除しました",
|
||||
"Unverified": "未認証",
|
||||
"Verified": "確認済み",
|
||||
"Open": "開く",
|
||||
"Pending": "処理待ち",
|
||||
"Resolved": "解決済み",
|
||||
"Closed": "クローズ済み",
|
||||
"GET": "取得",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "削除",
|
||||
"HEAD": "頭"
|
||||
}
|
||||
Reference in New Issue
Block a user