Build a Multi-Step Email Sequence Generator
Help your users build intelligent follow-up sequences that maintain personalization across every touch.
Generate a full email sequence with linked follow-up emails you can queue if no response to the first emails.
Each email builds on previous context while introducing fresh, timely 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]", # or contact domain
"userEmail": "[email protected]", # or user domain
"contentType": "sequence",
"sequenceNumberOfEmails": 3
}
response = requests.post(url, headers=headers, json=data)
print(response.text)
Here's what was generated:
Email 1: Initial Outreach
Subject: Podcast with Auren / James Roth's successHi Henry,
Caught your podcast with Auren on building ZoomInfo—love the growth story.
Recognizing stagnant growth (saw -5% revenue in earnings call) and the hyper-competitive space you're in (HubSpot is moving fast), are you and James confident in your SDRs' processes for pipeline generation?
We've built an engine that auto-generates hyper-personalized emails based on SEC filings, 10-Ks, podcast mentions, LinkedIn posts, tech used, shared experiences, and more—60-120x faster than your #1 SDR.
Open to exploring how we could ensure you have the pipeline needed to beat next year's revenue forecast?
Best,
DanielEmail 2: Follow-up with New Context
Subject: Re: Podcast with Auren / James Roth's successHenry,
Following up on my note about accelerating SDR productivity. Just saw you're hiring 18 new SDRs—getting them to full productivity quickly will be crucial given the current market conditions.
Three of your competitors are already using our platform to ramp SDRs 3x faster. Would you be open to a quick demo to see how we're doing it?
Best,
DanielEmail 3: Final Value-Driven Touch
Subject: Re: Podcast with Auren / James Roth's successHenry,
One last note—just saw HubSpot's Q3 earnings call where they discussed expanding their contact data offerings post-Clearbit acquisition.
In this increasingly competitive space, your SDRs' ability to personalize at scale could be a key differentiator. We're helping teams like yours generate 2-3x more responses through AI-powered personalization.
If you're open to it, I'd love to show you how we could help ZoomInfo maintain its market leadership through more effective sales outreach.
Best,
Daniel
Each email in the sequence:
- Builds on previous context
- Introduces fresh insights
- Maintains natural conversation flow
- Drives toward clear next steps
Updated 2 months ago