How can I integrate my application/website with Benchmark Email?
You can now create contact lists, manage your contacts, send emails, view reports from your website/application by using the Benchmark Email APIs. You would have to have some programming experience to implement the API methods. To know about the API visit the URL http://www.benchmarkemail.com/API/Library
API August 6, 2018
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.
API August 6, 2018