cogfy-messenger
v0.1.18
Published
A Node.js SDK for integrating with the Cogfy Messenger API.
Keywords
Readme
Cogfy Messenger Node.js SDK
A Node.js SDK for integrating with the Cogfy Messenger API.
Installation
npm install cogfy-messengerUsage
- Import the CogfyMessenger class from the package
- Create an instance of CogfyMessenger with your API key
- Use the instance to interact with the API
import { CogfyMessenger } from 'cogfy-messenger'
const cogfy = new CogfyMessenger({
apiKey: process.env.COGFY_MESSENGER_API_KEY
})
const contacts = await cogfy.contacts.list()