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
Framework

Add Lead

Adds a new lead to your Sales Navigator account
from composio_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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_openai 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 cutting-edge framework for building AI applications, designed to make the process of developing AI solutions super easy and fun! It's a collection of powerful tools and libraries that simplify the process of creating AI applications, 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, making it a breeze to leverage its capabilities within the Composio.dev platform. You can use Linkedin Sales Navigator to call functions on various platforms like Google, GitHub, and others, allowing you to incorporate different services into your AI applications with ease. It also supports user login via OAuth2 and can work with other popular frameworks such as LangChain and CrewAI, giving you the flexibility to build truly innovative AI solutions.

What models can I use with Linkedin Sales Navigator and openAI_python?

When using Linkedin Sales Navigator and openAI_python, 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 with openAI_python?

Integrating Linkedin Sales Navigator with openAI_python is super easy with Composio.dev! You can use the Composio.dev API to call functions from both Linkedin Sales Navigator and openAI_python, allowing you to tap into their capabilities with just a few lines of code. The SDK is available in Python, JavaScript, and TypeScript, so you can work with the language you're most comfortable with and integrate these powerful tools into your projects seamlessly.

What is the pricing for Linkedin Sales Navigator and openAI_python?

Both Linkedin Sales Navigator and openAI_python are completely free to use, with a generous free tier that allows up to 1000 requests per month. This makes them accessible for developers and organizations of all sizes, whether you're a student working on a personal project or a startup building the next big thing. You can get started with these powerful tools without worrying about breaking the bank.

What kind of authentication is supported for Linkedin Sales Navigator and openAI_python?

Linkedin Sales Navigator and openAI_python support OAuth2 authentication, ensuring secure and authorized access to their functionalities. You can use the Composio.dev API to handle authentication and call functions from both Linkedin Sales Navigator and openAI_python 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 both Linkedin Sales Navigator and openAI_python, enabling you to leverage their 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 these powerful tools to your project with ease.

What is the accuracy of Linkedin Sales Navigator and openAI_python?

Linkedin Sales Navigator and openAI_python are 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. The 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 and openAI_python?

Linkedin Sales Navigator and openAI_python can be used for a wide range of AI applications, making them versatile tools for developers and creators alike. Some common use cases include natural language processing, text generation, question answering, sentiment analysis, and more. They're 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, these tools 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.

Can I customize Linkedin Sales Navigator and openAI_python for my specific needs?

Absolutely! Linkedin Sales Navigator and openAI_python are highly customizable and extensible, allowing you to tailor their functionality, models, and configurations to meet your specific requirements. Whether you're building a chatbot, a content creation tool, or any other AI-powered application, you can customize these tools to fit your unique needs. Additionally, Composio.dev provides a flexible platform for integrating and orchestrating various AI tools and services, enabling you to create custom AI solutions that are tailored to your project.

What kind of support and documentation is available for Linkedin Sales Navigator and openAI_python?

Linkedin Sales Navigator and openAI_python have comprehensive documentation and a supportive community, making it easy for you to get started and find answers to your questions. Composio.dev also provides extensive resources, including tutorials, guides, and a dedicated support team to assist you throughout your AI development journey. Whether you're a beginner or an experienced developer, you'll have access to the resources you need to make the most of these powerful tools.
+ 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๐Ÿงช