customerio-node icon indicating copy to clipboard operation
customerio-node copied to clipboard

A node.js client for the Customer.io REST API.

Results 17 customerio-node issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

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...

feature request

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...

feature request

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

feature request

Is there any way to get the Subscription Center topics?

feature request

@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...

waiting for response

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...

waiting for response