sms.json
1 { 2 "templates": [ 3 { 4 "id": "sms_pauljames_01_it", 5 "channel": "sms", 6 "author": "Paul James", 7 "country": "IT", 8 "body_spintax": "{Ciao|Buongiorno} [firstname], ho {analizzato|guardato} il tuo sito e visto {dei punti|delle aree} da migliorare. Ho un riepilogo pronto. {Ti interessa|Vuoi riceverlo} ?", 9 "tone": "casual", 10 "approach": "quick-win", 11 "tested": false, 12 "conversions": 0, 13 "sends": 0, 14 "language": "it" 15 }, 16 { 17 "id": "sms_001_it", 18 "channel": "sms", 19 "author": "System", 20 "country": "IT", 21 "body_spintax": "{Ciao|Buongiorno} [firstname], [domain] : [grade] - [recommendation_sms]. {Risolvilo per più contatti|Più contatti correggendo questo}. Rispondi SÌ.", 22 "tone": "casual", 23 "approach": "problem-solution", 24 "tested": false, 25 "conversions": 0, 26 "sends": 0, 27 "language": "it" 28 }, 29 { 30 "id": "sms_002_it", 31 "channel": "sms", 32 "author": "System", 33 "country": "IT", 34 "body_spintax": "[firstname], [impact]% di lead persi su [domain] : [recommendation_sms]. Audit 24h disponibile. {Ti interessa|Partecipa} ? SÌ.", 35 "tone": "direct", 36 "approach": "quick-win", 37 "tested": false, 38 "conversions": 0, 39 "sends": 0, 40 "language": "it" 41 }, 42 { 43 "id": "sms_003_it", 44 "channel": "sms", 45 "author": "System", 46 "country": "IT", 47 "body_spintax": "Sito [industry] : [recommendation_sms]. Fino al [impact]% di lead persi. {Dettagli?|Report disponibile?} Rispondi SÌ.", 48 "tone": "helpful", 49 "approach": "educational", 50 "tested": false, 51 "conversions": 0, 52 "sends": 0, 53 "language": "it" 54 }, 55 { 56 "id": "sms_004_it", 57 "channel": "sms", 58 "author": "System", 59 "country": "IT", 60 "body_spintax": "{Ciao|Buongiorno} [firstname] ! [domain] : score [grade]. [recommendation_sms]. Audit rapido → più contatti. SÌ ?", 61 "tone": "casual", 62 "approach": "authority", 63 "tested": false, 64 "conversions": 0, 65 "sends": 0, 66 "language": "it" 67 }, 68 { 69 "id": "sms_005_it", 70 "channel": "sms", 71 "author": "System", 72 "country": "IT", 73 "body_spintax": "[firstname] - [domain] : [recommendation_sms], fino al [impact]% di perdita. Soluzione rapida. {Dettagli|Interessato} ? SÌ.", 74 "tone": "urgent", 75 "approach": "urgency", 76 "tested": false, 77 "conversions": 0, 78 "sends": 0, 79 "language": "it" 80 } 81 ] 82 }