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 Viral Loops 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 milestones, register new userCan use the system on a limited basis based on the rights assigned by the admin., and list the participants of your campaigns in your Viral Loops account.
Prerequisites
-
A Viral Loops account
In order to use Viral Loops 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 Viral Loops account. You can create a Viral Loops account at viral-loops.com.
Note | |
---|---|
The 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. dialog fields that are displayed in bold (in the Boost.space Integrator scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive., not in this documentation article) are mandatory! |
To connect your Viral Loops account to Boost.space Integrator you need to obtain the API TokenA secure code used to authenticate and authorize access to API endpoints, enabling users to connect with third-party applications. from your Viral Loops account and insert it in the Create a connection dialog in the Boost.space Integrator module.
-
Log in to your Viral Loops account.
-
Open the campaign for which you want to establish a connection and click Edit > Installation.
-
Copy the API TokenA secure code used to authenticate and authorize access to API endpoints, enabling users to connect with third-party applications. to your clipboard.
-
Go to Boost.space Integrator and open the Viral Loops module’s Create a connection dialog.
-
In the Connection name field, enter a name for the connection.
-
In the API Token field, enter the API key details 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 someone joins our campaign.
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 the Connecting to Viral Loops Webhook using Boost.space Integrator to add the webhook to your Viral Loops account.
Triggers when you redeem a reward via your campaign dashboard.
Webhook Name |
Enter a name for the webhook. |
Connection |
See the Connecting to Viral Loops Webhook using Boost.space Integrator to add the webhook to your Viral Loops account.
Triggers when someone reaches a milestone.
Webhook Name |
Enter a name for the webhook. |
Connection |
See the Connecting to Viral Loops Webhook using Boost.space Integrator to add the webhook to your Viral Loops account.
Registers a new user.
Connection |
|
|
Enter the email address of the user. |
First Name |
Enter the user’s first name. |
Last Name |
Enter the user’s last name. |
Extra Data |
Add the extra data: Name Enter the custom fieldA feature in Boost.space that allows administrators to define and manage additional data fields within each module, tailoring the system to specific organizational needs. name. For example, Value Enter the field value. For example, |
Referral Source |
Enter the details from where you received the source details. For example, Webinar. |
Retrieves information about your participants.
Connection |
|
Limit |
Set the maximum number of participants 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).. |
Performs an arbitrary authorized API call.
Connection |
||||
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 the participants from your Viral Loops account:
URL:
v2/participant_data
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 > data
In our example, 3 participants were returned:
-
Open any Watch module, establish a connection as mentioned in the respective modules, Click OK, and copy the URL address to your clipboard. Save the 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..
-
Log in to your Viral Loops account. Go to the Campaign in which you want to add the webhook.
-
Click Edit > Integration > Enable the Webhook.
-
Enable the endpoint, in the Endpoint URL field, enter the URL address copied in step 1, and click Save.
The webhook is added successfully.