Integrating Mailchimp lists
In this section is reported an example about the integration of a 4WS.Platform application and MailChimp.
For a more detail documentation, see the MailChimp APIs, accessible through the following link: MailChimp API
Two steps are required in order to integrate MailChimp:
a client side js action is defined and used to communicate with another one defined on the server side, typically linked to an “after save” event in a grid or form.
a server side js action where the real integration is carried out; the example reported below, a snipped is showed to add/update a contact in a MailChimp list.
Server side js action
PreviousAdding a where clause to a business component linked to gridNextFormatting a number as a currency value to use it inside an email template
Last updated