Releases: customerio/customerio-node
Releases · customerio/customerio-node
v3.3.3
v3.3.2
v3.3.1
v3.3.0
v3.2.0
v3.1.4
Revert `User-Agent` changes
Add `User-Agent` header to request headers to Customer.io
Fixes
- Set
User-Agent
for property source attributes on activity logs #93
Fix types for transactional messages
Fixes
- Fixed types for the
fake_bcc
parameter for transactional emails #92
Support for merge customers API
When you merge two people, you pick a primary person and merge a secondary, duplicate person into it. The primary person remains after the merge and the secondary is deleted. This process is permanent: you cannot recover the secondary person.
The first and third parameters represent the identifier for the primary and secondary people respectively—one of id
, email
, or cio_id
. The second and fourth parameters are the identifier values for the primary and secondary people, respectively.
More details in API Documentation