Remind Friend
This API call will help you to remind the user’s friend about Conversion or Subscription
POST
api.appvirality.com/saas/v1_0/remindfriendapplication/jsonInput i.e. Request
{"apikey":"7b808b1f934448db8463a4c60091c49b","privatekey":"097262223465191eda4ec006d601b","userkey":"c15a50e752da42aeb207a87f00b7767c","email":"","frienduserkey":"176502556c624614b913a62400ab4d7e","friendemail":"","messageforfriend":"Take subscription and get 10% discount"}Input Params
| 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 |
Note:
userkey or email of referrer is mandatory
frienduserkey or friendemail is mandatory
Response
{ "success": true, "message": ""}Response Params
| Output Params | Description |
|---|---|
| success | Call Success Response (true/false) |
| message | Information regarding API call (if relevant). |
