Skip to content

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

POSTapi.appvirality.com/saas/v1_0/recordsocialactionsapplication/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 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 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)
campaignidUnique ID of a campaign
socialactionidUnique ID of a social action (1 - Facebook, 2- Twitter, 5 - Mail, 14 - Link )
sharemessageShare message
shareextrainfoIf any extra share info

Response

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

Response Params

Output ParamsDescription
success(Boolean) Status of the API call.
messageInformation regarding API call (if relevant).