Search the Community
Showing results for tags 'core-11781'.
-
mailchimp MailChimp Integration & Client changing email address
garybarr posted a topic in Using WHMCS
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 )
