Unlock the Power of Automation with Fruitask
In today’s fast-paced world, automating repetitive tasks can save you time and effort, allowing you to focus on what truly matters. Fruitask Automation offers a visual, no-code automation builder that reacts to changes in your data and executes a chain of actions. From sending emails to calling AI models and publishing blog posts, Fruitask is your go-to solution. Let’s delve deeper into the features and benefits that Fruitask Automation has to offer.
Overview of Fruitask Automation
At the heart of Fruitask Automation is the concept of triggers and actions. Automations are set to watch for specific changes in your workspace (the trigger) and subsequently execute one or more operations (the actions). You can seamlessly build your automations on a visual canvas, where the flow is mapped out from the trigger through each subsequent action, complete with branching and parallel paths.
This flexibility allows actions to pass their results to later steps, effectively chaining them together into robust workflows tailored to meet your needs.
Triggers: What Starts an Automation
- Row created, Row updated, Row deleted — when data in a table changes.
- Dropdown selected — when a specific option is chosen in a column.
- Checkbox checked — when a checkbox column is ticked.
- Deadline near — a set number of days before a date column.
- Scheduled time — daily, weekly, or monthly at a chosen time.
- Chat mention — when the workspace AI/assistant is mentioned in chat.
Triggers can also be optimized with conditions that allow them to fire only when specific criteria are met, ensuring more precise automation.
Actions: What an Automation Does
Fruitask Automation offers a variety of actions you can take once a trigger is activated:
Messaging & Notifications
- Send Email (using Fruitask or your own mail provider)
- Send Notification (to chosen workspace members)
- Send Chat Message
- Send messages via Telegram, Viber, or WhatsApp
Web & Integrations
- Custom HTTP Request — make calls to any API or webhook (GET/POST/PUT/PATCH/DELETE).
- Create Blog in WordPress — publish a post to a WordPress site with an optional featured image.
AI Actions
- Generate with ChatGPT (OpenAI)
- Generate with Gemini (Google)
- Generate with Claude (Anthropic)
- Generate Image (OpenAI image models) — results are hosted and returned as a URL
- Generate Text with AI / Workspace AI Agent — utilizing your workspace AI
Data Actions
- Create, Update, or Delete Record (in any table)
- Create External Record (in another workspace)
- Get Record / Get Data (fetch rows for later use)
- Search Image (from Unsplash)
- Export Data (CSV/JSON/TSV)
- Create Calendar Event
- Embed to Knowledge Base (requires the AI Knowledge Base add-on)
Flow Control
- Condition — If/Else branching based on defined rules.
- Parallel Split — execute two independent paths simultaneously.
Note that additional integrations such as Facebook Page posting and YouTube uploads are marked as “coming soon.”
Powerful Concepts in Automation
Chaining Outputs Between Actions
Most actions expose their results, allowing later steps to use them through placeholders such as:
- HTTP response:
{{http.response.code}},{{http.response.}} - AI text:
{{chatgpt.response}},{{gemini.response}},{{claude.response}} - Generated image:
{{genimage.url}} - WordPress post:
{{wordpress.url}} - Fetched data:
{{get.,}} {{getdata.count}}
You can also access any column from the triggering row using {{Column Name}}.
Conditions That Test Other Actions
A Condition can branch actions based on a table column or the output of a previous action. For example, you can configure your workflow to only continue if a certain HTTP response code equals 200.
Error Handling Per Automation
Your automations are equipped with robust error handling options:
- Stop on first error (default) — halts the run and skips remaining actions.
- Continue on error — allows the process to carry on and logs any failures.
Build with AI
One of the standout features of Fruitask is the Generate with AI function that can automatically design an automation based on your plain-English request. It selects the trigger and actions, wiring the outputs correctly. You simply fill in your credentials after.
Test & Preview Your Automations
- Test Run — executes the automation once, displaying live progress along the flow.
- Play Chain Animation — simulates the flow without running it, previewing the chain effect.
- The canvas allows for zoom functionality for extensive flows.
Getting Started with Fruitask Automation
To start creating your automations, open the Automations section within your workspace. Choose a trigger and add actions using the “+” buttons on the canvas. Utilize the Test Run feature to verify your setup and access Logs to review past runs.
Requirements & Access
To edit automations, you’ll need the necessary automation permissions in your workspace (create/update/delete). Many actions leveraging AI and third-party services require your own API keys and credentials, which are securely stored and used server-side.
Tips for Optimizing Your Automations
- Consider adding a Condition after a Custom HTTP Request to branch based on
{{http.response.code}}. - Utilize Generate with Claude paired with Create Blog in WordPress to auto-draft posts and include a generated image as a featured image.
- Implement Parallel Split for tasks that can occur independently, such as notifying your team while simultaneously calling a webhook.
With Fruitask Automation, the possibilities for enhancing your workflow and productivity are limitless. Experience the ease and power of no-code automation today!