customerio-node
customerio-node copied to clipboard
A node.js client for the Customer.io REST API.
This project relies on the native "http" / "https" modules from Node.js which are not compatible on Edge environments such as Cloudflare Workers, Next.js Edge Routes / middleware nor AWS...
Hi there! I'm a user of the customer.io-node library and I've been really impressed with how easy it is to send targeted emails and messages to my customers. However, I've...
Hi, I was wondering if there's support for the Track V2 API, more specifically `https://track.customer.io/api/v2/batch`. If not, is there any workaround that we could use to send data through batch...
Creates a util function for verifying the webhook signature https://github.com/customerio/customerio-node/issues/155
Adds a function for getting a list of customers attributes https://customer.io/docs/api/app/#operation/getPeopleById
It would be nice to have a function that we could call to verify webhook requests, without having to implement ourselves. https://customer.io/docs/journeys/webhooks-action/#securely-verify-requests
I need to be able to create a segment and add users to it. - https://customer.io/docs/api/app/#operation/createManSegment - https://customer.io/docs/api/track/#operation/add_to_segment
@kevinkucharczyk @mike-engel We are experiencing errors when sending emails in broadcast mode after identifying a user, the identify endpoint responds 200 but when we send broadcast emails with ids option...
We have come across an issue where the customer.io client fails to send notifications when quotes are included in the payload. For example, when sending a payload like this: ```ts...