← Vendarwon Flow

FAQ

Frequently Asked Questions

Everything you need to know about Vendarwon Flow — the AI-powered workflow automation platform.

99 questions answered across 10 topics

Getting Started

What is Vendarwon Flow?

Vendarwon Flow is an AI-powered workflow automation platform. You describe what you want to automate in plain English, and our AI builds the entire workflow for you — no coding required. It connects your apps, runs on triggers or a schedule, and executes automatically 24/7.

How does Vendarwon Flow work?

You type what you want to automate (e.g. 'When I get a lead email, score it with AI and notify Slack if it is high value'). Our AI generates the workflow as connected nodes. You review it, activate it, and it runs forever automatically.

Do I need coding skills?

No. If you can type a sentence, you can build a workflow. Our AI handles all the technical wiring — you just describe the outcome you want.

How long does it take to build a workflow?

Most workflows are generated in under 30 seconds. You describe it, the AI builds it, you activate it. That is it.

Is this a no-code tool?

Yes. Vendarwon Flow is 100% no-code. You never write a line of code — our AI does the building for you, and the visual editor lets you adjust anything by clicking.

What is a workflow?

A workflow is an automated sequence of steps that runs whenever a trigger fires. For example: When a webhook is received, score the lead with AI, then if score is greater than 7 send a Slack message. Each step is a node, and you connect them visually.

What is an execution?

One execution is one complete run of a workflow from trigger to finish. Viewing or editing workflows never counts. Unused executions do not roll over to the next month.

How do I get started?

Sign up free at vendarwon.com — no credit card required. You get 100 executions/month on the free plan. Describe your first workflow in the chat builder and it will be generated in seconds.

Can I use Vendarwon Flow on my phone?

Yes. Vendarwon Flow is fully mobile-responsive. You can build, activate, and monitor workflows from any smartphone browser without installing an app.

Do I need to install anything?

No. Vendarwon Flow is entirely browser-based. No downloads, no installs, no CLI tools required. Open the website and start building immediately.

What is a node?

A node is one step in your workflow — for example, Send Email, Score with AI, Post to Slack. Nodes are connected together to form the full automation. You can drag, drop, and configure each node from the visual editor.

Can I edit a workflow after it is built?

Yes. The visual editor lets you add, remove, or reconfigure any node at any time. Changes auto-save as you work. You can also redescribe the whole workflow to regenerate it from scratch.

Triggers & Automation

What can trigger a workflow?

Four trigger types: Webhook (any HTTP POST from outside), Schedule (cron-based — hourly, daily, weekly, custom), Email Received (new email arrives in Gmail), and Manual (you click Run yourself).

What is a webhook?

A webhook is a URL that, when called with an HTTP POST request, fires your workflow immediately. Any app that supports webhooks — Stripe, Typeform, Shopify, GitHub, etc. — can trigger your Vendarwon workflow.

Can workflows run on a schedule?

Yes. Set any workflow to run every minute, hourly, daily, weekly, or any custom cron expression. Scheduled workflows run automatically in the background forever — even when your computer is off.

Can a workflow be triggered by an email?

Yes. The Email Received trigger polls your Gmail inbox every 2 minutes. When a new email arrives, it fires your workflow with the sender, subject, and body all available as template variables.

Can multiple things trigger the same workflow?

Currently each workflow has one trigger. You can duplicate a workflow and give it a different trigger if you need both webhook and schedule to run the same automation.

Can I test a workflow without activating it?

Yes. Use the Test Webhook button in the workflow editor to send a test payload and see the full execution log without affecting your active workflow.

What data is available from the trigger?

All data from the triggering event is available as template variables. For webhooks: the full POST body. For emails: sender, subject, body, thread ID. For schedules: the run timestamp. Use them as variables in any downstream node.

Can I pause a workflow without deleting it?

Yes. Toggle the Active switch on any workflow to deactivate it instantly. It will not run again until you re-activate it. Your configuration and history are preserved.

How quickly does a webhook trigger fire?

Instantly — within seconds of the HTTP request being received. There is no polling delay for webhook triggers.

Can I run the same workflow on multiple schedules?

You can duplicate the workflow and set each copy to a different schedule — one daily, one weekly. They share the same logic but run independently.

Integrations

How many integrations does Vendarwon Flow support?

42+ integrations across messaging, CRM, productivity, e-commerce, marketing, developer tools, and more.

