send_linkedin_message
Send a one-off LinkedIn message to a specific saved contact outside any campaign. Prefer contact_id; Salesbot resolves the LinkedIn identifier internally. A random delay, daily/hourly limits, allowed hours and human approval are enforced. Refused with code DUPLICATE_RECENT_MESSAGE (and the campaign name + date) when a campaign of this LinkedIn account already messaged the person within the last 30 days; to continue an existing conversation use reply_to_chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message text to send (max 5000 chars) | |
| contact_id | No | Preferred: Salesbot contact UUID. Used to resolve linkedin_id safely. | |
| profile_id | No | UUID of the user_profile to send from | |
| linkedin_id | No | LinkedIn public ID of the recipient (e.g. 'jan-novak-12345') |