2.0.2 • Published 1 month ago

hubot-mailchimp v2.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
1 month ago

Mailchimp for Hubot

npm version Node CI

Use Hubot to add or remove members to a mailing list and get a report of your latest sent campaign.

Installation

In the Hubot project repo, run:

npm install hubot-mailchimp --save

Then add hubot-mailchimp to your external-scripts.json:

[
  "hubot-mailchimp"
]

Configuration

Configuration VariableRequiredDescription
MAILCHIMP_API_KEYYesAPI key for your Hubot integration
MAILCHIMP_LIST_IDYesThe unique identifier for the desired list
MAILCHIMP_SERVER_PREFIXYesServer identifier, e.g. us10

Sample Interaction

Add a member to the list by email

User> @hubot subscribe johndoe@example.com
Hubot> @user Attempting to subscribe johndoe@example.com...
Hubot> You successfully subscribed johndoe@example.com.

Remove a member from the list by email

User> @hubot unsubscribe johndoe@example.com
Hubot> @user Attempting to unsubscribe johndoe@example.com...
Hubot> You successfully unsubscribed johndoe@example.com.

Get the report from your latest sent campaign

User> @hubot mailchimp
Hubot> Last campaign "My Awesome Campaign" was sent to 431 subscribers (310 opened, 225 clicked)
2.0.2

1 month ago

2.0.1

5 months ago

1.3.7

11 months ago

2.0.0

9 months ago

1.3.6

1 year ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

4 years ago

1.3.0

6 years ago

1.2.1

9 years ago

1.2.0

10 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago