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

# Catalogo connettori

> Sfoglia i connettori disponibili, esplora prompt di esempio e rivedi i permessi.

Collega la tua app Base44 a strumenti popolari e sorgenti di dati usando integrazioni gestite.

<Frame caption="Browsing available connectors">
  <img src="https://mintcdn.com/base44/6xnoLrKm0iTnPK7M/images/integrations-catalog.png?fit=max&auto=format&n=6xnoLrKm0iTnPK7M&q=85&s=3524ad0697edd89ef1f6de7377136950" alt="Connector catalog showing available connector cards in a grid" className="mx-auto" width="1297" height="881" data-path="images/integrations-catalog.png" />
</Frame>

<Note>
  Ti serve un [**piano Builder**](https://base44.com/pricing) o superiore per usare i connettori.
</Note>

***

## Sfoglia per categoria

<CardGroup cols={3}>
  <Card title="Comunicazione" icon="comments" href="#communication">
    Gmail, Outlook, Slack, Discord, Microsoft Teams, Google Meet
  </Card>

  <Card title="Produttività" icon="table-cells-large" href="#productivity">
    Drive, Docs, Sheets, Calendar, Slides, Tasks, Notion, Dropbox, Box, Airtable, OneDrive, Classroom
  </Card>

  <Card title="Social" icon="share-nodes" href="#social">
    Instagram Business, LinkedIn, TikTok
  </Card>

  <Card title="Dati e analytics" icon="chart-column" href="#data-%26-analytics">
    Google Analytics, BigQuery, Search Console, Snowflake, Databricks
  </Card>

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

  <Card title="Project management" icon="list-check" href="#project-management">
    ClickUp, Linear, Wrike
  </Card>

  <Card title="Sviluppo" icon="square-terminal" href="#development">
    GitHub, GitLab
  </Card>

  <Card title="Strumenti sviluppatore" icon="wrench" href="#developer-tools">
    Contentful, Supabase
  </Card>

  <Card title="Documenti" icon="folder-open" href="#documents">
    Microsoft SharePoint
  </Card>

  <Card title="Finanza" icon="wallet" href="#finance">
    Splitwise
  </Card>

  <Card title="Contabilità" icon="calculator" href="#accounting">
    QuickBooks
  </Card>

  <Card title="Form e sondaggi" icon="file-text" href="#forms-%26-surveys">
    Typeform
  </Card>

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

  <Card title="Pianificazione" icon="calendar-range" href="#scheduling">
    Calendly
  </Card>

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

  <Card title="Sito web ed e-commerce" icon="store" href="#website-%26-e-commerce">
    Wix
  </Card>
</CardGroup>

<Tip>
  Apri la **AI chat** e descrivi cosa vuoi costruire con parole tue. Base44 suggerisce prompt di connettori pertinenti in base alla struttura, alle pagine e ai dati della tua app.
</Tip>

***

## Pagamenti

<AccordionGroup>
  <Accordion title="Stripe" icon="credit-card">
    Vendi prodotti o abbonamenti e ricevi pagamenti online.

    [Scopri di più sulla configurazione di Stripe](/documentation/setting-up-your-app/setting-up-payments)

    **Cosa puoi fare:**

    * Vendere abbonamenti o prodotti una tantum.
    * Attivare workflow dopo pagamenti riusciti.
    * Collegare acquisti ai dati della tua app.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

***

## Comunicazione

<AccordionGroup>
  <Accordion title="Gmail" icon="envelope">
    Automatizza l'invio email e la gestione della casella di posta.

    **Cosa puoi fare:**

    * Inviare digest email giornalieri.
    * Avvisare i colleghi quando qualcosa cambia.
    * Inviare via email riepiloghi di attività.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Outlook" icon="envelope-open">
    Email e calendario.

    **Cosa puoi fare:**

    * Inviare riepiloghi email.
    * Creare eventi calendario.
    * Controllare la disponibilità.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Slack User" icon="slack">
    Invia messaggi e gestisci Slack come utente.

    **Cosa puoi fare:**

    * Pubblicare aggiornamenti sui canali.
    * Notificare i colleghi.
    * Cercare messaggi.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Slack Bot" icon="slack">
    Pubblica come un bot brandizzato.

    **Cosa puoi fare:**

    * Inviare messaggi bot automatizzati.
    * Pubblicare aggiornamenti.
    * Attivare avvisi.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Discord" icon="discord">
    Notifica canali e community.

    **Cosa puoi fare:**

    * Pubblicare messaggi.
    * Inviare avvisi.
    * Notificare community.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Microsoft Teams" icon="users">
    Chat di team e meeting.

    **Cosa puoi fare:**

    * Inviare messaggi su canali.
    * Pianificare meeting.
    * Condividere aggiornamenti.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

    ```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">
    Meeting video.

    **Cosa puoi fare:**

    * Creare link di meeting.
    * Generare spazi di meeting.
    * Sincronizzare meeting.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

***

## Produttività

<AccordionGroup>
  <Accordion title="Google Drive" icon="google-drive">
    Memorizza e gestisci file.

    **Cosa puoi fare:**

    * Salvare file.
    * Organizzare cartelle.
    * Fare backup dei dati.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Google Docs" icon="file-text">
    Crea e modifica documenti.

    **Cosa puoi fare:**

    * Generare documenti.
    * Compilare template.
    * Creare note.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Google Sheets" icon="table">
    Gestisci dati in fogli di calcolo.

    **Cosa puoi fare:**

    * Sincronizzare dati.
    * Importare ed esportare.
    * Generare report.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Google Calendar" icon="calendar">
    Gestisci pianificazioni.

    **Cosa puoi fare:**

    * Sincronizzare prenotazioni.
    * Creare eventi.
    * Controllare la disponibilità.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

    ```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">
    Gestisci contenuti del workspace.

    **Cosa puoi fare:**

    * Sincronizzare database.
    * Scrivere pagine.
    * Organizzare contenuti.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Dropbox" icon="dropbox">
    Memorizza file nel cloud.

    **Cosa puoi fare:**

    * Caricare file.
    * Sincronizzare contenuti.
    * Organizzare lo storage.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Box" icon="archive">
    Gestione sicura dei contenuti.

    **Cosa puoi fare:**

    * Memorizzare file.
    * Gestire cartelle.
    * Condividere contenuti.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Airtable" icon="table">
    Database flessibili.

    **Cosa puoi fare:**

    * Sincronizzare record.
    * Gestire tabelle.
    * Costruire workflow.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Google Slides" icon="presentation">
    Crea presentazioni.

    **Cosa puoi fare:**

    * Generare slide.
    * Compilare template.
    * Condividere deck.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Google Tasks" icon="check">
    Gestisci attività.

    **Cosa puoi fare:**

    * Creare attività.
    * Tracciare progresso.
    * Gestire liste.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Microsoft OneDrive" icon="cloud">
    Archiviazione file nel cloud.

    **Cosa puoi fare:**

    * Memorizzare file.
    * Sincronizzare dati.
    * Accedere ai documenti.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

    ```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">
    Gestione corsi.

    **Cosa puoi fare:**

    * Gestire corsi.
    * Visualizzare compiti.
    * Tracciare studenti.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

    ```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>

***

## Social

<AccordionGroup>
  <Accordion title="Instagram Business" icon="instagram">
    Pubblica post del feed e gestisci commenti per un account Instagram Business.

    **Cosa puoi fare:**

    * Pubblicare foto e video su un feed Instagram Business.
    * Leggere, rispondere, modificare ed eliminare commenti.
    * Accedere a dettagli di base dell'account, come username, ID e media.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

    <Note>
      Instagram Business supporta solo post del feed. Storie, Reel, messaggi diretti e aggiornamenti del profilo non sono supportati.
    </Note>
  </Accordion>

  <Accordion title="LinkedIn" icon="linkedin">
    Condividi aggiornamenti e profili.

    **Cosa puoi fare:**

    * Pubblicare aggiornamenti.
    * Condividere contenuti.
    * Gestire dati del profilo.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

    ```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">
    Traccia performance social.

    **Cosa puoi fare:**

    * Visualizzare statistiche.
    * Tracciare follower.
    * Analizzare contenuti.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

***

## Dati e analytics

<AccordionGroup>
  <Accordion title="Google Analytics" icon="chart-line">
    Traccia le performance del sito web.

    **Cosa puoi fare:**

    * Visualizzare il traffico.
    * Monitorare l'engagement.
    * Generare report.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Google BigQuery" icon="chart-column">
    Interroga dati di analytics.

    **Cosa puoi fare:**

    * Eseguire query.
    * Analizzare dati.
    * Costruire dashboard.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Snowflake" icon="snowflake">
    Data warehouse e analytics nel cloud.

    **Cosa puoi fare:**

    * Interrogare dati Snowflake.
    * Costruire dashboard da dati Snowflake.
    * Lavorare con dati esterni mentre costruisci app.

    **Prompt di esempio:**

    ```text theme={null}
    Connect Snowflake and create a dashboard from my warehouse data.
    ```

    ```text theme={null}
    Query Snowflake to show sales trends by region.
    ```

    ```text theme={null}
    Use Snowflake data to answer questions in this app.
    ```

    **Dettagli di accesso:**

    ```text theme={null}
    Access depends on the Snowflake connection set up for your workspace and the permissions available in Snowflake.
    ```
  </Accordion>

  <Accordion title="Databricks" icon="database">
    Costruisci ed esegui workflow dati e IA su una piattaforma di analytics unificata.

    **Cosa puoi fare:**

    * Interrogare dati Databricks.
    * Costruire dashboard da dati Databricks.
    * Lavorare con dati esterni mentre costruisci app.

    **Prompt di esempio:**

    ```text theme={null}
    Connect Databricks and create a dashboard from my workspace data.
    ```

    ```text theme={null}
    Query Databricks to show product usage trends.
    ```

    ```text theme={null}
    Use Databricks data to answer questions in this app.
    ```

    **Dettagli di accesso:**

    ```text theme={null}
    Access depends on the Databricks connection set up for your workspace and the permissions available in Databricks.
    ```
  </Accordion>

  <Accordion title="Google Search Console" icon="search">
    Insight SEO.

    **Cosa puoi fare:**

    * Tracciare i ranking.
    * Monitorare i click.
    * Analizzare le query.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

***

## CRM

<AccordionGroup>
  <Accordion title="HubSpot" icon="hubspot">
    Gestisci dati CRM.

    **Cosa puoi fare:**

    * Sincronizzare contatti.
    * Tracciare trattative.
    * Automatizzare il marketing.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

    ```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">
    Gestisci pipeline CRM.

    **Cosa puoi fare:**

    * Sincronizzare lead.
    * Tracciare opportunità.
    * Gestire pipeline.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

    ```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>

***

## Project management

<AccordionGroup>
  <Accordion title="ClickUp" icon="check">
    Gestisci progetti.

    **Cosa puoi fare:**

    * Creare attività.
    * Tracciare il lavoro.
    * Gestire team.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

    ```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">
    Traccia issue.

    **Cosa puoi fare:**

    * Creare issue.
    * Tracciare progresso.
    * Gestire workflow.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Wrike" icon="diagram-project">
    Coordina team.

    **Cosa puoi fare:**

    * Pianificare progetti.
    * Tracciare attività.
    * Generare report.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

***

## Sviluppo

<AccordionGroup>
  <Accordion title="GitHub" icon="github">
    Gestisci repository e PR.

    **Cosa puoi fare:**

    * Tracciare le PR.
    * Gestire repository.
    * Creare issue.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

    ```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">
    Gestisci pipeline.

    **Cosa puoi fare:**

    * Tracciare le MR.
    * Eseguire pipeline.
    * Gestire repository.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

***

## Strumenti sviluppatore

<AccordionGroup>
  <Accordion title="Contentful" icon="file-code">
    CMS headless.

    **Cosa puoi fare:**

    * Recuperare contenuti.
    * Gestire voci.
    * Sincronizzare dati.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

  <Accordion title="Supabase" icon="database">
    Leggi dati del progetto.

    **Cosa puoi fare:**

    * Sfogliare lo schema.
    * Leggere tabelle.
    * Visualizzare lo stato.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

***

## Documenti

<AccordionGroup>
  <Accordion title="Microsoft SharePoint" icon="folder-open">
    Gestisci documenti.

    **Cosa puoi fare:**

    * Memorizzare file.
    * Condividere documenti.
    * Gestire liste.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

***

## Finanza

<AccordionGroup>
  <Accordion title="Splitwise" icon="wallet">
    Traccia spese.

    **Cosa puoi fare:**

    * Tracciare saldi.
    * Dividere conti.
    * Gestire spese.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

    ```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>

***

## Contabilità

<AccordionGroup>
  <Accordion title="QuickBooks" icon="file-invoice-dollar">
    Gestisci fatture, spese, clienti e contabilità in QuickBooks Online.

    **Cosa puoi fare:**

    * Creare e gestire fatture.
    * Tracciare spese e pagamenti.
    * Gestire clienti e dati contabili.

    **Prompt di esempio:**

    ```text theme={null}
    Connect QuickBooks and show my outstanding invoices in this app.
    ```

    ```text theme={null}
    Create a QuickBooks invoice when a customer places an order in my app.
    ```

    ```text theme={null}
    Show expenses and customer balances from QuickBooks in a dashboard.
    ```

    **Permessi richiesti:**

    ```text theme={null}
    com.intuit.quickbooks.accounting
    ```
  </Accordion>
</AccordionGroup>

***

## Form e sondaggi

<AccordionGroup>
  <Accordion title="Typeform" icon="file-text">
    Raccogli risposte.

    **Cosa puoi fare:**

    * Raccogliere dati.
    * Attivare workflow.
    * Analizzare risposte.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

***

## HR

<AccordionGroup>
  <Accordion title="BambooHR" icon="users">
    Gestisci dipendenti.

    **Cosa puoi fare:**

    * Visualizzare la directory.
    * Tracciare le ferie.
    * Gestire dati HR.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

    ```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>

***

## Pianificazione

<AccordionGroup>
  <Accordion title="Calendly" icon="calendar-range">
    Gestisci prenotazioni.

    **Cosa puoi fare:**

    * Mostrare la disponibilità.
    * Tracciare meeting.
    * Attivare workflow.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

***

## IA e ML

<AccordionGroup>
  <Accordion title="Hugging Face" icon="sparkles">
    Modelli IA e inferenza.

    **Cosa puoi fare:**

    * Eseguire modelli.
    * Analizzare dati.
    * Costruire funzionalità IA.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

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

***

## Sito web ed e-commerce

<AccordionGroup>
  <Accordion title="Wix" icon="store">
    Accedi ai dati del sito.

    **Cosa puoi fare:**

    * Visualizzare analytics.
    * Sincronizzare clienti.
    * Tracciare ordini.

    **Prompt di esempio:**

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

    **Permessi richiesti:**

    ```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>

***

**Articoli correlati**

<CardGroup cols={3}>
  <Card title="Impostare connettori condivisi" icon="share" href="/Integrations/setting-up-shared-connectors">
    Usa un account collegato in tutta la tua app
  </Card>

  <Card title="Connettori per utenti dell'app" icon="users" href="/Integrations/user-connectors">
    Permetti agli utenti di collegare i propri account
  </Card>

  <Card title="Connettori dati" icon="database" href="/Integrations/data-connectors">
    Interroga e lavora con dati esterni mentre costruisci app
  </Card>
</CardGroup>

<Note>Questa pagina è stata tradotta utilizzando l'IA. Per informazioni più accurate e aggiornate, consulta la [versione inglese](/). </Note>
