{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Zendesk Export Integration CLI","description":"Treasure Data Product Documentation · Collect and Unify · Segment and Activate · Experiment and Analyze · Decisioning Automate with AI Scale and Trust.","siteUrl":"https://docs.treasuredata.com","lang":"en-US","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"zendesk-export-integration-cli","__idx":0},"children":["Zendesk Export Integration CLI"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["CLI（TD Toolbelt）を使用して、TDからZendesk Sunshineへデータ結果をエクスポートできます。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"前提条件","__idx":1},"children":["前提条件"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/tools/cli-and-sdks/td-toolbelt"},"children":["TD Toolbelt"]},"がインストールされていること。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Zendesk SunshineとZendeskアカウントの基本的な知識があること。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"制限事項","__idx":2},"children":["制限事項"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["クエリは、ターゲットイベントと一致する必須カラム（名前とデータ型）を含む必要があります。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"コマンドラインを使用した接続の作成","__idx":3},"children":["コマンドラインを使用した接続の作成"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["CLIを使用して接続を設定できます。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["設定キーと説明は以下の通りです:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Config Key"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Type"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Required"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Description"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["type"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["zendesk"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["login_url"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ZendeskのログインURL"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["auth_method"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["basic、token、またはoauth"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["username"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["yes if auth_method is basic or token"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Zendeskのユーザー名"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["password"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["yes if auth_method is basic"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Zendeskのパスワード"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["token"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["yes if auth_method is token"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Zendeskのtoken"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["access_token"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["yes if auth_method is oauth"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ZendeskのOAuth access token"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["target"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["エクスポート先のZendeskターゲット: event_profile、event_profile_id、またはevent_user_id"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["skip_invalid_records"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["no"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["無効なレコードがある場合に続行する"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"接続とクエリの例","__idx":4},"children":["接続とクエリの例"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["プロファイルのイベントを作成"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"td query --database my_db \\\n         --result '{\n            \"type\": \"zendesk\",\n            \"login_url\": \"https://{example}.zendesk.com\",\n            \"auth_method\": \"basic\",\n            \"password\": \"xxxxx\",\n            \"username\": \"xxxxx\",\n            \"target\": \"event_profile\",\n            \"skip_invalid_records\": false\n         }'\n         'SELECT profile_source, profile_type, profile_identifier_1,\n          event_source, event_type, event_properties\n          FROM your_table;'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["プロファイルIDのイベントを作成"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"td query --database my_db \\\n         --result '{\n            \"type\": \"zendesk\",\n            \"login_url\": \"https://{example}.zendesk.com\",\n            \"auth_method\": \"basic\",\n            \"password\": \"xxxxx\",\n            \"username\": \"xxxxx\",\n            \"target\": \"event_profile_id\",\n            \"skip_invalid_records\": false\n         }'\n         'SELECT profile_id, event_source, event_type, event_properties\n          FROM your_table;'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ユーザーIDのイベントを作成"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"td query --database my_db \\\n         --result '{\n            \"type\": \"zendesk\",\n            \"login_url\": \"https://{example}.zendesk.com\",\n            \"auth_method\": \"basic\",\n            \"password\": \"xxxxx\",\n            \"username\": \"xxxxx\",\n            \"target\": \"event_user_id\",\n            \"skip_invalid_records\": false\n         }'\n         'SELECT user_id, profile_source, profile_type, profile_identifier_1,\n          event_source, event_type, event_properties\n          FROM your_table;'\n","lang":"bash"},"children":[]}]},"headings":[{"value":"Zendesk Export Integration CLI","id":"zendesk-export-integration-cli","depth":1},{"value":"前提条件","id":"前提条件","depth":2},{"value":"制限事項","id":"制限事項","depth":2},{"value":"コマンドラインを使用した接続の作成","id":"コマンドラインを使用した接続の作成","depth":2},{"value":"接続とクエリの例","id":"接続とクエリの例","depth":3}],"frontmatter":{"seo":{"title":"Zendesk Export Integration CLI"}},"lastModified":"2026-01-09T05:58:30.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/int/zendesk-export-integration-cli","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}