Free.ai Zapier Integration
Automate AI workflows with Zapier + Free.ai.
Free.ai + Zapier
通过 Zapier 连接 Free.ai 到 5,000 + 应用程序 。 自动执行 AI 任务, 无需写入代码 & mdash; 设置触发器和行动, 运行自动自动驾驶的 AI 工作流程 。
可用的触发器
| 触发触发器 | 说明说明 |
|---|---|
| 新建电子邮件 | 当一个新的电子邮件以 Gmail/ Outlook 方式到达时, 请将其发送到 Free.ai, 进行汇总或分类 。 |
| 新表格提交方式 | 当提交谷歌表格或类型表格时,用AI处理答复。 |
| 新建黑消息 | 当消息被张贴在黑频道, 运行 AI 分析或翻译 。 |
| 新的RSS项目 | 当博客发表新文章时, |
| 排定日期 | 按日程(每日报告、每周摘要)执行大赦国际的任务。 |
可用的可用动作
| 行动和行动行动的行动 | 说明说明 |
|---|---|
| AI 聊天 | 迅速发送到346+AI模型中的任何模型并获得回复。 |
| 生成图像 | 根据 FLUX.1 或 SDXL 的文本描述创建图像。 |
| 翻译文本 | 翻译450+语言之间的文本。 |
| 文本到语音 | 将文字转换为自然声音音频 。 |
| 摘要总结 | 将长文本总结为关键要点。 |
由Zapier用 Webhooks 设置
使用 Zapier 的\
- 创建一个新的 Zap 并选择您的触发程序( 如 Gmail、 Slack、 Google Sheds ) 。
- Add an action step: 由Zapier制作的 Webhooks → 自定义请求.
- Set Method to 邮 and URL to
https://api.free.ai/v1/chat/completions. - Add headers:
Authorization: Bearer YOUR_API_KEYandContent-Type: application/json. - 将身体设定为您的 JSON 有效载荷, 使用模型并迅速( 使用 Zapier 变量用于动态内容 ) 。
- 添加另一个动作, 将AI 回复发送到任何您想要的地方( 电子邮件、 Slack、 Google shits 等) 。
示例 区数
- 电子邮件 & rarr; AI 概要 & rarr; Slack — Auto-summarize incoming emails and post to a Slack channel
- Google 工作表 & rarr; AI 翻译 & rarrar; 谷歌工作表 — Translate new rows into multiple languages
- RSS & rrar; AI 重写 &rrar; WordPress — Summarize industry news and publish as blog posts
- 窗体 & rarr; AI 分类和rarr; CRM — Auto-categorize support requests
FAQ
Free.ai connects to Zapier through the Webhooks by Zapier action. You create a Zap with any trigger app, then add a Custom Request action that calls the Free.ai API. The AI response can be sent to any of Zapier's 5,000+ connected apps.
No. Zapier is a no-code platform. You select triggers and actions from dropdown menus, fill in the API URL and headers, and Zapier handles the rest. Our setup guide walks you through every step.
You can auto-summarize emails, translate Google Sheet rows, rewrite RSS feeds into blog posts, classify support tickets, generate images from text, convert text to speech, and much more. Any Free.ai tool accessible via API can be used in a Zap.
Any Zapier trigger works -- Gmail, Google Sheets, Slack, Typeform, RSS feeds, scheduled triggers, and thousands more. Whenever the trigger fires, Zapier sends the data to Free.ai for AI processing.
You can use any Free.ai API endpoint as an action: AI chat with 346+ models, image generation, text translation in 450+ languages, text-to-speech, summarization, and more.
In your Zap, add a Webhooks by Zapier Custom Request action. Set the method to POST, the URL to the Free.ai API endpoint, add your API key in the Authorization header, and put your prompt in the JSON body. Zapier variables can be used for dynamic content.
We currently use Zapier's built-in Webhooks action for integration. A dedicated Free.ai Zapier app with pre-built triggers and actions is planned for the future, which will make setup even simpler.
Yes. Zapier lets you insert dynamic data from previous steps into your API request body. For example, you can insert the email body from a Gmail trigger directly into the Free.ai prompt to summarize each incoming email automatically.
The Free.ai side uses your standard token balance. Zapier itself has a free tier for simple Zaps and paid plans for higher volumes and multi-step workflows. The webhook action is available on all Zapier plans.
Yes. Add multiple Webhooks by Zapier steps in sequence. For example, first call the chat API to generate text, then call the TTS API to convert it to speech, then send the audio file to Google Drive.
Zapier provides error handling with automatic retries and notifications when a step fails. You can also add filter steps to check the API response before proceeding, and use Paths to handle different outcomes.
Yes. Multi-step Zaps are perfect for AI workflows. Trigger on an event, process with Free.ai, then route the output to multiple destinations. For example, summarize an email, translate it, and post to both Slack and a Google Sheet.