Free.ai Slack Integration

Add AI tools directly to your Slack workspace.

Sut mae'n Gweithio

Cysylltu Free.ai â'ch gweithfan Slack gan ddefnyddio gwe-hook i mewn. Wrth gysylltu, gallwch weithredu tasgau AI o Slack a derbyn canlyniadau'n uniongyrchol yn eich sianeli.

Cam 1: Cyrchu'ch Allwedd API Free.ai

  1. Mewngofnodi i your Free.ai account (neu creu un rhad).
  2. Mynd i Gosodiadau Datblygwr a chreu allwedd API.
  3. Copïwch yr allwedd — bydd ei hangen arnoch ar gyfer y ffurfweddiad gwe-hook.

Cam 2: Creu Gwe-hook Slack i Mewn

  1. In Slack, go to Cymhwysiadau → search for Gwe- ffynhonnau i mewnYchwanegu at Slack.
  2. Dewiswch y sianel lle hoffech chi bostio canlyniadau AI.
  3. Copïo'r URL gwe-hook (e.e. https://hooks.slack.com/services/T.../B.../...).

Cam 3: Cysylltu drwy API

Defnyddio sgript syml neu Zapier i gysylltu Free.ai a Slack. Dyma enghraifft o ddefnyddio 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\"}"

Casgliadau

  • Crynodeb o edefyn Slack hir gydag un gorchymyn
  • Cyfieithu negeseuon ar gyfer timau aml-ieithog
  • Creu drafftiau cynnwys a chael adborth mewn sianel
  • Postio adroddiadau diwrnod-yn-ddiwrnod a gynhyrchir gan AI yn awtomatig
  • Ateb cwestiynau'r tîm gan ddefnyddio cronfa wybodaeth AI

Cwestiynau Cyffredin

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.

Gallwch grynhoi trywyddau hir, cyfieithu negeseuon ar gyfer timau aml-ieithog, creu drafftiau cynnwys, postio adroddiadau dyddorol a gynhyrchir gan AI yn awtomatig, ateb cwestiynau tîm gan ddefnyddio AI, dosbarthu negeseuon i mewn, a chreu delweddau o ddisgrifiadau testun.

Ydy. Pan yn gwneud galwadau API, gallwch benodi unrhyw un o'r 346+ model sydd ar gael. Defnyddiwch modelau hunan-westeiedig fel Qwen2.5-72B ar gyfer defnydd am ddim neu modelau premiwm fel GPT-4o ar gyfer tasgau mwy cymhleth.

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.

Ydw. Creu gwe-hoocs i mewn ar wahân ar gyfer pob sianel lle hoffech chi gyhoeddi canlyniadau AI. Gallwch ffurfweddu llif gwaith gwahanol ar gyfer sianeli gwahanol, pob un yn defnyddio modelau neu ofynion gwahanol.

Ydy. Gallwch ffurfweddu eich cydweithrediad i bostio ymatebion AI fel ymatebion trywydd yn hytrach na negeseuon newydd. Defnyddiwch baramedr thread_ts Slack yn eich llwyth gwe-hook i ateb o fewn trywydd penodol.

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.

Ydy. Mae'r integreiddio seiliedig ar we-hook yn gweithio gyda phob cynllun Slack gan gynnwys Grid Corfforaethol. I sefydliadau sydd angen integreiddio mwy agos gyda SSO a rheoliadau cydymffurfio, cysylltwch â ni am ein cynlluniau busnes.

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.

Hoffwch Free.ai? Meddwl am eich ffrindiau!

Graddio'r dudalen hon