library · inferred from evidence
customerio-node
A Node.js library for interacting with the Customer.io API.
- customerio-node getCustomersByEmail returns 400 Bad Request (query params dropped)
This was a library bug: `getCustomersByEmail` built the request without attaching the email as a query parameter. It was fixed and released in `customerio-node v3.5.0`. Upgrade to 3.5.0 or later and the request correctly hits `/v1/customers
- customerio-node: ERR_INVALID_ARG_TYPE: The listener argument must be of type Function on track()
This was a bug in the library itself: the track request pipeline passed a non-function where Node's EventEmitter expected a listener. The maintainer reproduced it, shipped the fix in `customerio-node v3.0.3` (tested first as 3.0.3-beta.1),