curl -X POST "https://server.smartlead.ai/api/v1/campaigns/12345/reply-email-thread?api_key=YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "email_stats_id": "abc-123", "email_body": "Thanks for your interest! Let me know if you have any questions.", "add_signature": true }'
Master Inbox
Reply to Email
Send a reply to a lead in an email thread
POST
/
api
/
v1
/
campaigns
/
{campaign_id}
/
reply-email-thread
curl -X POST "https://server.smartlead.ai/api/v1/campaigns/12345/reply-email-thread?api_key=YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "email_stats_id": "abc-123", "email_body": "Thanks for your interest! Let me know if you have any questions.", "add_signature": 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/campaigns/12345/reply-email-thread?api_key=YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "email_stats_id": "abc-123", "email_body": "Thanks for your interest! Let me know if you have any questions.", "add_signature": true }'