Closed selipso closed 10 years ago
I think it has to do with the changes from subscriber to contact, because when I change "contact" to "subscriber" like
var contact_exists = ac.api("subscriber/view?email=email@example.com", {}, function(response) {
console.log(response);
});
It works just fine
Hi, sorry about this! You are correct that we still had our old subscriber
stuff in there. I just updated our package on NPM.
So you would use contact/view
going forward (subscriber
stuff was removed).
Let us know of any other issues you might find.
All parts of the example code work for me (the GET and the POST) except for the part where it checks whether the contact exists. Here's the full error log: