Fomo Make integrationAutomate Fomo with Make.
Can Make push events into your Fomo feed on its own? Yes. The Fomo Make integration gives you 6 modules: 5 actions and 1 search. This page shows how to link your account, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Fomo Make integration do for you?
The Fomo Make integration lets a Make scenario, meaning the automation you build in Make as a chain of modules, write to your Fomo account for you. It can add an event to your live Event feed, change it, look it up or remove it, using data that comes from your other apps.
A feed that fills itself. When a sale, a sign-up or a form reply lands in another app, Create an Event sends the details to your live Event feed. Nobody copies anything by hand, and the event carries the data mapped from the previous module.
Events that stay accurate. A customer fixes a typo in their name, or an order gets edited. List Events finds the matching event by external ID or email, then Update an Event changes the values that moved. If the order is cancelled, Delete an Event takes the event out of the feed.
Anything the list does not cover. Fomo has no trigger in Make, so a scenario always starts from another app or from a schedule. For endpoints that the five named modules skip, Make an API Call reuses the same connection to reach the rest of the Fomo API.
Many apps also exist on the n8n side; if you are weighing both tools, read n8n vs Make first. To check plans before you start, see Make pricing, and if you would rather learn the editor step by step, the Make training covers it.
How do you connect your Fomo account to Make?
- 01
Copy your API token in Fomo
In Fomo, select your website and open Settings. Go to the Site section and copy the API token shown near the bottom of the page. You need an active Fomo account for this to work.
- 02
Add a Fomo module in Make
In your scenario, add any Fomo module, for example Create an Event, and click Create a connection. A connection is your Fomo account linked to Make once, then reused by every Fomo module you add later.
- 03
Name it and paste the token
The Connection name field is optional, but a clear name helps when you run several websites. Paste the token you copied, or follow the on-screen instructions, and save. Make can now read and write your Fomo events.
Build your first scenario with Fomo
GoalWhen a new order arrives in your shop app, Make creates a matching event in your Fomo live feed.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the + to add the first module. Since Fomo has no trigger, this first module comes from the app where your orders live.
- 02
Pick the starting app
Search your shop or form app by name, choose the module that returns new orders and click Create a connection for that app. Each order it finds becomes a bundle, one item passed to the next module.
- 03
Add Create an Event
Click the + on the right of the first module, search Fomo and choose Create an Event. Pick your Fomo connection, then map the customer and order data from the previous module into the event fields.
- 04
Test with Run once
Click Run once to execute the scenario a single time. Read the bundles each module received, then check your Fomo feed to see the new event.
- 05
Schedule and switch it on
Open the clock on the first module to set the schedule, every 15 minutes by default for a new scenario, then switch the scenario on. Each run of each module counts as one operation on your Make plan.
What each Fomo module does
Fomo gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create an Event
ActionIn Make“Send notification parameters to your live Event feed.”
This module adds a fresh event to your live Event feed in Fomo, filled with the values you map from earlier modules, so a sale or sign-up recorded elsewhere shows up in Fomo without anyone typing it.
Delete an Event
ActionIn Make“Deletes a Fomo event by ID.”
Delete an Event removes one Fomo event by its ID, which keeps your feed free of entries that should no longer appear there, such as a refunded or cancelled purchase.
Get an Event
ActionIn Make“Fetch an event object by ID.”
Get an Event hands you the full content of one Fomo event when you already hold its ID, so the next modules can reuse its values without guessing.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call gives you access to any endpoint of the Fomo API through the same connection, which covers the requests that the five named modules do not offer.
Update an Event
ActionIn Make“Change key-value pairs of an existing Fomo event.”
With Update an Event, an existing Fomo event gets new values for the key-value pairs you map, so a correction edits the entry already in the feed instead of adding a second one.
List Events
SearchIn Make“Fetch an event object by external ID or email address attribute.”
List Events finds Fomo events from an external ID or an email address, which is how you connect a record from your own tools to the matching event in Fomo.
Need help automating Fomo with Make?
A person reads every message.