Social Selling
Like a post or comment
POST
https://api.letterdrop.com/api/v1/social-selling/like
Like a post from a specific user
Headers
api-key*
string
API key that is unique to your workspace
Request Body
url*
string
URL of post or comment
groups*
array
Name of group to like from. Eg: ["sales", "execs"]
reactionType*
string
One of "like", "celebrate", "support", "love", "insightful", and "funny"
Request a comment
POST
https://api.letterdrop.com/api/v1/social-selling/request-comment
Request a comment from a specific user
Headers
api-key*
string
API key that is unique to your workspace
Request Body
url*
string
URL of post or comment
groups
array
Name of group to request a comment from. Eg: ["sales", "execs"]
comment*
string
Drafted comment
commentor
string
Profile URL of person who needs to leave the comment
The request body requires either groups
or commentor
. If both are provided, accounts associated with groups
will take priority.
Last updated
Was this helpful?