update_linkedin_config
Update LinkedIn automation configuration for topics, schedules, tone, and post types to tailor your content strategy.
Instructions
Update LinkedIn automation configuration (e.g., topics, schedules, tone, post types).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tone | No | Tone of voice | |
| topics | No | CRITICAL: This replaces the ENTIRE topics list. To add a new topic without deleting existing ones, you MUST include all existing topics (including their _id) in this array alongside the new one. | |
| isActive | No | Enable or disable the automation | |
| timezone | No | Timezone for scheduling (e.g., 'Asia/Calcutta') | |
| postTypes | No | Type of posts to generate | |
| oneTimeDate | No | Date-time string for one_time scheduling (e.g. '2026-07-08T16:40:00.000Z') | |
| customPrompt | No | Additional custom instructions for the AI | |
| dailySchedule | No | CRITICAL: This replaces the ENTIRE daily schedule list. You MUST include all existing schedules you want to keep. | |
| oneTimeTopicId | No | Topic ID for the one_time post | |
| schedulingMode | No | Scheduling mode | |
| targetAudience | No | Target audience description (e.g., 'Software Engineers', 'Startup Founders') | |
| weeklySchedule | No | Weekly schedule slots keyed by day e.g. { 'Wed': [{ time: '16:40' }] } | |
| carouselImageCount | No | Number of images for carousel_post (min 2, max 5) |