library · inferred from evidence
customerio-node
A Node.js library for interacting with the Customer.io API.
- customerio-node: url_1.URL is not a constructor in Next.js
customerio-node is server-side only; it needs Node URL global, which does not exist in the browser. Keep the APIClient in route handlers or server actions, never in client components.