Fruitask Automation: Your No-Code Solution for Intelligent Workflow Management
In today’s fast-paced digital environment, the ability to automate processes without coding skills is invaluable. Fruitask Automation provides a visual, no-code automation builder that seamlessly reacts to changes in your data and runs a chain of actions—from sending emails to integrating AI models and publishing blog posts.
Overview
Fruitask automations watch for events in your workspace, known as triggers, and proceed to execute one or more actions. With an intuitive visual canvas, the automation flow progresses from the trigger through each action, allowing for branching paths and parallel execution. These actions can pass their results to subsequent actions, effectively creating real workflows tailored to 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 — triggers can be set to run daily, weekly, or monthly at a chosen time.
- Chat mention — when the workspace AI/assistant is mentioned in chat.
Triggers can also include conditions, ensuring they only activate when specific criteria are met.
Actions: What an Automation Does
Fruitask offers a variety of actions that can be executed in response to your triggers:
Messaging & Notifications
- Send Email (via Fruitask or your preferred email provider)
- Send Notification (to chosen members, displaying their avatars)
- Send Chat Message
- Send messages via Telegram, Viber, or WhatsApp
Web & Integrations
- Custom HTTP Request — call any API or webhook (GET/POST/PUT/PATCH/DELETE).
- Create Blog in WordPress — effortlessly publish a post to a WordPress site, including a featured image option.
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 / 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 — Enable If / Else branching based on rules.
- Parallel Split — run two independent paths at the same time.
Future integrations such as Facebook page posting and YouTube uploads are also on the horizon.
Powerful Concepts
Chaining Outputs Between Actions
Most actions expose their results, allowing later steps to utilize them via {{...}} placeholders. For example:
- HTTP response:
{{http.response.code}},{{http.response.}} - AI text responses:
{{chatgpt.response}},{{gemini.response}},{{claude.response}} - Generated image:
{{genimage.url}} - WordPress post links:
{{wordpress.url}} - Fetched data:
{{get.,}} {{getdata.count}}
Additionally, any column from the triggering row can be incorporated using {{Column Name}}.
Conditions that Test Other Actions
A condition can branch based on a table column or the output of a previous action. For example, you can specify that the automation should only proceed if {{http.response.code}} equals 200.
Error Handling (per Automation)
Control errors with a toggle in Save settings:
- Stop on first error (default) — halts the run and skips remaining actions.
- Continue on error — allows all actions to complete, logging any failures.
Build with AI
The “Generate with AI” feature can create an automation based on a plain-English request, selecting triggers and actions, including AI and WordPress steps, wiring them together. Users will simply fill in required credentials afterward.
Test & Preview
- Test Run — executes the automation once while displaying live progress.
- Play Chain Animation — a simulation that shows the flow without executing real actions.
- The canvas also supports zoom capabilities to facilitate larger flows.
Where to Find It
To explore Fruitask Automation, navigate to the Automations section in your workspace, create a new automation, and choose your trigger. From there, you can effortlessly add actions and verify with the Test Run feature. You can review past automation runs through the Logs section.
Requirements & Access
- Editing automations requires automation permissions in the workspace (create/update/delete).
- AI and third-party actions necessitate your API keys/credentials (e.g., OpenAI, Gemini, Claude, WordPress, Telegram) which are securely stored and used server-side only.
- The “Embed to Knowledge Base” feature requires the AI Knowledge Base add-on.
Limits & Notes
- AI and image actions will consume credits from your provider account.
- Branch and parallel nodes have one level deep nesting for their respective sub-actions.
- Logs keep track of each run’s status and individual action outcomes, assisting in troubleshooting.
Tips
- Add a Condition after Custom HTTP Requests to branch based on
{{http.response.code}}. - Use Generate with Claude followed by Create Blog in WordPress to auto-draft posts, feeding
{{claude.response}}into the content, and pair with Generate Image for a featured image. - Utilize Parallel Split for independent follow-ups, such as notifying a team and invoking a webhook simultaneously.
In summary, Fruitask Automation streamlines your workflow management through an accessible and feature-rich platform that empowers users to automate processes effortlessly and intelligently.