Skip to content

This API call will help you to remind the user’s friend about Conversion or Subscription


POSTapi.appvirality.com/saas/v1_0/remindfriendapplication/json

Input i.e. Request

{
"apikey":"7b808b1f934448db8463a4c60091c49b",
"privatekey":"097262223465191eda4ec006d601b",
"userkey":"c15a50e752da42aeb207a87f00b7767c",
"email":"",
"frienduserkey":"176502556c624614b913a62400ab4d7e",
"friendemail":"",
"messageforfriend":"Take subscription and get 10% discount"
}

Input Params

Input ParamsDescription
apikeyAPI Key of the Product
Get it from DashboardApp Details
privatekeyPrivate key for API requests
Get it from: DashboardApp Details › Click App SettingsAdvanced
userkeyUser Key of the Referrer, assigned by AppVirality - a unique identifier for every Product user recorded
emailprovide emailid of the referrer
frienduserkeyUser Key of the Product user, assigned by AppVirality - a unique identifier for every Product user recorded
friendemailprovide emailid of the friend
messageforfriend
(optional)
Any custom message for friend

Note:
userkey or email of referrer is mandatory
frienduserkey or friendemail is mandatory


Response

{
"success": true,
"message": ""
}

Response Params

Output ParamsDescription
successCall Success Response (true/false)
messageInformation regarding API call (if relevant).