What messaging apps are supported?

Gmail, Slack, Discord, Telegram, WhatsApp (Twilio), SMS (Twilio), Microsoft Teams, Twitter/X, LinkedIn, Bluesky, LINE, and Pushover.

What CRM integrations are available?

HubSpot (contacts and deals), Pipedrive (deals and persons), and Close CRM (leads).

What productivity tools are supported?

Notion, Airtable, Google Sheets, Google Calendar, Google Drive, Trello, Asana, ClickUp, and Monday.com.

What e-commerce integrations are available?

Shopify (orders), WooCommerce (orders), and Gumroad (products and sales).

What developer tools are supported?

GitHub (issues and PRs), Jira (issues), Linear (issues), Google Drive, and any REST API via the HTTP Request node.

What marketing tools are supported?

Mailchimp, ConvertKit, ActiveCampaign, Klaviyo, and Beehiiv for email marketing and subscriber management.

Can I connect an app that is not in the list?

Yes. The HTTP Request node lets you call any REST API with any method, headers, and body. This makes Vendarwon Flow compatible with any service that has an API endpoint.

Do I need to connect accounts through OAuth?

Google services (Gmail, Sheets, Calendar, Drive) use a single OAuth flow. All other integrations use API keys or tokens that you provide — no OAuth popups or browser redirects for those.

Can I build a custom integration?

Yes. The Custom Integration Builder lets you define your own API actions with endpoints, methods, and field mappings. You can then drag your custom integration onto any workflow.

How do I add my API key for an integration?

Go to the Integrations page in your dashboard, click the integration, and paste your API key. It is encrypted and saved immediately. You never need to enter it again for that integration.

Can I send WhatsApp messages automatically?

Yes, via Twilio's WhatsApp API. You will need a Twilio account with an approved WhatsApp sender number. Once configured, you can send WhatsApp messages from any workflow.

AI Features

What AI model powers Vendarwon Flow?

The workflow builder uses Google Gemini 2.5 Flash for generating workflows. AI nodes inside workflows also use Gemini 2.5 Flash by default. You can change the model per node.

Can I use AI inside my workflows?

Yes. Add an AI node, write a prompt using template variables, and the node generates text using Gemini. The output is stored in a variable for downstream steps.

What can the AI node do?

Generate email replies, score leads, summarize content, classify messages, write social posts, extract key information, make decisions — anything that can be expressed as a prompt and a text response.

Can multiple AI agents work together?

Yes. Multi-agent pipelines chain AI agents where each one has a specific role. Agent 1 reads, Agent 2 scores, Agent 3 decides what action to take. Each output feeds the next automatically.

How accurate is the AI workflow generation?

The AI generates valid workflows in most cases. It also runs a self-correction loop — after generating, it validates the workflow and re-prompts itself to fix any issues before showing it to you.

What if the AI generates a wrong workflow?

You can edit any node directly in the visual editor, or type a correction in the chat. You can also just describe the workflow again with more detail.

Can AI write emails for me?

Yes. Give the AI node the sender name, subject, and any context from the trigger, and it will write a personalized, professional email. The output variable then feeds into the Send Email node.

Can AI score leads automatically?

Yes. Pass the lead details to an AI node with a prompt like 'Score this lead 1-10 based on their message and reply with only the number.' Then use a Condition node to branch based on the score.

Can AI summarize emails or documents?

Yes. Pass the email body or document content into an AI node with a summarization prompt. The summary is available as a variable for Slack messages, Notion pages, or any other step.

Do I need my own API key for AI nodes?

No. AI nodes use Vendarwon's built-in Gemini integration — no separate API key needed. AI usage is included in your plan's execution count.

Logic & Advanced Nodes

Can workflows have if/else logic?

Yes. The Condition node evaluates any expression — score greater than 7, status equals hot, amount greater than or equal to 100 — and routes the workflow down the true or false path.

Can workflows loop over a list?

Yes. The Loop (ForEach) node iterates over any array and runs the connected nodes once per item — send a personalized email to each lead, process each order row, handle each API result.

Can I add a delay to a workflow?

Yes. The Delay node pauses for any duration — 30 minutes, 2 hours, 3 days, 1 week. The workflow resumes automatically. Perfect for follow-up sequences and drip campaigns.

What is human-in-the-loop approval?

