Skip to content
  • There are no suggestions because the search field is empty.

Use Webhooks to notify third-party apps of events in your account

Listen for events on your Membership.io account and automatically trigger actions in another application

 

🧰 What You Will Need

  • A Membership.io Scale plan
  • An integration that uses an endpoint URL to receive data

What can I use this for?

This article offers a detailed walkthrough for configuring webhooks in Membership.io to facilitate smooth data integration with third-party applications via endpoint URLs.

Step 1 - Identify your endpoint URL

To use webhooks correctly, you need to know the endpoint URL of the app where you want to send the data. You can connect to certain third-party apps directly through their endpoint URLs. Another popular method is to use webhooks by Zapier.

If you choose the Zapier webhooks route, you will receive an endpoint URL during the Trigger step of the workflow. This URL will be used to create your webhook in the next step.Webhook URL

Step 2 - Create your Webhook

Head to your Account Settings and scroll down to "Developers". Click Webhooks > (+) Create WebookAdd webhooks on membership.io

In the new tab that opens on the right, enter your endpoint URL from the previous step in the input field at the top. Then select your event and click Create Webhook.Enter Endpoint URL and Create Webhook

Step 3 - Choose events to send to the endpoint

The last step in creating your Webhook is selecting the data you want to send to your endpoint. You do this by selecting the events you want to "listen for" in your Membership.io account. Every time one of those events occurs, the data associated with that event will be sent to your endpoint.

This means you could "listen for" a Hub being deleted (hub.deleted), an Audience member's name or email changing (audience.updated), a segment gaining another Audience member (segment.audience.added), or ANY of the other events listed in that view.

Once you have selected the events you wish to send to the endpoint, hit Create Webhook to create your Webhook and start sending the data to your integration.Select events to listen to

Event definitions

filter Segment Events  These events track changes to Audience segments.

  • segment.updated – A segment's details (e.g., name, filters) have been modified.
  • segment.deleted – A segment has been permanently removed.
  • segment.created – A new segment has been added.
  • segment.audience.removed – One or more Audience members have been removed from a segment.
  • segment.audience.added – One or more Audience members have been added to a segment.

webpage Hub Events  These events track changes to Hubs, which are content spaces for users.

  • hub.updated – A Hub's settings have been modified.
  • hub.restored – A previously deleted Hub has been restored.
  • hub.deleted – A Hub has been permanently removed.
  • hub.created – A new Hub has been created.
  • hub.content.added – New content has been added to a Hub.
  • hub.audience.removed – An Audience member has been removed from a Hub.
    • NOTE: This event is not related to a user's subscription status. Instead, it is triggered only when a user is completely detached from the Hub.
  • hub.audience.onboarding_completed – An Audience member has finished the onboarding process for a Hub.
  • hub.audience.added – An Audience member has been added to a hub.

folder-1 Folder Events  These events track changes to Folders used for organizing content.

  • folder.updated – A Folder has been modified.
  • folder.restored – A previously deleted Folder has been restored.
  • folder.deleted – A Folder has been permanently removed.
  • folder.created – A new Folder has been added.

document File Events –  These events track changes to files stored in Membership.io.

  • file.updated – A File has been modified.
  • file.restored – A previously deleted File has been restored.
  • file.deleted – A File has been permanently removed.
  • file.created – A new File has been uploaded.

audience (1) Audience Events  These events track changes related to Audience members.

  • audience.updated – An Audience member's details (e.g., name, email) have been modified.
  • audience.restored – A previously deleted Audience member has been restored.
  • audience.deleted – An Audience member has been permanently removed.
  • audience.created – A new Audience member has been added.
  • audience.activity.added – A new activity or interaction has been logged for an Audience member.