Free.ai Slack Integration

Add AI tools directly to your Slack workspace.

Nola funtzionatzen duen

Konektatu Free.ai zure Slack laneko areara sarrerako webhook bat erabiliz. Konektatu ondoren, Slack-en AI zereginak abiaraz ditzakezu eta emaitzak zuzenean jaso zure kanaletan.

1. urrats: lortu zure Free.ai API gakoa

  1. Saioa hasi hemen your Free.ai account (edo sortu bat libre).
  2. Joan hona Garatzailearen ezarpenak eta API gako bat sortu.
  3. Kopiatu gakoa — webhook konfiguraziorako behar izango duzu.

2. urrats: Sortu Slack-en sarrerako webhook bat

  1. In Slack, go to Aplikazioak → search for Sarrerako webhookakGehitu Slack-i.
  2. Hautatu AI emaitzak argitaratu nahi dituzun kanala.
  3. Kopiatu webhook URLa (adib. https://hooks.slack.com/services/T.../B.../...).

3. urrats: API bidez konektatu

Erabili script sinple bat edo Zapier Free.ai eta Slack zubia egiteko. Hona hemen adibide bat curl erabiliz:

# 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\"}"

Erabilera-kasuak

  • Laburtu Slack hari luzeak komando bakar batekin
  • Itzul itzazu hizkuntza anitzeko taldeentzako mezuak
  • Sortu edukiaren zirriborroak eta jaso kanaleko iritziak
  • Postatu automatikoki AIk egunero sortutako txostenak
  • Taldearen galderei erantzun AI ezagutza-basea erabiliz

Galdera ohikoenak

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.

Hari luzeak laburtu ditzakezu, hizkuntza anitzeko taldeentzako mezuak itzuli, eduki zirriborroak sortu, AIk egunero sortutako txostenak automatikoki argitaratu, taldeen galderei erantzun AI erabiliz, sarrerako mezuak sailkatu eta testu-deskribapenetan oinarritutako irudiak sortu.

Bai. API deiak egiten dituzunean, 346+ modelo erabilgarrietako edozein zehaztu dezakezu. Erabili Qwen2.5-72B bezalako auto-ostatutako modeloak doako erabilerarako edo GPT-4o bezalako premium modeloak zeregin konplexuagoetarako.

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.

Bai. Sortu sarrerako webhooks bereiziak AI emaitzak argitaratu nahi dituzun kanal bakoitzerako. Lan-fluxu desberdinak konfigura ditzakezu kanal desberdinetarako, bakoitzak eredu edo galdera desberdinak erabiliz.

Bai. Integrazioa konfigura dezakezu AI erantzunak harien erantzun gisa bidaltzeko, mezu berrien ordez. Erabili Slack-en thread_ts parametroa zure webhook karga balioan harri jakin batean erantzuteko.

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.

Bai. Webhook-en oinarritutako integrazioak Slack-eko plan guztiekin funtzionatzen du, Enterprise Grid barne. SSO-rekin integrazio estuagoa eta betekizunen kontrola behar duten erakundeentzat, jarri gurekin harremanetan gure enpresa-planen inguruan.

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.

Free.ai maite duzu?

Balioetsi orrialde hau