LinkedIn Sales Navigator is a premium sales prospecting and lead generation tool that provides enhanced features and data to help sales professionals engage with their target audience more effectively on LinkedIn. It offers advanced search, customized recommendations, and insights to identify and connect with the right prospects.
๐Ÿ”— Connect and Use Linkedin Sales Navigator
1. ๐Ÿ”‘ Connect your Linkedin Sales N
2. โœ… Select an action
3. ๐Ÿš€ Go live with the agent
What do you want to do?

API actions for Linkedin Sales Navigator for AI assitants/agents

Language
JS
PYTHON

Add Lead

Adds a new lead to your Sales Navigator account
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADD_LEAD_ACTION])

Add Account

Adds a new account to your Sales Navigator account
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADD_ACCOUNT_ACTION])

Send InMail

Sends an InMail message to a specified lead or contact
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.SEND_INMAIL_ACTION])

Update Lead Status

Updates the status of a specified lead in Sales Navigator
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.UPDATE_LEAD_STATUS_ACTION])

Create Saved Search

Creates a new saved search in Sales Navigator with specified criteria
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.CREATE_SAVED_SEARCH_ACTION])

Add Note To Lead

Adds a note to a specified lead's profile in Sales Navigator
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADD_NOTE_TO_LEAD_ACTION])

Tag Lead

Applies a tag to a specified lead in Sales Navigator
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.TAG_LEAD_ACTION])

Remove Lead

Removes a specified lead from your Sales Navigator account
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.REMOVE_LEAD_ACTION])

Update Account Information

Updates the information for a specified account in Sales Navigator
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.UPDATE_ACCOUNT_INFORMATION_ACTION])

Add Lead To List

Adds a specified lead to a list in Sales Navigator
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADD_LEAD_TO_LIST_ACTION])

Remove Lead From List

Removes a specified lead from a list in Sales Navigator
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.REMOVE_LEAD_FROM_LIST_ACTION])

Create Custom Alert

Creates a custom alert for specified events or changes in Sales Navigator
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.CREATE_CUSTOM_ALERT_ACTION])

Export Lead Data

Exports data for specified leads from Sales Navigator
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.EXPORT_LEAD_DATA_ACTION])

Schedule InMail

Schedules an InMail message to be sent at a specific time
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.SCHEDULE_INMAIL_ACTION])

Generate Lead Recommendations

Generates lead recommendations based on specified criteria
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.GENERATE_LEAD_RECOMMENDATIONS_ACTION])

Sync With CRM

Syncs Sales Navigator data with a specified CRM system
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.SYNC_WITH_CRM_ACTION])

Create Account List

Creates a new list of accounts in Sales Navigator
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.CREATE_ACCOUNT_LIST_ACTION])

Generate Account Insights

Generates insights for a specified account in Sales Navigator
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.GENERATE_ACCOUNT_INSIGHTS_ACTION])

Generate Activity Report

Generates a report of your Sales Navigator activities for a specified period
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.GENERATE_ACTIVITY_REPORT_ACTION])

New Lead

Triggers when a new lead is added to your Sales Navigator account
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.NEW_LEAD_TRIGGER])

New Account

Triggers when a new account is added to your Sales Navigator account
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.NEW_ACCOUNT_TRIGGER])

Lead Status Change

Triggers when the status of a lead changes in Sales Navigator
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.LEAD_STATUS_CHANGE_TRIGGER])

New InMail Received

Triggers when you receive a new InMail message in Sales Navigator
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.NEW_INMAIL_RECEIVED_TRIGGER])

New Connection Request

Triggers when you receive a new connection request in Sales Navigator
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.NEW_CONNECTION_REQUEST_TRIGGER])

Lead Viewed Profile

Triggers when a lead views your LinkedIn profile
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.LEAD_VIEWED_PROFILE_TRIGGER])

New Saved Search Results

Triggers when new results appear in a saved search in Sales Navigator
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.NEW_SAVED_SEARCH_RESULTS_TRIGGER])

Account News Mention

Triggers when an account is mentioned in news or press releases
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ACCOUNT_NEWS_MENTION_TRIGGER])

Lead Job Change

Triggers when a lead changes their job or position
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.LEAD_JOB_CHANGE_TRIGGER])

New Team Connection

Triggers when a team member makes a new connection relevant to your accounts
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.NEW_TEAM_CONNECTION_TRIGGER])

Frequently asked questions

What is Composio.dev?

Composio.dev is a platform for building AI applications, designed to make the process of developing AI solutions super easy and fun! It provides a comprehensive set of tools and libraries that simplify the process of developing AI solutions, allowing you to focus on the creative aspects of your project without getting bogged down by the technical details.

