Automate your business,
minus
the code

Build powerful automations for order processing, inventory management, customer service, and more.
Your order has shipped!Suppliertransactions@supplier.comYour order will arrive onOctober 25Track your packageOrder #ADX34LGMShipping Address:1600 Pennsylvania AveWashington, DC 20500Details25 x ZenithTech Bluetooth Headphones14 x ApexGear Gaming Mouse30 x ApexGear Gaming MouseEXTRACTโ€œOrder Numberโ€GOOGLE SHEETโ€œShipmentsโ€FIND ROWby โ€œOrder Numberโ€ShippedUPDATEโ€œStatusโ€StatusOrderedBOrder #NCU04APQA12OrderedBFR82PBD3OrderedADX34LGM4Shipped
Demo
We can update our inventory in Google Sheets when we receive new shipping updates from Gmail.
ChatGPT extracts the tracking number from the email.

๐Ÿ”จ Build pretty much anything

Minus offers a powerful set of nodes that can be used to build workflows. There are nodes for tons of common business tasks:
Tables & Spreadsheets
AI
Email
Messaging
Text Processing
APIs
Math
Tables & Spreadsheets
Import, query, transform, and update data with ease.
Data is the lifeblood of any business. Minus makes it easy to work with data from Google Sheets and Airtable, with more integrations coming soon.
AI
Leverage AI to automate the un-automatable.
Before the advent of AI, certain tasks were impossible to automate. Minus makes it easy to integrate AI into your workflows.
Email
Send & receive emails from workflows.
Trigger a workflow when you receive an email, or send an email when a workflow completes. Even use AI to generate the email content.
Messaging
Send & receive messages from workflows.
Minus makes it easy to send and receive messages via SMS, Slack, Discord, and more from your workflows. It's the perfect way to reach customers or notify your team.
Text Processing
Modify text, extract data, and more.
Minus offers a powerful set of text processing nodes. Templates make it simple to construct custom messages from your data. If you're a wizard with regular expressions, you can use those, too.
APIs
Use services we don't support yet.
If we don't have an integration, don't stress! Minus has nodes for working with HTTP requests and raw data, allowing you to integrate with any service that has an API.
Math
Crunch the numbers.
Minus has a set of math nodes that makes it easy to perform common calculations.

๐Ÿ“ Visual editor anyone can use

Building workflows is as easy as drag & drop. If you can draw a flowchart, you can build an automated workflow.
1. Drag & drop nodes
Each node represents a single task.
2. Draw connections
Connect nodes to define the flow of data.
3. Go live
Workflows are live in one click.
4. Monitor results
See the results of your workflows in real-time.

Connect your favorite apps

We're constantly working on new integrations, and we're always open to suggestions. If you don't see an integration you need, let us know ๐Ÿ“ง
Airtable logo
Airtable
Gmail logo
Gmail
Sheets logo
Google Sheets
OpenAI logo
ChatGPT

Need more power?

โšก
Never fear, write your own code! Minus has a Custom Code node that lets you write sandboxed JavaScript code to do anything you want.
Pro tip: Code can be piped into a node just like any other data. This means you can load code from a remote source, or even run code that AI generates on the fly!
1 2 3 4 5 6 7 8 9 10 11 /* * This code let's us do things that aren't possible * with other nodes. */ outputs.answer = inputs.numbers.reduce( (acc, curr, i) => Math.pow( acc, i % 2 == 0 ? curr : -curr ) )