Posts & Engagement
Posts & Engagement
Posts & Engagement
Voyager provides full post lifecycle management — create posts, react with any of LinkedIn’s 6 reaction types, comment, edit, delete, and monitor engagement. All engagement endpoints are pure HTTP (REST + GraphQL fallback).
Every Voyager response is wrapped in the standard envelope { success, statusCode, message, data, errors }. The JSON examples below show only the endpoint-specific payload — access res.data.<field> in your client. See Introduction for the full envelope shape.
React to a post with any of LinkedIn’s 6 reaction types:
If reactionType is omitted, it defaults to LIKE.
Delete by matching text (finds your comment that matches the provided text):
Or delete by URN directly:
See who reacted to a specific post:
The postId in URLs like /api/posts/:postId/comments is the numeric activity ID. Extract it from a post URL: urn:li:activity:7180123456789012345 has postId 7180123456789012345.
See posts you have liked and comments you have written:
Get engagement notifications on your own content (likes, comments, mentions):