1.0.0 • Published 4 years ago

@trusender/trusender-node v1.0.0

Weekly downloads
17
License
ISC
Repository
github
Last release
4 years ago

trusender-node

Node.js bindings for the TruSender API

Here is the onliner to send the email

TruSender.sendEmail("AUTH_TOKEN", "contact_us", "to@address.com", {:data => "here"})

Here is one liner to capture the customer activity

TruSender.sendEvent("AUTH_TOKEN", "Event Name", "customer@email.com", {:event => "properties here"})
1.0.0

4 years ago