Build a Call-Script Generator
Help your users prepare for sales calls in seconds based on high-intent insights.
Our API generates personalized call scripts with relevant talking points, trigger events, and conversation starters based on real-time insights.
Quick Start
import requests
url = 'https://api.autobound.ai/api/external/generate-content/[UPDATE-VERSION]'
headers = {
'X-API-KEY': 'YOUR-API-KEY-HERE',
'Content-Type': 'application/json'
}
data = {
"contactEmail": "[[email protected]](mailto:[email protected])", # or contact domain
"userEmail": "[[email protected]](mailto:[email protected])", # or user domain
"contentType": "callScript"
}
response = requests.post(url, headers=headers, json=data)
print(response.text)
Here's what was generated:
Call Script: Henry Schuck, ZoomInfo CEO
Opening:
- "Hi Henry, Daniel from Autobound here. Caught your recent podcast with Auren about building ZoomInfo's growth story."
Context & Trigger Events:
- Recent earnings showed -5% revenue decline
- HubSpot expanding into contact data space post-Clearbit acquisition
- Currently hiring 18 SDRs across three locations
- James Roth leading sales transformation initiatives
Key Questions:
- "With the increasing competition from HubSpot in the data space, how are you thinking about differentiating through your sales team's effectiveness?"
- "I noticed you're hiring 18 SDRs - what's the biggest challenge in getting them to full productivity?"
- "How are you currently addressing personalization at scale across your SDR team?"
Value Props to Highlight:
- 60-120x faster email personalization
- Proven 2-3x increase in response rates
- Integration with existing tech stack
Rapport Building Points:
- 3 Autobound employees worked with ZoomInfo leadership at previous companies
- Recent podcast appearance with Auren Hoffman
If Asked About Pricing:
- "We typically see a 10x ROI within 90 days through increased SDR productivity and pipeline generation."
Next Steps:
- Schedule technical review with James Roth (CRO) to discuss implementation
Updated about 1 month ago