Within my server-side script I have constructed the URL call to the API correctly but my contact is not being properly subscribed, unsubscribed or updated. What’s going on?
There are a few common reasons why this could be happening: — One or more of the required parameters (login name, login password, email address, list name) are missing or incorrect. — The parameter names or values are not defined in the correct case. For example if the list you are adding the contact to is named “Customers” defining this name as “customers” in the API call will not work. You need to match uppercase and lowercase characters exactly. — You have made too many calls to the API with an incorrect password and now the account has been locked for too many failed logins. Contact Customer Support to have the account reset. — The list does not exist. The list that you are adding the contact to must already exist within the Constant Contact account.
Related Questions
- Within my server-side script I have constructed the URL call to the API correctly but my contact is not being properly subscribed, unsubscribed or updated. What’s going on?
- The package installed by my Table API script does not compile correctly. Whats wrong?
- How do I contact the ListOwner of a list Ive subscribed to?