webiny-api-mailchimp
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.