Skip to main content
modiva.ai
Accedi
Logo di Slack

Collega l'API Slack

Integra l'API Slack tramite l'API REST unificata di Modiva e il server MCP ospitato. Send, edit and delete messages, browse channels and history, look up members and react across your Slack workspace. OAuth, aggiornamento dei token, rate limit e 10 strumenti tipizzati sono gestiti per te: collega una volta e richiama Slack da qualsiasi agente o app attraverso un singolo endpoint.

Collega Slack — ottieni la chiave MCPLeggi la documentazione

Cosa puoi fare con l'API Slack

  • Messages
  • Channels & history
  • Members
  • Token expiry
  • Webhooks

Strumenti MCP e scope di Slack

accounts_
get · workspace identity
channels_
list · history · join
messages_
send · update · delete
users_
list · get
reactions_
add

Scope OAuth richiesti

  • Read your workspace identity
  • Send, edit and delete messages as the bot
  • Read channels and their history
  • Read workspace members
  • Add reactions

Collega Slack nel tuo agente

# Add Modiva's MCP server to your agent
{
  "mcpServers": {
    "modiva": {
      "url": "https://mcp.modiva.ai",
      "headers": { "Authorization": "Bearer $MODIVA_MCP_KEY" }
    }
  }
}

# Then connect Slack and call its tools, e.g.
accounts_list(provider="slack")

Domande frequenti

Come collego l'API Slack con Modiva?

Crea un account Modiva, genera una chiave MCP e collega Slack dalla tua dashboard. Modiva esegue l'intero flusso OAuth e memorizza il token cifrato per te, senza client secret nel tuo codice.

Cosa posso fare con l'API Slack tramite Modiva?

Send, edit and delete messages, browse channels and history, look up members and react across your Slack workspace. Ottieni 10 strumenti tipizzati raggruppati per risorsa (accounts_, channels_, messages_, users_, reactions_), richiamabili tramite REST o il server MCP.

Devo gestire personalmente OAuth o l'aggiornamento dei token?

No. Modiva gestisce l'handshake OAuth di Slack, l'archiviazione dei token (cifrati con envelope encryption) e l'aggiornamento automatico. Tu richiami un singolo endpoint unificato.

Un agente IA può usare l'API Slack?

Sì, è proprio questo il punto. Modiva espone Slack come strumenti Model Context Protocol (MCP), così agenti come Claude, Cursor o la tua app possono leggere e agire su Slack attraverso un unico endpoint.

Playbook e guide di Slack

Playbook gratuiti e passo dopo passo sulla crescita con Slack: cosa funziona, oltre a come metterlo in pratica con Modiva.

How to Automate Slack Notifications From Your Stack With AI Agents

Integrazioni correlate

Collega LinearCollega NotionCollega Google SheetsCollega Airtable
Connect the Slack API — Modiva