Tous les outils

Marketing · draft_influencer_outreach

Contacter un influenceur

Message de prospection pour un influenceur.

Prix
usage IA du plan
Prérequis
Aucun connecteur
fonctionne sur les clés plateforme
Validation humaine
Non
lecture ou écriture interne

Entrée

ChampTypeDescription
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)

Appeler cet outil

Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.

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":"…"} })