zeekeo_create_template
Creates a reusable Zeekeo message template. Call this BEFORE zeekeo_create_campaign — a campaign references templates by the template_id this returns, not inline text. type must be 'linkedin_invite' for a connection-request template, or one of linkedin_message/linkedin_inmail/email_message for a follow-up/reply template. 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. Supports Zeekeo merge variables like {{FIRST_NAME}} and {{COMPANY}}. | |
| name | Yes | Template name, for your own reference in the Zeekeo dashboard | |
| type | Yes | What kind of message this template is for | |
| subject | No | Subject line, required when type is email_message |