<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Mailchimp API failed calls</title>
		<link>https://legacy.forums.gravityhelp.com/topic/mailchimp-api-failed-calls</link>
		<description>Gravity Support Forums Topic: Mailchimp API failed calls</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Apr 2026 12:50:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/mailchimp-api-failed-calls" rel="self" type="application/rss+xml" />

		<item>
			<title>jloosli on "Mailchimp API failed calls"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailchimp-api-failed-calls#post-36025</link>
			<pubDate>Fri, 23 Sep 2011 11:55:08 +0000</pubDate>
			<dc:creator>jloosli</dc:creator>
			<guid isPermaLink="false">36025@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So far it's worked well. It at least gives me an avenue to do some troubleshooting.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Mailchimp API failed calls"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailchimp-api-failed-calls#post-33848</link>
			<pubDate>Mon, 29 Aug 2011 17:09:53 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">33848@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The note is actually a very good idea.  We can look into doing something like that with our email marketing add-ons where possible.  We do that for the PayPal Add-On.  Let me know if you uncover anything with it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jloosli on "Mailchimp API failed calls"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailchimp-api-failed-calls#post-33846</link>
			<pubDate>Mon, 29 Aug 2011 16:49:23 +0000</pubDate>
			<dc:creator>jloosli</dc:creator>
			<guid isPermaLink="false">33846@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Mailchimp just says whether the result was a success or not...they rely on the application to get a return value and then make a determination as to the problem. It would be great if they allowed you to troubleshoot from the website.&#60;/p&#62;
&#60;p&#62;However, I think I figured out what is going on. I spoke with customer support at Mailchimp a couple of days ago and they told me that any failed API calls are the result of problems with the request (bad formatting, improper call, etc.) If someone is already subscribed, it won't fail. After playing around with this, I think that is incorrect...I believe it will actually fail if there is a problem. &#60;/p&#62;
&#60;p&#62;In the meantime, I've added the following code to the export_feed method to have a note added to the entries that are involved with Mailchimp in order to get an idea of what is happening with the various entries (borrowed from the paypal plugin):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($current_user &#38;amp;&#38;amp; $user_data = get_userdata($current_user-&#38;gt;ID)){
            $user_id = $current_user-&#38;gt;ID;
            $user_name = $user_data-&#38;gt;display_name;
        }
RGFormsModel::add_note($entry[&#38;quot;id&#38;quot;], $user_id, $user_name, sprintf(__(&#38;quot;Status for subscription: %s&#38;quot;, &#38;quot;gravityforms&#38;quot;), $retval));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Will let you know if this truly is a problem
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Mailchimp API failed calls"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailchimp-api-failed-calls#post-33827</link>
			<pubDate>Mon, 29 Aug 2011 15:07:34 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">33827@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms does not log failed calls.  The MailChimp API integration is one way.  We make an API call and we pass it the field values.  That is the extent of the integration.  It's not two way, we don't receive information back from MailChimp.  &#60;/p&#62;
&#60;p&#62;Does MailChimp have any information as to why a call failed?  Do they fail it if an email already exists?  If so that could be one cause.  Because Gravity Forms wouldn't know if an email exists, it just sends any data you've configured when a form is submitted.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jloosli on "Mailchimp API failed calls"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailchimp-api-failed-calls#post-33669</link>
			<pubDate>Fri, 26 Aug 2011 19:37:42 +0000</pubDate>
			<dc:creator>jloosli</dc:creator>
			<guid isPermaLink="false">33669@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Since converting my registration form to GravityForms, I integrated my Mailchimp signup into it as well. However, if I log into my mailchimp account and look at the historical API call by day (under Account-&#38;gt;API Keys) I see that I have a high number of &#34;failed calls&#34; ~70%. What does gravity forms do when an API call fails? Is there some sort of log that I can look at to troubleshoot my settings? Is there a hook that I tie into so I can have it email me whenever their is a failed call?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