The Approval node pauses the workflow and sends you an approve/reject link by email or Slack. The workflow only continues after you click Approve. Use it to review AI-generated content before it goes out.

What is persistent memory?

The Remember node stores any value permanently — across ALL future runs of a workflow. The Recall node loads it back. Use it to count executions, remember the last contact, track totals, or build workflows that change based on history.

Can I scrape websites automatically?

Yes. The Browser Automation node controls a real browser — scrape text from any page, fill and submit forms, click elements, or extract all links. No extra software or browser extensions needed.

What happens if a step fails?

Attach an error edge to any node — if that step fails, the error path runs a fallback node instead of stopping the workflow. Every failure is logged with the full error message in execution history.

Can two branches run in parallel and then merge?

Yes. Parallel branches run simultaneously. Use the Merge node to wait for ALL branches to complete before the workflow continues to the next step.

How many items can a loop process?

Up to 50 items per loop per execution to prevent runaway workflows. For larger datasets, split the data and trigger multiple executions.

Can I fill out web forms automatically?

Yes. The Browser Automation node in Fill Form mode can populate any HTML form fields and click submit — useful for posting to platforms that do not have an API.

Use Cases

Can I automate lead follow-up emails?

Yes. Trigger on a webhook from your form, score the lead with AI, wait 10 minutes, then send a personalized follow-up email — all automatically, 24/7.

Can I automate Slack notifications for new orders?

Yes. Connect Shopify or WooCommerce, and every time an order is placed, send a formatted Slack message to your sales or fulfillment channel instantly.

Can I automate social media posting?

Yes. Build a workflow on a schedule that pulls content, passes it through an AI node for formatting, then posts to Twitter/X, LinkedIn, and Bluesky simultaneously.

Can I automate CRM data entry?

Yes. Trigger on a form submission or webhook, extract the fields, and automatically create contacts or deals in HubSpot, Pipedrive, or Close CRM.

Can I automate customer support ticket routing?

Yes. Trigger on incoming emails, use AI to classify the issue and urgency, then route to the right Slack channel or create a Jira/Linear ticket automatically.

Can I automate invoice or payment reminders?

Yes. Trigger on a schedule, check payment status via HTTP request to your billing API, and send reminder emails or SMS messages to overdue accounts.

Can I automate Google Sheets data entry?

Yes. Trigger on a webhook or form submission and append the data as a new row in any Google Sheet automatically — no manual copy-pasting.

Can I automate email drip campaigns?

Yes. Use a sequence of Delay nodes between Send Email nodes. Each delay pauses the workflow for the configured time before sending the next email in the sequence.

Can I automate competitor monitoring?

Yes. Use the Browser Automation node to scrape competitor pages on a schedule, pass the content to an AI node to detect changes, and notify you on Slack or email.

Can I automate employee onboarding?

Yes. Trigger on a new hire event, create accounts across your tools via their APIs, send welcome emails, schedule check-in messages, and log everything to a Google Sheet.

Pricing & Plans

Is there a free plan?

Yes. Free plan = 100 executions/month, no credit card required. Sign up and start automating immediately.

What plans are available?

Free ($0 — 100 executions/month), Starter ($9/month — 2,000 executions), Growth ($29/month — 10,000 executions), Scale ($99/month — 50,000 executions).

What counts as an execution?

One execution = one complete run of a workflow. Viewing, editing, or saving a workflow does not count.

Do unused executions roll over?

No. Execution counts reset at the start of each billing month.

What happens if I exceed my limit?

On the Free plan, workflows stop running until the next month. On paid plans, you will be notified and can upgrade to avoid interruption.

Can I cancel anytime?

Yes. No contracts, no lock-in. Cancel from your account settings at any time. You keep access until the end of your billing period.

Is there an annual discount?

We are working on annual billing. Check the pricing page at vendarwon.com/pricing for the latest offers.

Do you offer a refund?

Yes, we offer a refund policy. See our refund page at vendarwon.com/refund for full details.

Which plan is right for me?

Free is great for testing. Starter ($9/mo) suits individuals and small teams with moderate automation needs. Growth ($29/mo) is ideal for growing businesses. Scale ($99/mo) is for high-volume or unlimited automation needs.

Can I upgrade or downgrade my plan anytime?

Yes. You can change your plan at any time from your account settings. Upgrades take effect immediately. Downgrades take effect at the next billing cycle.

Security & Privacy

