Source
Describe the bug
The GF MailChimp feed isn't sending emails to MailChimp. A ticket has been submitted to GF on this with the dev@ email. Testing with the get updates form.
2025-08-01 11:37:27.632832 - DEBUG --> GF_Feed_Processor::task(): Preparing to process feed (#5 - MailChimp Feed 1) for entry #30419.
2025-08-01 11:37:27.650278 - DEBUG --> GF_Feed_Processor::task(): Starting to process feed (#5 - MailChimp Feed 1) for entry #30419. Attempt number: 1.
2025-08-01 11:37:27.650363 - DEBUG --> GFMailChimp::process_feed(): Processing feed.
2025-08-01 11:37:27.650382 - DEBUG --> GFMailChimp::initialize_api(): Validating API Info.
2025-08-01 11:37:28.129026 - DEBUG --> GFMailChimp::initialize_api(): Mailchimp successfully authenticated.
2025-08-01 11:37:28.129277 - DEBUG --> GFMailChimp::process_feed(): Checking to see if curtis@proudcity.com is already on the audience.
2025-08-01 11:37:28.437364 - DEBUG --> GFMailChimp::process_feed(): curtis@proudcity.com was not found on audience.
2025-08-01 11:37:28.437525 - DEBUG --> GFMailChimp::process_feed(): Evaluating condition for interest category "0dfb8003d0": Array
(
[enabled] => 1
[decision] => always
[field] => 1
[operator] => is
[value] =>
)
2025-08-01 11:37:28.437563 - DEBUG --> GFMailChimp::is_category_condition_met(): Interest category decision is always. Returning true.
2025-08-01 11:37:28.437637 - DEBUG --> GFMailChimp::process_feed(): Subscriber to be added: Array
(
[interests] => Array
(
[0dfb8003d0] => 1
)
[email_type] => html
[status] => pending
[ip_signup] => 10.24.28.4
[email_address] => curtis@proudcity.com
)
2025-08-01 11:37:28.811604 - ERROR --> GFMailChimp::process_feed(): Unable to add/update subscriber: Invalid Resource
2025-08-01 11:37:28.865264 - DEBUG --> GFFeedAddOn::fulfill_entry(): Entry #30419 marked as fulfilled.
2025-08-01 11:37:28.879034 - DEBUG --> GF_Feed_Processor::task(): Completed processing of feed (#5 - MailChimp Feed 1) for entry #30419.
Source
Describe the bug
The GF MailChimp feed isn't sending emails to MailChimp. A ticket has been submitted to GF on this with the
dev@email. Testing with the get updates form.