简体   繁体   English

如何在mailchimp新闻通讯中使用动态数据

[英]How to use dynamic data in mailchimp newsletters

I am working on LMS application, 我正在研究LMS应用程序,
Where I have dashboard data like "pending task, grades, number of courses 我在哪里拥有仪表板数据,例如“待处理任务,成绩,课程数量
enrolled etc" and these data are dynamic. 已注册等”,并且这些数据是动态的。
I need to send these data to students(say 200) via mailchimp. 我需要通过mailchimp将这些数据发送给学生(例如200)。
Can anyone tell me how to integrate it? 谁能告诉我如何整合它?

Note : Dashboard is a php file.. 注意:控制板是一个php文件。

You can use the Mailchimp API, by sending the data using cURL commands: 您可以通过使用cURL命令发送数据来使用Mailchimp API:

You can get some information here and there is even a very good tutorial here . 你可以得到一些信息, 这里甚至有一个很好的教程在这里 Typically, we want to see examples of what you have tried before we just go a head and code it for you, though. 通常,我们只是想先为您编写代码,然后再看一些您尝试过的示例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM