Moxie Make integrationAutomate Moxie with Make.
Tired of retyping the same client into Moxie after every signed deal? The Moxie Make integration gives you 20 modules: one instant trigger, 13 actions and 6 searches. This guide shows freelancers and small agencies how to link the account and run a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Moxie Make integration do for you?
The Moxie Make integration links your Moxie workspace to Make, a no-code tool where you chain apps together. Moxie can alert Make the moment an event happens, and Make can create clients, projects, invoices, expenses or time entries in Moxie for you, with no code and no API knowledge.
A new lead becomes a real client file. When someone fills in a form on your site, Make can run Create a Client, then Create an Opportunity, so the prospect lands in your sales pipeline instead of your inbox.
Money gets recorded where it belongs. Search Payable Invoices finds the open invoice, and Apply a Payment to an Invoice marks it as paid when a payment tool confirms the transfer. Receipts can follow the same path with Create an Expense.
Work gets logged without copy and paste. A timer in another tool can feed Create a Time Entry, and a message from a client can open a ticket with Create a ticket.
Make only knows what the module list shows. For anything else, the Make an API Call module reaches the Moxie API with the same connection. The Moxie documentation on the Make side is AI-generated and flagged as possibly inaccurate, so test each module with Run once before trusting it. If you are weighing tools, read the n8n vs Make comparison, check Make pricing, or follow the Make training to go further.
How do you connect your Moxie account to Make?
- 01
Copy your API key in Moxie
In Moxie, open Workspace settings, then Connected Apps and Integrations. Click Enable Custom Integration. Moxie shows an API key and, just below it, a Base URL. Copy both: Make asks for the pair.
- 02
Add a Moxie module in Make
In your scenario, add any Moxie module and click Create a connection. A connection is your Moxie account linked to Make once and reused by every Moxie module. The Connection name field is optional; a clear name helps if you run several workspaces.
- 03
Paste the credentials and save
Paste the API key and the Base URL you copied, then save. Make now reaches your workspace, and the module fields can list what they read from Moxie. You need an active Moxie account for this to work.
Build your first scenario: form lead to Moxie project
GoalWhen a prospect submits a form in another app, Make creates the client in Moxie and opens a project for them.
- 01
Create the scenario
From 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.
- 02
Pick the form app as the starting point
Search your form tool by name and choose its trigger for new submissions. Link that account through its own connection. Each submission becomes a bundle, one item passed to the next module.
- 03
Add Create a Client
Click the + on the right, search Moxie, pick Create a Client and select your Moxie connection. Map the name and email from the form bundle into the client fields.
- 04
Chain Create a Project
Add Create a Project after it and map the client created one step earlier. The new project now belongs to the right client without you touching Moxie.
- 05
Test with Run once
Click Run once, then submit a test entry in your form. Open the bubble above each module to read the bundles it received and check the client and project in Moxie.
- 06
Schedule and switch it on
Set the schedule on the first module. A new scenario checks every 15 minutes by default, and the Free plan cannot go below that. Turn the scenario on and it keeps running.
What starts a Moxie scenario
1 module starts a scenario when something happens in Moxie. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Moxie as soon as it happens.
Watch Events
Instant triggerIn Make“Gets instant notifications about new events.”
Watch Events hands you a live feed of what happens in your Moxie workspace, so a scenario can react to new events without you polling anything. Each event reaches Make as one bundle you can route to Slack, a spreadsheet or another Moxie module.
Every Moxie module, and when to pick it
Moxie gives you 19 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Apply a Payment to an Invoice
- Approve a Deliverable
- Create a Client
- Create a Contact
- Create a Form Submission
- Create an Expense
- Create an Invoice
- Create an Opportunity
- Create a Project
- Create a Task
- Create a ticket
- Create a Time Entry
- Make an API Call
- List Clients
- List Workspace Users
- Search Clients
- Search Contacts
- Search Payable Invoices
- Search Projects
Apply a Payment to an Invoice
ActionIn Make“Applies a payment to an open invoice within Moxie.”
Closes the loop on getting paid: this module records a payment against an invoice that is still open in Moxie, so your books match your bank without a manual edit.
Approve a Deliverable
ActionIn Make“Approves a deliverable that is in Client Workflow status.”
Signs off a deliverable for you, moving the work forward without opening Moxie. It only acts on deliverables sitting in the Client Workflow status.
Create a Client
ActionIn Make“Creates a new client record in the CRM.”
Gives you a fresh client record in the Moxie CRM, the anchor that projects, invoices and contacts attach to later.
Create a Contact
ActionIn Make“Creates a new contact record in the Moxie CRM and optionally associates the contact with a client record.”
Adds a person to the Moxie CRM, and you can tie that person to a client record in the same step. Pick it over Create a Client when the company already exists and you only need a new face.
Create a Form Submission
ActionIn Make“Creates a new form submission in the Moxie CRM which can optionally be attached to a Form Template or create an opportunity in the Sales Pipeline.”
Brings answers collected elsewhere into Moxie as a form submission. You can attach it to a Form Template, or let it open an opportunity in your Sales Pipeline straight away.
Create an Expense
ActionIn Make“Creates an expense in the Moxie accounting records and optionally associates with a client and vendor record.”
Records a cost in the Moxie accounting records, optionally linked to a client and a vendor, so spending shows up next to the work it belongs to.
Create an Invoice
ActionIn Make“Creates an invoice record in the Moxie CRM with supplied line items. The invoice can optionally be sent using a pre-configured email template and dynamic contact list.”
Builds an invoice in Moxie from the line items you pass in, and can send it right away using an email template you set up beforehand and a dynamic list of contacts.
Create an Opportunity
ActionIn Make“Creates a new opportunity in the sales pipeline.”
Drops a new deal into the Moxie sales pipeline, so a warm lead gets tracked from the first touch instead of living in a notes app.
Create a Project
ActionIn Make“Creates a new project in the Moxie CRM.”
Opens a new project in the Moxie CRM, the container for the tasks, time and deliverables of one job.
Create a Task
ActionIn Make“Creates a task in the project management system.”
Puts a to-do into the Moxie project management system, so work requested elsewhere turns into something assigned and trackable.
Create a ticket
ActionIn Make“Creates a new ticket”
Opens a support ticket in Moxie, which keeps client requests apart from planned project tasks.
Create a Time Entry
ActionIn Make“Creates a new time entry record in the workspace.”
Logs time into your Moxie workspace, which is what lets billable hours reach an invoice later without retyping.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Opens the whole Moxie API to your scenario with the connection you already set up, for anything the ready-made modules do not cover.
List Clients
SearchIn Make“Lists all clients in the Moxie workspace.”
Returns every client in your Moxie workspace, each one as its own bundle, which is handy for syncing or reporting.
List Workspace Users
SearchIn Make“Lists all users and permissions in the Moxie workspace.”
Shows who belongs to your Moxie workspace and what permissions each person holds, one bundle per user.
Search Clients
SearchIn Make“Searches clients by name or contact information.”
Finds clients by name or contact details, so a scenario can reuse an existing record instead of creating a twin.
Search Contacts
SearchIn Make“Searches contacts in the workspace by first name, last name or email.”
Looks up people in your workspace by first name, last name or email, and brings back the matching contacts.
Search Payable Invoices
SearchIn Make“Finds invoices in the CRM that are currently in a payable state.”
Pulls out the invoices that are still waiting for payment, which gives you the list of money you are owed.
Search Projects
SearchIn Make“Searches for active projects.”
Finds the active projects in Moxie, the step that tells a scenario where a new task or time entry should go.
Need help automating Moxie with Make?
A person reads every message.