Overview

The Sirius Newsletters allow you to create rich newsletters with Sirius content directly into Sirius.

What is a newsletter?

A newsletter in Sirius is defined by several things:

  • A provider like Mailchimp or Selligent
  • The configuration of the provider
  • The content generator of the newsletter

As a developer, you usually take care of the content generator part, available in a dedicated editor in Sirius newsletters administration.

About content generator

The content generator consists in three inputs:

  • Data: a GraphQL query
  • Template: a Handlebars template
  • Helpers: a set of Handlebars helpers, written in JavaScript

To generate a newsletter, Sirius runs the GraphQL query and renders the template with the data returned by the query.

Edit this page on GitHub