> ## 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.

# סקירת Connectors

> חבר את האפליקציה שלך לשירותי צד שלישי באמצעות OAuth או provisioning מנוהל

<div className="dev-docs-banner">
  <div className="dev-docs-banner-content">
    <div className="dev-docs-banner-title">
      אתה צופה בתיעוד למפתחים
    </div>

    <div className="dev-docs-banner-text">
      תיעוד זה מיועד למפתחים העובדים עם פלטפורמת המפתחים של Base44. למידע על connectors בעורך האפליקציות, ראה{" "}
      <a href="/Integrations/Connectors">שימוש ב-Connectors</a>.
    </div>
  </div>
</div>

Connectors מעניקים לאפליקציה שלך OAuth access tokens עבור שירותי צד שלישי, אותם אתה משתמש כדי לקרוא ל-APIs של אותם שירותים ישירות. Base44 מטפלת בזרימת ה-OAuth ובאחסון האישורים.

Base44 תומכת בשני סוגי connector:

* **[Shared connectors](/developers/backend/resources/connectors/shared-connectors):** חשבון אחד מחובר עבור כל האפליקציה. כל משתמשי האפליקציה חולקים את אותו token. הכי טוב עבור service accounts, כמו פרסום לערוץ Slack של חברה או קריאה מ-Google Calendar משותף.
* **[App user connectors](/developers/backend/resources/connectors/app-user-connectors):** כל משתמש מחובר של האפליקציה מחבר את החשבון שלו. כל משתמש מקבל OAuth token משלו. הכי טוב עבור פעולות שצריכות לקרות כמשתמש האינדיבידואלי, כמו שליחת אימייל מחשבון Gmail שלו או פרסום ל-LinkedIn האישי שלו.

## שירותים נתמכים

כל השירותים המפורטים למטה תומכים גם בחיבורי shared וגם ב-app user. ראה [Shared connectors](/developers/backend/resources/connectors/shared-connectors) או [App user connectors](/developers/backend/resources/connectors/app-user-connectors) להוראות הגדרה.

| Service               | Type identifier         | Auth model |
| --------------------- | ----------------------- | ---------- |
| Airtable              | `airtable`              | OAuth      |
| BambooHR              | `bamboohr`              | OAuth      |
| Box                   | `box`                   | OAuth      |
| Calendly              | `calendly`              | OAuth      |
| ClickUp               | `clickup`               | OAuth      |
| Contentful            | `contentful`            | OAuth      |
| Discord               | `discord`               | OAuth      |
| Dropbox               | `dropbox`               | OAuth      |
| GitHub                | `github`                | OAuth      |
| GitLab                | `gitlab`                | OAuth      |
| Gmail                 | `gmail`                 | OAuth      |
| Google Analytics      | `google_analytics`      | OAuth      |
| Google BigQuery       | `googlebigquery`        | OAuth      |
| Google Calendar       | `googlecalendar`        | OAuth      |
| Google Classroom      | `google_classroom`      | OAuth      |
| Google Docs           | `googledocs`            | OAuth      |
| Google Drive          | `googledrive`           | OAuth      |
| Google Meet           | `googlemeet`            | OAuth      |
| Google Search Console | `google_search_console` | OAuth      |
| Google Sheets         | `googlesheets`          | OAuth      |
| Google Slides         | `googleslides`          | OAuth      |
| Google Tasks          | `googletasks`           | OAuth      |
| HubSpot               | `hubspot`               | OAuth      |
| Hugging Face          | `hugging_face`          | OAuth      |
| Instagram Business    | `instagram`             | OAuth      |
| Linear                | `linear`                | OAuth      |
| LinkedIn              | `linkedin`              | OAuth      |
| Microsoft Teams       | `microsoft_teams`       | OAuth      |
| Microsoft OneDrive    | `one_drive`             | OAuth      |
| Notion                | `notion`                | OAuth      |
| Outlook               | `outlook`               | OAuth      |
| Salesforce            | `salesforce`            | OAuth      |
| SharePoint            | `share_point`           | OAuth      |
| Slack User            | `slack`                 | OAuth      |
| Slack Bot             | `slackbot`              | OAuth      |
| Splitwise             | `splitwise`             | OAuth      |
| Stripe                | `stripe`                | Managed    |
| Supabase              | `supabase`              | OAuth      |
| TikTok                | `tiktok`                | OAuth      |
| Typeform              | `typeform`              | OAuth      |
| Wix                   | `wix`                   | OAuth      |
| Wrike                 | `wrike`                 | OAuth      |

<Tip>
  הרץ [`connectors list-available`](/developers/references/cli/commands/connectors-list-available) כדי לראות את האינטגרציות הזמינות העדכניות, כולל תיאורים וכל שדות תצורת חיבור נדרשים.
</Tip>

ראה [connector permissions and scopes](/Integrations/Connectors#connector-permissions) עבור scopes של OAuth שכל שירות עשוי לבקש.

## ראה גם

* [Shared connectors](/developers/backend/resources/connectors/shared-connectors)
* [App user connectors](/developers/backend/resources/connectors/app-user-connectors)
* [SDK connectors reference](/developers/references/sdk/docs/interfaces/connectors)
* [connectors list-available](/developers/references/cli/commands/connectors-list-available)
* [connectors pull](/developers/references/cli/commands/connectors-pull)
* [connectors push](/developers/references/cli/commands/connectors-push)
* [deploy](/developers/references/cli/commands/deploy)

<Note>דף זה תורגם באמצעות בינה מלאכותית. למידע המדויק והעדכני ביותר, עיין ב[גרסה האנגלית](/). </Note>
