# Available modules

Linked API provides Make modules for automating your LinkedIn flows, covering standard interface and Sales Navigator operations.

Linked API provides these Make modules for automating your LinkedIn flows:

## Standard interface

| Module | Description |
| --- | --- |
| **Accept an Invitation** | Accept a connection, company-follow, or newsletter-subscription invitation |
| **Check Connection Status** | Check connection status with person |
| **Comment on Post** | Leave comment on post; returns the new comment's URN and URL |
| **Fetch Company** | Get company information with optional employees, decision makers, posts |
| **Fetch Person** | Get person page information with optional experience, education, skills, posts |
| **Fetch Post** | Get post information and engagement metrics |
| **Fetch Job** | Get job details such as company, location, salary, description |
| **Ignore an Invitation** | Ignore a connection, company-follow, or newsletter-subscription invitation |
| **Manage Conversation** | Archive, star, or mute a conversation thread by thread ID |
| **React to Comment** | React to a comment by comment URL (like, love, support, celebrate, insightful, funny) |
| **React to Post** | React to post (like, love, support, celebrate, insightful, funny) |
| **Remove Connection** | Remove person from connections |
| **Reply to Comment** | Reply to a comment by comment URL; returns the reply's URN and URL |
| **Retrieve Incoming Invitations** | Get all received connection, company-follow, and newsletter-subscription invitations |
| **Retrieve Connections** | Get your connections with filtering |
| **Retrieve Feed Posts** | Get posts from your home feed |
| **Retrieve Pending Requests** | Get all pending connection requests |
| **Retrieve Performance** | Get LinkedIn dashboard analytics |
| **Retrieve SSI** | Get current SSI (Social Selling Index) |
| **Search Companies** | Search for companies with advanced filtering |
| **Search Jobs** | Search for jobs with advanced filtering |
| **Search People** | Search for people with advanced filtering |
| **Send Connection Request** | Send connection request with optional note |
| **Send Message** | Send message to person, or reply into an existing thread by thread ID, with optional archive, star, or mute of the conversation right after sending |
| **Sync Conversation** | Sync conversation for polling later |
| **Sync Inbox** | Enable whole-inbox monitoring so every incoming conversation can be polled |
| **Sync Network** | Enable network monitoring so connection events can be polled |
| **Withdraw Connection Request** | Withdraw pending connection request |

The accept and ignore modules require an invitation type and its matching URL: `personUrl` for `connect`, `companyUrl` for `companyFollow`, or `newsletterUrl` for `newsletterSubscribe`.

## Sales Navigator

| Module | Description |
| --- | --- |
| **Fetch Company in Sales Navigator** | Get company information with optional employees and decision makers from Sales Navigator |
| **Fetch Person in Sales Navigator** | Get person page information from Sales Navigator |
| **Manage Conversation in Sales Navigator** | Archive or unarchive a conversation thread by thread ID via Sales Navigator |
| **Search Companies in Sales Navigator** | Search for companies with advanced filtering via Sales Navigator |
| **Search People in Sales Navigator** | Search for people with advanced filtering via Sales Navigator |
| **Send Message in Sales Navigator** | Send message to person via Sales Navigator, or reply into an existing thread by thread ID |
| **Sync Conversation in Sales Navigator** | Sync conversation in Sales Navigator for polling later |
| **Sync Inbox in Sales Navigator** | Enable whole-inbox monitoring in Sales Navigator so every incoming conversation can be polled |

## Other modules

| Module | Description |
| --- | --- |
| **Execute Custom Workflow** | Execute custom workflow by raw definition |
| **Get Actions Statistics** | Get statistics about previously executed actions |
| **Poll Conversations** | Poll conversations for new messages |
| **Poll Inbox** | Poll the monitored inbox for new messages across all conversations |
| **Poll Network** | Poll the monitored network for new connection events |

## Administration

| Module | Description |
| --- | --- |
| **Get Subscription Status** | Check current subscription status and trial eligibility |
| **Get Seats** | Get active subscription seats |
| **Set Seats** | Set number of subscription seats |
| **Get Accounts** | List connected LinkedIn accounts with profile URL, avatar, headline, pending sessions, and reconnection links |
| **Connect Account** | Create connection session for a new LinkedIn account |
| **Reparse Account Info** | Refresh stored profile URL, avatar, headline, and name for an account |
| **Reconnect Account** | Create reconnection session for an account that requires reconnection |
| **Get Connection Session** | Get connection or reconnection session status |
| **Cancel Connection Session** | Cancel a pending connection or reconnection session |
| **Disconnect Account** | Disconnect a LinkedIn account |
| **Regenerate Token** | Regenerate identification token for an account |
| **Get Limits Defaults** | Get system default rate limits |
| **Get Limits** | Get configured rate limits for an account |
| **Get Limits Usage** | Check current usage against configured limits |
| **Set Limits** | Configure rate limits for an account |
| **Delete Limits** | Delete specific account rate limits |
| **Reset Limits** | Reset all limits to system defaults |
