create_poll
Create LinkedIn polls via API to engage your audience with questions and multiple-choice options, controlling visibility and duration.
Instructions
Create a LinkedIn poll using the Official API.
Requires "Share on LinkedIn" product enabled in your LinkedIn Developer app.
Args: question: Poll question (also displayed as post text, max 140 characters) options: Comma-separated poll options (2-4 options, each max 140 characters) duration_days: Poll duration - 1, 3, 7, or 14 days (default: 7) visibility: Post visibility - PUBLIC or CONNECTIONS
Returns the created poll post details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | ||
| options | Yes | ||
| duration_days | No | ||
| visibility | No | PUBLIC |