campaignstack_send_message
Send a LinkedIn message in an existing conversation, optionally with file attachments (public URLs). Takes a conversationRef { platform, id } from campaignstack_list_inbox_conversations. The message is dispatched asynchronously via the runner. The tool returns a messageEntityUrn for tracking. Use campaignstack_get_conversation to check delivery status. Subject to daily send_message budget and business hours gates unless bypassed. When true, bypasses ALL LinkedIn safety limits (daily budget, weekly caps, business hours, account status checks). ⚠️ WARNING: This disables all protections that prevent LinkedIn account restrictions. Use only when you understand the risks and accept that the account may be flagged or restricted by LinkedIn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| attachments | No | Up to 5 files to attach (images or documents). Downloaded server-side and validated against the LinkedIn attachment policy. | |
| conversationRef | Yes | ||
| dangerouslyBypassSafetySystem | No |