Flyy

Introduction

Flyy is gamification as a platform. It provide growth tools for Apps to increase new users, retain and engage existing and get more transactions done in the app or website. 

MoEngage <> Flyy 

The MoEngage and Flyy integration allows you to sync segment between MoEngage and Flyy, helping you fuel Gamification initiatives with laser-focused retargeting. We will use MoEngage Connecter Campaigns to build this integration with Flyy APIs.

library_add_check

Prerequisites

  • Ensure you have admin access to your Flyy account.
  • A common identifier between MoEngage and Flyy. This is recommended to map your users across two platforms. 

To create a connector campaign on MoEngage, 

1. Navigate to Create Campaign >> Connectors >> Custom and choose the delivery type most suitable to your needsScreenshot_2022-02-21_at_10.48.46_PM.png

2. On step 2 of the campaign 

Add user to the segment 

  • Select the method as POST
  • Add Webhook URL as:
    https://partner-api.theflyy.com/v1/partner-id/user/{{UserAttribute['id']}}/add_segment
  • In Headers, add
    • partner-key
      {{partner-key}}
    • Content-Type:
      application/json
      Screenshot_2023-04-18_at_9.10.42_PM.png
  • In the Body, you need to define the segment details. Use the following example to help structure your payload and enter your desired fields. 
JSON
{ "segment_title": {Segment-Name}, "segment_key": {segment-key} }

Remove user from the segment 

  • Select the method as POST
  • Add Webhook URL as:
    https://partner-api.theflyy.com/v1/partner-id/user/{{UserAttribute['id']}}/remove_segment
  • In Headers, add
    • partner-key
      {{partner-key}}
    • Content-Type:
      application/json
      Screenshot_2023-04-18_at_9.10.51_PM.png
  • In the Body, you need to define the segment details. Use the following example to help structure your payload and enter your desired fields. 
JSON
{ "segment_title": {Segment-Name}, "segment_key": {segment-key} }

 

Step 3: Preview your request 

3. At this point, your campaign should be ready to test and send. You can also test your connector configuration using the Test functionality available in Step 2 of Create Connector Campaign.Screen_Shot_2022-02-22_at_11.12.42_AM.png

You can go ahead and Publish the campaign.

Common identifier

If you have a common identifier between MoEngage and Flyy, it is recommended to utilize this as the user_id, this will help unify the two sets of users.

Alternatively, if this is not the case, we recommend passing a set of identifying attributes such as name, email address, phone number, or others.

Previous

Next

Was this article helpful?
1 out of 1 found this helpful

How can we improve this article?