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…).. |
(source: https://gethelp.wildapricot.com/en/articles/1653)
Every organization is different, with different requirements and workflows. For example, one organization might need daily synchronization with QuickBooks Online, and another might want to automatically copy new events to their Facebook page.
Wild Apricot cannot anticipate and implement every possible scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive., but we can provide the tools that allow you to build your own automated workflows. Using them, you can automate repetitive manual processes involving Wild Apricot and other software.
To provide these tools, we have added a Wild Apricot 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. to 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., an integration and automation platform. Within our Boost.space Integrator module, we provide templates that you can use to build and run your own automated integration scenariosA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive..
Using Boost.space Integrator‘s drag-and-drop interface, clients (and partners) can harness the power of Wild Apricot’s API without having to understand or write code.
Other examples:
-
Automatically send a Happy Birthday message to 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.
-
Synchronize Wild Apricot and Google event calendars
-
Automatically export financial data to QuickBooks Online
-
Send achievement certificates to event participants
For more ideas of what you can do with Boost.space Integrator, see this blog post.
The following steps are involved in using Wild Apricot 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. in Boost.space Integrator.
-
Set up an Boost.space Integrator account.
-
Authorize Boost.space Integrator as an external application in Wild Apricot.
-
Begin customizing and running scenarios.
These steps are described in detail below.
To set up an Boost.space Integrator account, go to make.com and click the Sign up button. You can sign up for free or choose any of the paid plans. The Free plan allows you up to 1,000 operationsOperations are tasks in integration scenarios, similar to "operations" in Make.com. Each action, like reading or updating a record, counts as one operation. They’re essential for data syncing between apps and reset monthly. Going over the limit pauses syncing until you add more or upgrade your plan. a month. The Basic plan ($9 USD/month) allows a maximum of 10,000 operationsOperations are tasks in integration scenarios, similar to "operations" in Make.com. Each action, like reading or updating a record, counts as one operation. They’re essential for data syncing between apps and reset monthly. Going over the limit pauses syncing until you add more or upgrade your plan. per month.
For more information on Boost.space Integrator plans, click here.
To authorize Boost.space Integrator as an external application within Wild Apricot, follow these steps:
-
Hover over the Settings menu and select the Integration option. Within the integration settings, select the Authorized applications option.
-
On the Authorized applications screen, click the Authorize application button.
-
Choose the Server application option then click Continue.
-
Enter Boost.space Integrator as the application name.
-
Copy the API key and save it somewhere. You’ll be needing it when you start using Boost.space Integrator.
-
Click the Full access option.
-
Click the Save button.
Now that you have an Boost.space Integrator account and a Wild Apricot API key, you can start customizing and running the templates we’ve set up in Boost.space Integrator. These templates perform commonly requested processes, such as sending members messages on their birthdays. You can customize these templates or run them as is.
To run or customize a Wild Apricot template in Boost.space Integrator, follow these steps:
-
Click Templates within your Boost.space Integrator menu.
-
Click the Filter icon.
-
Search for Wild Apricot then click the Wild Apricot icon.
-
Select the Wild Apricot template you want to use.
-
Click Create new scenario from template.
-
Choose the name of your organization (if not already selected) then click Continue.
-
Click Add beside the Connection field, and paste the Wild Apricot API key you copied when you authorized Boost.space Integrator as an external application in Wild Apricot.
-
Depending on the template, you may be required to provide additional parameters. After you’ve completed all the required fields, Boost.space Integrator will create a scenario from the template and the information you provided. You can then modify the scenario as needed.
Allows you to perform a custom API call.
Connection |
Establish a connection to your Wild Apricot account. |
|||
URL |
Enter a path relative to
|
|||
Method |
Select the HTTP method you want to use: GET to retrieve information for an entry. POST to create a new entry. PUT to update/replace an existing entry. PATCH to make a partial entry update. DELETE to delete an entry. |
|||
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 contacts in your Dropbox account:
URL: /accounts/315428/contacts
The Account ID can be found under Account settings:
Method: GET
Query String:
Key: $async
Value: false
The results 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 > Contacts. In our example, 3 contacts were returned: