Free.ai Slack Integration

Add AI tools directly to your Slack workspace.

Kā tas notiek

Savienojiet Free.ai ar savu Slack darba telpu, izmantojot ienākošo webhook. Pēc pieslēguma jūs varat aktivizēt AI uzdevumus no Slack un saņemt rezultātus tieši savos kanālos.

Solis 1: Iegūstiet savu Free.ai API atslēgu

  1. Pieteikties your Free.ai account (vai izveidot vienu brīvu).
  2. Iet uz Izstrādātāja iestatījumi un ģenerē API atslēgu.
  3. Kopēt taustiņu & mdash; jums tas būs nepieciešams webhook konfigurācijai.

Solis 2: Izveidosim pamudinājumu nākt klajā ar tīmekļvietni

  1. In Slack, go to Aplikācijas → search for Ienākošie tīmekļa īkšķiPievienot izkliedei.
  2. Izvēlieties kanālu, kur jūs vēlaties AI rezultāti publicētas.
  3. Kopēt webhook URL (piemēram, https://hooks.slack.com/services/T.../B.../...).

posms: Savienojums caur API

Izmantojiet vienkāršu skriptu vai Zapier, lai tiltu Free.ai un Slack. Šeit ir piemērs, izmantojot kurru :

# 1. Call Free.ai API
RESPONSE=$(curl -s -X POST https://api.free.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_FREEAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen2.5-72b","messages":[{"role":"user","content":"Summarize the latest AI news"}]}')

# 2. Extract the reply
TEXT=$(echo $RESPONSE | python3 -c "import sys,json; print(json.load(sys.stdin)['choices'][0]['message']['content'])")

# 3. Post to Slack
curl -X POST YOUR_SLACK_WEBHOOK_URL \
  -H "Content-Type: application/json" \
  -d "{\"text\": \"$TEXT\"}"

Izmantošanas gadījumi

  • Kopsavilkums gariem, nobīdāmiem pavedieniem ar vienu komandu
  • Tulkot ziņojumus daudzvalodu komandām
  • Ģenerēt satura projektus un saņemt atgriezenisko saiti kanālā
  • Auto-post ikdienas ziņojumi, kurus sagatavo AI
  • Atbildes komandas jautājumi, izmantojot AI zināšanu bāzi

Biežāk uzdotie jautājumi

You need a Free.ai API key and a Slack incoming webhook. Get the API key from your developer settings, create a webhook in Slack's app directory, then use a script or Zapier to bridge API calls between Free.ai and Slack.

No custom app installation is required. The integration uses Slack's built-in incoming webhooks feature and standard API calls to Free.ai. This keeps setup simple and does not require Slack admin approval in most workspaces.

Jūs varat apkopot garos pavedienus, tulkot ziņojumus daudzvalodu komandām, ģenerēt satura projektus, auto-post katru dienu AI ģenerētus ziņojumus, atbildēt uz komandas jautājumiem, izmantojot AI, klasificēt ienākošās vēstules un veidot attēlus no teksta aprakstiem.

Jā. Veicot API zvanus, jūs varat norādīt kādu no 346+ pieejamajiem modeļiem. Sarežģītāku uzdevumu veikšanai izmantojiet pašizmitinātos modeļus, piemēram, Qwen.5-72B.

The integration itself is free to set up. API calls consume tokens from your Free.ai account. Self-hosted models are free within your daily limit, and premium models deduct from your token balance.

Yes. Combine Free.ai with Slack and a scheduler (cron job, Zapier, or similar) to run AI tasks on a recurring schedule. For example, generate a daily AI news summary and post it to a Slack channel every morning.

After calling the Free.ai API, extract the response content and send it to your Slack webhook URL as a JSON payload with a 'text' field. The example script on this page shows the complete flow.

Jā. Izveidot atsevišķus ienākošos webhooks katram kanālam, kur jūs vēlaties AI rezultāti publicētas. Jūs varat konfigurēt dažādas darbplūsmas dažādiem kanāliem, katram izmantojot dažādus modeļus vai pamudinājumus.

Jā. Jūs varat konfigurēt savu integrāciju, lai nosūtītu AI atbildes kā pavedienu atbildes, nevis jaunas ziņas. Izmantojiet Slack thread_ts parametru jūsu webhook lietderīgā slodze, lai atbildētu ar konkrētu pavedienu.

Free.ai does not store your Slack messages. The API processes the text you send, returns a response, and does not retain the input. Your data is never used for training. See our security page for full details.

Jā. Integrācija, kas balstīta uz tīmekļa karkasu, strādā ar visiem Slack plāniem, ieskaitot Enterprise Grid. Organizācijām, kam nepieciešama ciešāka integrācija ar SSO un atbilstības kontrole, sazinieties ar mums par mūsu uzņēmuma plāniem.

Check that your Free.ai API key is still valid, verify the Slack webhook URL has not been revoked, and ensure your script or automation is running. Test each component independently -- the Free.ai API first, then the Slack webhook.

Mīlestība Free.ai? Pastāsti saviem draugiem!

Novērtēt šo lapu