Skip to main content

Scenario

Your company publishes polished updates, but employees don’t reshare them — the posts sound corporate. This job pulls recent company updates, creates or reuses a conversational Brand Voice, then generates employee-ready versions of each post. The rewrites swap corporate tone for personal, first-person language that employees can paste directly into their feeds. Each variant is tailored for individual sharing: shorter, more conversational, with a personal take that makes the reshare feel authentic.

Architecture

Code

Example Output

Error Handling

The employee voice samples define the output tone. Generic samples produce generic rewrites. Include 3–5 real examples of how your best employees already post on LinkedIn.
LinkedIn truncates posts at ~210 characters on mobile with a “see more” fold. The prompt targets under 200 words total, but the hook (first line) should be under 150 characters to display fully.
To avoid creating duplicate voices, check first: GET /api/v1/brand-voices?search=Employee+Advocacy. If one exists, pass its id directly to the generation call.

LinkedIn Content Integration

Brand Voice