Letterdrop
  • Letterdrop API Docs
  • Finding and using your API key
  • API
    • Social Selling
    • Transcripts
  • Webhooks
    • Leads
Powered by GitBook
On this page
  • Like a post or comment
  • Request a comment

Was this helpful?

  1. API

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

Name
Type
Description

api-key*

string

API key that is unique to your workspace

Request Body

Name
Type
Description

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

Name
Type
Description

api-key*

string

API key that is unique to your workspace

Request Body

Name
Type
Description

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.

PreviousFinding and using your API keyNextTranscripts

Last updated 16 days ago

Was this helpful?