Active with remarks |
---|
This application needs additional settings. Please follow the documentation below to create your own connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…).. |
The Memberstack modulesa module is an application or tool designed to handle specific business functions, such as CRM, project management, or inventory. The system's modular architecture allows you to activate only the modules you need, enabling customization and scalability as your business requirements evolve. allow you to watch, create, update, retrieve, and delete the membersIn Boost.space, a Member is a role within a space that permits an individual to view and manage records using existing statuses and labels. Members cannot manage other members or modify space settings. in your Memberstack account.
Prerequisites
-
A Memberstack account
To use Memberstack with Boost.spaceA platform that centralizes and synchronizes company data from internal and external sources, offering a suite of modules and addons for project management, CRM, data visualization, and more. Has many features to optimize your workflow! IntegratorPart of the Boost.space system, where you can create your connections and automate your processes., 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.
To connect your Memberstack account to Boost.space Integrator you need to obtain the API Key from your Memberstack account and insert it in the Create a connection dialog in the Boost.space Integrator modulea module is an application or tool designed to handle specific business functions, such as CRM, project management, or inventory. The system's modular architecture allows you to activate only the modules you need, enabling customization and scalability as your business requirements evolve..
1. Login to your Memberstack account.
2. Click Power-ups > Integrations > Custom Integrations > New API Key. 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 Boost.space Integrator and open the Memberstack module’s Create a connection 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.
TriggersThe initial event that starts a scenario. It can be an action, a scheduled time, or a custom event, and is essential to define at the beginning of each scenario. when an event occurs on the memberIn Boost.space, a Member is a role within a space that permits an individual to view and manage records using existing statuses and labels. Members cannot manage other members or modify space settings..
WebhookA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers. Name |
Enter a name for the webhook. |
Connection |
See Setting Up Webhooks to receive Memberstack webhooksA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers. and triggerThe initial event that starts a scenario. It can be an action, a scheduled time, or a custom event, and is essential to define at the beginning of each scenario. the Watch Members module in your scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive..
Lists all members that have a subscription to your website.
Connection |
|
Limit |
Set the maximum number of members Boost.space Integrator should return during one scenario execution cycleA cycle is the operation and commit/rollback phases of scenario execution. A scenario may have one or more cycles (one is the default).. |
Gets metadata of a specified member.
Connection |
|
Member ID |
Select the Member ID whose details you want to retrieve. |
Creates a new member.
Connection |
|
|
Enter the email address of the member. |
Password |
Enter the password for the member to login to Memberstack. |
Plan ID |
Enter the Plan ID of the membership that the member is subscribed to. You can find the Plan ID details in the membership page by clicking the Signup Link against the plan. |
Custom FieldsA feature in Boost.space that allows administrators to define and manage additional data fields within each module, tailoring the system to specific organizational needs. |
Add the custom fields. You can also add the custom fields in your account > Form & Fields. |
Meta Data |
Enter the key-value metadata for the member. |
Member Page |
Enter the URL address of the member website page. |
Updates an existing member.
Connection |
|
Member ID |
Select the Member ID whose details you want to update. |
|
Enter the email address of the member. |
Password |
Enter the password for the member to login to Memberstack. |
Plan ID |
Enter the Plan ID of the membership that the member is subscribed to. You can find the Plan ID details in the membership page by clicking the Signup Link against the plan. |
Custom Fields |
Add the custom fields. You can also add the custom fields in your account > Form & Fields. |
Meta Data |
Enter the key-value metadata for the member. |
Member Page |
Enter the URL address of the member website page. |
Deletes a member.
Connection |
|
Member ID |
Select the Member ID you want to delete. |
Triggers when an event occurs on membership from a member.
Webhook Name |
Enter a name for the webhook. |
Connection |
See Setting Up Webhooks to receive Memberstack webhooks and trigger the Watch Membership module in your scenario.
Performs an arbitrary authorized API call.
Connection |
|
URL |
Enter a path relative to For the list of available endpoints, refer to the Memberstack API Documentation. |
Method |
Select the HTTP method you want to use:
|
Headers |
Enter the desired request headers. You don’t have to add authorization headers; we already did that for you. |
Query String |
Enter the request query string. |
Body |
Enter the body content for your API call. |
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 BundleA bundle is a chunk of data and the basic unit for use with modules. A bundle consists of items, similar to how a bag may contain separate, individual items. > Body > members.
In our example, 3 members were returned:
1. 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.
2. 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.