All tools

Marketing · draft_influencer_outreach

Draft influencer outreach

Outreach message for an influencer.

Price
plan AI usage
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
influencerName *stringFull name of the influencer or creator
platform *linkedin | instagram | youtube | podcastPlatform where they are active
niche *stringTheir content niche or topic area
proposedCollaboration *stringDescription of the proposed collaboration (e.g. "sponsored post", "product review", "interview")
brandNamestringYour brand or company name (optional)
languagefr | enLanguage of the outreach (default: en)

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"draft_influencer_outreach","input":{"influencerName":"…","platform":"linkedin","niche":"…","proposedCollaboration":"…"}}'
$run({ "tool": "draft_influencer_outreach", "input": {"influencerName":"…","platform":"linkedin","niche":"…","proposedCollaboration":"…"} })