Add prospect to campaign
Add new prospect to an existing campaign
https://api.murlist.com/campaign/prospects/add{
"campaign": "txxxxxxsiidoS8w8YER7xxxxxZBFV", //the campaign Id
"prospect_email": "[email protected]",
"other_fields": {"name": " Ikenna Paschal", "anyKey": "anyValue"},
"verify_email": true //false
}Understanding the required data:
What this API returns:
Last updated