drip-nodejs icon indicating copy to clipboard operation
drip-nodejs copied to clipboard

The complete Nodejs wrapper for the Drip REST API

Results 21 drip-nodejs issues
Sort by recently updated
recently updated
newest added

Here is the response object. This is with the latest version of the library ```json{ "statusCode": 202, "body": {}, "headers": { "content-type": "application/json; charset=utf-8", "content-length": "2", "connection": "close", "date": "Sun,...

In a local/testing environment, there seems to be no way to support the Drip API's [Preview/Test mode](https://developer.drip.com/#preview-test-mode). I think this would be a great API to have, easily configured with...

On https://developer.drip.com/?javascript#subscribe-someone-to-a-campaign it shows that `client.subscribeToCampaign` takes in an array of subscribers. Unfortunately, it only takes one subscriber. ## ❗️ Wrong ![image](https://user-images.githubusercontent.com/3408480/88217381-757d6180-cc2c-11ea-8ab7-f20522b00cf3.png) ## ✅ Right ![image](https://user-images.githubusercontent.com/3408480/88217564-baa19380-cc2c-11ea-8bf9-9acf0cdb0fd9.png) ## More Notes If...

The documentation mentions: > Responds with a 202 Accepted if successful. That means the server accepted the request and queued it for processing. The response includes a list of unique...

Two issues here. If you try to post an array of tags when creating/updating a subscriber as per the docs: ``` req.body [Object: null prototype] { email: '[email protected]', tags: '["tag1",...

Hi, The [docs say](https://github.com/DripEmail/drip-nodejs#note-potential-breaking-changes-for-version-300): > batch endpoints will now only need you to pass an array of objects as: ```js payload = [ { email: '[email protected]', action: 'Purchased' }, {...

3.0 payload simplification change was breaking, and should be noted in release notes, api documentation should also be updated.

Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 4.1.1 and updates ancestor dependencies [js-yaml](https://github.com/nodeca/js-yaml), [eslint](https://github.com/eslint/eslint), [eslint-config-airbnb-base](https://github.com/airbnb/javascript) and [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import). These dependencies need to be updated together. Updates `js-yaml` from 3.13.1 to 4.1.1 Changelog Sourced from js-yaml's...

dependencies
javascript

Bumps [axios](https://github.com/axios/axios) from 1.8.2 to 1.12.0. Release notes Sourced from axios's releases. Release v1.12.0 Release notes: Bug Fixes adding build artifacts (9ec86de) dont add dist on release (a2edc36) fetch-adapter: set...

dependencies
javascript

Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after updating ancestor dependencies [tmp](https://github.com/raszi/node-tmp), [eslint](https://github.com/eslint/eslint) and [eslint-config-airbnb-base](https://github.com/airbnb/javascript). These dependencies need to be updated together. Removes `tmp` Updates `eslint` from 6.8.0 to 9.32.0 Release...

dependencies
javascript