zeekeo_send_message
Sends a REAL LinkedIn message, InMail, or email through Zeekeo Launchpad to a profile in one of the user's existing Zeekeo campaigns. Only call this after showing the user the drafted message and getting explicit approval. Resolves linkedin_url into that campaign first, so the profile must be reachable from it (use zeekeo_list_campaigns to pick campaign_id). Requires the user to have connected their own Zeekeo Launchpad account. Direct them to rankparse.com/dashboard/integrations to connect it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Message text | |
| type | Yes | Channel to send through | |
| subject | No | Subject line, required when type is email_message | |
| campaign_id | Yes | Zeekeo campaign id from zeekeo_list_campaigns | |
| linkedin_url | Yes | LinkedIn profile URL or public identifier of the recipient |