Payment Alerts Part 2: Using Gmail Filters to Never Miss a Sale
Hello, I’m the owner of AutomateOwner. I run my own shop and, like you, I'm obsessed with making things run themselves. In my last post, we set up the basic Gmail environment. Now, it’s time to get specific: how do we actually "catch" the right emails? Among the hundreds of marketing emails and newsletters we get daily, we need a way to pull out only the ones that mean money in the bank. We do this using Gmail search filters.
Think of it like setting a specific type of bait when you go fishing. Every payment processor—whether it’s Stripe, Square, or your bank—sends notifications with different subject lines and from different addresses. You don't need to know how to code to filter these. You just need to know a few simple rules that you can copy and paste.
Three Gmail Search Rules to Remember
To build a filter, we primarily use three components: from, subject, and OR. By combining these, you can tell Gmail: "Only show me emails that come from Square OR PayPal that have the word 'Payment' in the subject."
from:Follow this with the sender's email address or domain. (e.g., from:stripe.com)subject:Follow this with the specific words found in the email title. (e.g., subject:Order)OR(Must be capitalized): Use this to group multiple conditions. It means "this or that."
When using these, it is best to use double quotes ("") for exact phrases. For example, subject:"New Order" ensures you only find emails where those two words appear exactly in that order.
7 Practical Keyword Examples for Business Owners
Here are the settings for the most common payment services used in the US. Choose the ones that match your business stack.
1. Shopify
from:shopify.com subject:"New order"
Shopify sends an email for every sale. Using this filter ensures you never miss a new customer order.
2. Stripe
from:stripe.com subject:"Successful payment"
If you run a service business or a subscription model, this catches every successful transaction processed through Stripe.
3. Square (Point of Sale)
from:messaging.squareup.com subject:"Payment Received"
For those running brick-and-mortar shops, Square sends these notifications for your daily transactions.
4. PayPal for Business
from:paypal.com subject:"Notification of payment received"
PayPal's subject lines are very specific. This filter helps you ignore the standard marketing fluff PayPal sends out.
5. QuickBooks Online
from:quickbooks.com subject:"Payment Confirmation"
If you send invoices to clients, this is the best way to track when those invoices are actually paid.
6. Zelle (Business Banking)
from:chase.com subject:"Zelle"
(Replace 'chase.com' with your specific bank domain like wellsfargo.com). Many small contractors receive payments via Zelle; this catches the bank's alert immediately.
7. Venmo for Business
from:venmo.com subject:"paid you"
Venmo is increasingly common for small vendors. This simple phrase is the standard subject line for incoming funds.
How to Catch Everything at Once
What if you use Shopify, Square, and PayPal and want to monitor all of them in one go? This is where the OR operator and parentheses come in. It looks like this:
(from:shopify.com OR from:squareup.com OR from:paypal.com) subject:(Order OR Payment OR Paid)
This command tells Gmail: "Find any email from Shopify, Square, or PayPal that also contains the words Order, Payment, or Paid in the subject." Before I started using this syntax, I was manually checking my inbox every 20 minutes. This one line of logic saves me at least 30 minutes of manual work every day.
One word of caution: payment processors occasionally update their email formats. After you set this up, I recommend doing a $1 test transaction to make sure the notification is still being caught by your filter.
Setting up these keywords is like giving your automation "eyes." Once the eyes can see the right data, the "hands" of your automation can start working. In Part 3, I’ll show you how to take these filtered emails and automatically extract the specific dollar amount and the customer's name.
If you’d rather not set this up from scratch and want a ready-to-use template, you can check out the tool I’ve built for other owners below.
Get the Ready-to-Use Payment Notification Automation Template
Comments
Post a Comment