ActiveCampaign / activecampaign-api-nodejs

Node.js wrapper for the ActiveCampaign API
MIT License
39 stars 36 forks source link

Feature Request: Delete contact from specific lists #4

Closed selipso closed 9 years ago

selipso commented 10 years ago

Looking at the contact/delete documentation, I couldn't find a variable to specify deleting a contact only from a particular list.

This would make it easier when transferring contacts from one list to another (ex: cold leads to warm leads).

Thanks

mthommes commented 10 years ago

Hi, instead of deleting from a list (which removes that contact from the system entirely), you might want to change their status to "Unsubscribed" in whatever list you want. This way you can control their status on every list with one API call: contact_sync.

Let us know if we can help.