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