1.0.2 • Published 5 years ago

webiny-api-mailchimp v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

webiny-api-mailchimp

npm.io npm.io code style: prettier PRs Welcome

The API for the Webiny Mailchimp (webiny-app-mailchimp) app.

Install

npm install --save webiny-api-mailchimp

Or if you prefer yarn:

yarn add webiny-api-mailchimp

Setup

To setup, you must register a set of plugins. For more information on plugins, please visit Webiny documentation.

import mailchimpPlugins from "webiny-api-mailchimp"
import { registerPlugins } from "webiny-plugins";

registerPlugins(...mailchimpPlugins);

Exposes necessary GraphQL fields that handle app settings and newsletter signup form submits.