HomeSaaS Referral Program GuideAPIsRecord Social Actions

Record Social Actions

This API call will help you to save social action across user


This API call shall give you to save social action across user

 Base URL  https://api.appvirality.com

 POST         /saas/v1_0/recordsocialactions

Content-Type application/json


Input i.e. Request

{
"apikey":"7b808b1f934448db8463a4c60091c49b",
"privatekey":"097262223465191eda4ec006d601b",
"userkey":"176502556c624614b913a62400ab4d7e",
"email":"user@mail.com",
"useraccountid":"34",
"campaignid":"1234",
"socialactionid":"1",
"sharemessage":"I+like+this+SaaS+Product.",
"shareextrainfo":""
}
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 Product user, assigned by AppVirality – a unique identifier for every Product user recorded
email
 (optional)
Email of the user
useraccountid
 (optional)
ID of the user in your Account(helps to identify users on dashboard as you do in your product)
campaignid Unique ID of a campaign
socialactionid Unique ID of a social action (1 – Facebook, 2- Twitter, 5 – Mail, 14 – Link )
sharemessage Share message
shareextrainfo  If any extra share info

Response

{
  "success": true,
  "message": ""
}
Response Params
Output Params Description
success (Boolean) Status of the API call.
message Information regarding API call (if relevant).
Was this article helpful to you? Yes No