{
    "entityName": "se",
    "type": "insert",
    "id": "playerId",
    "value": {
        "socialNetwork" : "FB",   // The name of a social network.
        "timestamp" : 1660192200, // The date of connection
        "level" : 3,              // Player's level
        "invites": 14,            // # of invites
        "affiliated": 5           // # of accepted invites
        },
    "events":{
        "postEvent" : true,
        "postReason" : "levelup", // The reason of publication ("Level 99 reached")
        "timestamp" : 1660192200, // The date of publication 
        "level" : 3,              // Player's level 
        }
     }       
}

Here is the supported Social Networks below:

Social NetworkShortenedEvent Type
FacebookFBPost, Message
TwitterTWTweet, Message
InstagramIGStory, Post
LinkedInINPost, Message
DiscordDCGroup Message
WhatsAppWPMessage
TelegramTGGroup Message
RedditRDPost

Here is the list of sample events:

  • Start playing
  • New level reached
  • New ability
  • Quest completed
  • Collection completed
  • Invitation
  • Asking for help
  • Achievement
  • Review
Language
Click Try It! to start a request and see the response here!