Skip to main content
In this help doc, we’ll show you how Memberful can integrate with Zapier to activate triggers when important member events happen, allowing you to create powerful workflows across third-party services.

Create an API Key for Zapier

Create an API Key

Create an API key

  1. Navigate to Settings → Custom applications in your Memberful dashboard and click Add a new Custom Application.
  2. Enter a name and click Add a new custom application. We’ll be using this key in a later step.

Create a Zap

Create a Zap
  1. Head over to Zapier and click the create Zap button.
  2. Type “Memberful” in the main search box to add it as a trigger.
  3. Choose the event you’d like to trigger and click continue.

Connect to Memberful

If you don’t already have Zapier connected to Memberful, now is the time to do that. Click connect a new account and Zapier will ask for:
  1. The Memberful API key we created earlier. Copy the key from your Memberful dashboard and paste it into the field.
  2. Your Memberful account URL subdomain (see below).
Your Memberful account URL subdomain is the part of your Memberful account URL between https:// and memberful.com. For example, if your Memberful URL was https://jensbakery.memberful.com, your account URL subdomain would be jensbakery.
Find your account URL subdomain
Finally, Zapier will test your Zap. Click test and it’ll do the rest!
We send test data, not real data, during Zapier’s test stage. Once you enable your Zap it will start receiving real data.

Learn about the available triggers

These are the Memberful events that can trigger a Zap:
New Member
trigger
Triggers when a new member account is created. Use this trigger to add new members to your app or to a third-party service.
Member Updated
trigger
Triggers when a member’s profile information is updated. This will not be triggered when a member updates their answers to custom fields; there is a separate trigger for custom field updates. Use this trigger to update a member’s profile information in your app.
Member Deleted
trigger
Triggers when a member is deleted from your Memberful account. Use this trigger to remove a member from your app if they were deleted from Memberful. It’s not common for a member account to be deleted — in most cases, you’ll want to react to Subscription Deactivated instead.
Subscription Created
trigger
Triggers when a new subscription is added to a member’s account. This includes when a member purchases a subscription or activates a gifted subscription, when a member is added to a group subscription, and when a staff account manually creates a subscription. Use this trigger to let your app know when a member has subscribed.
Subscription Renewed
trigger
Triggers when a member’s subscription is renewed, or when a returning member reactivates an old subscription. Use this trigger to renew the member’s access to your app. At this time there’s no way to differentiate between a renewal and a reactivation.
Subscription Updated
trigger
Triggers when a member’s subscription is updated. To notify your app when a member changes plans (i.e. upgrades, downgrades, or crossgrades), create a Zap that reacts to this trigger and looks for changes to the plan_id in the changed section of the data. The first value is the old plan and the second value is the new one. The same applies to other changed fields.
Subscription Deactivated
trigger
Triggers when a member’s subscription fails to renew, expires, or becomes inactive. Also triggered when a staff account suspends an order, making the subscription inactive. Use this trigger to remove the member’s access to your app or to update their status if they stop paying.
Subscription Reactivated
trigger
Triggers when a member’s suspended order is marked as complete and the subscription becomes active again. Although this trigger uses the term “reactivated”, this does not refer to when a member renews their subscription after it has expired — use the Subscription Renewed trigger for that.
Subscription Deleted
trigger
Triggered when a staff account deletes a member’s subscription from the Memberful dashboard. Use this trigger to remove the member’s access to your app or to update their status.
Order Purchased
trigger
Triggers when a member places an order or when a staff account manually adds an order to a member’s account. This is not triggered for renewal payments. A member purchasing a gift subscription for someone else will trigger this event, but no subscription will be created until the recipient activates their gift. Use this trigger to notify your app when a member makes a purchase.
Order Refunded
trigger
Triggers when a staff account refunds an order. Use this trigger to update your app when a refund has been processed.
Custom Fields Updated
trigger
Triggers when a member answers or updates their custom fields. Use this trigger to update your app when a member updates their answers to custom fields, either during checkout or by visiting their member profile.
Tax ID Updated
trigger
Triggers when a member adds, changes, or removes their tax ID. Use this trigger to update your app when a member updates their tax ID.

How to navigate custom fields

Custom fields are collected after checkout, which means the value is not yet set when Zaps using the New Member, Subscription Created, or Order Purchased events are triggered. To access custom field values, Zaps must use the Custom Fields Updated trigger instead. Custom field values currently show up in Zapier as a single field called “custom fields values,” with each of the values separated by a comma. If you’d like to access the values individually, you can use Zapier’s built-in formatter to split the values into separate fields. First, add a Formatter step and choose the Utilities event.
Add a Formatter step
Choose custom fields value as the CSV file.
Choose Custom Fields Value as the CSV File
After you save that step, whenever you want to use a custom field value, you can select one of the output line items from the Formatter step.
Select an output line item from the Formatter step
Note that this method has some drawbacks. For example, if your members enter responses that contain commas, the Formatter won’t be able to split the values correctly. Related help docs:
I