Socket
Socket
Sign inDemoInstall

@yousolution/node-red-contrib-you-marketing-mailchimp

Package Overview
Dependencies
40
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @yousolution/node-red-contrib-you-marketing-mailchimp

Unofficial module Marketing API Mailchimp for NODE-RED


Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Install size
2.59 MB
Created
Weekly downloads
 

Readme

Source

Unofficial Mailchimp API nodes for Node-RED.

Platform

This module provides a set of nodes for Node-RED to quickly create integration flows with Mailchimp API.

Installation

NPM

You can install the nodes using node-red's "Manage palette" in the side bar.

Or run the following command in the root directory of your Node-RED installation

npm install @yousolution/node-red-contrib-you-mailchimp --save

Dependencies

The nodes are tested with Node.js v12.22.6 and Node-RED v2.0.6.

  • mailchimp

Changelog

Changes can be followed here.

Usage

Basics

Authentication

To use this Mailchimp APIs, you need an OAuth2 token and the server name of the target.

Marcheting API (node marketingMailchimp)

Use this node to execute Marketing API

  1. Select a Resource to work with
  2. Select an Action to operate on this Resouce
  3. Add required PathParams
  4. To manage results, add optional QueryParams Query options on resources:
optiondescription
$fieldsSpecify retur fields.
$exclude_fieldsSpecify fields to exclude.
$countThe number of records to return.
$offsetUsed for pagination.

You can see how to use it in the example flows in the /examples directory.
For more details see official Mailchimp Marketing API

Keywords

FAQs

Last updated on 27 Sep 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc