Import referral events from Azure Blob Storage to Synerise
Synerise allows you to collect data from any customer touchpoint. Using Synerise’s seamless integration with Azure Blob Storage, you can import any data stored in this tool and use it directly in Synerise.
In this use case, we will import events which contain the data about customers’ recommendations of products to other customers. These events are generated when customers recommend specific products from the website to others. Such data will be useful for further communication with these recommending customers to reward them with loyalty points for referrals, send them targeted communications and discounts.
This case is just na example, you can export any other data types according to your needs from Azure Blob Storage.
Prerequisites
You must have an account on Azure AD.
Prepare a workflow
Create a workflow which gets the events from Azure Blob Storage every day.
- Go to Automation > Workflows > New workflow.
- Enter the name of the workflow.
Define the Scheduled Run trigger node
At this stage, we will configure conditions that launch the workflow. As a trigger, we will use the Scheduled Run node.
- As the trigger node, add Scheduled Run.
- In the configuration of the node:
- Leave the Run trigger option at default (all time).
- From the Timezone dropdown list, select the time zone consistent with the timezone selected for your workspace.
- Define the frequency of the workflow (for example, every day at 6.00 A.M.).
The workflow will automatically launch at the scheduled time. - Confirm by clicking Apply.
Configure the Get File node
In this step, to allow the data exchange, establish a connection between Synerise and Azure Blob Storage.
- Click Azure Blob Storage > Get File.
- Click Select connection.
- From the dropdown list, select the connection.
- If no connections are available or you want to create a new one, see Create a connection.
- If you selected an existing connection, proceed with the integration settings.
- In the Container field, enter the name of an existing container in your storage.
If this field is already filled out, it means that the URL used in the connection settings contains the name of the container. - In the Blob name field, enter the name of the blob (file) you want to download from the storage.
- From the File format dropdown list, select the format of the file which will be downloaded.
- Confirm by clicking Apply.
Add Import Events node
In this step, add the Import Events node to import referral events directly to Synerise.
- On the Azure - Get File, click THEN.
- From the list that opens, select Synerise > Import Events.
Add the finishing node
-
Add the End node.
-
In the upper right corner, click Save & Run.
Check the use case set up on the Synerise Demo workspace
You can check the configuration of the workflow in this use case on our Synerise Demo workspace.