gamlin commited on
Commit
75983d7
·
verified ·
0 Parent(s):

initial commit

Browse files
Files changed (2) hide show
  1. .gitattributes +35 -0
  2. README.md +88 -0
.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - vicidial
5
+ - call-center
6
+ - podcast
7
+ - sms
8
+ - campaign
9
+ ---
10
+
11
+ # Podcast Ep. 5: SMS Campaigns for Call Centers: Compliance, Cadence, and What Actually Converts
12
+
13
+ **Episode 5 of ViciStack Call Center Tech** -- SMS campaign strategies that actually work, from someone who's seen the compliance nightmares and the conversion data. Most call centers know they should be texting. Very few are doing it right. This episode covers the entire SMS workflow: registration, compliance, message design, cadence, and how to integrate text campaigns with your outbound voice operation. --- <audio controls preload="metadata" style="width:100%"> <source src="https://mcdn.podbean.com/mf/web/sms-campaign-call-center.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> **Duration:** 7:50 [Subscribe via RSS](https://feed.podbean.com/jasong7h/feed.xml) to get notified when this episode goes live on Podbean. --- - **0:00** -- Intro: Why SMS is the channel most call centers are doing wrong - **0:55** -- 10DLC and A2P compliance: registration and carrier requirements - **2:00** -- TCPA rules for text messaging: express written consent - **3:10** -- Message cadence: when to text, how often, what to say - **4:15** -- Integrating SMS...
14
+
15
+ ## Overview
16
+
17
+ **Episode 5 of ViciStack Call Center Tech** -- SMS campaign strategies that actually work, from someone who's seen the compliance nightmares and the conversion data.
18
+
19
+ Most call centers know they should be texting. Very few are doing it right. This episode covers the entire SMS workflow: registration, compliance, message design, cadence, and how to integrate text campaigns with your outbound voice operation.
20
+
21
+ ---
22
+
23
+ ## Listen Now
24
+
25
+ <audio controls preload="metadata" style="width:100%">
26
+ <source src="https://mcdn.podbean.com/mf/web/sms-campaign-call-center.mp3" type="audio/mpeg">
27
+ Your browser does not support the audio element.
28
+ </audio>
29
+
30
+ **Duration:** 7:50
31
+
32
+ [Subscribe via RSS](https://feed.podbean.com/jasong7h/feed.xml) to get notified when this episode goes live on Podbean.
33
+
34
+ ---
35
+
36
+ ## Timestamps
37
+
38
+ - **0:00** -- Intro: Why SMS is the channel most call centers are doing wrong
39
+ - **0:55** -- 10DLC and A2P compliance: registration and carrier requirements
40
+ - **2:00** -- TCPA rules for text messaging: express written consent
41
+ - **3:10** -- Message cadence: when to text, how often, what to say
42
+ - **4:15** -- Integrating SMS with VICIdial outbound campaigns
43
+ - **5:20** -- Conversion data: SMS vs voice vs multi-channel
44
+ - **6:15** -- Lead nurturing sequences that actually work
45
+ - **7:05** -- Avoiding carrier filtering and spam flags
46
+ - **7:40** -- Outro
47
+
48
+ ---
49
+
50
+ ## Key Takeaways
51
+
52
+ 1. **10DLC registration is mandatory, not optional.** Carriers will filter your messages without it. The registration process takes 2-4 weeks, so start now. You need a registered brand and approved campaign before sending a single text.
53
+ 2. **TCPA consent requirements for SMS are stricter than voice.** You need express written consent specifically for text messaging. Having consent to call does not automatically mean you can text. Get this wrong and you're looking at $500-$1,500 per violation.
54
+ 3. **Multi-channel (voice + SMS) outperforms either channel alone.** The data is clear: a pre-call text followed by a voice call followed by a post-call text sequence gets 30-40% higher contact rates than voice-only campaigns.
55
+ 4. **Message cadence matters more than message content.** Two texts per week is the sweet spot for most verticals. Go higher and opt-out rates spike. The timing of the text relative to the voice attempt is what drives the conversion lift.
56
+ 5. **Carrier filtering is getting more aggressive.** Sending the same message to 1,000 numbers will get flagged. Use message templates with variable personalization, spread sends over time, and monitor delivery rates daily.
57
+
58
+ ---
59
+
60
+ ## Read the Full Article
61
+
62
+ The full written guide includes 10DLC registration steps, TCPA compliance checklists, and VICIdial integration code:
63
+
64
+ [SMS Campaigns for Call Centers](/blog/sms-campaign-call-center/)
65
+
66
+ ---
67
+
68
+ ## Subscribe to the Podcast
69
+
70
+ Never miss an episode of ViciStack Call Center Tech:
71
+
72
+ - [Subscribe via RSS](https://feed.podbean.com/jasong7h/feed.xml)
73
+ - [Listen on Podbean](https://jasong7h.podbean.com/)
74
+ - [All Episodes](/blog/vicistack-podcast/)
75
+
76
+ ---
77
+
78
+ ## Get a Free Call Center Audit
79
+
80
+ Want to add SMS to your outbound operation without the compliance headaches? We'll map out a compliant multi-channel strategy for you -- free.
81
+
82
+ [Request Your Free Audit](https://vicistack.com/free-audit/)
83
+
84
+ ## Resources
85
+
86
+ - [Read the full article](https://vicistack.com/blog/podcast-ep-5-sms-campaign-call-center/) on ViciStack
87
+ - [ViciStack](https://vicistack.com) - VICIdial hosting and optimization
88
+ - [Free VICIdial Audit](https://vicistack.com/free-audit/)