Free.ai Slack Integration

Add AI tools directly to your Slack workspace.

ווי עס אַרבעט

פֿאַרבינדן Free.ai צו דיין Slack אַרבעט־שטח מיט אַ אַרײַנגעקומעןן װײַב־האָק. ווען פֿאַרבינדט, קענט איר אַרײַנשטעלן AI־אַרבעטן פֿון Slack און באַקומען רעזולטאטן גלייך אין אייער קאַנאַלן

שריט 1: באַקומען דיין Free.ai API קעלצער

  1. אַרײַנשרײַבן your Free.ai account (אָדער שאַפֿן אַ פּאָזיציע).
  2. אַרײַנשרײַבן װײַז װיפֿל און שאַפֿן אַ API־שריפֿטצײכן
  3. קאָפּיר דעם קנעפּל — דו װעלסט אים נײן פֿאַרן װײַב־האָק צופּאַסונג

שריט 2: שאַפֿן אַ Slack אַרײַנגעקומענער Webhook

  1. In Slack, go to אַפּליקאַציעס → search for אַרײַנגעקומענע װײַב־האָקעןקלײַב אַלץ אױסselect-action.
  2. קלײַב אַלץ אױסchannels-action
  3. קאָפּיר דעם URL פֿון דעם װײַב־האַק (ד.ה. https://hooks.slack.com/services/T.../B.../...).

שריט 3: פֿאַרבינדן דורך API

ניצן אַ פּשוטן סקריפּט אָדער Zapier צו פֿאַרבינדן Free.ai און Slack. הײַנט אַ פֿאַרשפּרייטן אַרײַנשרײַב־פֿאָרעם:

# 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־רײַזן. דו קענסט צופּאַסן פֿאַרשיידענע אַרבעט־פֿלאָסן פֿאַר פֿאַרשיידענע קאַנאַלן, װאָס יעדער ניצט פֿאַרשיידענע מאָדעלן אָדער פֿראַגעס

י. איר קענט צופּאַסן אייער אינטעגראַציע צו שיקן AI ענטפֿערס װי װײַטער־ענטפֿערס און ניט װי נײַע בריוו. ניצט Slack ס thread_ts פּאַראַמעטער אין אייער webhook װײַטװײַט צו ענטפֿערן אין אַ באַזונדערן װײַטװײַט

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.

י. די װײַב־האַק־באזירטע אינטעגראַציע אַרבעט מיט אַלע Slack־פּראָגראַמען, אַרײַנגערעכנט Enterprise Grid. פֿאַר אָרגאַניזאַציעס װאָס דאַרפֿן אַ שטאַרקער אינטעגראַציע מיט 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? זאָגן דיין פריינט

קלײַב אַלץ אױס