Free.ai Zapier Integration
Automate AI workflows with Zapier + Free.ai.
Free.ai + Zapier
Connect Free.ai to 5,000+ apps through Zapier. Automate AI tasks without writing code — set up triggers and actions to run AI workflows on autopilot.
Available Triggers
| Trigger | Description |
|---|---|
| New Email | When a new email arrives in Gmail/Outlook, send it to Free.ai for summarization or classification. |
| New Form Submission | When a Google Form or Typeform is submitted, process the response with AI. |
| New Slack Message | When a message is posted in a Slack channel, run AI analysis or translation. |
| New RSS Item | When a blog publishes a new post, summarize it with AI. |
| Scheduled | Run AI tasks on a schedule (daily reports, weekly summaries). |
Available Actions
| Action | Description |
|---|---|
| AI Chat | Send a prompt to any of 346+ AI models and get a response. |
| Generate Image | Create an image from a text description using FLUX.1 or SDXL. |
| Translate Text | Translate text between 450+ languages. |
| Text to Speech | Convert text to natural-sounding audio. |
| Summarize | Summarize long text into key points. |
Setup with Webhooks by Zapier
Use Zapier's "Webhooks by Zapier" action to call the Free.ai API directly:
- Create a new Zap and choose your trigger app (e.g., Gmail, Slack, Google Sheets).
- Add an action step: Webhooks by Zapier → Custom Request.
- Set Method to POST and URL to
https://api.free.ai/v1/chat/completions. - Add headers:
Authorization: Bearer YOUR_API_KEYandContent-Type: application/json. - Set the body to your JSON payload with the model and prompt (use Zapier variables for dynamic content).
- Add another action to send the AI response wherever you want (email, Slack, Google Sheets, etc.).
Example Zaps
- Email → AI Summary → Slack — Auto-summarize incoming emails and post to a Slack channel
- Google Sheet → AI Translation → Google Sheet — Translate new rows into multiple languages
- RSS → AI Rewrite → WordPress — Summarize industry news and publish as blog posts
- Form → AI Classification → CRM — Auto-categorize support requests