post
https://api.telescopelabs.io/api/EventRouter
{
"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 Network | Shortened | Event Type |
|---|---|---|
| FB | Post, Message | |
| TW | Tweet, Message | |
| IG | Story, Post | |
| IN | Post, Message | |
| Discord | DC | Group Message |
| WP | Message | |
| Telegram | TG | Group Message |
| RD | Post |
Here is the list of sample events:
- Start playing
- New level reached
- New ability
- Quest completed
- Collection completed
- Invitation
- Asking for help
- Achievement
- Review