mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-06 20:55:23 -05:00
* improvement(block-outputs):display metadata properties destructured * add back icons * fix google calendar * reuse versioned tool selector * fix null fields * github optionality * fix notion * review stripe tools metadata * fix optional tools + types * fix docs type * add db row tool + fix copilot versioning recognition
84 lines
3.2 KiB
Plaintext
84 lines
3.2 KiB
Plaintext
---
|
||
title: LinkedIn
|
||
description: Share posts and manage your LinkedIn presence
|
||
---
|
||
|
||
import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||
|
||
<BlockInfoCard
|
||
type="linkedin"
|
||
color="#0072B1"
|
||
/>
|
||
|
||
{/* MANUAL-CONTENT-START:intro */}
|
||
[LinkedIn](https://www.linkedin.com) is the world’s largest professional networking platform, empowering users to build their careers, connect with their network, and share professional content. LinkedIn is widely used by professionals across industries for personal branding, recruiting, job search, and business development.
|
||
|
||
With LinkedIn, you can easily share posts to your personal feed to engage with your network, and access information about your profile to highlight your professional achievements. Automated integration with Sim allows you to leverage LinkedIn functionality programmatically—enabling agents and workflows to post updates, report on your professional presence, and keep your feed active without manual effort.
|
||
|
||
Key LinkedIn features available through this integration include:
|
||
|
||
- **Share Posts:** Automatically publish professional updates, articles, or announcements to your LinkedIn personal feed.
|
||
- **Profile Information:** Retrieve detailed information about your LinkedIn profile to monitor or use in downstream tasks within your workflows.
|
||
|
||
These capabilities make it easy to keep your LinkedIn network engaged and to extend your professional reach efficiently as part of your AI or workflow automation strategy.
|
||
{/* MANUAL-CONTENT-END */}
|
||
|
||
|
||
## Usage Instructions
|
||
|
||
Integrate LinkedIn into workflows. Share posts to your personal feed and access your LinkedIn profile information.
|
||
|
||
|
||
|
||
## Tools
|
||
|
||
### `linkedin_share_post`
|
||
|
||
Share a post to your personal LinkedIn feed
|
||
|
||
#### Input
|
||
|
||
| Parameter | Type | Required | Description |
|
||
| --------- | ---- | -------- | ----------- |
|
||
| `text` | string | Yes | The text content of your LinkedIn post |
|
||
| `visibility` | string | No | Who can see this post: "PUBLIC" or "CONNECTIONS" \(default: "PUBLIC"\) |
|
||
| `request` | string | No | No description |
|
||
| `output` | string | No | No description |
|
||
| `output` | string | No | No description |
|
||
| `specificContent` | string | No | No description |
|
||
| `shareCommentary` | string | No | No description |
|
||
| `visibility` | string | No | No description |
|
||
| `headers` | string | No | No description |
|
||
| `output` | string | No | No description |
|
||
| `output` | string | No | No description |
|
||
| `output` | string | No | No description |
|
||
|
||
#### Output
|
||
|
||
| Parameter | Type | Description |
|
||
| --------- | ---- | ----------- |
|
||
| `success` | boolean | Operation success status |
|
||
| `postId` | string | Created post ID |
|
||
| `profile` | json | LinkedIn profile information |
|
||
| `error` | string | Error message if operation failed |
|
||
|
||
### `linkedin_get_profile`
|
||
|
||
Retrieve your LinkedIn profile information
|
||
|
||
#### Input
|
||
|
||
| Parameter | Type | Required | Description |
|
||
| --------- | ---- | -------- | ----------- |
|
||
|
||
#### Output
|
||
|
||
| Parameter | Type | Description |
|
||
| --------- | ---- | ----------- |
|
||
| `success` | boolean | Operation success status |
|
||
| `postId` | string | Created post ID |
|
||
| `profile` | json | LinkedIn profile information |
|
||
| `error` | string | Error message if operation failed |
|
||
|
||
|