Constant Contact API V1 “The remote server returned an error: (504) Gateway Timeout.”

ARRT
Campaign Collaborator
0 Votes

We have already successfully developed against Version 1 of the API before and were using that former code as a template for this new algorithm. But we have run into problems with this implementation for reasons we can’t discern.

 

Currently we can create a list of contacts (for each campaign) without issue but when it comes to the API call (to create the specific campaign specifically) we get this nebulous “The remote server returned an error: (504) Gateway Timeout.”

 

EmailCampaign campaign = null;

            try

            {

                campaign = ConstantContactUtility.CreateNewEmailCampaign(ConstantContactConfig.AuthenticationData, createCampaign(name, subject, htmlContent, textContent, contacts));

            }

            catch (Exception x)

            {…

 

We've submitted an email to Webservices support 10 days ago but have had no response. Can't understand if the same api call works over there why not over here?

0 REPLIES 0
Resources
Developer Portal

View API documentation, code samples, get your API key.

Visit Page

Announcements

API Updates

Join our list to be notified of new features and updates to our V3 API.

Sign Up