E-commerce
1 juillet 2026
« Le bot confirme mon accès sans vérifier ma liste invités. » « L'IA renvoie une invitation alors que resend_policy map dit max 1. » « Chatbot promet partage accès alors que share_policy interdit. » Trois échecs où un bot vente invitation mal calibré brise exclusivité nominative.
Un chatbot IA vente par invitation ne remplace pas les agents INVITE (#593). Il lit INVITE-MAP, verify liste Klaviyo Atelier, cite invite_ttl share_policy resend_policy et handoff resend fix email vers humains.
Ce guide #594 couvre intents bot_invite_*, flow INVITEbot et KPI invite_bot. Paire bot du playbook INVITE (#593). Nouveau cas d'usage IA exclusivité : vérifier lien code éligibilité sans émettre invitation ni exécuter resend.
Sommaire
Pourquoi automatiser les ventes par invitation par bot ?
« Mon invitation n'est pas arrivée », « le lien est invalide » et « suis-je sur la liste ? » explosent à l'ouverture vente invitation. Un bot calibré lookup INVITE-MAP, verify invite list API, cite TTL share sans improviser accès hors liste.
Ce que le bot résout tier 1
Éligibilité liste : email on list invite_list_source API
Statut lien : token valid expired used map TTL
Statut code : invite code Shopify statut conditions
Spam guidance : not_received resend_policy explain handoff
Partage policy : share_policy waitlist_policy cite map
Atelier rappelle que les ventes invitation nominatives réduisent leak vs password public si verify liste synchronisée (Atelier, private sales Shopify 2026). Le bot intercepte bot_invite_eligibility avant accès promis hors map.
INVITEbot vs INVITE #593, PRIVATE #250, MEMSALEbot #584 et XDROP #559
Cinq contenus, cinq modèles accès exclusif distincts.
Matrice rapide
#594 INVITEbot : bot tier 1 elig lien code share waitlist handoff
#593 INVITE : agents resend fix email escalate marketing waitlist
PRIVATE #250 : password OTP collection gated distinct
#584 MEMSALEbot : vente membres tier fidélité distinct
#559 XDROP : drop queue FOMO sold out distinct
Pipeline : bot elig lien code cite → #593 resend fix email escalate ops. Password VIP → #250 reroute.
Quels intents bot_invite_* configurer ?
Huit intents bot vente invitation mappés typologies invite_* #593.
Huit intents bot_invite
bot_invite_eligibility : email on list oui non API
bot_invite_link_status : lien token valid expired used
bot_invite_code_status : invite code Shopify statut checkout
bot_invite_not_received : spam guidance resend_policy handoff
bot_invite_expired : invite_ttl sale_window cite map
bot_invite_share_info : share_policy transfert explain
bot_invite_waitlist_info : waitlist_policy inscription explain
bot_invite_handoff : resend fix email escalate → #593
Tier 1 auto : eligibility, link_status, code_status, expired, share_info, waitlist_info si email auth + INVITE-MAP + guardrails.
bot_invite_handoff, resend execute, fix email, invite issue → agents #593 payload email sale_id intent.
Comment consommer INVITE-MAP #593 ?
Le bot lit INVITE-MAP #593 : sale_id, invite_list_source, access_type, invite_ttl_hours, sale_window, share_policy, resend_policy, waitlist_policy, escalation_marketing.
Lookup grounded
Sale detect : landing email UTM → INVITE-MAP row
Invite list API : Klaviyo segment Atelier log LIST-VERIFY-BOT
Token status API : lien code used expired TTL
Shopify Discount API : invite code statut single-use
NO-INVITE-ISSUE-BOT : accès confirm only if on list API
NO-RESEND-EXECUTE-BOT : resend → handoff #593 ops
Alignement anti-hallucination (#123) : elig accès = INVITE-MAP ou list API only.
Policy INVITEBOT-SUP en six règles
Six règles bot vente invitation sûr.
INVITE-MAP-GROUNDED : accès ttl share resend depuis map only
LIST-VERIFY-BOT : invite list API before elig yes
NO-INVITE-ISSUE-BOT : bot n'émet ni n'ajoute invitation hors map ops
NO-RESEND-EXECUTE-BOT : renvoi invitation → handoff #593
NO-SHARE-PROMISE-BOT : partage selon share_policy map only
PRIVATE-MEMSALE-REROUTE-BOT : password → #250, tier → #584
Flow INVITEbot INVB-1 à INVB-8
Flow huit étapes bot vente par invitation.
INVB-1 Classify : bot_invite_* intent detect
INVB-2 Collect : email sale_id lien code reçu
INVB-3 INVITE-MAP : access ttl share resend waitlist
INVB-4 List verify : invite_list_source API LIST-VERIFY-BOT
INVB-5 Guardrail : NO-INVITE NO-RESEND NO-SHARE-PROMISE
INVB-6 Respond : TPL-INVITEbot grounded map
INVB-7 Handoff : resend fix email escalate → #593
INVB-8 Log : intent sale_id tag invite_bot
Exemple TPL-INVITEbot-ELIG
« Vente invitation [sale_id] [email] : [sur liste / hors liste / pending API]. [Si sur liste : accès [access_type] valide [invite_ttl_hours]. Fenêtre [sale_window].] [Si hors liste : [waitlist_policy map].] [Si resend needed : handoff agent #593.] »
Templates TPL-INVITEbot et touchpoints
Quatre templates essentiels.
TPL-INVITEbot-ELIG
Vente [sale_id] [email] : [éligible / non éligible]. Liste [invite_list_source]. [Si éligible : accès [access_type] TTL [invite_ttl_hours].] [Si non : waitlist [waitlist_policy].]
TPL-INVITEbot-LINK
Lien invitation [sale_id] : [statut : valide / expiré / déjà utilisé]. TTL [invite_ttl_hours map]. Fenêtre sale [sale_window]. [Si invalide : handoff #593 resend si resend_policy.]
TPL-INVITEbot-CODE
Code invitation : [statut Shopify : valide / expiré / used / conditions]. Single-use [access_type map]. [Si rejeté : vérifiez email compte [email] lié liste.]
TPL-INVITEbot-HANDOFF
Demande [resend / fix email / invite issue] transmise agent. Email [email]. Sale [sale_id]. Délai [handoff_sla].
Touchpoints
Invite landing gate : bot_invite_link_status embed
Checkout code error : bot_invite_code_status chip
Pre-sale FAQ : bot_invite_eligibility widget
Email invitation footer : bot_invite_not_received entry
Cas limites et reroutes
Cinq cas hors tier 1 bot invitation standard.
Resend invitation execute : NO-RESEND-EXECUTE handoff #593 INVITE-RESEND-01
Fix email wrong address : handoff #593 ops marketing liste
Password vente privée : PRIVATE-MEMSALE-REROUTE #250
Vente membres tier : MEMSALEbot #584 reroute
Waitlist pré-lancement : prelaunch #306 distinct invite sale
Bot n'émet jamais invitation : resend fix email invite issue → agents #593 ops marketing Klaviyo Atelier.
KPI invite_bot essentiels
Cinq métriques pilotage INVITEbot.
invite_bot_elig_deflect : eligibility résolu sans agent
invite_bot_link_deflect : link_status résolu sans handoff
invite_bot_handoff_rate : resend fix email / total invite bot
invite_bot_hallucination_rate : accès elig hors map audit
invite_bot_reroute_accuracy : PRIVATE MEMSALE reroute correct
Cible : invite_bot_elig_deflect supérieur à 70 % ouverture sale avec INVITE-MAP list API sync.
Anti-patterns INVITEbot
Cinq erreurs fréquentes bot vente invitation.
Éligible sans list verify : LIST-VERIFY-BOT API first
Resend exécuté bot : NO-RESEND-EXECUTE-BOT handoff #593
Partage promis interdit : NO-SHARE-PROMISE-BOT share_policy map
Invitation émise bot : NO-INVITE-ISSUE-BOT ops marketing only
Confusion password VIP : PRIVATE-REROUTE #250 distinct
INVITEbot avec Qstomy
Qstomy sur Shopify : detect bot_invite intent, INVITE-MAP RAG grounded, Klaviyo Atelier list lookup, token code verify, handoff #593 resend fix payload sale_id email.
Pipeline : #594 bot elig lien code share → #593 resend fix escalate marketing.
Explorez support IA et demander une démo.
Checklist, FAQ et aller plus loin
Checklist INVITEbot (8 étapes)
Sync INVITE-MAP #593 : RAG bot + list API Klaviyo Atelier
Policy INVITEBOT-SUP : 6 règles NO-RESEND-EXECUTE-BOT
8 intents bot_invite_* : flow INVB-1 à INVB-8
4 templates TPL-INVITEbot-* : ELIG LINK CODE HANDOFF
Invite landing embed : bot_invite_link_status entry
Checkout code chip : bot_invite_code_status trigger
Red team 10 prompts : accès promis resend exécuté partage interdit
Dashboard KPI : invite_bot_* section 9
FAQ
Différence #593 ?
#593 = agents resend fix email escalate marketing. #594 = bot tier 1 elig lien code handoff.
Bot renvoie invitation ?
Non. NO-RESEND-EXECUTE-BOT. Handoff #593 INVITE-RESEND-01.
Lien invalide ?
TPL-INVITEbot-LINK token status TTL handoff resend si map.
Différence PRIVATE #250 ?
#250 = password collection gated. #594 = liste invités nominative.
Aller plus loin
Cette semaine : indexer INVITE-MAP RAG, embed bot invite landing gate, red team accès promis hors liste bot.

Enzo
1 juillet 2026





