@fabrix/spool-mailchimp
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

spool-mailchimp

Gitter NPM version Build Status Test Coverage Dependency Status Follow @FabrixApp on Twitter

📦 Mailchimp Spool

For Documentation see Mailchimp API V3

Install

$ npm install --save @fabrix/spool-mailchimp

Configure

// config/main.ts
import { MailchimpSpool } from '@fabrix/spool-mailchimp'
export const main = {
  spools: [
    // ... other spools
    MailchimpSpool
  ]
}

Configuration

// config/mailchimp.ts
export const mailchimp = {
  api_key: '<your_api_key>'
}

For more information about store (type and configuration) please see the mailchimp documentation.

Usage

  this.app.mailchimp.get(<api_action>)
  .then(mailchimp => {
    // Do something with your MAILCHIMP
  })

/@fabrix/spool-mailchimp/

    Package Sidebar

    Install

    npm i @fabrix/spool-mailchimp

    Homepage

    fabrix.app

    Weekly Downloads

    4

    Version

    1.5.0

    License

    MIT

    Unpacked Size

    10.9 kB

    Total Files

    25

    Last publish

    Collaborators

    • scottbwyatt