nv_sync_conversation
Sync Sales Navigator conversations for polling by providing the LinkedIn profile URL. Connects via Linked API MCP to automate lead management and messaging tasks.
Instructions
Allows you to sync a conversation in Sales Navigator so you can start polling it. (nv.syncConversation action).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
personUrl | Yes | The LinkedIn URL of the person whose Sales Navigator conversation to sync (e.g., 'https://www.linkedin.com/in/john-doe') |
Input Schema (JSON Schema)
{
"properties": {
"personUrl": {
"description": "The LinkedIn URL of the person whose Sales Navigator conversation to sync (e.g., 'https://www.linkedin.com/in/john-doe')",
"type": "string"
}
},
"required": [
"personUrl"
],
"type": "object"
}