Free.ai Slack Integration

Add AI tools directly to your Slack workspace.

Paano ito gumagana

> Ikonekta Free.ai sa iyong Slack workspace gamit ang isang darating webhook. Kapag konektado, maaari mong i-trigger AI gawain mula sa Slack at makatanggap ng mga resulta nang direkta sa iyong mga channel.

> Hakbang 1: Kumuha ng iyong Free.ai API Key

  1. Mag-sign in sa your Free.ai account (o > lumikha ng isang libreng).
  2. Pumunta sa Mga Setting ng Developer tl> at makabuo ng isang API key.
  3. > Kopyahin ang key & mdash; kailangan mo ito para sa webhook configuration.

> Hakbang 2: Lumikha ng isang Slack Pakikipag-ugnay Webhook

  1. In Slack, go to Mga Aplikasyon → search for Mga darating na webhooksMagdagdag sa Slack.
  2. > Piliin ang channel kung saan mo gusto AI mga resulta na nai-post.
  3. > I-copy ang webhook URL (halimbawa, https://hooks.slack.com/services/T.../B.../...).

> Hakbang 3: Kumonekta sa pamamagitan ng API

tl> Gamitin ang isang simpleng script o Zapier upang tulay Free.ai at Slack. Narito ang isang halimbawa gamit ang curl:

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

> Gamitin ang mga kaso

  • > Summarize mahabang Slack thread na may isang utos
  • > Isalin ang mga mensahe para sa mga multilingual koponan
  • > Bumuo ng mga draft ng nilalaman at makakuha ng feedback sa channel
  • > Auto-post araw-araw AI-buong ulat
  • > Sagot sa mga katanungan ng koponan gamit ang AI kaalaman base

FAQ

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.

Maaari mong buod ng mahabang thread, isalin ang mga mensahe para sa mga multilingual na koponan, bumuo ng mga draft ng nilalaman, auto-post araw-araw AI-buo ulat, sagutin ang mga katanungan ng koponan gamit ang AI, i-classify ang mga papasok na mensahe, at lumikha ng mga larawan mula sa mga paglalarawan ng teksto.

Kapag paggawa ng mga tawag API, maaari mong tukuyin ang anumang ng 346+ magagamit na mga modelo. Gamitin ang sarili-hosted modelo tulad ng Qwen2.5-72B para sa libreng paggamit o premium na mga modelo tulad ng GPT-4o para sa mas kumplikadong mga gawain.

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.

> Oo. Lumikha ng hiwalay na darating webhooks para sa bawat channel kung saan nais mong AI mga resulta na nai-post. Maaari mong i-configure ang iba’t ibang mga workflow para sa iba’t ibang mga channel, ang bawat isa sa paggamit ng iba’t ibang mga modelo o mga prompt.

Maaari mong i-configure ang iyong integration upang mag-post ng mga tugon ng AI bilang mga tugon sa thread sa halip na mga bagong mensahe. Gamitin ang thread_ts parameter ng Slack sa iyong webhook payload upang tumugon sa loob ng isang partikular na thread.

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.

Para sa mga organisasyong nangangailangan ng mas mahigpit na pagsasama sa SSO at mga kontrol sa pagsunod, makipag-ugnayan sa amin tungkol sa aming mga plano sa enterprise.

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.

Ibig Free.ai? Sabihin sa iyong mga kaibigan!

I-rate ang pahinang ito