1.1.2 • Published 1 month ago

hubot-createsend v1.1.2

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

Hubot CreateSend (Campaign Monitor)

npm version Node CI

Manage your Campaign Monitor account via Hubot

Getting Started

Campaign Monitor has provided this helpful article for locating the necessary credentials in your account. This particular module is built around the idea of subscribing/unsubscribing users one particular email list and viewing the latest campaigns for one particular client.

It is heavily inspired (and borrows some code) from the hubot-mailchimp module.

Installation

In your hubot repository, run:

npm install hubot-createsend --save

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

["hubot-createsend"]

Configuration

Environment VariableRequired?Description
CREATESEND_API_KEYYesAPI key of account or particular client
CREATESEND_CLIENT_IDYesUnique identifier for desired client
CREATESEND_LIST_IDYesUnique identifier for desired mailing list

Usage

Get latest campaign

Returns the the statistics for the last sent campaign. You can use hubot cm ... if you prefer to use a few less keystrokes.

alice> @hubot createsend
hubot> Last campaign "Campaign One" was sent to 1000 subscribers (298 opened, 132 clicked, 43 unsubscribed)

Subscribe an email

Add an email address to the list.

alice> @hubot createsend subscribe johndoe@example.com
hubot> @alice Subscribing johndoe@example.com ...
hubot> Subscribed johndoe@example.com.

Unsubscribe an email

Remove an email address from the list.

alice> @hubot createsend unsubscribe johndoe@example.com
hubot> @alice Unsubscribing johndoe@example.com ...
hubot> Unsubscribed johndoe@example.com.
1.1.2

1 month ago

1.1.1

5 months ago

1.1.0

9 months ago

1.0.20

11 months ago

1.0.19

1 year ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

9 years ago