Jump to content

MailChimp Integration & Client changing email address


garybarr

Recommended Posts

Maybe I'm wanting too much, maybe I'm doing something wrong, or maybe I found a glitch nobody thought of...

But when a client has a change of email address,  it sends an update to MailChimp, which is bounced back.  (Added Module Debug Log below)

If a customer checks "Don't Send client marketing emails", saves it... Changes their email and then unchecks it... It would work.  But what client would know to do that?  So if their email address ever changes, they will never be able to get emailed again...without a lot of manual interaction after someone either complains or just would happen to know they changed it.

Ideas or thoughts?

 

 

==============================================================================
REQUEST:
==============================================================================

Array
(
    [id] => cust-11984
    [email_address] => dcspamproof1@gmail.com
    [opt_in_status] => 1
    [company] => 
    [first_name] => Test
    [last_name] => User
    [orders_count] => 0
    [total_spent] => 0
    [address] => Array
        (
            [address1] => 
            [address2] => 
            [city] => 
            [province] => 
            [postal_code] => 
            [country] => 
            [country_code] => US
        )

)

==============================================================================
RESPONSE:
==============================================================================

Array
(
    [type] => http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/
    [title] => Invalid Resource
    [status] => 400
    [detail] => An email address may not be changed once a customer is created.
    [instance] => a1e12c27-ff1c-499f-96bf-cb1e8cdc8942
)

 

Link to comment
Share on other sites

  • 4 weeks later...
  • 3 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated