Mail Chimp

The Mail Chimp module allows you to send e-mail newsletters through the MailChimp service.

Settings

Please refer to MailChimp's documentation on configuring integration to set the correct parameters.

Data models

MailChimp Email Template Value Virtual Model - is used to work with variables in the template

Fields:

  • Name (string) - name of variable;

  • Value (string) - value of variable.

Business processes

MailChimp: Send Email

Input

  • Recipient (email) - the recipient of the email;

  • Subject (string) - subject of the message;

  • Content (string) - body of the message string.

MailChimp: Send Template Email

Input

  • Recipient (email) - the recipient of the email;

  • Subject (string) - subject of the message;

  • Template name (string) - template name used in MailChimp;

  • Template values (array model) - variables in the message body.

Last updated