Six new integrations
Six services join the node library:- Stripe for payments, with 491 operations across customers, charges, checkout, invoices, subscriptions, payouts, and more, plus 56 triggers that start a workflow on Stripe events. Connect with your Stripe account or an API key. See Stripe.
- ClickUp for project management, with 160 operations across tasks, lists, docs, goals, time tracking, and custom fields, plus a webhook trigger. Connect with your ClickUp account or a personal token. See ClickUp.
- GitLab for source control, with 83 operations across projects, issues, merge requests, CI/CD, releases, and repositories, plus two triggers. Connect with your GitLab account or an access token. See GitLab.
- Mailgun for email, with 37 operations across messages, mailing lists, templates, routes, suppressions, and validation, plus nine triggers for delivery events. Connect with an API key. See Mailgun.
- Box for file storage, with 29 operations across files, folders, comments, tasks, sharing, and search, plus a webhook trigger. Connect with your Box account or a developer token. See Box.
- Perplexity for AI search, with 15 operations across chat, search, models, and embeddings. Connect with an API key. See Perplexity.
Pin and disable nodes from the canvas
Hover any automation node to find two new buttons on its left edge. Pin saves the node’s last output as mock data, so steps that follow keep running without re-executing it, and Disable skips the node at run time. Both stay highlighted while active, so you can see and undo them without hovering.See what your agents did in the Feed
The Feed has a new Agents tab that lists every tool call your agents make, grouped by run, with the agent’s model, each call’s inputs and result, and the final response. Click a credential to open it in the editor.- Loop over array references in one click. The Loop over each item button now appears for plain references like
{{node.items}}and indexed references, not just list-mapping syntax. Click it to add an Iteration node wired to loop over the array. See Loops. - Split Out arrives ready to loop. Dropping a Split Out node now also adds a paired Iteration node wired to its output, so a list fans out into per-item steps without extra setup. See Filter, split, and merge.
- Clearer TikTok publishing errors. Failed TikTok posts now report TikTok’s specific error code and log id, so you can tell why a post was rejected.
- Affiliate program. You can now earn 35% lifetime recurring commission for referring new customers. See the affiliates page to join.
Map, geocode, and check the weather with Google Maps
The new Google Maps node connects to Google Maps Platform with an API key. It covers 33 operations across geocoding and reverse geocoding, places search and details, routing and distance, address validation, time zones and elevation, and roads, along with air quality, pollen, weather, and solar data. See Google Maps.Schedule meetings with Cal.com
The new Cal.com node manages bookings, event types, availability, and schedules. Its On Booking Event trigger can start a workflow when a booking is created, rescheduled, cancelled, paid, and more, and you choose which events fire it. Connect with your Cal.com account or an API key. See Cal.com.- When you click into a node’s config field, Show previous nodes and Show output buttons now appear right away. Open either panel to drag in a value from an earlier step or check this node’s own output, without having to type first.
Use files anywhere, or just paste a URL
Nodes that take an image, video, audio file, or document now have an Upload button next to the field. Upload a file from your computer, paste a URL, or drag a reference to a file from an earlier step. Uploaded files are stored and turned into a link, so they work the same way everywhere. This covers nodes like YouTube, X, Telegram, WhatsApp, Discord, Instagram, Shopify, Notion, and more.Files that nodes produce are now usable links too. When a node downloads or generates a file, like audio from ElevenLabs, a document from Word or Google Drive, or an attachment from Jira, its output is a link you can drop straight into an upload field, instead of a long block of encoded text.- New Split Out node. Turn a list into one item per element, so you can fan a list out and handle each entry on its own. Point it at an array or at the array field on an object, choose which other fields to carry onto each item, and pair it with a loop to process them. See Filter, split, and merge.
- Post to TikTok directly. New Direct Post Video and Direct Post Photo operations publish straight to a creator’s profile, and Query Creator Info checks the available privacy and interaction options before you post. See TikTok.
- Discord operations across channels, roles and members, threads, scheduled events, automod, stickers, invites, and webhooks now all run. See Discord.
- Media actions that used to read “from Url” are renamed, since the fields now accept files and references as well as URLs. On YouTube, for example, the action is now Upload Video.
Call any API with the rebuilt HTTP Request node
The HTTP Request node now handles almost any API call without leaving NoClick. Add headers and query parameters as key/value rows, choose a body type (None, JSON, Form URL-Encoded, or Raw) on any method so even GET and DELETE can send a body, and set a timeout, retries with backoff, and redirect and SSL options. Authentication adds an API key in a header or the query string, a custom header, and OAuth2 client credentials alongside Bearer and Basic auth.In a hurry, click Import cURL at the top of the node and paste acurl command from any API’s docs, or paste the command straight onto the canvas to get a pre-configured node. By default a 4xx or 5xx response fails the node loudly so the run stops with a clear error. Turn on Continue on HTTP Error to branch on the error instead.Watch the builder work
Building a workflow in chat now shows what is happening as it happens. A live counter shows tokens as they stream, and a node ledger lists each node as it is added and configured, with the field it is setting. Click a node in the ledger to jump to it on the canvas. If a build fails, its message stays put with a Retry button instead of vanishing.- Image and video models in an AI agent’s chat now show their results. A generated image or video appears in the chat and in the run results popup, and is still there after you reload the page.
- Pressing Run on a workflow that only starts on its own now explains each trigger more clearly. A form trigger shows an Open link to its hosted form page, and a scheduled trigger spells out when it fires in plain language, like “Daily at 9:00 AM” or “Every 5 minutes”, along with its time zone.
- The webhook URL now sits at the top of the webhook trigger’s settings, and you can click anywhere on a read-only URL field to copy it instead of aiming for the small copy button. This also covers the form trigger’s form URL.
- Searching for an action now understands common phrasings. Type
get rowsto find Read Sheet Data,merge prfor Merge Pull Request, orpost to channelfor Send Message to Channel, and the right action surfaces even when your words are not in its name. - In the Owned by anyone view of your workflows, items shared with you that you do not own are now read-only. Their Share button and dragging are turned off, and Settings opens a read-only panel with a Remove option to drop your access, instead of a form that failed on save.
- Dropdowns that load options from a connected account, like picking a Google Sheet or a Notion database, again show an Open Credentials button when no account is connected, instead of only “No options available”.
- The node configuration panel now has just Configuration and Settings. The separate per-node Edit tab has been removed.
- Inside an AI agent, the model picker lists the CLI agent providers (Codex, Claude Code, OpenCode, OpenClaw, Hermes) at the top of the provider rail.
Every run, one click away
The Runs pill in the top left of the canvas is now always there, even before this session’s first run. It shows the latest run’s status and when it happened, and clicking it opens the results popup for that run. Inside the popup, a run switcher lets you load any earlier run and see what each node produced, scrolling back through your run history without leaving the canvas.The results popup now also opens on its own after more kinds of runs. A Run from here run that starts partway through the flow, and runs started by a trigger like a schedule or a webhook, both open the popup the same way a full run does.- Typing a node’s exact name in the node palette now ranks that node first, instead of burying it under nodes that only mention the term in one of their fields.
- AI Fill now tells you when it had nothing to apply: whether it could not infer any values from your goal, every field was already set, or it needs output from an upstream node first.
- In live collaboration, changing an AI agent’s model and resizing custom interface components and sticky notes now sync to everyone in the workflow right away, instead of only after a reload.
More precise Google Drive and Calendar triggers
Google Drive and Google Calendar triggers now let you react to a specific kind of change instead of every change. Pick the exact event you care about and the workflow runs only for that, so downstream nodes and AI agents stay idle the rest of the time.- Google Drive adds On File Changed, On File Removed, On Folder Changed, and On Folder Removed, alongside the existing On Drive Change. Each one can be scoped to a single folder, so the trigger only fires for changes inside it.
- Google Calendar adds On Event Created, On Event Updated, On Event Cancelled, and On Event Tentative, alongside the existing On Calendar Event.
Trigger workflows from Discord
Connect Discord by signing in and installing the NoClick bot into your server, with no keys to copy. You can then start a workflow when an app event happens: your bot is added to or removed from a server, a premium entitlement is created, updated, or deleted, or a slash command is run. Wire the trigger into an AI agent, or add the Discord node as an agent tool provider so the agent can run Discord actions for you.- When an integration node is wired into an agent as a tool provider and it exposes a long list of actions, the operation picker now has a Show selected toggle that filters the list down to just the actions you have allowlisted. It works alongside search, and the checkboxes stay live so you can deselect right there.
- The setup view now shows the tool picker for nodes wired as agent tool providers, so you choose which actions to expose instead of seeing the single-action form.
Run results popup
When a manual run finishes, a results popup shows what each node produced. A left rail lists the nodes that ran, with a status icon for each, and the main panel shows the selected node’s output. For an AI agent, you see its final response along with the tool calls it made. Each node has an Open config shortcut to jump straight to its settings.Reopen the last run’s results any time from the Run results pill on the top left of the canvas. To stop the popup from opening on its own, click Don’t show again, then turn it back on under Settings in the new Popups section. These popups do not appear on mobile.Pressing Run on an automatic workflow
If a workflow only starts on its own, like on an incoming email, a new row, a schedule, or a webhook, pressing Run now explains that instead of doing a surprise one-off run. The popup lists what each trigger watches and the address or URL that fires it. From there you can Add a Run step to add a manual entry point, Open config for any trigger, or Run anyway for a single manual run.- Scheduled polling triggers (Gmail, Google Sheets, Notion, Google Forms) no longer run the rest of the workflow when a check finds no new data. A poll that turns up nothing is marked skipped, so downstream nodes, including AI agents, only run when there is something new.
Connect Google Search Console
A new Google Search Console node brings your search performance into workflows. Query clicks, impressions, click-through rate, and average position, manage your sites and sitemaps, and inspect how Google sees any URL. Sign in with your Google account, with no API keys to copy. You can also wire the node into an AI agent so it runs these operations for you.More precise triggers
GitHub and Linear triggers now fire on the exact event you choose instead of a broad category. Start a run when a pull request is merged rather than only closed, when an issue is opened, labeled, or assigned, when a release is published, and more. Linear now splits into created, updated, and deleted events for issues, comments, and projects. If you used a GitHub or Linear trigger before, reopen the node and pick the specific event you want.- Discord can now start workflows from Application Webhook events, including app authorization, entitlement changes, and lobby or game messages.
- The Free plan now includes 5 workflows.
Quicker workflow configuration
Finding the right action is now fuzzy and ranked. Search by any word order, by an abbreviation, or by words from the operation’s description, and the closest match jumps to the top, highlighted so you can press Enter to pick it. The same ranked search now powers the agent tool allowlist and every searchable dropdown.Multi-value list fields, like a message’s To, Cc, and Bcc or a list of feed URLs, now save as you type. A fresh empty box appears below the moment you fill the last one, so you no longer press Enter to add each value.- The AI builder’s questions now skip one at a time with a Skip button, and a Back button lets you revisit an earlier question. Any answers you already filled in carry over when you reply in chat, so you never repeat yourself.
- The onboarding questionnaire and the canvas tabs adapt to smaller screens, staying readable on phones and in narrow windows.
Email alerts and a weekly digest
NoClick now emails you when a workflow that runs on its own fails, when your credits run low, and when a run is blocked because you are out of credits. A Monday digest sums up your runs, failures, and credits used for the week. Manage each type in Settings, under Notifications, where every alert also carries a one-click unsubscribe link.- Emails sent by the Gmail and Outlook nodes now keep the line breaks you type in the body.
- On the Free plan, emails sent through the Gmail and Outlook nodes include a small “Sent from NoClick” footer. Paid plans send without it.
- Dropdown fields that load their options, like picking a sheet or a Linear team, now work as full comboboxes: type to filter, move through results with the arrow keys, and press Enter to select.
Host a workflow as an MCP server
A new hosting mode on the MCP node turns your wired integrations into a shareable MCP endpoint, so external clients like Claude and ChatGPT can call your workflow’s operations live.Agents reply to email
Wire the inbound email trigger to an agent and the agent can reply in the same thread, securely scoped to that conversation. A new send email node delivers notifications to your inbox, formatted from markdown, with a one-click disable link.- Scheduled nodes show their schedule right on the node card, and the AI builder can set schedules for you.
- Agents retry automatically when a model hiccup produces an empty turn.
- The AI builder no longer asks for credentials that nodes don’t need.
- The AI builder sets a default model for new agents instead of asking you to choose one.
- Connect triggers and tools to an agent straight from the chat sidebar and the agent’s config panel.
- An organization subscription now grants the org owner that plan’s monthly credit base.
Use your integrations as agent tools
Wire any integration node into an AI agent and the agent can call its operations directly, like creating a Linear issue or sending a Slack message. You choose exactly which operations the agent is allowed to use, and every tool call shows up live in chat and in run replays.Triggers fire straight into agents
Wire a trigger (Telegram, Slack, email, or an alarm) into an agent and the incoming event becomes the agent’s message, with conversations threaded per channel. Pair it with send operations to build a reply bot entirely on the canvas.- Mount GitHub repositories into a coding agent’s sandbox, with git and the
ghCLI already authenticated. - The navbar was redesigned with a credits pill that shows your exact remaining balance and a usage popover with precise billing windows.
- Agent model selection moved into a centered picker modal.
- 95 config fields across nodes now render as searchable dropdowns instead of free text.
An email address for every workflow
The new inbound email trigger gives a workflow its own @noclick.app address. Send it an email and the workflow runs with the message as its input.- Editing workflows on your phone got a big UX pass, with consistent node styling across desktop and mobile.
- Discord and Linear config pickers load their options dynamically.
Loops you can see
Lists no longer loop silently: one click converts a list reference into a visible iteration node on the canvas.- Searching the node palette can pre-select the matching operation, not just the node.
- Paste React, JSX, or HTML onto the canvas to create a ready-made interface component.
- Slack reads from scoped channels now run as you instead of the bot.
- The input panel gained a curated Fields tab: the most useful drag-and-drop references per node, with readable labels and live values.
- Republishing an interface app no longer breaks it with a stale API key.
Invite links for collaboration
Share a workflow with an invite link. Collaborators edit with you in real time and can run nodes using your credentials, without those credentials ever being copied to their account. Shared workflows now appear in your home grid with an ownership filter.Replay any past run
Click any run in the Logs tab to replay the exact graph state, per-node outputs, statuses, and errors. Logs are paginated with server-side search and filters.- The guided setup wizard was redesigned with a cleaner split-rail layout for configuring incomplete workflows.
- A new Submit External Form node fills and submits forms on external websites from a workflow.
- Webhook triggers support Basic, header, and JWT authentication on inbound requests.
- OAuth connections refresh more reliably across all integrations, fixing “connection randomly expired” failures.
- Cmd+C and Cmd+V copy-paste works again in the workflow editor.
- A shortcuts menu in the navbar lists every keyboard shortcut.
Clearer billing
Credits now show exact monthly windows and per-cycle topup balances, and the credits chip displays your precise remaining balance. Cancelling keeps your plan active through the period you already paid for.- Google connections are rejected upfront if the required permissions weren’t actually granted.
- Orphaned webhooks clean themselves up, and schedules that keep failing disable themselves instead of burning runs.
Command palette
Press⌘K anywhere to jump to any workflow, action, or setting.- Create credentials directly from Settings or the command palette, without opening a node.
- Config dropdowns across 27 nodes now search server-side for channels, boards, sheets, and more.
- Slack messages can send as you or as the bot, chosen per operation.
- Nodes show a run-status glow on the canvas, and the last run state survives reloads.
- Ctrl+drag pans the canvas on Windows and Linux.
A list view for your workflows
The workflow browser gained a list view with global search, integration logos, and keyboard navigation.Sign in with your AI subscription
CLI coding agents can sign in with your existing AI provider subscription instead of an API key.- The guided setup wizard got a redesign with a step bar and themed field inputs.
- Sharper rendering on small and low-resolution screens.
- Jira operations support pagination and filtering.
Chat with your agents in the Interface
A fullscreen chat block for agent nodes, with per-thread conversations and history.- Onboarding routes you to the right starting tab based on what you want to build, and a support call pill lives in the navbar.
- The canvas stops auto-zooming to failed nodes when a run errors.
- Each interface component is its own publishable app, with browser-style chrome and an in-node Publish button.
- OpenClaw joined Codex, Claude Code, and OpenCode as a CLI coding agent option.
- Reddit public feeds no longer require credentials.
- Token refresh fixes across OAuth integrations.
Event-driven triggers
Workflows now start in response to events from your apps, not just on demand: Typeform responses, GitHub and Linear events, Shopify store events, Twilio SMS, Gmail, Calendar, and Drive changes, plus Slack and HubSpot events, with per-event filtering and channel scoping.Delays that survive anything
The Delay node supports pauses of days or weeks that survive restarts, and suspended runs resume in their original execution.- New Resend node for transactional email.
- Click to add nodes and UX blocks from the palettes, in addition to dragging.
- The agent node’s model selector lives in its config form and stays in sync with the canvas.
Errors as data
Nodes can route failures through a dedicated error handle, so workflows treat errors as data.- Answer the AI builder’s questions by typing directly in the chatbox.
- Slack config fields gained a dynamic channel picker.
- Stop a single-node run with its own stop button.
- AI-created nodes auto-select your credential when you only have one.
- Resource pickers include a “Create new” option.
- Nodes referenced by an interface show a “Used by interface” badge.
A searchable action picker
Choosing a node’s operation is now a Spotlight-style searchable picker with readable names, categories, and trigger badges.- Hermes joined the CLI coding agent lineup.
- The mobile canvas moved to a lighter renderer, and background effects no longer crash iPhones.
Instagram scraping
Pull Instagram data into workflows with new scraping operations.- Supabase connections support OAuth.
- Shopify connections updated to the latest API version.
- The homepage loads with about 58% less JavaScript, so getting into the product is faster.
- The AI builder’s stop button now actually cancels the turn, runaway turns are capped, and resumed chats restore icons and reasoning logs.
- A floating plus button on the canvas opens the Nodes tab.
- Workflow cards show node count and last-edited time.
- X (Twitter) connections refresh their tokens automatically.
Skills
Give your agents reusable context: instructions with an optional workflow body, scoped to you, your organization, or everyone. The builder picks the relevant skills automatically on every turn.- An Edit tab on every node lets you change just that node with a prompt.
- LinkedIn scraping and Reddit feed operations.
- Model lists across agents stay current automatically, including daily-refreshed Codex and Claude Code models.
- Agents can fetch images from URLs mentioned in conversation.
New Free, Plus, and Pro plans
Plans were renamed and repriced, with monthly and annual checkout and promotion codes.- The sidebar remembers whether you left it open or closed.
Builds that pause and resume
AI builder runs are now durable: they pause on questions, survive disconnects and restarts, and can be resumed from the sidebar at any time.- Scroll to pan the canvas, with a wider zoom range and Cmd+drag panning.
- Checkout supports choosing annual or monthly billing.
- Fixed the operation selector disappearing on multi-operation nodes.
- AI Fill buttons on individual nodes draft a single node’s config for you.
- Paste an n8n workflow and the builder converts it for you, replacing the old one-to-one converter.
- The empty canvas now guides you: next-step hints, click-to-add, a drag or click mode toggle, and an interface build animation.
The agentic AI builder
Creating a workflow is now a conversation. The builder plans the graph, asks clarifying questions, requests credentials with inline OAuth, and fills in configs as you watch.- Agent image settings for Google and Imagen models.
- Select and act on multiple approval or activity items at once in the Feed.
- Template search matches multi-word queries against node types and labels.
Saved outputs in the input panel
Pull data from previously saved node outputs while configuring a node, so you can wire references without re-running upstream steps.- Output history is kept per node instead of per run.
Instant, ordered runs
Execution events now stream in order through a new relay: stopping is instant, run state restores when you reload, and long runs can be stopped from anywhere.- Public template pages show the workflow’s interface.
- Delete a workflow straight from the canvas menu.
- Iteration nodes show a progress indicator while looping.
- An SDK debug drawer shows interface activity, and node IDs are highlighted in interface code.
A visual refresh
The app moved to a darker black-zinc look, and node dragging got noticeably smoother.- New Cloudflare integration.
- SDK documentation went live, with TypeScript SDK fixes.
- Folders and workflows show their owner’s display name.
Custom interfaces and the SDK
Build a full custom app UI on top of any workflow: React and HTML interface nodes, a TypeScript and Python SDK with enforced permissions, and publishing for app nodes.Human-in-the-loop approvals
Gate sensitive steps behind an approval feed, with an activity feed of everything your workflows did.- X (Twitter) API tier support, so Basic and Pro API plans work with usage-based pricing.
- Set execution timeouts in settings, and the Delay node now allows up to 15 minutes.
- New Google Ads integration.
- CLI coding agents keep persistent storage for their sandboxes.
- The on-error node catches failures and routes recovery logic visually.
- Generate video and images with Kling AI from the agent node.
- Connect WhatsApp by scanning a QR code.
- Manage organization members and SSO from settings.
CLI coding agents in workflows
Run Codex, Claude Code, and OpenCode as agent nodes inside workflows.- Plan limits are now enforced consistently across features.
- New Instantly integration.
- Folder sharing got finer-grained access rules.
- Generate video from the agent node.
- A Credentials tab in Settings lists and manages all your connections.
- Set a minimum credit balance below which a workflow won’t run.
Agents that set alarms
Agents can set alarms to wake themselves at chosen times.- Agents remember chat history across conversations.
- View any workflow fullscreen.
- Drag and drop workflows between folders.
- New TikTok and Affinity CRM integrations.
- Save templates as drafts before publishing.
- Link directly to a specific node or field, and link out to external resources from configs.
One-click autolayout
Untangle the whole graph with one click.- Deleted workflows move to a trash folder, and folders can be deleted.
- Template authors can script guided onboarding with a custom setup node and stored variables.
Embed templates anywhere
Embed workflow templates on external sites.- Report bugs and request features from inside the product.
- Fixed multi-device logout, personal workflow and folder sharing, and Stripe top-ups.
Run from any node
Run a single node, or resume execution from any node.- MCP responses include HTML widgets and generated card images.
- Ask a teammate or client to connect an account through a secure emailed link.
- AI builder usage is metered with clear pricing, and organizations bill to the owner’s account.
Workflow interfaces are generally available
Every workflow can have a user-facing interface with forms, blocks, and tabs, rendered straight from the canvas. Out of beta for everyone.- Node outputs persist across sessions.
- New WordPress integration.
- A step-by-step guided setup walks you through configuring a new workflow.
- Upload files, images, audio, and video into workflows with managed storage.
The NoClick MCP server
Control NoClick from Claude or ChatGPT: build and edit workflows, run nodes, and manage configs over MCP.- New Word and Microsoft To Do integrations.
- New Excel, OneDrive, and ElevenLabs integrations.
- New WhatsApp Business integration.
- Google Sheets can build ranges for you.
More logic nodes
A State node for stateful workflows, a proper Switch node, and an MCP client node for calling external MCP servers.- Expandable JSON fields support drag-and-drop references.
- Real-time collaborative editing syncs more reliably.
- YouTube comment retrieval supports time-based filters, and GitHub gained pull request review operations.
- Give nodes custom labels.
- Node outputs are easier to inspect.
- Guided setup walks you through incomplete nodes on the canvas.
Import from n8n
Paste an n8n workflow and NoClick converts it to a native workflow.- The Delay node pauses workflows between steps.
- Export workflows as files and re-import them.
- The Iteration node loops over lists with proper aggregation of results.
- Node errors are far more visible.
Run custom JavaScript
Execute your own JavaScript inside workflows.- Google Sheets handles values and formatting better.
- A new Filter node filters and transforms data between steps.
- Stop a running workflow with one click.
- A new CSV input node imports and previews CSV data.
- A public integrations directory lists every available node.
- The remaining Google services arrived as nodes, with corrected scopes.
- A get-started checklist guides your first steps.
AI workflow generation
Describe what you want and NoClick drafts the workflow for you. Refine it with follow-up messages in chat.- New Twilio integration.
- A short onboarding questionnaire helps you reach your first working workflow faster.
Templates library
Browse ready-made workflow templates and publish your own.Share with a public URL
Publish a workflow at a public URL anyone can view.- New Perplexity, Typeform, and Dropbox integrations.
- New Hacker News, Mailchimp, Supabase, and Semrush integrations.
- Share credentials and saved outputs along with a workflow.
- New Canva integration.
- New HubSpot integration.
- New Apify integration.
Sharing and collaboration
Share workflows and databases, edit together with live presence, and fork shared workflows.- New Jira integration.
Enterprise SSO and the Team plan
Okta and SAML SSO arrived, along with a Team plan, workspace member limits, and a new pricing page.- New Postgres, Redis, and RSS integrations.
- New Slack and Bluesky integrations.
- Save workflow checkpoints and restore them later.
- New X (Twitter) and Shopify integrations.
- New Apollo and Instagram integrations.
Custom tools for agents
Give agents custom tools with the new tool node.- New Discord integration.
- Publish public forms that run workflows on submit.
Chat with the agent node
Talk to an AI agent node directly in the editor.- New Google Calendar and Outlook integrations.
- Run sandboxed Python functions as workflow steps.
A 10x faster editor
The workflow editor became an order of magnitude faster.- New Notion integration.
Webhooks and schedules
Trigger workflows from inbound webhooks, including Telegram bots, or run them on a cron schedule.- New LinkedIn and Reddit integrations.
- New Salesforce integration.
- A much deeper Gmail node with more operations.
- New Google Drive and YouTube integrations.
- New Airtable integration.
- GitHub connections support OAuth.
- New GitHub integration.
- Keyboard shortcuts in the workflow editor.