---
articleId: 66e9f4b7-7cb1-4438-99a3-f396e540dbcd
slug: data-source-freshdesk
title: 転送元 - Freshdesk
parentCategoryId: b257af88-17fc-4a4d-bf94-dc694a258787
languageCode: ja
---
本ページでは、Freshdeskからデータを取得するための設定(転送設定)について説明します。
接続に関する設定については、[接続情報 - Freshdesk](/docs/connection-configuration-freshdesk)を参照ください。
## 利用上の注意・制約
:::(Warning) (API Rate Limit)
Freshdesk APIには、一定期間内のリクエスト回数に制限があります。プランに応じて1時間あたり1000~2000リクエストの制限があります。制限を超えると、HTTP 429エラーが返され、一時的にAPIが使用できなくなります。詳細は[Freshdesk公式サポート − Rate Limit](https://support.freshdesk.com/en/support/solutions/articles/225439-what-are-the-rate-limits-for-the-api-calls-to-freshdesk-)を参照ください。
:::
## 取得対象
### Account
アカウント情報を取得します。
詳しくは、[Freshdesk公式ドキュメント − Account](https://developers.freshdesk.com/api/#account)を参照ください。
#### 設定項目
設定項目はありません。
#### 取得データ
|カラム名|デフォルトのデータ型|補足事項|
|---|---|---|
|`organisation_id`|`long`|組織ID|
|`organisation_name`|`string`|組織名|
|`account_id`|`long`|アカウントID|
|`account_name`|`string`|アカウント名|
|`account_domain`|`string`|アカウントドメイン|
|`bundle_id`|`string`|バンドルID|
|`cloud_type`|`string`|クラウドタイプ|
|`hipaa_compliant`|`boolean`|HIPAA準拠かどうか|
|`total_agents`|`long`|総エージェント数|
|`timezone`|`string`|タイムゾーン|
|`data_center`|`string`|データセンター|
|`tier_type`|`string`|ティアタイプ|
|`address`|`string`|住所|
|`contact_person`|`string`|連絡担当者|
### Companies
会社情報一覧を取得します。
詳しくは、[Freshdesk公式ドキュメント − Companies](https://developers.freshdesk.com/api/#companies)を参照ください。
#### 設定項目
設定項目はありません。
#### 取得データ
|カラム名|デフォルトのデータ型|補足事項|
|---|---|---|
|`id`|`long`|会社ID|
|`name`|`string`|会社名|
|`description`|`string`|説明|
|`note`|`string`|メモ|
|`domains`|`string`|ドメイン|
|`created_at`|`timestamp`|作成日時|
|`updated_at`|`timestamp`|更新日時|
|`custom_fields`|`string`|カスタムフィールド|
|`health_score`|`string`|ヘルススコア|
|`account_tier`|`string`|アカウントティア|
|`renewal_date`|`timestamp`|更新日|
|`industry`|`string`|業界|
|`org_company_id`|`long`|組織会社ID|
### Contacts
連絡先一覧を取得します。
詳しくは、[Freshdesk公式ドキュメント − Contacts](https://developers.freshdesk.com/api/#contacts)を参照ください。
#### 設定項目
設定項目はありません。
#### 取得データ
|カラム名|デフォルトのデータ型|補足事項|
|---|---|---|
|`active`|`boolean`|アクティブかどうか|
|`address`|`string`|住所|
|`description`|`string`|説明|
|`email`|`string`|メールアドレス|
|`id`|`long`|連絡先ID|
|`job_title`|`string`|職種|
|`language`|`string`|言語|
|`mobile`|`string`|携帯電話|
|`name`|`string`|名前|
|`phone`|`string`|電話番号|
|`time_zone`|`string`|タイムゾーン|
|`twitter_id`|`string`|Twitter ID|
|`custom_fields`|`string`|カスタムフィールド|
|`facebook_id`|`string`|Facebook ID|
|`created_at`|`timestamp`|作成日時|
|`updated_at`|`timestamp`|更新日時|
|`csat_rating`|`string`|CSAT評価|
|`preferred_source`|`string`|優先ソース|
|`company_id`|`long`|会社ID|
|`unique_external_id`|`string`|一意外部ID|
|`first_name`|`string`|名|
|`last_name`|`string`|姓|
|`visitor_id`|`string`|訪問者ID|
|`org_contact_id`|`long`|組織連絡先ID|
|`other_phone_numbers`|`string`|その他の電話番号|
### Groups
グループ一覧を取得します。
詳しくは、[Freshdesk公式ドキュメント − Groups](https://developers.freshdesk.com/api/#groups)を参照ください。
#### 設定項目
設定項目はありません。
#### 取得データ
|カラム名|デフォルトのデータ型|補足事項|
|---|---|---|
|`id`|`long`|グループID|
|`name`|`string`|グループ名|
|`description`|`string`|説明|
|`escalate_to`|`long`|エスカレート先|
|`unassigned_for`|`string`|未割り当て期間|
|`business_hour_id`|`long`|営業時間ID|
|`group_type`|`string`|グループタイプ|
|`created_at`|`timestamp`|作成日時|
|`updated_at`|`timestamp`|更新日時|
### Roles
役割一覧を取得します。
詳しくは、[Freshdesk公式ドキュメント − Roles](https://developers.freshdesk.com/api/#roles)を参照ください。
#### 設定項目
設定項目はありません。
#### 取得データ
|カラム名|デフォルトのデータ型|補足事項|
|---|---|---|
|`id`|`long`|役割ID|
|`name`|`string`|役割名|
|`description`|`string`|説明|
|`default`|`boolean`|デフォルトかどうか|
|`created_at`|`timestamp`|作成日時|
|`updated_at`|`timestamp`|更新日時|
|`agent_type`|`long`|エージェントタイプ|
### Tickets
チケット一覧を取得します。
詳しくは、[Freshdesk公式ドキュメント − Tickets](https://developers.freshdesk.com/api/#tickets)を参照ください。
#### 設定項目
|項目名|必須|デフォルト値|説明|
|---|---|---|---|
|Updated Since|-|-|指定した日時以降に更新されたチケットのみを取得します。
YYYY-MM-DD形式で入力してください。|
|Include|-|-|取得データに含める追加情報を指定します。
以下より選択できます。