kaufmanndigital/email-editing-cleverreach

There is no license information available for the latest version (1.1.0) of this package.

Installs: 170

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:neos-package

1.1.0 2025-06-05 19:14 UTC

This package is auto-updated.

Last update: 2025-06-05 19:15:02 UTC


README

CleverReach Adapter Package for KaufmannDigital.EmailEditing

Features:

  • Transfer MJML from generated emails to CleverReach
  • Assignment of CleverReach mailings to email nodes

This package requires kaufmanndigital/cleverreach 3.1.0 or higher.

Excerpt from the CleverReach Readme:

You can create such credentials at https://www.cleverreach.com/login (Menu “My Account” -> “REST API”). You need credentials for REST API V3.

KaufmannDigital:
  CleverReach:
    credentials:
      clientId: '<client-id>'
      clientSecret: '<client-secret>'

Build the view:

cd Resources/Private/NeosUI
yarn install
yarn build or yarn watch

Todos:

  • Extend Mail NodeType with properties:
    • Subject
    • x] Sender name
    • Recipient (Groups)
    • Sender address
  • Create ActionController
  • Create view with button “Create CleverReach mailing”. Button addresses controller.
  • Translations