Resumes a paused lead. The campaign will continue sending emails to this lead.
643 matches
19 actions
Smartlead
19 actions
- Add Email Accounts to CampaignPOSTv1.0.0
- Add Leads to CampaignPOSTv1.0.0
- Create CampaignPOSTv1.0.0
- Create Lead ListPOSTv1.0.0
- Get All CampaignsGETv1.0.0
- Get All Email AccountsGETv1.0.0
- Get Campaign AnalyticsGETv1.0.0
- Get Campaign by IDGETv1.0.0
- Get Campaign LeadsGETv1.0.0
- Get Campaign StatisticsGETv1.0.0
- Get Inbox RepliesPOSTv1.0.0
- Get Lead by EmailGETv1.0.0
- Get Overall StatisticsGETv1.0.0
- Import Leads to ListPOSTv1.0.0
- Pause LeadPOSTv1.0.0
- Reply to Email ThreadPOSTv1.0.0
- Resume LeadPOSTv1.0.0
- Update Campaign StatusPOSTv1.0.0
- Update LeadPOSTv1.0.0
Marketing/Smartlead
Resume Lead
v1.0.0Input
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
{
"type": "object",
"properties": {
"campaign_id": {
"type": "integer"
},
"lead_id": {
"type": "integer"
}
},
"required": [
"campaign_id",
"lead_id"
],
"additionalProperties": false
}Output
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
{
"type": "object",
"properties": {
"ok": {
"type": "boolean"
}
}
}