- Home
- Resources
- Integrations
- Memberstack
Memberstack Make integrationAutomate Memberstack with Make.
Can Make react the moment someone joins your Memberstack site? Yes: the Memberstack Make integration gives you 14 modules, 6 of them instant triggers. This guide links your account, builds a first scenario with you and explains each module in plain words.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Memberstack Make integration do for you?
The Memberstack Make integration links your Memberstack account to Make, a visual tool where you build a scenario: an automation made of modules, each module being one brick that watches, acts or searches. Memberstack tells Make when a member signs up, changes, leaves or gets a plan, and Make can create, update or look up members in return.
Welcome every new member with the right access. Watch New Members starts the scenario when someone signs up, and Add a Free Plan to Member gives that person a starter plan without anyone opening the dashboard.
Follow each subscription from first plan to cancellation. Watch Added Member Plans, Watch Updated Member Plans and Watch Canceled Member Plans pass every plan change to Make, so a revenue sheet or a support tool shows where a subscription stands, renewals and billing periods edited in Stripe included.
Keep your other tools clean when an account disappears. Watch Deleted Members fires when a member is removed, the right moment to clear that person from a mailing list or from a member table like the one described in the Airtable Make integration.
The listed modules cover members and free plans only. For any other part of the Memberstack API, Make an API Call reuses the same connection. The same app often has an n8n node as well; the n8n vs Make comparison puts the two side by side, and Make pricing explains how Make counts operations, one operation being one module run on one item.
How do you connect Memberstack to Make?
- 01
Copy your secret API key
Log in to Memberstack and open the dashboard, then go to the section where your secret keys are managed. Copy the API key shown for the environment your site runs on. Make only needs it once.
- 02
Create the connection in Make
In your scenario, add any Memberstack module and click Create a connection. A connection is your Memberstack account linked to Make. The Connection name field is optional, but a clear label helps you find it later.
- 03
Paste the key and save
Paste the secret key you copied, or follow the on-screen instructions, then confirm. Every other Memberstack module in your scenarios can now pick this connection from its list instead of asking for the key again.
Build your first scenario with Memberstack
GoalWhen a new member signs up in Memberstack, Make adds a free plan to that member.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + in the editor. Search for Memberstack and pick Watch New Members as the first module.
- 02
Set up the trigger
Click Create a webhook, then Create a connection with your secret key. This trigger is instant: Memberstack calls Make through the webhook as soon as a member is created.
- 03
Add the free plan
Click the + on the right of the trigger and add Add a Free Plan to Member. Fill its fields by mapping the member that comes out of the first module, and choose the free plan to give.
- 04
Test with Run once
Click Run once, then sign up a test member on your site. Each module shows the bundle it received, one bundle being one item passed along, so you can check the plan reached the right person.
- 05
Switch it on
Save and switch the scenario on. From then on, each new member runs it, and every module run counts as one operation on your Make plan.
Which Memberstack events can start a scenario?
6 modules start a scenario when something happens in Memberstack. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Memberstack as soon as it happens.
Watch Added Member Plans
Instant triggerIn Make“Triggers when a plan is added to a member. Memberstack allows member's to have multiple plans, and this trigger fires each time a plan is added to a member.”
Receive a bundle in Make each time a member gains a plan. Memberstack lets one member hold several plans at once, so this trigger fires once per plan added, not once per person.
Watch Canceled Member Plans
Instant triggerIn Make“Triggers when a member's plan is canceled.”
Hear about every cancellation as it happens, so churn never goes unnoticed. The scenario starts when a plan held by a member is canceled.
Watch Deleted Members
Instant triggerIn Make“Triggers when a member is deleted.”
Keep your other tools in line with Memberstack: this trigger starts a scenario when a member account is deleted, so the removal can travel everywhere that person was copied.
Watch New Members
Instant triggerIn Make“Triggers when a new member is created.”
Get every signup into Make the instant it happens. Each new member created in Memberstack arrives as one bundle, ready to be sent to the rest of your tools.
Watch Updated Member Plans
Instant triggerIn Make“Triggers when a member's plan is updated. Any time the status of the plan updates or payment period updates (e.g. when a subscription renews, if the billing period is edited in the Stripe dashboard, etc.).”
Stay informed about everything that happens to a plan after it starts. This trigger fires when the status of a member's plan changes or when its payment period moves, for example on a renewal or when the billing period is edited in the Stripe dashboard.
Watch Updated Members
Instant triggerIn Make“Triggers when a member is updated.”
Pass profile changes on to your other tools without copying them by hand. The scenario starts whenever a member record is updated in Memberstack.
What can Make do in Memberstack?
Memberstack 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
Add a Free Plan to Member
ActionIn Make“Adds a free plan to a member.”
Give an existing member one of your free plans without opening the Memberstack dashboard.
Create a Member
ActionIn Make“Creates a member with no plans or a free plan.”
Open a Memberstack account for someone from any other app, either with no plan or directly with a free plan.
Delete a Member
ActionIn Make“Deletes a member.”
Remove a member account from Memberstack as part of a scenario, so offboarding happens in one place.
Get a Member
ActionIn Make“Retrieves a member by its ID.”
Fetch the full record of one member from its ID, to use its details in the next modules.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Reach any endpoint of the Memberstack API from your scenario, with the connection you already set up, when no listed module does what you need.
Remove a Free Plan From Member
ActionIn Make“Removes a free plan from a member.”
Take a free plan away from a member, which closes the access that plan opened without touching the account itself.
Update a Member
ActionIn Make“Updates a member.”
Change the details of an existing member from another tool, so your site shows the same information as your CRM or billing app.
List Members
SearchIn Make“Returns a list of members.”
Pull a list of your members into Make to work on them in bulk or to find the one you need.
Need help automating Memberstack with Make?
A person reads every message.