Skip to main content
POST
Add reactions to a Social Selling post

Authorizations

x-api-key
string
header
required

Path Parameters

postId
integer
required

Tracked post id (id in the posts list).

Body

application/json
amount
integer

How many reactions to add from the available identity pool.

Required range: 1 <= x <= 500
identityIds
integer[]

React from exactly these identities instead of the pool.

Required array length: 1 - 500 elements
reactionTypes
enum<string>[]

Reaction kinds to spread across. Defaults to the LinkedIn mix.

Minimum array length: 1
Available options:
LIKE,
PRAISE,
EMPATHY,
INTEREST,
APPRECIATION,
ENTERTAINMENT
skipAuthor
boolean
default:true

Never react with the post's own author. On by default.

Response

Reactions scheduled

status
enum<string>
required
Available options:
success
message
string
required
data
object
required