Commerce
Memberstack
9 min
the memberstack modules allow you to watch, create, update, retrieve, and delete the members in your memberstack account getting started with memberstack prerequisites a memberstack account to use memberstack with make, it is necessary to have a memberstack account if you do not have one, you can create a memberstack account at app memberstack io/signup https //app memberstack io/signup? connecting memberstack to make to connect your memberstack account to make you need to obtain the api key from your memberstack account and insert it in the create a connection dialog in the make module 1\ login to your memberstack account 2\ click power ups > integrations > custom integrations > new api ke y enter a name for the api key and click create 3\ click the api key name and copy the key to your clipboard 4\ go to make and open the memberstack module's create a connectio n dialog 5\ in the connection name field, enter a name for the connection 6\ in the api key field, enter the api key copied in step 3 and click continue the connection has been established member watch members triggers when an event occurs on the member false falsefalse left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type list members lists all members that have a subscription to your website false false 162false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type get a member gets metadata of a specified member false false 161false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type create a member creates a new member false false 158false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type update a member updates an existing member false false 155false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type delete a member deletes a member false false 151false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type connection memberstack /#connecting memberstack to make member id select the member id you want to dele membership watch memberships triggers when an event occurs on membership from a member false false 148false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type other make an api call performs an arbitrary authorized api call false falsefalse left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type example of use list members the following api call returns all the members from your memberstack account url /v1/members method get matches of the search can be found in the module's output under bundle > body > members in our example, 3 members were returned setting up webhooks open any trigger module (watch members, watch membership), establish a connection as mentioned in the module description above and copy the url address to your clipboard login to your memberstack account from the dashboard, click webhooks > new webhook in the endpoint field, enter the url address copied in step 1, select the triggers and click save you have successfully added the webhook