سؤال

I have an app on cakephp. I want to integrate it with mailchimp. What I want is to import user information from my database (email, name etc) on mailchimp (i know this could be possible via their api) but except the user details I also want to import more detail (e.g: client's order details from my app database.. etc). In a nutshell, what I exactly want is to import user details and their order details somewhere at mailchimp and by using their dashboard manually schedule emails for particualr users. Is this possible ?

p.s: I know I can use their api t integrate mailchimp with my app. But what I want is to upload data and use mailchimp dashboard for this scenrio

Thanks

هل كانت مفيدة؟

المحلول

Their dashboard isn't going to be a great fit for this. It's not really designed to give you a ton of client data. You'd be better off just making your own dashboard that leverages their API for sending emails.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top