Email

Generate hyper-personalized sales emails in seconds by leveraging 350+ insight types including SEC filings, earnings calls, news events, and social activity to craft messages that consistently drive 2-3x higher response rates.

Our most used contentType for the generate-content endpoint.

The email generator automatically structures content with an engaging opener, relevant context, clear value proposition, and strong call to action.

Basic Request

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]",
    "userEmail": "[email protected]",
    "contentType": "email"
}

response = requests.post(url, headers=headers, json=data)
print(response.text)

Here's what was generated with the request above.

Subject: Podcast with Auren / James Roth's success

Hi Henry,

Caught your podcast with Auren on building ZoomInfo—love the growth story.

Recognizing stagnant growth (saw -5% revenue in the 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?

Every CRO we meet with is struggling to get their SDRs to conduct better research and personalization... and with inboxes more flooded than ever (340B emails sent daily), every email needs to be A+.

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,
Daniel

This email was generated by aggregating ranked insights from key sources like SEC filings, 10-K reports, LinkedIn posts, and recent podcasts.

Details on ZoomInfo's growth, revenue trends, and leadership, enable the email to directly address potential challenges for Henry’s SDR team in a competitive market.

Response Format

{
    "type": "email",
    "contactEmail": "[email protected]",
    "contactCompanyName": "Zoominfo",
    "contactJobTitle": "CEO",
    "contentList": [
        {
            "subject": "Podcast with Auren / James Roth's success",
            "content": "Hi Henry,\n\nCaught your podcast with Auren on building ZoomInfo—love the growth story.\n\nRecognizing stagnant growth (saw -5% revenue in the 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?\n\nEvery CRO we meet with is struggling to get their SDRs to conduct better research and personalization... and with inboxes more flooded than ever (340B emails sent daily), every email needs to be A+.\n\nWe'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.\n\nOpen to exploring how we could ensure you have the pipeline needed to beat next year's revenue forecast?\n\nBest,\nDaniel",
            "modelUsed": "opus",
            "contentItemId": "1c499f1c-845b-4321-a817",
            "insightsUsed": [
                {
                    "insightId": "a95080c2-92a9-4592",
                    "name": "10K: Investing in sales productivity",
                    "type": "10-K: Sales & Marketing",
                    "score": 195
                },
                {
                    "insightId": "987fea93-b711-49d0",
                    "name": "Appeared in podcast",
                    "type": "socialMedia",
                    "score": 180
                },
                {
                    "insightId": "798fea93-b711-49d0",
                    "name": "Negative quarterly revenue growth",
                    "type": "financial",
                    "score": 175
                }
            ],
            "salesAssetsUsed": [
                {
                    "name": "ai_email_writer",
                    "salesAssetId": "a07ecf19-fad0-40fb-a4c1-d9bb522d046a",
                    "text": "Autobound's AI Email Writer enables the creation of hyper-personalized emails at a speed 60-120x faster than the average seller. The platform offers a Google Chrome AI Email Assistant that suggests A+ email content within your workflow, including platforms like Outreach, LinkedIn, and Gmail. Autobound learns your writing style and integrates your value propositions, win stories, and persona/competitor-specific value props into personalized emails. Users can craft thousands of personalized emails simultaneously using insights from news events, social media activity, technologies used, and more. Autobound integrates with popular sales and communication tools such as Outreach, Salesloft, Gmail, and LinkedIn, enhancing outreach efforts with hyper-personalized messaging. The platform is designed to significantly reduce the time spent researching prospects and crafting personalized emails, increasing efficiency for sellers."
                }
            ],
            "valuePropsUsed": [
                {
                    "valuePropId": "a07ecf19-fad0-40fb-a4c1-d9bb522d046a",
                    "name": "Enterprise CEO",
                    "content": "CEOs need to constantly grow revenue and manage complex GTM orgs. Autobound helps enterprise software companies accelerate revenue growth by enabling SDR teams to generate hyper-personalized outreach 60-120x faster. Our AI platform analyzes SEC filings, earnings calls, news events, and 350+ other data points to craft messages proven to drive 2-3x higher response rates. Leading companies like ZoomInfo trust Autobound to power their sales engagement at scale.",
                }
            ]
        }
    ]
}

Optional Parameters

{
    // Customize Output
    "writingStyle": "challenger_sale",
    "wordCount": 100,
    "contentToRewrite": "HI {{prospectName}}, {{userName}} with {{userCompany}} here, // rest of template
    "language": "english",
    
    // Additional Context
    "additionalContext": "Prospect showed intent for our API product",
    "salesAsset": "Text from relevant case study or product page",
    
    // Control Insights
    "enabledInsights": ["funding", "hiring"],
    "disabledInsights": ["social_media"],
    
    // Model Selection
    "model": "opus"  // or "gpt4", "sonnet", "fine_tuned"
}

Writing Style Options

  • challenger_sale: Consultative approach focused on insights
  • cxo_pitch: Brief, direct messages
  • data_driven: Emphasizes metrics and ROI
  • custom: Define your own style

Example Response

{
    "type": "email",
    "contentList": [
        {
            "subject": "Congrats on Series B / question about API roadmap",
            "content": "Hi Daniel,\n\nCongrats on the recent $20M Series B - impressive to see Autobound's growth in the AI personalization space.\n\nI noticed you're rapidly expanding the sales team (10 SDR roles open) while also launching a new API product. Are you confident in your current process for ramping new SDRs on technical sales?\n\nWe've helped similar API-first companies reduce SDR ramp time by 60% through our interactive training platform.\n\nWould you be open to exploring how we could help accelerate your GTM expansion?\n\nBest,\nSarah",
            "modelUsed": "opus",
            "contentItemId": "1c499f1c-845b-4321-a817",
            "insightsUsed": [
                {
                    "insightId": "a95080c2-92a9-4592",
                    "name": "Funding Round",
                    "type": "news",
                    "score": 195
                },
                {
                    "insightId": "b85080c2-92a9-4592",
                    "name": "Hiring SDRs",
                    "type": "jobOpenings",
                    "score": 180
                }
            ]
        }
    ]
}

The API automatically:

  • Structures the email with an engaging opener
  • Incorporates multiple relevant insights
  • Ranks insights by potential impact
  • Maintains natural conversation flow
  • Drives toward clear next steps