nv_get_conversation
Retrieve conversation history with a LinkedIn person using Sales Navigator messaging. Optionally filter messages by date to get updates since a specific timestamp.
Instructions
Allows you to get a conversation with a LinkedIn person using Sales Navigator messaging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| personUrl | Yes | The LinkedIn URL of the person whose conversation you want to poll (e.g., 'https://www.linkedin.com/in/john-doe') | |
| since | No | Optional ISO 8601 timestamp to only retrieve messages since this date (e.g., '2024-01-15T10:30:00Z'). If not provided, the entire conversation history will be returned. |