Knowledge Base Home API
How do I add contacts from my website to my Benchmark Email contact list?
You can use the API to add a contact from your website to your Benchmark Email list.
We recommend you store the ID of the contact list in your code. You can fetch the contact list ID using the listGet method.
To save contacts from your website/database into your Benchmark Email list use the listAddContacts method.
To remove a contact from the list use the listDeleteEmailContact method.