curl -X POST "https://server.smartlead.ai/api/v1/campaigns/123/forward-email?api_key=YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{}'
{
"success": true
}
Forward a campaign email to other recipients
curl -X POST "https://server.smartlead.ai/api/v1/campaigns/123/forward-email?api_key=YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{}'
{
"success": true
}
curl -X POST "https://server.smartlead.ai/api/v1/campaigns/123/forward-email?api_key=YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{}'
{
"success": true
}
/server/controller/v1/campaigns/forwardEmailByReplyId.js