Event Type: invite
invite
[Object Invite]: Invite Informationinviter_id
[String]: Inviter IDinviter_phone
[Object Phone]: Inviter Phone Numbercountry_code
[* Integer]: Country Code, Compliant with ITU E.164 standard, without '+ sign', without prefix 0, example: 86phone_number
[* String]: Phone Number, without '+ sign'
invite_code
[String]: Invite Codeinvite_medium
[String]: Invite Medium
{
"invite": {
"inviter_id": "567890",
"inviter_phone": {
"country_code": 1,
"phone_number": "18700001112"
},
"invite_code": "NOHHD",
"invite_medium": "WeChat"
}
}