Active |
---|
This application does not need additional settings. So you can make connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). More only by using your login credentials or by following the instructions below . |
With Yotpo – Loyalty modulesThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More in Boost.spaceCentralization and synchronization platform, where you can organize and manage your data. More IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. More, you can watch loyalty events, create or update a customer recordOne row in the Boost.space database. These are individual rows under spaces in each module. For example single products, but not their variants. More, and retrieve a customer.
To get started with Yotpo – Loyalty, create an account at yotpo.com.
To connect Yotpo – Loyalty app, you need to obtain the GUID and API Key from your Yotpo – Loyalty account and insert them into your Boost.space Integrator scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive. More.
-
Log in to your Yotpo – Loyalty account.
-
Click Settings. Copy the GUID and API key to a safe place.
-
Log in to your Boost.space Integrator account, insert a Yopto-Loyalty moduleThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More in your scenario, and click the Add button next to the Connection field.
-
Optional: In the Connection name field, enter a name for the connection.
-
In the GUID and API Key fields, enter the GUID and API Key copied in step 2, and click Save.
You have successfully established the connection. You can now edit your scenario and add more Yotpo – Loyalty modules. If your connection needs reauthorization at any point, follow the connection renewal steps here.
You can search and retrieve invoices using the following modules.
TriggersEvery scenario has a trigger, an event that starts your scenario. A scenario must have a trigger. There can only be one trigger for each scenario. When you create a new scenario, the first module you choose is your trigger for that scenario. Create a trigger by clicking on the empty module of a newly created scenario or moving the... when a new event in loyalty API has occurred.
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. |
To setup webhooksA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers., see the section, Setting up Yotpo – Loyalty Webhooks.
Creates or updates a customer record.
Connection |
||||
|
Enter the customer’s email address. |
|||
First Name |
Enter the customer’s first name. |
|||
Last Name |
Enter the customer’s last name. |
|||
Customer ID |
Enter the unique identifier of the customer in your system. This is required only if you are implementing a generic e-commerce integration. |
|||
Phone Number |
Enter the customer’s phone number in E.164 format, for example, |
|||
Country ISO Code |
Select the customer’s country ISO Code, only if you are unable to send the |
|||
Has Account |
Select whether the customer has an account with the platform. |
|||
Opted In |
Select whether the customer should be opted into the loyalty program. If null will rely on the account settings of opt-in. |
|||
Pos Account ID |
Enter the point of sale unique account identifier. |
|||
Tags |
Enter a list of tags separated by tags the customer belongs to.
|
|||
Opted in at |
Enter the date and time when the customer has opted into the loyalty program. |
Retrieves an existing customer.
Connection |
|
Customer Email |
Enter the customer’s email address. |
Customer ID |
Enter the unique identifier of the customer in your system. This is required only if you are implementing a generic e-commerce integration. |
Pos Account ID |
Enter the point of sale unique account identifier. |
Phone Number |
Enter the customer’s phone number in E.164 format, for example, |
Country ISO Code |
Select the customer’s country ISO Code only if unable to enter the |
With Referral Code |
Select whether to retrieve information about the customer’s referral code. |
With HistoryBoost.space Integrator maintains a history of your scenario and records: The date that scenario execution started Status (success, warning, or error) Execution duration Number of operations spent during the scenario run Size of transferred data Link to detailed information, where you can inspect all data in that particular execution received and how the data was processed You can view this... |
Select whether to retrieve information about the customer’s point earning and redemption history. |
You can call APIs using the following module.
Performs an arbitrary authorized API call.
Note | |
---|---|
For the list of available endpoints, refer to the Yotpo – Loyalty API documentation. |
Connection |
|
URL |
Enter a path relative to |
Method |
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. |
This app makes use of webhooks to instantly triggerEvery scenario has a trigger, an event that starts your scenario. A scenario must have a trigger. There can only be one trigger for each scenario. When you create a new scenario, the first module you choose is your trigger for that scenario. Create a trigger by clicking on the empty module of a newly created scenario or moving the... a scenario when an event occurs. Follow the steps below to set them up.
-
Open the Watch Loyalty Events module, create a connection, click Save, ad copy the URL address to your clipboard, click OK and save the trigger.
-
Log in to your Yotpo – Loyallty account.
-
Click Settings and navigate to the Webhook URL.
-
Enter the Webhook URL copied in step 1 and click Save.
You have successfully added the webhooks.