You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/calls/call-outbound.mdx
+119-1Lines changed: 119 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,11 +102,129 @@ Use the [`example template`](/assets/batch-sample.csv) to get started.
102
102
* Avoid blank rows or duplicated headers.
103
103
* Double-check that your column names match the variables used in your assistant.
104
104
105
+
## Trusted Calling and Caller ID
106
+
107
+
To maximize call answer rates and establish trust with recipients, you should implement proper caller identification and trusted calling standards. This involves several key components that work together to verify your identity and build caller reputation.
108
+
109
+
### STIR/SHAKEN Implementation
110
+
111
+
**STIR/SHAKEN** (Secure Telephone Identity Revisited / Signature-based Handling of Asserted Information using toKENs) is a framework designed to combat robocalls and caller ID spoofing by digitally signing calls to verify the caller's identity.
112
+
113
+
When you make outbound calls, STIR/SHAKEN provides three levels of attestation:
114
+
115
+
-**Level A (Full Attestation)**: The service provider has verified both the caller's identity and their right to use the calling number
116
+
-**Level B (Partial Attestation)**: The service provider has verified the caller's identity but not their right to use the number
117
+
-**Level C (Gateway Attestation)**: The service provider has authenticated the call source but cannot verify the caller's identity
118
+
119
+
To enable STIR/SHAKEN on your Twilio numbers:
120
+
121
+
1.**Complete Trust Hub verification** in your Twilio Console
122
+
2.**Submit business information** including legal business name, address, and authorized representative details
123
+
3.**Provide supporting documentation** such as business registration and tax identification
124
+
4.**Wait for approval** - the verification process typically takes 5-7 business days
125
+
126
+
<Note>
127
+
STIR/SHAKEN is currently required for US and Canadian calling. Implementation helps ensure your calls are properly authenticated and less likely to be flagged as spam.
**CNAM** (Caller Name) displays your business name instead of just your phone number when you call someone. This significantly improves answer rates and establishes professional credibility.
135
+
136
+
To register your business name with the CNAM database through your phone number provider:
137
+
138
+
<Steps>
139
+
<Steptitle="Access CNAM registration">
140
+
Navigate to your phone number provider's CNAM registration portal (e.g., Twilio Console → Phone Numbers → Manage → Caller ID)
141
+
</Step>
142
+
143
+
<Steptitle="Complete business profile">
144
+
Provide your complete business information:
145
+
- **Legal business name** (exactly as registered with your EIN)
146
+
- **Business address** and contact information
147
+
- **Business type** and industry classification
148
+
- **Tax identification number** or business registration details
149
+
</Step>
150
+
151
+
<Steptitle="Designate authorized representative">
152
+
Assign a point of contact with authority to make changes:
153
+
- Full name and business title
154
+
- Direct phone number and email address
155
+
- Verification that they're authorized to represent the business
156
+
</Step>
157
+
158
+
<Steptitle="Submit for verification">
159
+
Submit your application for review. Processing typically takes 3-5 business days, and you'll receive confirmation once approved.
160
+
</Step>
161
+
</Steps>
162
+
163
+
<Tip>
164
+
Use an email address associated with your business domain rather than personal email addresses to expedite the approval process.
Beyond CNAM registration, registering with major caller reputation databases helps establish trust and reduces the likelihood of your calls being flagged as spam or blocked.
172
+
173
+
#### First Orion Registration
174
+
175
+
[First Orion](https://firstorion.com/) provides caller identification and spam protection services used by major carriers and call-blocking apps.
176
+
177
+
**Registration benefits:**
178
+
- Displays your business name and logo on supported devices
179
+
- Reduces spam flagging and call blocking
180
+
- Provides branded calling experience
181
+
182
+
**Registration process:**
183
+
1. Visit the First Orion business portal
184
+
2. Verify your business ownership of the phone numbers
185
+
3. Submit branding assets (logo, business description)
186
+
4. Complete the verification process
187
+
188
+
#### Hiya (Free Caller Registry)
189
+
190
+
[Hiya](https://www.hiya.com/) operates one of the largest caller ID and spam protection networks, powering caller identification for millions of users.
191
+
192
+
**Benefits of Hiya registration:**
193
+
- Enhanced caller ID display across multiple platforms
194
+
- Protection against false spam reporting
195
+
- Access to call analytics and reputation monitoring
196
+
197
+
**Registration steps:**
198
+
1. Create a business account on Hiya's platform
199
+
2. Verify ownership of your phone numbers
200
+
3. Submit business profile and branding information
201
+
4. Monitor your caller reputation through their dashboard
202
+
203
+
### Best Practices for Trusted Calling
204
+
205
+
<CardGroupcols={2}>
206
+
<Cardtitle="Maintain consistency"icon="check">
207
+
Use the same business name across all registrations (CNAM, First Orion, Hiya) to avoid confusion
208
+
</Card>
209
+
<Cardtitle="Monitor reputation"icon="chart-line">
210
+
Regularly check your caller reputation scores and address any spam reports promptly
211
+
</Card>
212
+
<Cardtitle="Follow compliance"icon="shield">
213
+
Ensure all outbound calls comply with TCPA regulations and obtain proper consent before calling
214
+
</Card>
215
+
<Cardtitle="Update information"icon="refresh">
216
+
Keep your business information current across all platforms when details change
217
+
</Card>
218
+
</CardGroup>
219
+
220
+
<Warning>
221
+
Proper caller identification setup can take 2-4 weeks to fully propagate across all networks and databases. Plan accordingly when launching new outbound calling campaigns.
222
+
</Warning>
105
223
106
224
Note: Vapi free numbers have limited number of outbound calls per day. Import a number from Twilio, Vonage, or Telnyx to scale without limits.
107
225
108
226
<Warning>
109
227
It is a violation of FCC law to dial phone numbers without consent in an
110
-
automated manner. See [Telemarketing Sales
228
+
automated manner. See our [TCPA Consent Guide](/tcpa-consent) and the [Telemarketing Sales
111
229
Rule](/glossary#telemarketing-sales-rule) to learn more.
0 commit comments