Are my API keys and credentials secure?

Yes. All credentials are encrypted with AES-256 before being stored. They are never logged, never visible in execution outputs, and only decrypted at runtime inside the secure execution engine.

Who can see my workflows?

Only you. Workflows are private to your account. No Vendarwon employee can see your workflow data or credentials unless you explicitly share access for support.

Can I delete my data?

Yes. You can delete individual workflows, execution logs, or your entire account from the settings page. Deletion is permanent.

Where is data stored?

Data is stored in Supabase (Postgres) hosted on AWS. Vendarwon Flow is deployed on Vercel's global edge network.

Is Vendarwon Flow GDPR compliant?

We follow GDPR principles — data minimization, right to deletion, and no selling of user data. For specific compliance needs, contact us at contact@vendarwon.com.

Does Vendarwon read the content of my emails?

Only when your workflow specifically triggers on email received. The email content is passed to your workflow and is never stored beyond the execution log. We do not scan or read your Gmail proactively.

Can I see what data my workflows are processing?

Yes. Every execution log shows exactly what data was passed between nodes — inputs, outputs, and any errors. You have full visibility into every step.

Is my data sold to third parties?

Never. We do not sell, share, or monetize your workflow data, credentials, or execution history. See our Privacy Policy at vendarwon.com/privacy for full details.

Account & Reliability

How do I sign up?

Go to vendarwon.com/signup and enter your email and password. You can also sign in with Google. No credit card required for the free plan.

Can I have multiple workflows active at once?

Yes. All active workflows run independently and simultaneously. There is no limit on the number of active workflows on any paid plan.

Can I view my execution history?

Yes. Every workflow has a dedicated Executions page showing all past runs — status, duration, step-by-step results, and any error messages.

What is the uptime of Vendarwon Flow?

Vendarwon Flow is hosted on Vercel's global edge network with 99.9%+ uptime. Workflow execution is powered by Inngest's durable execution engine, which handles retries and reliability automatically.

What happens to my workflows if I am offline?

Nothing — workflows run in the cloud 24/7 regardless of whether your computer is on or off. You do not need to keep any app open.

Can I export my workflows?

Workflows are stored as JSON internally. Contact support if you need to export your workflow configurations.

Is there a limit on how many workflows I can create?

On the free plan you can create up to 3 workflows. Paid plans have no workflow count limits.

What support is available?

Email support at contact@vendarwon.com. We aim to respond within 24 hours on business days.

Can I request a new integration?

Yes. Email us at contact@vendarwon.com with the integration name and your use case. We prioritize integrations based on demand.

Comparing to Alternatives

How does Vendarwon compare to Zapier?

Zapier requires manual step-by-step connection of apps. Vendarwon generates entire workflows from a description. Vendarwon is also significantly cheaper — Zapier's Starter is $19.99/month for 750 tasks, while Vendarwon's Starter is $9/month for 2,000 executions.

How does Vendarwon compare to Make (Integromat)?

Make has a visual canvas similar to Vendarwon, but you build workflows manually. Vendarwon adds AI generation, multi-agent pipelines, persistent memory, and browser automation that Make does not offer.

How does Vendarwon compare to n8n?

n8n is a self-hosted open-source tool requiring a server, maintenance, and technical setup. Vendarwon is fully hosted — no servers, no DevOps, no updates to manage. Just describe and automate.

How does Vendarwon compare to Activepieces?

Activepieces is a good open-source alternative but requires self-hosting. Vendarwon is hosted, has AI workflow generation from plain English, and multi-agent pipelines built in.

Why not just build it myself with code?

Custom code takes days to build, needs maintenance, and breaks when APIs change. Vendarwon builds it in seconds, handles retries and errors, and keeps integrations working automatically.

Is Vendarwon cheaper than Zapier?

Yes — significantly. Zapier's Starter ($19.99/month) gives only 750 tasks. Vendarwon's Starter ($9/month) gives 2,000 executions. More than double the capacity at less than half the price.

Does Vendarwon work for non-technical people?

Yes — it is specifically built for non-technical users. You describe what you want and the AI builds it. No understanding of APIs, JSON, or code needed.

Is Vendarwon suitable for agencies?

Yes. Agencies can build automations for clients, use custom integrations, and manage multiple workflows across different projects — all from one account.

Still have questions?

We are happy to help. Reach out and we will get back to you.