closeio-node
closeio-node copied to clipboard
An Unofficial Close.io API wrapper for Node.js.
There are no types available for this module, 1. which makes it little gunky to work with. 2. throws error in typescript strict mode. (though it can be fixed with...
- `request` library is fully deprecated, see https://github.com/request/request/blob/master/README.md or https://github.com/request/request/issues/3142 - and already introduces vulnerability into projects via https://app.snyk.io/vuln/SNYK-JS-AJV-584908
This works fine - ```js this.client.lead.search({ 'name': 'Person's name here' }); ``` This doesn't seem to do actual search! - ```js this.client.contact.search({ 'name': 'Person's name here' }); ```
The wrapper supports creating sequences but not adding contacts to sequences. The wrapper should support the following API endpoint: ``` https://app.close.io/api/v1/sequence_subscription/ ``` e.g. https://developer.close.io/#email-sequences-subscribe-a-contact-to-a-sequence