curl -X POST "https://server.smartlead.ai/api/v1/email-campaigns/send-email-thread?api_key=YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "campaignId": 12345, "emailStatsId": "abc-123", "emailBody": "Thanks for your interest! Let me know if you have any questions.", "addSignature": true }'
Master Inbox
Reply to Email
Send a reply to a lead in an email thread
POST
/
api
/
v1
/
email-campaigns
/
send-email-thread
Copy
Ask AI
curl -X POST "https://server.smartlead.ai/api/v1/email-campaigns/send-email-thread?api_key=YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "campaignId": 12345, "emailStatsId": "abc-123", "emailBody": "Thanks for your interest! Let me know if you have any questions.", "addSignature": true }'
Send replies to leads directly from the inbox. Maintains thread continuity and tracks all responses.
curl -X POST "https://server.smartlead.ai/api/v1/email-campaigns/send-email-thread?api_key=YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "campaignId": 12345, "emailStatsId": "abc-123", "emailBody": "Thanks for your interest! Let me know if you have any questions.", "addSignature": true }'