How does Composio.dev support Linkedin Sales Navigator?

Composio.dev seamlessly integrates with Linkedin Sales Navigator, allowing you to leverage its capabilities within the Composio.dev platform. You can utilize Linkedin Sales Navigator to call functions across various platforms, including Google, GitHub, and others, making it a breeze to incorporate different services into your AI applications. Additionally, it supports user authentication via OAuth2 and can work in conjunction with other popular frameworks like LangChain and CrewAI, giving you the flexibility to build truly innovative AI solutions.

What models can I use with Linkedin Sales Navigator?

With Linkedin Sales Navigator, you have access to a wide range of state-of-the-art language models, including GPT-4o (OpenAI), GPT-3.5 (OpenAI), GPT-4 (OpenAI), Claude (Anthropic), PaLM (Google), LLaMA and LLaMA 2 (Meta), Gemini, and many others. This flexibility allows you to choose the model that best suits your specific use case, whether you're building a chatbot, a content creation tool, or any other AI-powered application. You can experiment with different models and find the one that delivers the best performance for your project.

How can I integrate Linkedin Sales Navigator into my project?

Composio.dev provides a seamless integration for Linkedin Sales Navigator, making it super easy to incorporate this powerful framework into your projects. You can leverage the Composio.dev API to call functions from Linkedin Sales Navigator, allowing you to tap into its capabilities with just a few lines of code. The SDK is available in Python, JavaScript, and TypeScript, so you can work with your preferred programming language and integrate Linkedin Sales Navigator into your projects seamlessly.

What is the pricing for Linkedin Sales Navigator?

Linkedin Sales Navigator is completely free to use, with a generous free tier that allows up to 1000 requests per month. This makes it accessible for developers and organizations of all sizes to explore and experiment with this powerful tool without any upfront costs. Whether you're a student working on a personal project or a startup building the next big thing, you can get started with Linkedin Sales Navigator without worrying about breaking the bank.

What kind of authentication is supported for Linkedin Sales Navigator?

Linkedin Sales Navigator supports OAuth2 authentication, ensuring secure and authorized access to its functionalities. You can leverage the Composio.dev API to handle authentication and call functions from Linkedin Sales Navigator seamlessly. The SDK is available in Python, JavaScript, and TypeScript for your convenience, making it easy to integrate authentication into your projects and keep your users' data safe and secure.

Can I add Linkedin Sales Navigator to my project?

Absolutely! You can easily incorporate Linkedin Sales Navigator into your project by utilizing the Composio.dev API. This API allows you to call functions from Linkedin Sales Navigator, enabling you to leverage its capabilities within your application. The SDK is available in Python, JavaScript, and TypeScript to facilitate integration, so you can work with the language you're most comfortable with and add Linkedin Sales Navigator to your project with ease.

What is the accuracy of Linkedin Sales Navigator?

Linkedin Sales Navigator is designed to provide highly accurate and reliable results, ensuring that your AI applications perform at their best. The integration with Composio.dev ensures precise function calls, enabling you to build robust and powerful AI applications with confidence. Linkedin Sales Navigator's comprehensive framework and the ability to leverage state-of-the-art models ensure reliable and accurate outcomes for your AI development needs, whether you're working on a chatbot, a content creation tool, or any other AI-powered project.

What are some common use cases for Linkedin Sales Navigator?

Linkedin Sales Navigator can be used for a wide range of AI applications, making it a versatile tool for developers and creators alike. Some common use cases include natural language processing, text generation, question answering, sentiment analysis, and more. It's particularly useful for building chatbots, virtual assistants, content creation tools, and other AI-powered applications that can help you automate tasks, engage with users, and create compelling content. Whether you're working on a personal project or building a product for your startup, Linkedin Sales Navigator can help you bring your ideas to life.

How does Linkedin Sales Navigator handle data privacy and security?

Data privacy and security are crucial considerations when working with AI systems, and Linkedin Sales Navigator takes these issues seriously. It follows industry best practices and adheres to strict data protection regulations, ensuring that your data is kept safe and secure. Linkedin Sales Navigator provides robust security measures, such as encryption and access controls, to ensure the confidentiality and integrity of your data. You can rest assured that your sensitive information is protected when using Linkedin Sales Navigator for your AI development needs.
+ Integrate seamlessly with your agentic frameworks
Composio Works with All Shapes and SizesComposio Works with All Shapes and SizesComposio Works with All Shapes and SizesComposio Works with All Shapes and SizesComposio Works with All Shapes and Sizes
Building for AI across continents๐Ÿงช