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" |
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.
Send a DM
POST https://api.letterdrop.com/api/v1/social-selling/dm
Send a DM to a specific user
Headers
Name | Type | Description |
api-key | string | API key that is unique to your workspace |
Request Body
Name | Type | Description |
target | string | LinkedIn Profile URL of person you want to send DM to |
user | string | LinkedIn Profile URL of person from whom you want to send DM |
message | string | Message to send to target |
get_approved (Optional) | boolean | Whether or not to request approval from the user first before sending the DM |
Note: If the user is not connected to the target, an empty connection request will be sent first. If they accept, the DM will be sent.
Send a Connection Request
POST https://api.letterdrop.com/api/v1/social-selling/connect
Send a connection request to a specific user
Headers
Name | Type | Description |
api-key | string | API key that is unique to your workspace |
Request Body
Name | Type | Description |
target | string | LinkedIn Profile URL of person you want to send DM to |
user | string | LinkedIn Profile URL of person from whom you want to send DM |
message (Optional) | string | Message to send in the connection request |
email (Optional) | string | Email of the target in case an email is required to send a connection request |
