> ## Documentation Index
> Fetch the complete documentation index at: https://docs.base44.com/llms.txt
> Use this file to discover all available pages before exploring further.

# コネクタカタログ

> 利用可能なコネクタを参照し、プロンプト例を確認し、権限を確認します。

Base44 アプリを、安全な OAuth 接続を使って人気のツールに接続します。API キーは必要ありません。

<Frame caption="アプリにツールを接続する">
  <img src="https://mintcdn.com/base44/4u1s1BOHlfMPQCy4/images/figmaconnectors.png?fit=max&auto=format&n=4u1s1BOHlfMPQCy4&q=85&s=53dec450c3c76a240596bd2548016acd" alt="コネクタアイコンが横一列に表示" className="mx-auto" width="1256" height="716" data-path="images/figmaconnectors.png" />
</Frame>

<Note>
  コネクタを使用するには [**Builder プラン**](https://base44.com/pricing) 以上が必要です。
</Note>

***

## カテゴリ別に参照

<CardGroup cols={3}>
  <Card title="コミュニケーション" icon="comments" href="#communication">
    Gmail、Outlook、Slack、Discord、Microsoft Teams、Google Meet
  </Card>

  <Card title="プロダクティビティ" icon="table-cells-large" href="#productivity">
    Drive、Docs、Sheets、Calendar、Slides、Tasks、Notion、Dropbox、Box、Airtable、OneDrive、Classroom
  </Card>

  <Card title="ソーシャル" icon="share-nodes" href="#social">
    Instagram Business、LinkedIn、TikTok
  </Card>

  <Card title="データ & アナリティクス" icon="chart-column" href="#data-%26-analytics">
    Google Analytics、BigQuery、Search Console
  </Card>

  <Card title="CRM" icon="briefcase" href="#crm">
    HubSpot、Salesforce
  </Card>

  <Card title="プロジェクト管理" icon="list-check" href="#project-management">
    ClickUp、Linear、Wrike
  </Card>

  <Card title="開発" icon="square-terminal" href="#development">
    GitHub、GitLab
  </Card>

  <Card title="開発者ツール" icon="wrench" href="#developer-tools">
    Contentful、Supabase
  </Card>

  <Card title="ドキュメント" icon="folder-open" href="#documents">
    Microsoft SharePoint
  </Card>

  <Card title="ファイナンス" icon="wallet" href="#finance">
    Splitwise
  </Card>

  <Card title="フォーム & アンケート" icon="file-text" href="#forms-%26-surveys">
    Typeform
  </Card>

  <Card title="HR" icon="users" href="#hr">
    BambooHR
  </Card>

  <Card title="スケジューリング" icon="calendar-range" href="#scheduling">
    Calendly
  </Card>

  <Card title="AI & ML" icon="sparkles" href="#ai-%26-ml">
    Hugging Face
  </Card>

  <Card title="ウェブサイト & E コマース" icon="store" href="#website-%26-e-commerce">
    Wix
  </Card>
</CardGroup>

<Tip>
  **AI チャット** を開き、自分の言葉で何を構築したいかを記述してください。Base44 は、アプリの構造、ページ、データに基づいて関連するコネクタプロンプトを提案します。
</Tip>

***

## 支払い

<AccordionGroup>
  <Accordion title="Stripe" icon="credit-card">
    商品やサブスクリプションを販売し、オンラインで支払いを受け取ります。

    [Stripe のセットアップについて詳しく学ぶ](/documentation/setting-up-your-app/setting-up-payments)

    **できること:**

    * サブスクリプションや単発商品の販売。
    * 支払い成功後のワークフローのトリガー。
    * 購入をアプリデータに紐付け。

    **プロンプト例:**

    ```text theme={null}
    Connect Stripe and let people pay for a subscription in my app.
    ```

    ```text theme={null}
    Charge customers with Stripe when they place an order in my app.
    ```

    ```text theme={null}
    When a payment succeeds in Stripe, update the order status in my app and send a confirmation email.
    ```

    **要求される権限:**

    ```text theme={null}
    read_write access to payments, customers, and checkout sessions
    ```
  </Accordion>
</AccordionGroup>

***

## コミュニケーション

<AccordionGroup>
  <Accordion title="Gmail" icon="envelope">
    メール送信と受信トレイ管理を自動化。

    **できること:**

    * 日次メールダイジェストの送信。
    * 何かが変わったときにチームメイトにアラート。
    * 活動の概要をメールで送信。

    **プロンプト例:**

    ```text theme={null}
    Send me a daily email with my to-do list using Gmail.
    ```

    ```text theme={null}
    Email me a summary of all new signups from today.
    ```

    ```text theme={null}
    Send a weekly Gmail digest with key metrics from this dashboard.
    ```

    **要求される権限:**

    ```text theme={null}
    gmail.readonly
    gmail.send
    gmail.modify
    gmail.compose
    ```
  </Accordion>

  <Accordion title="Outlook" icon="envelope-open">
    メールとカレンダー。

    **できること:**

    * メールサマリーの送信。
    * カレンダーイベントの作成。
    * 空き時間の確認。

    **プロンプト例:**

    ```text theme={null}
    Connect to my Outlook account and send me a daily email summary from this app.
    ```

    ```text theme={null}
    Create Outlook calendar events when a new meeting is confirmed in this app.
    ```

    ```text theme={null}
    Check my Outlook calendar availability before scheduling appointments.
    ```

    **要求される権限:**

    ```text theme={null}
    Mail.ReadWrite
    Mail.Send
    Calendars.ReadWrite
    ```
  </Accordion>

  <Accordion title="Slack User" icon="slack">
    ユーザーとしてメッセージを送信し、Slack を管理。

    **できること:**

    * チャネルへの更新を投稿。
    * チームメイトへの通知。
    * メッセージの検索。

    **プロンプト例:**

    ```text theme={null}
    Post a message to the #support channel when a new ticket is created.
    ```

    ```text theme={null}
    Send a daily summary of completed tasks to my team's Slack channel.
    ```

    ```text theme={null}
    Send alerts to a Slack channel when deadlines are approaching.
    ```

    **要求される権限:**

    ```text theme={null}
    channels:read
    chat:write
    users:read
    ```
  </Accordion>

  <Accordion title="Slack Bot" icon="slack">
    ブランド付きボットとして投稿。

    **できること:**

    * 自動ボットメッセージの送信。
    * 更新の投稿。
    * アラートのトリガー。

    **プロンプト例:**

    ```text theme={null}
    Send a message as a bot to the #announcements channel when a release is published.
    ```

    ```text theme={null}
    Send a daily bot summary to #team-updates at 5pm.
    ```

    ```text theme={null}
    Send a bot message to #product-updates when a feature flag is enabled.
    ```

    **要求される権限:**

    ```text theme={null}
    chat:write
    channels:read
    bot access
    ```
  </Accordion>

  <Accordion title="Discord" icon="discord">
    チャネルやコミュニティに通知。

    **できること:**

    * メッセージの投稿。
    * アラートの送信。
    * コミュニティへの通知。

    **プロンプト例:**

    ```text theme={null}
    Post a message to the #announcements channel when a new feature is released.
    ```

    ```text theme={null}
    Send an alert to the #ops channel when a critical error occurs.
    ```

    ```text theme={null}
    Notify a Discord channel when a new support ticket is created.
    ```

    **要求される権限:**

    ```text theme={null}
    webhook or bot access
    ```
  </Accordion>

  <Accordion title="Microsoft Teams" icon="users">
    チームチャットと会議。

    **できること:**

    * チャネルメッセージの送信。
    * 会議のスケジュール。
    * 更新の共有。

    **プロンプト例:**

    ```text theme={null}
    Send a notification to my Teams channel when a new client is added.
    ```

    ```text theme={null}
    Send meeting summaries to a Teams channel.
    ```

    ```text theme={null}
    Schedule a Teams meeting when a booking is confirmed.
    ```

    **要求される権限:**

    ```text theme={null}
    User.Read
    Calendars.Read
    Calendars.ReadWrite
    offline_access
    Chat.ReadWrite
    OnlineMeetings.ReadWrite
    Team.ReadBasic.All
    Channel.ReadBasic.All
    ChannelMessage.Send
    Group.Read.All
    Directory.Read.All
    ```
  </Accordion>

  <Accordion title="Google Meet" icon="video">
    ビデオ会議。

    **できること:**

    * 会議リンクの作成。
    * 会議スペースの生成。
    * 会議の同期。

    **プロンプト例:**

    ```text theme={null}
    Create a Google Meet space when a new meeting is scheduled.
    ```

    ```text theme={null}
    Generate a Google Meet link when a booking is confirmed.
    ```

    ```text theme={null}
    Add a Google Meet link to scheduled appointments in my app.
    ```

    **要求される権限:**

    ```text theme={null}
    /auth/meetings.space.created
    /auth/meetings.space.readonly
    ```
  </Accordion>
</AccordionGroup>

***

## プロダクティビティ

<AccordionGroup>
  <Accordion title="Google Drive" icon="google-drive">
    ファイルを保存・管理。

    **できること:**

    * ファイルの保存。
    * フォルダの整理。
    * データのバックアップ。

    **プロンプト例:**

    ```text theme={null}
    Save generated PDF reports from my app to Google Drive.
    ```

    ```text theme={null}
    Upload files from this app to a Google Drive folder for each client.
    ```

    ```text theme={null}
    Back up exported data from this app to Google Drive every week.
    ```

    **要求される権限:**

    ```text theme={null}
    https://www.googleapis.com/auth/drive.file
    ```
  </Accordion>

  <Accordion title="Google Docs" icon="file-text">
    ドキュメントを作成・編集。

    **できること:**

    * ドキュメントの生成。
    * テンプレートの記入。
    * ノートの作成。

    **プロンプト例:**

    ```text theme={null}
    Generate a Google Doc contract when a new client is added.
    ```

    ```text theme={null}
    Create a Google Doc with a daily summary of activity from my app.
    ```

    ```text theme={null}
    Save meeting notes from this app to a Google Doc.
    ```

    **要求される権限:**

    ```text theme={null}
    https://www.googleapis.com/auth/documents
    https://www.googleapis.com/auth/documents.readonly
    ```
  </Accordion>

  <Accordion title="Google Sheets" icon="table">
    スプレッドシートデータを管理。

    **できること:**

    * データの同期。
    * インポートとエクスポート。
    * レポートの生成。

    **プロンプト例:**

    ```text theme={null}
    Sync new records from this app into a Google Sheets spreadsheet.
    ```

    ```text theme={null}
    Keep a Google Sheets dashboard updated with daily metrics from my app.
    ```

    ```text theme={null}
    Export weekly reports from this app to Google Sheets automatically.
    ```

    **要求される権限:**

    ```text theme={null}
    https://www.googleapis.com/auth/spreadsheets
    https://www.googleapis.com/auth/spreadsheets.readonly
    ```
  </Accordion>

  <Accordion title="Google Calendar" icon="calendar">
    スケジュールを管理。

    **できること:**

    * 予約の同期。
    * イベントの作成。
    * 空き時間の確認。

    **プロンプト例:**

    ```text theme={null}
    Sync all my bookings directly to my Google Calendar.
    ```

    ```text theme={null}
    Show my real-time availability from Google Calendar to clients.
    ```

    ```text theme={null}
    When an appointment is confirmed, create a calendar event and invite attendees.
    ```

    **要求される権限:**

    ```text theme={null}
    https://www.googleapis.com/auth/calendar
    https://www.googleapis.com/auth/calendar.readonly
    https://www.googleapis.com/auth/calendar.events
    https://www.googleapis.com/auth/calendar.events.readonly
    https://www.googleapis.com/auth/calendar.events.freebusy
    https://www.googleapis.com/auth/calendar.freebusy
    https://www.googleapis.com/auth/calendar.app.created
    https://www.googleapis.com/auth/calendar.calendarlist.readonly
    https://www.googleapis.com/auth/calendar.events.public.readonly
    https://www.googleapis.com/auth/calendar.settings.readonly
    ```
  </Accordion>

  <Accordion title="Notion" icon="notion">
    ワークスペースコンテンツを管理。

    **できること:**

    * データベースの同期。
    * ページの書き込み。
    * コンテンツの整理。

    **プロンプト例:**

    ```text theme={null}
    Sync a Notion database with my CRM records.
    ```

    ```text theme={null}
    Write project updates from this app into a Notion page.
    ```

    ```text theme={null}
    Create a new Notion page for every new client added in this app.
    ```

    **要求される権限:**

    ```text theme={null}
    read_content
    update_content
    insert_content
    read_comments
    create_comments
    read_users
    ```
  </Accordion>

  <Accordion title="Dropbox" icon="dropbox">
    クラウドにファイルを保存。

    **できること:**

    * ファイルのアップロード。
    * コンテンツの同期。
    * ストレージの整理。

    **プロンプト例:**

    ```text theme={null}
    Upload files from this app to Dropbox.
    ```

    ```text theme={null}
    Save client documents from this app to a Dropbox folder.
    ```

    ```text theme={null}
    Sync uploaded files from this app to Dropbox automatically.
    ```

    **要求される権限:**

    ```text theme={null}
    account_info.read
    files.metadata.read
    files.content.read
    files.content.write
    ```
  </Accordion>

  <Accordion title="Box" icon="archive">
    セキュアなコンテンツ管理。

    **できること:**

    * ファイルの保存。
    * フォルダの管理。
    * コンテンツの共有。

    **プロンプト例:**

    ```text theme={null}
    Connect Box and list files for a selected project.
    ```

    ```text theme={null}
    Upload files from this app to a Box folder.
    ```

    ```text theme={null}
    Show Box files related to each client inside my app.
    ```

    **要求される権限:**

    ```text theme={null}
    root_readwrite
    ```
  </Accordion>

  <Accordion title="Airtable" icon="table">
    柔軟なデータベース。

    **できること:**

    * レコードの同期。
    * テーブルの管理。
    * ワークフローの構築。

    **プロンプト例:**

    ```text theme={null}
    Sync data from this app with Airtable.
    ```

    ```text theme={null}
    Create Airtable records when a new form is submitted in this app.
    ```

    ```text theme={null}
    Show Airtable data in a dashboard inside my app.
    ```

    **要求される権限:**

    ```text theme={null}
    data.records:read
    data.records:write
    schema.bases:read
    ```
  </Accordion>

  <Accordion title="Google Slides" icon="presentation">
    プレゼンテーションを作成。

    **できること:**

    * スライドの生成。
    * テンプレートの記入。
    * デッキの共有。

    **プロンプト例:**

    ```text theme={null}
    Generate a Google Slides presentation summarizing this week's key KPIs.
    ```

    ```text theme={null}
    Create a presentation from KPI data in this app.
    ```

    ```text theme={null}
    Build a Google Slides deck from a weekly report in this app.
    ```

    **要求される権限:**

    ```text theme={null}
    https://www.googleapis.com/auth/presentations
    https://www.googleapis.com/auth/presentations.readonly
    ```
  </Accordion>

  <Accordion title="Google Tasks" icon="check">
    タスクを管理。

    **できること:**

    * タスクの作成。
    * 進捗の追跡。
    * リストの管理。

    **プロンプト例:**

    ```text theme={null}
    Create a Google Task when a new item is added in this app.
    ```

    ```text theme={null}
    Add a Google Task when a request is marked urgent.
    ```

    ```text theme={null}
    Sync tasks from this app to my Google Tasks list.
    ```

    **要求される権限:**

    ```text theme={null}
    tasklists.readonly
    tasks.readonly
    tasks
    ```
  </Accordion>

  <Accordion title="Microsoft OneDrive" icon="cloud">
    クラウドファイルストレージ。

    **できること:**

    * ファイルの保存。
    * データの同期。
    * ドキュメントへのアクセス。

    **プロンプト例:**

    ```text theme={null}
    Save files from this app to OneDrive.
    ```

    ```text theme={null}
    Upload generated reports from this app to OneDrive automatically.
    ```

    ```text theme={null}
    Show OneDrive files related to each client in my app.
    ```

    **要求される権限:**

    ```text theme={null}
    files.ReadWrite.All
    Sites.ReadWrite.All
    Search.Read.All
    User.Read
    offline_access
    openid
    profile
    email
    ```
  </Accordion>

  <Accordion title="Google Classroom" icon="graduation-cap">
    コース管理。

    **できること:**

    * コースの管理。
    * 課題の表示。
    * 生徒の追跡。

    **プロンプト例:**

    ```text theme={null}
    List assignments from Google Classroom.
    ```

    ```text theme={null}
    Show active Google Classroom courses in a dashboard.
    ```

    ```text theme={null}
    Pull Google Classroom assignments and due dates into this app.
    ```

    **要求される権限:**

    ```text theme={null}
    classroom.announcements
    classroom.courses.readonly
    classroom.coursework.me
    classroom.coursework.students
    classroom.courseworkmaterials
    classroom.rosters.readonly
    classroom.student-submissions.me.readonly
    classroom.topics
    ```
  </Accordion>
</AccordionGroup>

***

## ソーシャル

<AccordionGroup>
  <Accordion title="Instagram Business" icon="instagram">
    Instagram Business アカウントのフィード投稿と、コメント管理。

    **できること:**

    * Instagram Business フィードに写真と動画を投稿。
    * コメントの読み取り、返信、編集、削除。
    * ユーザー名、ID、メディアなどの基本アカウント情報へのアクセス。

    **プロンプト例:**

    ```text theme={null}
    Publish an approved Instagram Business feed post from this app.
    ```

    ```text theme={null}
    Show recent Instagram Business posts and comments in a dashboard.
    ```

    ```text theme={null}
    Reply to new Instagram Business comments from this app.
    ```

    **要求される権限:**

    ```text theme={null}
    instagram_business_basic
    instagram_business_manage_comments
    instagram_business_content_publish
    ```

    <Note>
      Instagram Business はフィード投稿のみをサポートします。ストーリー、リール、ダイレクトメッセージ、プロフィール更新はサポートされていません。
    </Note>
  </Accordion>

  <Accordion title="LinkedIn" icon="linkedin">
    更新やプロフィールを共有。

    **できること:**

    * 更新の投稿。
    * コンテンツの共有。
    * プロフィールデータの管理。

    **プロンプト例:**

    ```text theme={null}
    Post a LinkedIn update when I publish a new article.
    ```

    ```text theme={null}
    Share company announcements to my LinkedIn profile.
    ```

    ```text theme={null}
    Draft a LinkedIn post and let me approve it before publishing.
    ```

    **要求される権限:**

    ```text theme={null}
    openid
    profile
    r_ads_reporting
    r_organization_social
    rw_organization_admin
    w_member_social
    r_profile_basicinfo
    r_ads
    r_verify
    w_organization_social
    rw_ads
    r_basicprofile
    r_organization_admin
    email
    r_1st_connections_size
    ```
  </Accordion>

  <Accordion title="TikTok" icon="tiktok">
    ソーシャルパフォーマンスを追跡。

    **できること:**

    * 統計の表示。
    * フォロワーの追跡。
    * コンテンツの分析。

    **プロンプト例:**

    ```text theme={null}
    Show my TikTok profile stats and follower count in a dashboard.
    ```

    ```text theme={null}
    List my recent TikTok videos with their view counts.
    ```

    ```text theme={null}
    Show my total likes, followers, and video count from TikTok.
    ```

    **要求される権限:**

    ```text theme={null}
    artist.certification.read
    artist.certification.update
    user.info.basic
    user.info.profile
    user.info.stats
    video.list
    ```
  </Accordion>
</AccordionGroup>

***

## データ & アナリティクス

<AccordionGroup>
  <Accordion title="Google Analytics" icon="chart-line">
    ウェブサイトのパフォーマンスを追跡。

    **できること:**

    * トラフィックの表示。
    * エンゲージメントの監視。
    * レポートの生成。

    **プロンプト例:**

    ```text theme={null}
    Connect Google Analytics and show pageviews, sessions, and top pages in a dashboard.
    ```

    ```text theme={null}
    Pull my Google Analytics traffic by source and show trends week over week.
    ```

    ```text theme={null}
    Create a weekly report from Google Analytics and email it to me.
    ```

    **要求される権限:**

    ```text theme={null}
    analytics.readonly
    analytics.edit
    ```
  </Accordion>

  <Accordion title="Google BigQuery" icon="chart-column">
    アナリティクスデータをクエリ。

    **できること:**

    * クエリの実行。
    * データの分析。
    * ダッシュボードの構築。

    **プロンプト例:**

    ```text theme={null}
    Connect this app to my BigQuery project and add a data agent that answers questions about my analytics.
    ```

    ```text theme={null}
    Let users ask questions about sales trends from my BigQuery dataset.
    ```

    ```text theme={null}
    Alert me when a KPI drops below a threshold based on BigQuery data.
    ```

    **要求される権限:**

    ```text theme={null}
    https://www.googleapis.com/auth/bigquery.readonly
    ```
  </Accordion>

  <Accordion title="Google Search Console" icon="search">
    SEO インサイト。

    **できること:**

    * ランキングの追跡。
    * クリックの監視。
    * クエリの分析。

    **プロンプト例:**

    ```text theme={null}
    Connect Search Console and show my top queries and click data.
    ```

    ```text theme={null}
    Alert me when a page drops in search rankings.
    ```

    ```text theme={null}
    Track indexing status for new pages in this app.
    ```

    **要求される権限:**

    ```text theme={null}
    webmasters
    webmasters.readonly
    ```
  </Accordion>
</AccordionGroup>

***

## CRM

<AccordionGroup>
  <Accordion title="HubSpot" icon="hubspot">
    CRM データを管理。

    **できること:**

    * 連絡先の同期。
    * 取引の追跡。
    * マーケティングの自動化。

    **プロンプト例:**

    ```text theme={null}
    Sync new leads from this app into HubSpot contacts.
    ```

    ```text theme={null}
    Show HubSpot deal stages inside my project dashboard.
    ```

    ```text theme={null}
    Create HubSpot contacts when people sign up in this app.
    ```

    **要求される権限:**

    ```text theme={null}
    crm.objects.contacts.read
    crm.objects.contacts.write
    crm.objects.companies.read
    crm.objects.companies.write
    crm.objects.deals.read
    crm.objects.deals.write
    crm.objects.owners.read
    crm.objects.quotes.read
    crm.objects.quotes.write
    crm.lists.read
    crm.lists.write
    crm.schemas.contacts.read
    crm.schemas.companies.read
    crm.schemas.deals.read
    tickets
    e-commerce
    automation
    forms
    files
    content
    social
    analytics.read
    ```
  </Accordion>

  <Accordion title="Salesforce" icon="salesforce">
    CRM パイプラインを管理。

    **できること:**

    * リードの同期。
    * 商談の追跡。
    * パイプラインの管理。

    **プロンプト例:**

    ```text theme={null}
    Sync new leads from this app into Salesforce.
    ```

    ```text theme={null}
    Show Salesforce opportunity stages inside my project dashboard.
    ```

    ```text theme={null}
    Log customer support requests in Salesforce automatically.
    ```

    **要求される権限:**

    ```text theme={null}
    api
    refresh_token
    full
    web
    id
    openid
    profile
    email
    address
    phone
    offline_access
    custom_permissions
    wave_api
    chatter_api
    visualforce
    content
    cdp_api
    cdp_profile_api
    cdp_query_api
    cdp_segment_api
    interaction_api
    cdp_ingest_api
    pardot_api
    ```
  </Accordion>
</AccordionGroup>

***

## プロジェクト管理

<AccordionGroup>
  <Accordion title="ClickUp" icon="check">
    プロジェクトを管理。

    **できること:**

    * タスクの作成。
    * 作業の追跡。
    * チームの管理。

    **プロンプト例:**

    ```text theme={null}
    Connect ClickUp and show my tasks by status and due date in a dashboard.
    ```

    ```text theme={null}
    Create a new ClickUp task when a new record is added to my Requests entity.
    ```

    ```text theme={null}
    Sync ClickUp task status back into this app so I can track progress here.
    ```

    **要求される権限:**

    ```text theme={null}
    Access to ClickUp resources such as tasks, lists, and spaces, based on the permissions you already have in your workspace.
    ```
  </Accordion>

  <Accordion title="Linear" icon="circle-dot">
    Issue を追跡。

    **できること:**

    * Issue の作成。
    * 進捗の追跡。
    * ワークフローの管理。

    **プロンプト例:**

    ```text theme={null}
    Connect Linear and show my issues by status, assignee, and priority in a dashboard.
    ```

    ```text theme={null}
    Create a Linear issue automatically when a bug is submitted in this app.
    ```

    ```text theme={null}
    Sync Linear issue status back into this app so I can track progress here.
    ```

    **要求される権限:**

    ```text theme={null}
    read
    issues:create
    comments:create
    write
    admin
    ```
  </Accordion>

  <Accordion title="Wrike" icon="diagram-project">
    チームを調整。

    **できること:**

    * プロジェクトの計画。
    * タスクの追跡。
    * レポートの生成。

    **プロンプト例:**

    ```text theme={null}
    Connect Wrike and show tasks for a selected project in a dashboard.
    ```

    ```text theme={null}
    Display Wrike task statuses and assignees in a read-only dashboard.
    ```

    ```text theme={null}
    Generate a weekly Wrike project status report and email it to me.
    ```

    **要求される権限:**

    ```text theme={null}
    Default
    wsReadOnly
    ```
  </Accordion>
</AccordionGroup>

***

## 開発

<AccordionGroup>
  <Accordion title="GitHub" icon="github">
    リポジトリと PR を管理。

    **できること:**

    * PR の追跡。
    * リポジトリの管理。
    * Issue の作成。

    **プロンプト例:**

    ```text theme={null}
    Connect to my GitHub account and list all open pull requests for review.
    ```

    ```text theme={null}
    Show open issues from my repository in a dashboard.
    ```

    ```text theme={null}
    Create a new GitHub issue when a bug is reported in this app.
    ```

    **要求される権限:**

    ```text theme={null}
    exact scopes depend on the flows you build and may include access to repositories and organization data
    ```
  </Accordion>

  <Accordion title="GitLab" icon="gitlab">
    パイプラインを管理。

    **できること:**

    * MR の追跡。
    * パイプラインの実行。
    * リポジトリの管理。

    **プロンプト例:**

    ```text theme={null}
    List open merge requests in my GitLab project.
    ```

    ```text theme={null}
    Show open GitLab merge requests in a dashboard.
    ```

    ```text theme={null}
    Create a GitLab issue when a bug is reported in this app.
    ```

    **要求される権限:**

    ```text theme={null}
    api
    read_user
    openid
    profile
    email
    ```
  </Accordion>
</AccordionGroup>

***

## 開発者ツール

<AccordionGroup>
  <Accordion title="Contentful" icon="file-code">
    ヘッドレス CMS。

    **できること:**

    * コンテンツの取得。
    * エントリの管理。
    * データの同期。

    **プロンプト例:**

    ```text theme={null}
    Show content from Contentful in this app.
    ```

    ```text theme={null}
    Pull blog posts from Contentful and display them in a dashboard.
    ```

    ```text theme={null}
    Sync published Contentful entries into this app.
    ```

    **要求される権限:**

    ```text theme={null}
    content_management_manage
    ```
  </Accordion>

  <Accordion title="Supabase" icon="database">
    プロジェクトデータを読み取り。

    **できること:**

    * スキーマの参照。
    * テーブルの読み取り。
    * ステータスの表示。

    **プロンプト例:**

    ```text theme={null}
    Show Supabase tables in this app.
    ```

    ```text theme={null}
    Browse my Supabase schema and list all tables with row counts.
    ```

    ```text theme={null}
    Show project status and recent database tables from Supabase.
    ```

    **要求される権限:**

    ```text theme={null}
    Projects:Read
    Secrets:Read
    Database:Read
    ```
  </Accordion>
</AccordionGroup>

***

## ドキュメント

<AccordionGroup>
  <Accordion title="Microsoft SharePoint" icon="folder-open">
    ドキュメントを管理。

    **できること:**

    * ファイルの保存。
    * ドキュメントの共有。
    * リストの管理。

    **プロンプト例:**

    ```text theme={null}
    Show SharePoint documents for a selected site in this app.
    ```

    ```text theme={null}
    Display files from a SharePoint document library in a dashboard.
    ```

    ```text theme={null}
    Sync documents from SharePoint to records in this app.
    ```

    **要求される権限:**

    ```text theme={null}
    offline_access
    User.Read
    Files.ReadWrite.All
    Sites.ReadWrite.All
    ```
  </Accordion>
</AccordionGroup>

***

## ファイナンス

<AccordionGroup>
  <Accordion title="Splitwise" icon="wallet">
    経費を追跡。

    **できること:**

    * 残高の追跡。
    * 請求の分割。
    * 経費の管理。

    **プロンプト例:**

    ```text theme={null}
    Show current Splitwise balances for my group in this app.
    ```

    ```text theme={null}
    Display all shared expenses from Splitwise in a dashboard.
    ```

    ```text theme={null}
    Show who owes what across my Splitwise group.
    ```

    **要求される権限:**

    ```text theme={null}
    read:user_profile
    read:network
    write:manage_network
    read:expenses
    write:create_expenses
    write:modify_expenses
    read:metadata
    read:notifications
    ```
  </Accordion>
</AccordionGroup>

***

## フォーム & アンケート

<AccordionGroup>
  <Accordion title="Typeform" icon="file-text">
    回答を収集。

    **できること:**

    * データの収集。
    * ワークフローのトリガー。
    * 回答の分析。

    **プロンプト例:**

    ```text theme={null}
    Show Typeform responses in this app.
    ```

    ```text theme={null}
    Pull the latest Typeform responses into a dashboard.
    ```

    ```text theme={null}
    Trigger a workflow in this app when a new Typeform response is submitted.
    ```

    **要求される権限:**

    ```text theme={null}
    accounts:read
    forms:read
    forms:write
    responses:read
    ```
  </Accordion>
</AccordionGroup>

***

## HR

<AccordionGroup>
  <Accordion title="BambooHR" icon="users">
    従業員を管理。

    **できること:**

    * ディレクトリの表示。
    * 休暇の追跡。
    * HR データの管理。

    **プロンプト例:**

    ```text theme={null}
    Show my employee directory from BambooHR in this app.
    ```

    ```text theme={null}
    Display upcoming time off from BambooHR in a dashboard.
    ```

    ```text theme={null}
    Show employee details and managers from BambooHR.
    ```

    **要求される権限:**

    ```text theme={null}
    application
    application.write
    job_opening
    job_opening.write
    email
    openid
    company:details
    company:info
    job_organization
    employee
    employee.write
    employee:contact
    employee:demographic
    employee:job
    employee:management
    employee:name
    employee:photo
    employee_directory
    offline_access
    public.integration
    public.user
    webhooks
    webhooks.write
    time_off
    ```
  </Accordion>
</AccordionGroup>

***

## スケジューリング

<AccordionGroup>
  <Accordion title="Calendly" icon="calendar-range">
    予約を管理。

    **できること:**

    * 空き状況の表示。
    * 会議の追跡。
    * ワークフローのトリガー。

    **プロンプト例:**

    ```text theme={null}
    Show upcoming Calendly bookings in this app.
    ```

    ```text theme={null}
    Display available Calendly meeting slots in a dashboard.
    ```

    ```text theme={null}
    Trigger a workflow in this app when a new Calendly booking is confirmed.
    ```

    **要求される権限:**

    ```text theme={null}
    availability:read
    event_types:read
    locations:read
    scheduled_events:read
    users:read
    ```
  </Accordion>
</AccordionGroup>

***

## AI & ML

<AccordionGroup>
  <Accordion title="Hugging Face" icon="sparkles">
    AI モデルと推論。

    **できること:**

    * モデルの実行。
    * データの分析。
    * AI 機能の構築。

    **プロンプト例:**

    ```text theme={null}
    Run sentiment analysis on customer feedback using Hugging Face.
    ```

    ```text theme={null}
    Use a Hugging Face model to classify support tickets in this app.
    ```

    ```text theme={null}
    Analyze text from this app with a Hugging Face model and return structured results.
    ```

    **要求される権限:**

    ```text theme={null}
    manage-repos
    read-repos
    contribute-repos
    openid
    profile
    email
    inference-api
    ```
  </Accordion>
</AccordionGroup>

***

## ウェブサイト & E コマース

<AccordionGroup>
  <Accordion title="Wix" icon="store">
    サイトデータにアクセス。

    **できること:**

    * アナリティクスの表示。
    * 顧客の同期。
    * 注文の追跡。

    **プロンプト例:**

    ```text theme={null}
    Show Wix site analytics in this app.
    ```

    ```text theme={null}
    Display recent Wix store orders in a dashboard.
    ```

    ```text theme={null}
    Sync Wix customer data into this app and show it in a table.
    ```

    **要求される権限:**

    ```text theme={null}
    Manage stores
    Manage form submissions
    Manage payments
    Manage coupons
    Manage events
    Manage Paylinks
    Manage blog
    Manage Media Manager
    Read stores
    Manage inbox messages
    Read site, business, and email details
    Manage restaurants
    Manage bookings
    Manage eCommerce data
    Manage email marketing
    Manage members and contacts
    ```
  </Accordion>
</AccordionGroup>

***

**関連記事**

<CardGroup cols={3}>
  <Card title="コネクタの使用" icon="plug" href="/Integrations/Connectors">
    コネクタについて学ぶ
  </Card>

  <Card title="共有コネクタの設定" icon="share" href="/Integrations/setting-up-shared-connectors">
    アプリで 1 つの接続済みアカウントを使用する
  </Card>

  <Card title="アプリユーザー向けコネクタ" icon="users" href="/Integrations/user-connectors">
    ユーザーが自分のアカウントを接続できるようにする
  </Card>
</CardGroup>

<Note>このページは AI を使用して翻訳されました。最も正確で最新の情報については、[英語版](/) を参照してください。 </Note>
