- Home
- Resources
- Integrations
- Braintree
Braintree Make integrationAutomate Braintree with Make.
What can Braintree do inside Make without a developer? The Braintree Make integration gives you 10 modules: 2 triggers, 6 actions and 2 searches around customers and transactions. This guide is for merchants and ops teams, and it walks you from the connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Braintree Make integration let you automate?
The Braintree Make integration links your Braintree merchant account to Make, a visual tool where you chain apps together without code. Make reads your new customers and transactions, then creates, updates, looks up or deletes customer records for you, so payment data reaches the rest of your stack on its own.
Welcome every new buyer. Watch New Customers spots each customer added in Braintree, and the next module can push that person into your CRM, a mailing list or a shared sheet. Nobody copies names by hand anymore.
Keep a clean payment log. Watch New Transactions picks up fresh transactions, and Get a Transaction pulls the full record when you need more detail. Finance gets one tidy list instead of exports.
Keep customer records in sync. When a client changes details in your own tools, Search Customers finds the matching Braintree profile and Update a Customer rewrites it. Create a Customer covers the people who do not exist yet.
What Make does not give you here: there is no instant trigger, so both triggers run on a schedule, and there is no generic Make an API Call module. For anything outside the ready-made modules, Execute a GraphQL Query is the way in. If you are still weighing your tools, the n8n vs Make comparison lays out the differences, the Make review walks through the editor, and Make pricing explains how operations are billed.
How do you connect your Braintree account to Make?
- 01
Collect your API keys in Braintree
In Braintree, click the gear icon at the top right, choose API, then scroll down to API Keys. Copy the Environment and the Public key. For the Private key, click View in its column first, then copy it.
- 02
Open the connection window in Make
Add any Braintree module to your scenario and click Create a connection. A connection is your Braintree account linked to Make once and then reused by every Braintree module. The Connection name field is optional but handy.
- 03
Paste the credentials and save
Enter the Environment, Public key and Private key you copied, or follow the on-screen instructions, then save. Make can now read your Braintree data and fill the module fields with what it finds in your account.
Your first scenario: turn each sign-up into a Braintree customer
GoalWhen someone signs up in another app you use, Make creates the matching customer in Braintree.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big +. A scenario is the automation you build: a chain of modules, each one a single brick like a trigger or an action.
- 02
Start from your sign-up tool
Pick the trigger of the app where people sign up, such as your form tool or CRM, and create its connection. This first module starts the scenario each time a new sign-up shows up.
- 03
Add Create a Customer
Click the + on the right, search for Braintree, choose Create a Customer and click Create a connection if your account is not linked yet. Map the sign-up details into its fields.
- 04
Test with Run once
Click Run once to execute the scenario one time. Open each module and read the bundles it received: a bundle is one item passed along, here one new customer.
- 05
Schedule and switch it on
Open the clock on the first module to set the schedule, which is every 15 minutes by default on a new scenario. Then switch the scenario on so it keeps running without you.
What can start a Braintree scenario?
2 modules start a scenario when something happens in Braintree. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Braintree as soon as it happens.
Watch New Customers
Scheduled triggerIn Make“Watches for new customers.”
Watch New Customers hands you every customer freshly added to your Braintree account, one bundle per person, ready to flow into the next module. It is the natural starting point when a new buyer should show up somewhere else without anyone retyping the record.
Watch New Transactions
Scheduled triggerIn Make“Watches for new transactions.”
Watch New Transactions turns each new Braintree transaction into a bundle your scenario can log, report on or route to finance. You get a steady feed of payment activity out of Braintree, without exporting anything by hand.
What can you do with Braintree in Make?
Braintree gives you 8 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Customer
ActionIn Make“Creates a new customer.”
Create a Customer adds a new customer profile to Braintree from data that lives elsewhere, so the buyer already exists in Braintree before any payment happens.
Delete a Customer
ActionIn Make“Deletes a customer.”
Delete a Customer removes a customer profile from Braintree, which keeps your account tidy when someone leaves or asks to be erased from your records.
Execute a GraphQL Query
ActionIn Make“Performs an arbitrary authorized GraphQL query.”
Execute a GraphQL Query lets you send your own authorized GraphQL query to Braintree, which opens up anything the ready-made modules leave out.
Get a Customer
ActionIn Make“Retrieves a customer.”
Get a Customer fetches one known customer from Braintree with their full details, so later modules can use the complete record instead of a partial one.
Get a Transaction
ActionIn Make“Retrieves a transaction.”
Get a Transaction pulls the full record of one specific Braintree transaction, which helps when a summary is not enough to reconcile a payment or answer a customer.
Update a Customer
ActionIn Make“Updates a customer.”
Update a Customer rewrites an existing Braintree customer with fresh information, so the profile stays aligned with what your CRM or billing tool knows.
Search Customers
SearchIn Make“Searches for customers.”
Search Customers looks through your Braintree customers and returns the ones that match, which is how you check whether someone already exists before acting.
Search Transactions
SearchIn Make“Searches for transactions.”
Search Transactions finds the Braintree transactions that match what you look for, giving you a batch of payments to report on or reconcile in one pass.
Need help automating Braintree with Make?
A person reads every message.