Möchten Sie RCS testen, ohne sich um die technische Umsetzung kümmern zu müssen? Entdecken Sie den Agenturmodus

Erweitern Sie die Reichweite von RCS mit SMS

Weitere Informationen

Erhöht die Reichweite des RCS mit dem Failover SMS Leggi l'articolo

Aumente el alcance del RCS con la conmutación por error SMS Leer el artículo

Erhöhen Sie die Reichweite von RCS mit SMS find out more

Ihre RCS-Vorlagen sind versandfertig.

Einen Block kopieren JSON , in Postman einfügen, senden.

Vorlagen

0

Abläufe

0

Sektoren

0
RCS-Vorlage

Diese Vorlagen geben tatsächliche RCS-Gespräche, nach Bereichen gegliedert. Jede Nachricht kann als Ausgangspunkt dienen und ist für die RCS-API smsmode strukturiert©, bereit, sich an Ihre Umgebung anzupassen.

Flow 01

Gesundheit & Arzttermine

4 Beiträge

Diese Vorlagen decken den gesamten Patientenverlauf ab, von der Terminerinnerung bis zur Dokumentenverwaltung. Und das alles in einem einzigen Chat, ohne Apps von Drittanbietern.


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "CARD", "orientation": "VERTICAL", "alignment": "LEFT", "content": { "title": "Rappel RDV", "description": "Le 14/10 à 09:30 avec DR Dubois – 4 rue Duberger Bât. B, 2e étage 13003 Marseille. Que souhaitez-vous faire ?", "media": { "height": "TALL", "fileUrl": "https://VOTRE-IMAGE.jpg" } }, "suggestions": [ { "type": "REPLY", "text": "Confirmer", "postbackData": "confirm" }, { "type": "REPLY", "text": "Décaler", "postbackData": "reschedule" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "Quel créneau vous convient le mieux ?", "suggestions": [ { "type": "REPLY", "text": "15/10 à 08:30", "postbackData": "resched_20261015T0830" }, { "type": "REPLY", "text": "15/10 à 11:30", "postbackData": "resched_20261015T1130" }, { "type": "REPLY", "text": "16/10 à 09:00", "postbackData": "resched_20261016T0900" }, { "type": "REPLY", "text": "18/10 à 14:30", "postbackData": "resched_20261018T1430" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "Merci pour votre choix. Ajoutez l'événement à votre calendrier :", "suggestions": [{ "type": "CREATE_CALENDAR_EVENT", "text": "Ajouter au calendrier", "postbackData": "calendar_event_123", "title": "RDV Dr Dubois", "description": "Consultation médicale", "startTime": "2026-10-18T14:30:00", "endTime": "2026-10-18T15:00:00" }] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "CAROUSEL", "cardWidth": "SMALL", "contents": [ { "title": "Votre ordonnance", "description": "Téléchargez votre ordonnance avant le RDV.", "media": { "height": "TALL", "fileUrl": "https://VOTRE-IMAGE-ORDONNANCE.jpg" }, "suggestions": [{ "type": "OPEN_URL", "text": "Télécharger l'ordonnance", "url": "https://LIEN-ORDONNANCE.pdf", "postbackData": "download_ordonnance" }] }, { "title": "Vos résultats d'examen", "description": "Consultez vos derniers résultats d'examen.", "media": { "height": "TALL", "fileUrl": "https://VOTRE-IMAGE-RESULTATS.jpg" }, "suggestions": [{ "type": "OPEN_URL", "text": "Voir les résultats", "url": "https://LIEN-RESULTATS.pdf", "postbackData": "download_resultats" }] } ] }}

Flow 02

Immobilien

2 Beiträge

Fertige Nachrichtenvorlagen für die beiden entscheidenden Phasen des Verkaufszyklus: die Präsentation von Immobilien und die Vereinbarung von Besichtigungsterminen.

beispiel rcs immobilien

{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "CAROUSEL", "cardWidth": "MEDIUM", "contents": [ { "title": "Appartement T3 – Marseille 6e", "description": "75m² • 3e étage • Balcon • 1 350€/mois charges comprises.", "media": { "height": "TALL", "fileUrl": "https://VOTRE-IMAGE-APPART-1.jpg" }, "suggestions": [{ "type": "OPEN_URL", "text": "Découvrir", "url": "https://LIEN-BIEN-1.fr", "postbackData": "view_bien_1" }] }, { "title": "Appartement T2 – Marseille 8e", "description": "48m² • 1er étage • Vue mer • 980€/mois charges comprises.", "media": { "height": "TALL", "fileUrl": "https://VOTRE-IMAGE-APPART-2.jpg" }, "suggestions": [{ "type": "OPEN_URL", "text": "Découvrir", "url": "https://LIEN-BIEN-2.fr", "postbackData": "view_bien_2" }] }, { "title": "Appartement T4 – Aix-en-Provence", "description": "95m² • RDC avec jardin • Parking • 1 650€/mois charges comprises.", "media": { "height": "TALL", "fileUrl": "https://VOTRE-IMAGE-APPART-3.jpg" }, "suggestions": [{ "type": "OPEN_URL", "text": "Découvrir", "url": "https://LIEN-BIEN-3.fr", "postbackData": "view_bien_3" }] } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": " ", "suggestions": [ { "type": "CREATE_CALENDAR_EVENT", "text": "Planifier une visite", "postbackData": "plan_visite", "title": "Visite appartement", "description": "Visite du bien immobilier", "startTime": "2026-04-10T10:00:00", "endTime": "2026-04-10T11:00:00" }, { "type": "DIAL_PHONE", "text": "Être rappelé", "phoneNumber": "+33XXXXXXXXX", "postbackData": "etre_rappele" } ] }}

Flow 04

Human Resources

6 Beiträge

Diese Vorlagen decken die wichtigsten Bereiche der Personalarbeit ab: Personalbeschaffung, Einarbeitung, interne Kommunikation … Bündeln Sie in einem einzigen Kommunikationskanal, was bisher über mehrere Kanäle lief.


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "CARD", "orientation": "VERTICAL", "alignment": "LEFT", "content": { "title": "Livreur·se VL – PickSeason Noël – Bouches-du-Rhône (H/F)", "description": "Mission saisonnière • mi-nov. → 24 déc • 35h • Horaires variables • Permis B obligatoire • Bonne connaissance du 13", "media": { "height": "TALL", "fileUrl": "https://VOTRE-IMAGE.jpg" } }, "suggestions": [ { "type": "REPLY", "text": "Ça m'intéresse", "postbackData": "interest_livreur_13" }, { "type": "REPLY", "text": "Pas dispo", "postbackData": "not_available" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "CAROUSEL", "cardWidth": "SMALL", "contents": [ { "title": "Agence Marseille – Offre Livreur·se", "description": "PickSeason Noël • 35h • Tournées urbaines • Permis B", "media": { "height": "TALL", "fileUrl": "https://partoo-storelocator-medias.s3.eu-west-1.amazonaws.com/production/manpower/262/17613f3e-dc64-4ac2-ae3a-a2667b3bc3bc.jpg" }, "suggestions": [ { "type": "REPLY", "text": "Je postule à Marseille", "postbackData": "apply_marseille" } ] }, { "title": "Agence Aix-en-Provence – Offre Livreur·se", "description": "PickSeason Noël • 35h • Secteur Aix/Les Milles • Permis B", "media": { "height": "TALL", "fileUrl": "https://partoo-storelocator-medias.s3.eu-west-1.amazonaws.com/production/manpower/262/17613f3e-dc64-4ac2-ae3a-a2667b3bc3bc.jpg" }, "suggestions": [ { "type": "REPLY", "text": "Je postule à Aix", "postbackData": "apply_aix" } ] }, { "title": "Agence Arles – Offre Livreur·se", "description": "PickSeason Noël • 35h • Secteur Arles/Camargue • Permis B", "media": { "height": "TALL", "fileUrl": "https://partoo-storelocator-medias.s3.eu-west-1.amazonaws.com/production/manpower/262/17613f3e-dc64-4ac2-ae3a-a2667b3bc3bc.jpg" }, "suggestions": [ { "type": "REPLY", "text": "Je postule à Arles", "postbackData": "apply_arles" } ] } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "Merci d'envoyer votre CV en PDF ou en photo." }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "Merci d'avoir transmis votre CV Quel créneau vous convient pour rencontrer un de nos recruteurs sur l'agence d'Aix-en-Provence ?", "suggestions": [ { "type": "REPLY", "text": "19/09 - 10h00", "postbackData": "resched_20260919T1000" }, { "type": "REPLY", "text": "19/09 - 11h30", "postbackData": "resched_20260919T1130" }, { "type": "REPLY", "text": "19/09 - 14h00", "postbackData": "resched_20260919T1400" }, { "type": "REPLY", "text": "19/09 - 16h00", "postbackData": "resched_20260919T1600" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "𝗖𝗼𝗻𝗳𝗶𝗿𝗺𝗮𝘁𝗶𝗼𝗻 𝗱𝗲 𝘃𝗼𝘁𝗿𝗲 𝗲𝗻𝘁𝗿𝗲𝘁𝗶𝗲𝗻 \nVotre rendez-vous avec un recruteur est prévu le 19/09 de 11h30 à 11h50 (15 min)\nAGENCE D'AIX-EN-PROVENCE", "suggestions": [{ "type": "CREATE_CALENDAR_EVENT", "text": "Ajouter au calendrier", "postbackData": "calendar_entretien", "title": "Entretien Proman Aix-en-Provence", "description": "Entretien avec un recruteur Proman", "startTime": "2026-09-19T11:30:00", "endTime": "2026-09-19T11:45:00" }] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "𝗠𝗲𝗿𝗰𝗶 𝗽𝗼𝘂𝗿 𝘃𝗼𝘁𝗿𝗲 𝗰𝗵𝗼𝗶𝘅 \n Votre entretien est validé. Vous pouvez contacter notre agence ou reprogrammer votre rendez-vous :", "suggestions": [ { "type": "DIAL_PHONE", "text": "Appeler l'agence d'AIX", "postbackData": "call_aix_agency", "phoneNumber": "+33400000000" }, { "type": "OPEN_URL", "text": "Reprogrammer mon RDV", "postbackData": "Reprogrammer_mon_rdv", "url": "https://votre-lien.com" } ] }}

Flow 05

Hotelwesen & Reisen

12 Beiträge

12 Vorlagen, um die Zeit vor dem Aufenthalt von A bis Z zu organisieren: Bestätigung, Upselling, Ankunftslogistik. Jede Nachricht ist so konzipiert, dass sie sich nahtlos in einen automatisierten Workflow einfügt.


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "CARD", "orientation": "VERTICAL", "alignment": "LEFT", "content": { "title": "𝗩𝗼𝘁𝗿𝗲 𝗿é𝘀𝗲𝗿𝘃𝗮𝘁𝗶𝗼𝗻 𝗲𝘀𝘁 𝗰𝗼𝗻𝗳𝗶𝗿𝗺é𝗲 🎉", "description": "Hôtel Riviera • Du 12 au 15 octobre 2026 • Chambre double vue mer • Arrivée à partir de 14h00", "media": { "height": "TALL", "fileUrl": "https://VOTRE-IMAGE.jpg" } }, "suggestions": [ { "type": "CREATE_CALENDAR_EVENT", "text": "Ajouter au calendrier", "postbackData": "calendar_sejour", "title": "Séjour Hôtel Riviera", "description": "Réservation Hôtel Riviera — Chambre double vue mer", "startTime": "2026-10-12T14:00:00", "endTime": "2026-10-15T11:00:00" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "⏱️ Gagnez du temps à votre arrivée : effectuez votre pré-check-in ici dès maintenant.", "suggestions": [ { "type": "REPLY", "text": "Pré-check-in", "postbackData": "pre_check_in" }, { "type": "REPLY", "text": "À l'arrivée", "postbackData": "a_l_arrivee" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "⏱️ Pour préparer au mieux votre arrivée, indiquez votre heure d'arrivée estimée :", "suggestions": [ { "type": "REPLY", "text": "Avant 14h", "postbackData": "avant_14h" }, { "type": "REPLY", "text": "14h-18h", "postbackData": "14h_18h" }, { "type": "REPLY", "text": "Après 18h", "postbackData": "apres_18h" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "🍾 Pour votre arrivée, que préférez-vous ?", "suggestions": [ { "type": "REPLY", "text": "Boissons fraîches", "postbackData": "boissons_fraiches" }, { "type": "REPLY", "text": "Boissons chaudes", "postbackData": "boissons_chaudes" }, { "type": "REPLY", "text": "Boissons alcoolisées", "postbackData": "boissons_alcoolisees" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "En terme de service additionnel, que souhaitez-vous ?", "suggestions": [ { "type": "REPLY", "text": "Parking privatif", "postbackData": "parking_privatif" }, { "type": "REPLY", "text": "Petits déjeuners", "postbackData": "petits_dejeuners" }, { "type": "REPLY", "text": "Les 2", "postbackData": "parking_et_petits_dejeuners" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "✅ Super, nous avons bien pris en compte vos demandes." }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "Voici les activités proposées par l'hôtel." }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "CAROUSEL", "cardWidth": "MEDIUM", "contents": [ { "title": "Piscine", "description": "Extérieure chauffée. Serviettes fournies.", "media": { "height": "TALL", "fileUrl": "https://VOTRE-IMAGE-PISCINE.jpg" }, "suggestions": [ { "type": "REPLY", "text": "Voir horaires", "postbackData": "piscine" } ] }, { "title": "Cours de sport", "description": "Yoga, fitness, pilates. Tous niveaux.", "media": { "height": "TALL", "fileUrl": "https://VOTRE-IMAGE-SPORT.jpg" }, "suggestions": [ { "type": "REPLY", "text": "Voir planning", "postbackData": "planning_yoga" } ] }, { "title": "Spa & bien-être", "description": "Massages, soins, jacuzzi. Sur réservation.", "media": { "height": "TALL", "fileUrl": "https://VOTRE-IMAGE-SPA.jpg" }, "suggestions": [ { "type": "REPLY", "text": "Réserver le spa", "postbackData": "reservation_spa" } ] } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "✨ SPA Hôtel Riviera ✨\nVoici une disponibilité :\n⏱️ Demain à 15h00 pour un massage relaxant de 50 min.\n\nSouhaitez-vous réserver ce créneau ?", "suggestions": [ { "type": "REPLY", "text": "Je réserve", "postbackData": "reservation_spa_15h00" }, { "type": "REPLY", "text": "Autre horaire", "postbackData": "autre_horaire_spa" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "Ajoutez l'événement SPA à votre calendrier :", "suggestions": [ { "type": "CREATE_CALENDAR_EVENT", "text": "Ajouter au calendrier", "postbackData": "calendar_spa", "title": "SPA Hôtel Riviera — Massage relaxant", "description": "Massage relaxant 50 min — SPA Hôtel Riviera", "startTime": "2026-10-13T15:00:00", "endTime": "2026-10-13T15:50:00" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "✨ Votre séjour se termine demain ✨\nSouhaitez-vous un départ express ?", "suggestions": [ { "type": "REPLY", "text": "Oui, départ express", "postbackData": "depart_express" }, { "type": "REPLY", "text": "Passer à la réception", "postbackData": "passage_reception" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "Nous espérons que vous avez apprécié votre séjour 🌴.\nPartagez votre avis en 1 clic :", "suggestions": [ { "type": "OPEN_URL", "text": "Donner mon avis", "url": "https://VOTRE-LIEN-AVIS.fr", "postbackData": "donner_mon_avis" } ] }}

Flow 06

Logistik & Lieferungsverfolgung

6 Beiträge

Status- und aktionsorientierte Vorlagen: Jede Nachricht informiert den Empfänger und bietet ihm sofortige Handlungsmöglichkeiten – verschieben, bestätigen, melden –, ohne dass er die Konversation verlassen muss.


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "CARD", "orientation": "VERTICAL", "alignment": "LEFT", "content": { "title": "📦 Rappel de livraison 📦", "description": "Colis #A123 Prévue le 23/09/2025 entre 14h00 et 18h00. Confirmer ou reporter ce créneau ?", "media": { "height": "TALL", "fileUrl": "https://VOTRE-IMAGE-LIVRAISON.jpg" } }, "suggestions": [ { "type": "REPLY", "text": "Confirmer", "postbackData": "confirmer_livraison" }, { "type": "REPLY", "text": "Reporter", "postbackData": "reporter_livraison" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "🎉 Bonne nouvelle ! Votre livraison est confirmée. Dès demain, vous recevrez l'horaire exact de passage de votre livreur pour vous organiser en toute sérénité." }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "🚚 Votre livreur arrive aujourd'hui entre 14h00 et 16h30 pour le colis #A123.\nConfirmez votre présence ou reportez.", "suggestions": [ { "type": "REPLY", "text": "Je suis dispo", "postbackData": "je_suis_dispo" }, { "type": "REPLY", "text": "Reporter", "postbackData": "reporter_livraison" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "Choisissez un nouveau créneau pour votre livraison #A123 :", "suggestions": [ { "type": "REPLY", "text": "Demain 9h-12h", "postbackData": "creneau_demain_9h_12h" }, { "type": "REPLY", "text": "Demain 14h-18h", "postbackData": "creneau_demain_14h_18h" }, { "type": "REPLY", "text": "Point relais", "postbackData": "point_relais" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "CAROUSEL", "cardWidth": "MEDIUM", "contents": [ { "title": "Relais — Rue Duverger", "description": "7/7 24H/24", "media": { "height": "TALL", "fileUrl": "https://VOTRE-IMAGE-RELAIS-1.jpg" }, "suggestions": [ { "type": "REPLY", "text": "Choisir relais Duverger", "postbackData": "relais_duverger" } ] }, { "title": "Relais — Avenue Victor Hugo", "description": "Lun-Sam 8h-20h", "media": { "height": "TALL", "fileUrl": "https://VOTRE-IMAGE-RELAIS-2.jpg" }, "suggestions": [ { "type": "REPLY", "text": "Choisir relais Victor Hugo", "postbackData": "relais_victor_hugo" } ] }, { "title": "Relais — Place du Marché", "description": "Lun-Dim 7h-22h", "media": { "height": "TALL", "fileUrl": "https://VOTRE-IMAGE-RELAIS-3.jpg" }, "suggestions": [ { "type": "REPLY", "text": "Choisir relais Marché", "postbackData": "relais_marche" } ] } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "CARD", "orientation": "VERTICAL", "alignment": "LEFT", "content": { "title": "📍 Retrait en point relais", "description": "Colis #A123 prêt au Relais Shop City\n4 Rue Duverger, 13003 Marseille\nCode retrait : 7F3Q", "media": { "height": "TALL", "fileUrl": "https://VOTRE-IMAGE-RELAIS.jpg" } }, "suggestions": [ { "type": "SHOW_LOCATION", "text": "Itinéraire", "postbackData": "itineraire_relais", "latitude": 43.296482, "longitude": 5.381800, "label": "Relais Shop City — 4 Rue Duverger, 13003 Marseille" } ] }}

Flow 07

Versicherung & Schadensmanagement

4 Beiträge

Diese Nachrichtenstrukturen sind darauf ausgelegt, den Schriftverkehr zu reduzieren, um Fälle schnell und effizient zu bearbeiten: Anmeldung, Einholung von Unterlagen, Fallverfolgung und Kontaktaufnahme – alles in einem einzigen Kommunikationsstrang.


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "Bonjour Martin Dupont. D'abord, assurez-vous que tout le monde va bien et mettez-vous en sécurité.\nQue souhaitez-vous faire maintenant ?", "suggestions": [ { "type": "DIAL_PHONE", "text": "Assistance 24/7", "postbackData": "assistance_24_7", "phoneNumber": "+33XXXXXXXXX" }, { "type": "REPLY", "text": "Faire l'e-constat", "postbackData": "faire_e_constat" }, { "type": "REPLY", "text": "Déclarer le sinistre", "postbackData": "declarer_sinistre" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "Pour l'e-constat, préparez :\nPermis de conduire\nCarte grise\nAttestation d'assurance\nPhotos des dégâts\nPhotos du contexte" }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "Vous pouvez nous envoyer les documents en PDF ou en photo ici quand vous êtes prêt." }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "Votre déclaration de sinistre est bien ouverte. Un conseiller vous contactera dans les quelques secondes pour les prochaines étapes." }}

Flow 08

Integrierte Zahlung & OTP

3 Beiträge

Diese Nachrichten, bei denen die Sicherheit eine große Rolle spielt, nutzen die Vorteile von RCS und dessen verifiziertem Absenderprofil sowie die in die Nachricht integrierten Zahlungs- oder OTP-Bestätigungsfunktionen – ganz ohne Weiterleitung oder Drittanbieter-Apps.


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "🔒 [MyShop] Paiement en ligne à valider :\nMontant : 129,90 €\nCarte : •••• 4821\nTransaction : MS-BF4C21\nHorodatage : 19/09/2025 14:37 [Europe/Paris]\nSouhaitez-vous valider cette opération ?", "suggestions": [ { "type": "REPLY", "text": "Valider le paiement", "postbackData": "valider_paiement" }, { "type": "REPLY", "text": "Refuser", "postbackData": "refuser_paiement" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "[MyShop] Paiement validé \nMontant : 129,90 €\nCarte : •••• 4821\nTransaction : MS-BF4C21\nHorodatage : 19/09/2025 14:39 [Europe/Paris]." }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "TEXT", "text": "🚫 [MyShop] Paiement refusé.\nTransaction : MS-BF4C21\nAucun débit n'a été effectué.\nPar sécurité, vous pouvez :", "suggestions": [ { "type": "OPEN_URL", "text": "Changer mot de passe", "url": "https://VOTRE-LIEN-MDP.fr", "postbackData": "changer_mot_de_passe" }, { "type": "OPEN_URL", "text": "Vérifier activités", "url": "https://VOTRE-LIEN-ACTIVITES.fr", "postbackData": "verifier_activites" }, { "type": "DIAL_PHONE", "text": "Appeler le support", "phoneNumber": "+33XXXXXXXXX", "postbackData": "appeler_support" } ] }}

Individuelle Vorlagen

Beispiele für RCS-Benutzeroberflächen

3 Arten

Integrieren Sie diese gebrauchsfertigen Vorlagen in Ihre Workflows und steigern Sie Ihren ROI – Carousel, Card und Text. Kopieren, anpassen, versenden.


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "CARD", "orientation": "VERTICAL", "alignment": "LEFT", "content": { "title": "Le RCS est disponible chez smsmode 🚀", "description": "+100 marques ont déjà lancé leur agent RCS avec smsmode©. Votre enregistrement d’agent offert via ce message.", "media": { "height": "TALL", "fileUrl": "https://www.smsmode.com/img/visuel-campagne-rcs-smsmode.png" } }, "suggestions": [ { "type": "OPEN_URL", "text": "Enregistrer mon agent", "url": "https://www.smsmode.com/enregistrement-agent-rcs/", "postbackData": "open_register_agent" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "CARD", "orientation": "VERTICAL", "alignment": "LEFT", "content": { "title": "Le RCS est disponible chez smsmode 🚀", "description": "+100 marques ont déjà lancé leur agent RCS avec smsmode©. Votre enregistrement d’agent offert via ce message.", "media": { "height": "TALL", "fileUrl": "https://www.smsmode.com/img/visuel-campagne-rcs-smsmode.png" } }, "suggestions": [ { "type": "OPEN_URL", "text": "Enregistrer mon agent", "url": "https://www.smsmode.com/enregistrement-agent-rcs/", "postbackData": "open_register_agent" } ] }}


{ "recipient": { "to": "33XXXXXXXXX" }, "body": { "type": "CARD", "orientation": "VERTICAL", "alignment": "LEFT", "content": { "title": "Le RCS est disponible chez smsmode 🚀", "description": "+100 marques ont déjà lancé leur agent RCS avec smsmode©. Votre enregistrement d’agent offert via ce message.", "media": { "height": "TALL", "fileUrl": "https://www.smsmode.com/img/visuel-campagne-rcs-smsmode.png" } }, "suggestions": [ { "type": "OPEN_URL", "text": "Enregistrer mon agent", "url": "https://www.smsmode.com/enregistrement-agent-rcs/", "postbackData": "open_register_agent" } ] }}

Benötigen Sie weitere Informationen?
Zögern Sie nicht, uns zu kontaktieren.