@yousolution/node-red-contrib-you-marketing-mailchimp
v0.0.2
Published
Unofficial module Marketing API Mailchimp for NODE-RED
Downloads
6
Readme
Unofficial Mailchimp API nodes for Node-RED.
This module provides a set of nodes for Node-RED to quickly create integration flows with Mailchimp API.
Installation
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
.
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
- Select a Resource to work with
- Select an Action to operate on this Resouce
- Add required PathParams
- To manage results, add optional QueryParams Query options on resources:
| option | description | | --------------- | --------------------------------------------------------------------------- | | $fields | Specify retur fields. | | $exclude_fields | Specify fields to exclude. | | $count | The number of records to return. | | $offset | Used 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