Remind Friend
This API call will help you to remind the user’s friend about Conversion or Subscription
Base URL https://api.appvirality.com
POST /saas/v1_0/remindfriend
Content-Type application/json
Input i.e. Request
{
"apikey":"7b808b1f934448db8463a4c60091c49b",
"privatekey":"097262223465191eda4ec006d601b",
"userkey":"c15a50e752da42aeb207a87f00b7767c",
"email":"",
"frienduserkey":"176502556c624614b913a62400ab4d7e",
"friendemail":"",
"messageforfriend":"Take subscription and get 10% discount"
}
| Input Params | Description |
|---|---|
| apikey | API Key of the Product Get it from Dashboard >> App Details |
| privatekey | Private key for API requests Get it from: Dashboard >> App Details >> Click App Settings >> Advanced |
| userkey | User Key of the Referrer, assigned by AppVirality – a unique identifier for every Product user recorded |
| provide emailid of the referrer | |
| frienduserkey | User Key of the Product user, assigned by AppVirality – a unique identifier for every Product user recorded |
| friendemail | provide emailid of the friend |
| messageforfriend (optional) |
Any custom message for friend |
userkey or email of referrer is mandatory
frienduserkey or friendemail is mandatory
Response
{
"success": true,
"message": ""
}
| Output Params | Description |
|---|---|
| success | Call Success Response (true/false) |
| message | Information regarding API call (if relevant). |