Free.ai Slack Integration

Add AI tools directly to your Slack workspace.

එය වැඩ කරන්නේ කෙසේද

සම්බන්ධ Free.ai පැමිණෙන webhook භාවිතා කරමින් ඔබේ ස්ලැක් වැඩ අවකාශයට. සම්බන්ධ වූ වහාම, ඔබට ස්ලැක් සිට AI කාර්යයන් ක්රියාත්මක කළ හැකි අතර ඔබේ නාලිකාවල සෘජුවම ප්රතිඵල ලබා ගත හැකිය.

පියවර 1: ඔබේ Free.ai API යතුර ලබා ගන්න

  1. පිවිසෙන්න your Free.ai account (හෝ නිදහස් එකක් නිර්මාණය කරන්න).
  2. යන්න සංවර්‍ධක සැකසුම් සහ API යතුරක් ජනනය.
  3. යතුර පිටපත් කරන්න & mdash; ඔබට webhook සැකසුම් සඳහා එය අවශ්ය වනු ඇත.

පියවර 2: ක්ලැක් පැමිණෙන Webhook නිර්මාණය

  1. In Slack, go to යෙදුම් → search for ඇතුළුවන වෙබ්හූක්ස්ලැක් වෙත එක් කරන්න.
  2. ඔබ AI ප්රතිඵල පල කිරීමට අවශ්ය චැනලය තෝරන්න.
  3. webhook URL පිටපත් (උදා, https://hooks.slack.com/services/T.../B.../...).

පියවර 3: API හරහා සම්බන්ධ

Free.ai සහ ස්ලැක් පාලම සරල ස්ක්රිප්ට් හෝ Zapier භාවිතා කරන්න. මෙන්න 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\"}"

භාවිතය

  • එක් විධානයක් සමඟ දිගු ස්ලැක් නූල් සාරාංශ
  • බහුභාෂා කණ්ඩායම් සඳහා පණිවිඩ පරිවර්තනය
  • අන්තර්ගත කෙටුම්පත් ජනනය හා චැනල් ප්රතිචාර ලබා ගන්න
  • ස්වයංක්රීය-තැපැල් දෛනික AI-උත්පාදනය වාර්තා
  • 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-ජනනය වාර්තා, 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 ප්රතිඵල පල කිරීමට අවශ්ය වන එක් එක් නාලිකාව සඳහා වෙනම පැමිණෙන webhooks නිර්මාණය. ඔබ විවිධ නාලිකාවන් සඳහා විවිධ වැඩ ප්රවාහ සකස් කළ හැකි, එක් එක් විවිධ ආකෘති හෝ ප්රශ්න භාවිතා.

ඔව්. ඔබ නව පණිවිඩ වෙනුවට ත් රෑම් ප්රතිචාර ලෙස AI ප්රතිචාර පල කිරීමට ඔබේ ඒකාබද්ධතාව සකස් කළ හැකිය. නිශ්චිත ත් රෑම් තුළ පිළිතුරු දීමට ඔබේ webhook payload තුළ Slack හි 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.

ඔව්. webhook පදනම් වූ ඒකාබද්ධතාවය ව්යාපාර ග්රීඩ් ඇතුළු සියලුම ස්ලැක් සැලසුම් සමඟ වැඩ කරයි. 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 ආදරය? ඔබේ මිතුරන්ට කියන්න!

මෙම පිටුව අගය කරන්න