E-commerce

Chatbot IA pour corriger les informations destinataire avant expédition

Chatbot IA pour corriger les informations destinataire avant expédition

1 juillet 2026

« Le bot a changé le nom sans vérifier que c'était ma commande. » « L'IA propose de modifier l'adresse alors que je voulais juste corriger le prénom. » « Colis expédié avec l'ancien nom malgré ma demande chat. » Trois échecs où un bot destinataire mal calibré confond nom, adresse et fenêtre pré-expédition.

Un chatbot IA correction destinataire ne remplace pas les agents WRONGNAME (#541). Il lit WRONGNAME-MAP, collecte verify_identity, cite change_allowed pre-ship et handoff fix avant cutoff.

Ce guide #542 couvre intents bot_recipient_*, flow RECIPIENTbot et KPI recipient_bot. Paire bot du playbook WRONGNAME (#541). Nouveau cas d'usage IA : corriger nom destinataire avant expédition sans distraire ni promettre post-label.

Sommaire

Pourquoi automatiser correction destinataire par bot ?

La demande « mauvais nom sur l'étiquette » arrive minutes post-achat, avant pick entrepôt. Un bot calibré collecte verify checklist, cite cutoff map et refuse change si label_created sans void.

Ce que le bot résout tier 1

  • Verify collect : billing_last4 zip amount checklist

  • Scope explain : name_field change_allowed map

  • Name typo guide : client fournit new_shipping_name post-verify

  • Pre-ship gate : unfulfilled only PRE-SHIP-ONLY

  • Cutoff cite : deadline correction grounded map

Shopify permet edit shipping name sur commandes unfulfilled (Shopify, edit orders 2026). Le bot intercepte bot_recipient_name_typo avant handoff non sécurisé.

RECIPIENTbot vs WRONGNAME #541, CONTVERIFY #524, adresse #183 et phone #523

Cinq contenus, cinq layers destinataire pré-expédition.

Matrice rapide

Pipeline : bot verify OK new_name → #541 execute Shopify update → 3PL label regen. #524 = prevent. #542 = reactive correction nom.

Quels intents bot_recipient_* configurer ?

Huit intents bot correction destinataire.

Huit intents bot_recipient

  • bot_recipient_name_typo : faute prénom nom destinataire

  • bot_recipient_name_change : changer nom shipping pre-ship

  • bot_recipient_verify : collect billing proof checklist

  • bot_recipient_gift_label : cadeau nom étiquette corriger

  • bot_recipient_pickup_name : nom relais doit matcher ID

  • bot_recipient_phone_combo : nom + phone → reroute #523

  • bot_recipient_too_late : label_created explain CARRIER-LABEL-LIMIT

  • bot_recipient_confirm_fix : verify OK → handoff #541 execute

Tier 1 auto : name_typo explain, verify collect, too_late scope si order lookup sans update Shopify direct.

Intent bot_recipient_confirm_fix, gift_label billing invoice → agents #541 ou #463 avec payload verify_result order_id new_name.

Comment consommer WRONGNAME-MAP #541 ?

Le bot lit WRONGNAME-MAP #541 : name_field, fulfillment_stage, change_allowed, verify_identity, carrier_impact, invoice_impact, bot_intent_map.

Lookup grounded

  • Order lookup : shipping_name fulfillment label_status

  • WRONGNAME-MAP row : name_field x fulfillment branch

  • Verify gate : billing_last4 zip amount match API

  • Change scope cite : Y note_only carrier_void_required

  • Cutoff deadline : 3PL pick time from map or ops config

Alignement anti-hallucination (#123) : bot ne modifie jamais nom sans verify pass.

Policy RECIPIENTBOT-SUP en six règles

Six règles bot correction destinataire sûr.

  1. PRE-SHIP-ONLY : unfulfilled avant label_created gate

  2. VERIFY-BEFORE-CHANGE : verify pass obligatoire avant new_name

  3. NO-NAME-UPDATE-BOT : bot collect verify handoff #541 execute

  4. WRONGNAME-MAP-GROUNDED : change_allowed depuis map only

  5. NAME-NOT-ADDRESS : rue CP ville → reroute #183 address

  6. CARRIER-LABEL-LIMIT : post label = explain void handoff #541

Flow RECIPIENTbot RCB-1 à RCB-8

Flow huit étapes bot correction destinataire.

  1. RCB-1 Classify : bot_recipient_* intent

  2. RCB-2 Order lookup : shipping_name fulfillment stage

  3. RCB-3 WRONGNAME-MAP : change_allowed carrier cutoff

  4. RCB-4 Verify collect : billing_last4 zip amount ask

  5. RCB-5 Verify match : API compare pass fail

  6. RCB-6 Respond : TPL-RECIPIENTbot scope or too_late

  7. RCB-7 Handoff fix : verify OK new_name → #541

  8. RCB-8 Log : verify_result tag recipient_bot

Exemple TPL-RECIPIENTbot-VERIFY

« Pour sécuriser commande [order_num], confirmez : 4 derniers chiffres carte OU montant [amount] € ET code postal facturation. Puis indiquez le nom destinataire correct. »

Templates TPL-RECIPIENTbot et touchpoints

Quatre templates essentiels.

TPL-RECIPIENTbot-VERIFY

Sécurisons votre commande. Confirmez montant [amount] € et CP facturation. Puis envoyez le nom destinataire correct pour l'étiquette.

TPL-RECIPIENTbot-SCOPE

Correction nom possible : [change_allowed map]. Statut : [fulfillment_stage]. Cutoff expédition : [cutoff_time]. Vérification identité requise.

TPL-RECIPIENTbot-TOO-LATE

Étiquette déjà générée. Correction nom soumise à void label 3PL. Agent #541 traite sous [sla]. Statut : [status_url].

TPL-RECIPIENTbot-ADDRESS-REROUTE

Changement adresse rue CP ville : processus distinct (#183). Pour le nom seul, restez ici après verify.

Touchpoints

  • Order status page : chip « Nom destinataire incorrect ? »

  • Post-checkout email : lien correction destinataire pre-ship

  • Confirmation unfulfilled : bot_recipient_proactive webhook option

  • Help center recipient FAQ : bot embed verify checklist

Cas limites et reroutes

Cinq cas hors tier 1 bot.

Bot ne met jamais à jour shipping name Shopify direct : handoff #541 post bot_recipient_confirm_fix verify pass.

KPI recipient_bot essentiels

Cinq métriques pilotage RECIPIENTbot.

  • recipient_bot_verify_collect_rate : % sessions avec verify ask

  • recipient_bot_verify_pass_rate : % verify match success

  • recipient_bot_pre_ship_fix : fixes avant label_created

  • recipient_bot_unauthorized_change : change sans verify, cible 0

  • recipient_bot_address_reroute : sessions → #183 full address

Red team mensuel : 10 prompts « change nom sans preuve », « modifie adresse via bot nom », « corrige après expédition garanti ». Change sans verify = violation VERIFY-BEFORE-CHANGE.

Anti-patterns RECIPIENTbot

Six erreurs fréquentes.

  1. Nom changé sans verify : VERIFY-BEFORE-CHANGE

  2. Bot update Shopify direct : NO-NAME-UPDATE-BOT

  3. Confondre adresse #183 : NAME-NOT-ADDRESS

  4. Promettre fix post-scan carrier : CARRIER-LABEL-LIMIT

  5. Actif post-ship : PRE-SHIP-ONLY gate

  6. Facture via macro ship : INVOICE-REROUTE #463

RECIPIENTbot avec Qstomy

Qstomy sur Shopify : detect bot_recipient intent, WRONGNAME-MAP RAG, verify widget billing match, PRE-SHIP-ONLY gate, handoff #541 fix payload, cutoff cite, audit unauthorized change.

Pipeline : bot verify collect → #541 execute label regen → gouvernance IA #142 audit identity claims.

Explorez support IA et demander une démo.

Checklist, FAQ et aller plus loin

Checklist RECIPIENTbot (8 étapes)

  1. Sync WRONGNAME-MAP #541 : RAG bot whitelist only

  2. Policy RECIPIENTBOT-SUP : 6 règles PRE-SHIP-ONLY

  3. 8 intents bot_recipient_* : flow RCB-1 à RCB-8

  4. 4 templates TPL-RECIPIENTbot-* : VERIFY SCOPE TOO-LATE ADDRESS

  5. Billing verify API match : last4 zip amount gate

  6. Order status chip recipient : bot_recipient_name_typo entry

  7. Red team 10 prompts : change sans preuve post-ship

  8. Dashboard KPI : recipient_bot_* section 9

FAQ

Différence #541 ?
#541 = agents execute fix label regen. #542 = bot tier 1 verify collect handoff.

Bot change nom direct ?
Non. Verify pass puis handoff #541 Shopify update.

Différence #524 CONTVERIFY ?
#524 = proactive detect phone email. #542 = reactive correction nom client.

Changement adresse ?
NAME-NOT-ADDRESS reroute #183.

Aller plus loin

Cette semaine : indexer WRONGNAME-MAP corpus bot, tester red team « change nom sans preuve », mesurer recipient_bot_unauthorized_change. Activer chip order status nom incorrect.

Enzo

1 juillet 2026

Convertissez +2000 clients en moyenne par mois en utilisant Qstomy.

1ère IA Shopify dédiée à la conversion client au monde

200+ ecommerçants accompagnés

Abonnez-vous à la newsletter et obtennez un e-book personnalisé !

Solution no-code, sans connaissance technique requise. Une IA entrainée sur votre e-shop et non intrusive.

*Désabonnez-vous à tout moment. Nous n'envoyons pas de spam.

Abonnez-vous à la newsletter et obtennez un e-book personnalisé !

Solution no-code, sans connaissance technique requise. Une IA entrainée sur votre e-shop et non intrusive.

*Désabonnez-vous à tout moment. Nous n'envoyons pas de spam.