Zep Make integrationAutomate Zep with Make.
Need your chatbot to remember what each user already said? The Zep Make integration gives you 5 modules: 4 actions and 1 search. This page shows how to link your Zep account, then walks you through a first scenario that saves conversation memory into a session.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Zep Make integration do for you?
The Zep Make integration lets a Make scenario, the automation you build as a chain of bricks called modules, write to and read from Zep without code. You can create users, open sessions for them, add memories to a session and pull that memory back when a conversation needs context.
A support assistant that keeps context. When a customer writes through your help desk app, Add a Memory to a Session stores the exchange, and Get Memory from a Session hands it back before the next reply is drafted. Each item that travels between modules is called a bundle, here one message.
Clean onboarding for new accounts. A signup in your CRM can run Add a User, then Add a Session with that User ID, so every new customer starts with a place for their history. If your contacts live in a table, the Airtable Make integration can feed those records in.
Anything the list does not cover. Make an API Call reaches any endpoint of the Zep API with the same connection, which is the way to go past the four ready-made actions.
Be clear on the limits: Zep has no trigger in Make, so a scenario starts from another app or from a schedule. Zep also has a node in n8n; the Zep n8n integration page and the n8n vs Make comparison help you weigh the two tools.
How do you connect your Zep account to Make?
- 01
Open the connection window
Add any Zep module to your scenario and click Create a connection. A connection is your Zep account linked to Make once, then reused by every Zep module you add later.
- 02
Name it and authorize Make
Give the connection a name if you run several Zep projects, so you can tell them apart. Then follow what the window asks: either approve Make on the Zep page that opens, or paste the key Zep gives you.
- 03
Save and check
Click Save. The module now shows your connection in its dropdown, and you can fill its fields. If the save fails, the key or the authorization is the first thing to look at again.
Build your first scenario with Zep
GoalWhen a new message comes in through another app, Make stores it as memory in the matching Zep session.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to place the first module. This first spot goes to the app where your messages arrive, not to Zep.
- 02
Pick the starting app
Search for the app that receives the conversation, choose its module and link your account with Create a connection. Its output, one bundle per message, is what Zep will store.
- 03
Add the Zep action
Click the + on the right of that module, search for Zep and choose Add a Memory to a Session. Give it the session ID, then map the message coming from the previous module.
- 04
Test with Run once
Click Run once, send a test message in the starting app, then open the bubbles to read the bundles each module received. Confirm in Zep that the memory landed in the right session.
- 05
Schedule and switch on
Set the schedule on the first module (every 15 minutes by default) and turn the scenario on. From now on, every run counts operations, one per module and per bundle, on your Make plan.
What the Zep modules do in Make
Zep gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Add a Memory to a Session
ActionIn Make“Adds a new memory to a session.”
Saves a new piece of memory inside an existing Zep session, so the conversation history grows with each message your scenario passes along.
Add a Session
ActionIn Make“Creates a new Session with the specified User ID.”
Opens a fresh session in Zep for a given User ID, giving that person a container where every future memory of the conversation will sit.
Add a User
ActionIn Make“Adds a User.”
Registers a person in Zep so sessions and memories can be attached to them, which keeps each customer's history separate from everyone else's.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Calls any endpoint of the Zep API with the connection you already set up, which opens up everything the four ready-made modules leave out.
Get Memory from a Session
SearchIn Make“Retrieves the memory from a specified session ID.”
Reads back the memory stored in a session you point to by its ID, so the next module can answer with the full context of the conversation.
Need help automating Zep with Make?
A person reads every message.