Free.ai Slack Integration

Add AI tools directly to your Slack workspace.

Ahoana no fiasany

Ampifandraiso amin'ny sehatr'asa Slack amin'ny alalan'ny webhook miditra ny Free.ai. Rehefa mifandray ianao, dia afaka mandefa asa AI avy amin'ny Slack ary mahazo ny vokatra mivantana ao amin'ny fantsonao.

Dingana 1: Handray ny Free.ai API famaha

  1. Hiditra amin'ny your Free.ai account (na mamorona iray maimaimpoana).
  2. Ho any amin'ny Fandrindrana ny mpamorona ary mamorona famaha API.
  3. Adikao ny famaha — ilainao amin'ny kirakiran'ny webhook.

Andalana faha-2: Hamorona Webhook Slack miditra

  1. In Slack, go to Rindran'asa → search for Webhooks tongaHampiditra ao amin'ny Slack.
  2. Safidio ny fantsona tianao handefasana ny vokatra avy amin'ny AI.
  3. Adikao ny URL'ny webhook (ohatra, https://hooks.slack.com/services/T.../B.../...).

Dingana 3: Hifandray amin'ny alalan'ny API

Ampiasao ny baiko soratra tsotra na ny Zapier mba hampifandray ny Free.ai sy ny Slack. Ity misy ohatra iray mampiasa ny 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\"}"

Fomba fampiasana

  • Mameno ireo andian-dahatsoratra lava Slack amin'ny alalan'ny baiko iray
  • Handikana hafatra ho an'ny ekipa maro teny
  • Mamorona drafitry ny votoaty ary mahazo fanehoan-kevitra ao anatin'ny fantsona
  • Mandefa hoazy isan'andro ireo tatitra avy amin'ny AI
  • Valio ny fanontaniana avy amin'ny ekipa amin'ny alalan'ny fototra fahalalana AI

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.

Afaka manasongadina ireo lohahevitra lava ianao, mandika hafatra ho an'ireo ekipa maro teny, mamorona drafitry ny votoaty, mandefa avy hatrany ireo tatitra isan'andro avy amin'ny AI, mamaly ireo fanontaniana avy amin'ny ekipa amin'ny alalan'ny AI, manasokajy ireo hafatra tonga, ary mamorona sary avy amin'ny famaritana ny lahatsoratra.

Eny. Raha manao antso API ianao, dia afaka mamaritra ny iray amin'ireo modely misy mihoatra ny 346. Ampiasao ny modely miorina amin'ny tena toy ny Qwen2.5-72B raha mampiasa maimaimpoana ianao na ny modely premium toy ny GPT-4o raha mila asa sarotra kokoa.

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.

Eny. Mamorona webhooks miditra miavaka ho an'ny channel tsirairay izay tianao handefasana ny vokatry ny AI. Azonao atao ny mamorona workflows samihafa ho an'ny channel samihafa, izay mampiasa modely na fanontaniana samihafa ny tsirairay.

Eny. Azonao atao ny mametraka ny fampidiranao mba handefasana ny valin'ny AI ho toy ny valin'ny thread fa tsy hafatra vaovao. Ampiasao ny singa mpifehy thread_ts an'ny Slack ao anatin'ny webhook-nao mba hamaly anatin'ny thread iray.

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.

Eny. Miasa amin'ny drafitra Slack rehetra, anisan'izany ny Enterprise Grid, ny fampidirana mifototra amin'ny webhook. Ho an'ireo fikambanana mila fampidirana henjana kokoa amin'ny SSO sy ny fifehezana ny fanarahan-dalàna, mifandraisa aminay momba ny drafitra 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.

Tianao ve ny Free.ai? Lazao amin'ny namanao!

Manome isa ity pejy ity