Free.ai Slack Integration

Add AI tools directly to your Slack workspace.

څنګه کار کوي

د راتلوونکي ویبووک په کارولو سره د Free.ai سره د خپل سلیک کاري ځای سره وصل کړئ. کله چې وصل شي، تاسو کولی شئ د سلیک څخه AI دندې رامینځته کړئ او په مستقیم ډول په خپلو چینلونو کې پایلې ترلاسه کړئ.

ګام 1: خپل Free.ai API کلیدي ترلاسه کړئ

  1. ته ننوتل your Free.ai account (يا يو وړيا جوړ کړئ).
  2. ته ورتلل د جوړونکي امستنې او د API کيلي توليد.
  3. کيلۍ لمېسل &mdash؛ تاسو به د وېب هوک سازونې لپاره اړتيا ولري.

ګام 2: د سلیک راتلوونکی ویبووک جوړ کړئ

  1. In Slack, go to کاريالونه → search for راتلونکي وېب هوکسونهسلېک ته زياتول.
  2. د چینل غوره کړئ چیرې چې تاسو غواړئ AI پایلې خپاره شي.
  3. د webhook URL نقل کړئ (د بیلګې په توګه، https://hooks.slack.com/services/T.../B.../...).

3 ګام: د API له لارې وصل کړئ

د Free.ai او سلیک پل لپاره ساده سکرېپټ یا زپیر وکاروئ. دلته د <کوډ> کرل په کارولو سره یوه بیلګه ده:

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

کارونې پېښې

  • د يوې بولۍ سره اوږده سلېک مزی لنډيز
  • د څو ژبو د ټیمونو لپاره استوزې ژباړې
  • د مینځپانګې مسوده رامینځته کړئ او په چینل کې نظر ترلاسه کړئ
  • د ورځني AI-generation راپورونه اتومات پوسټ کړئ
  • د AI پوهې بنسټ په کارولو سره د ټیم پوښتنو ځواب

ډېرې پوښتنې

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.

تاسو کولی شئ اوږدې تارونه لنډیز کړئ، د څو ژبو ټیمونو لپاره پیغامونه ژباړئ، د محتوا مسوده رامینځته کړئ، د ورځني AI-generated راپورونه اتومات پوسټ کړئ، د AI په کارولو سره د ټیم پوښتنو ته ځواب ووایاست، راتلوونکي پیغامونه طبقه بندي کړئ، او د متن توضیحاتو څخه انځورونه جوړ کړئ.

هو. کله چې د API غږونه کوئ، تاسو کولی شئ د 346+ شتون لرونکي ماډلونو څخه کوم یو مشخص کړئ. د وړیا کارولو یا د پریمیم ماډلونو لپاره د Qwen2.5-72B په څیر د ځان کوربه شوي ماډلونه وکاروئ لکه GPT-4o د ډیرو پیچلو دندو لپاره.

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.

هو. د هر چینل لپاره جلا راتلوونکي ویبوکس جوړ کړئ چیرې چې تاسو غواړئ د AI پایلې خپاره کړئ. تاسو کولی شئ د مختلف چینلونو لپاره مختلف کار جریانونه تنظیم کړئ، هر یو د مختلف ماډلونو یا پروموشنونو په کارولو سره.

هو. تاسو کولی شئ خپل ادغام تنظیم کړئ ترڅو د AI ځوابونه د نوي پیغامونو پرځای د تار ځوابونو په توګه خپاره کړئ. د ځانګړي تار په مینځ کې ځواب ورکولو لپاره د خپل ویبووک پیلوډ کې د سلیک thread_ts پارامتر وکاروئ.

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.

هو. د ویبووک پر بنسټ یوځای کول د ټولو سلیک پلانونو سره کار کوي پشمول د انټرپرائز ګریډ. د سازمانونو لپاره چې د SSO او مطابقت کنټرول سره نږدې یوځای کیدو ته اړتیا لري، زموږ د شرکت پلانونو په اړه موږ سره اړیکه ونیسئ.

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 مینه؟ خپل ملګرو ته ووایاست!

دا مخ کچول