Liftigniter
LiftIgniter is a leading personalization platform helping enterprises transform their customer experiences through real-time personalization across every touchpoint.
The LiftIgniter and Braze integration leverage Connected Content to allow you to recommend interesting topics such as news articles, clothing, and other retail items and videos.
Prerequisites
Requirement | Description |
---|---|
LiftIgniter account | A LiftIgniter account is required to take advantage of this partnership. |
LiftIgniter API integration | You must integrate LiftIgniter into your site or app to be able to pull recommendations from there. |
Integration
Use LiftIgniter’s REST API to insert personalized content into your messages. After you have your LiftIgniter account and LiftIgniter is integrated into your app, add the following template into your message composer to call content into your messages, replacing information as needed (x-api-key
, theapikey
, etc.).
1
{% connected_content https://query.petametrics.com/v3/lkdk9usg5av95fvs/userId/model :method post :headers {"x-api-key": "theapikey"} :body "UseActivity"=false :content_type application/json :save json %}
Next, write your message, defining the content you would like to call with JSON. For example, {{json.items[0].title}}
.
Once you put this message into the composer body, you can preview your message. You can even pull in images, shown in the following example: