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
| Field | Type | Description |
|---|---|---|
| influencerName * | string | Full name of the influencer or creator |
| platform * | linkedin | instagram | youtube | podcast | Platform where they are active |
| niche * | string | Their content niche or topic area |
| proposedCollaboration * | string | Description of the proposed collaboration (e.g. "sponsored post", "product review", "interview") |
| brandName | string | Your brand or company name (optional) |
| language | fr | en | Language 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":"…"} })