Centralize your data
Get a complete picture of every customer, events, email logs, and more. Import data from different sources into the secure repository
// install trusender "composer require trusender/trusender-php"
// initialize the TruSender object with the Auth Token
$ts = new TruSender("YOUR_AUTH_TOKEN");
// send template_name to to_address with the dynamic data_mapping
$ts->send_email("template_name", "to_address", $data_mapping);
// send the events to trusender
$ts->send_event("event_name", "to_address", $event_properties);
# Addd to Gem file "gem 'trusender'" and do bundle install
# Ruby one liner to send the contact_us email to to@address.com
TruSender::send_email("AUTH_TOKEN", "contact_us", "to@address.com", {:data => "here"})
# Ruby one liner to capture the "Event Name" of customer@email.com
TruSender::send_event("AUTH_TOKEN", "customer@email.com", "Event Name", {:event => "properties here"})
TruSender.sendEmail("AUTH_TOKEN", "contact_us", "to@address.com", {:data => "here"})
TruSender.sendEvent("AUTH_TOKEN", "Event Name", "customer@email.com", {:event => "properties here"})
# send email
curl -X POST \
https://api.trusender.com/dev/sendEmail \
-H 'content-type: application/json' \
-d '{
"auth_token":"",
"email":"to@address.com",
"template_name":"confirm_account",
"data_mapping":{
"confirmation_link":"https://www.yourdomain.com/confirm-link"
}
}'
# send event
curl -X POST \
https://api.trusender.com/v1/sendEvent \
-H 'content-type: application/json' \
-d '{
"auth_token":"AUTH_TOKEN",
"email":"customer@email.com",
"name":"event_name",
"properties": "event_data_json"
}'
You have easy to understand apis in your platform so you can spend less time adding email into your app and more time building cool stuff.
You can exactly see each email content that has been sent out to your customers . Real time email tracking everywhere.
More power to developers and marketers to analyze and improve email conversions. Configure and use multiple service providers.
You have easy to understand apis in your platform so you can spend less time adding email into your app and more time building cool stuff.
You can exactly see each email content that has been sent out to your customers . Real time email tracking everywhere.
More power to developers and marketers to analyze and improve email conversions. Configure and use multiple service providers.
// install trusender "composer require trusender/trusender-php"
// initialize the TruSender object with the Auth Token
$ts = new TruSender("YOUR_AUTH_TOKEN");
// send template_name to to_address with the dynamic data_mapping
$ts->send_email("template_name", "to_address", $data_mapping);
// send the events to trusender
$ts->send_event("event_name", "to_address", $event_properties);
# Addd to Gem file "gem 'trusender'" and do bundle install
# Ruby one liner to send the contact_us email to to@address.com
TruSender::send_email("AUTH_TOKEN", "contact_us", "to@address.com", {:data => "here"})
# Ruby one liner to capture the "Event Name" of customer@email.com
TruSender::send_event("AUTH_TOKEN", "customer@email.com", "Event Name", {:event => "properties here"})
TruSender.sendEmail("AUTH_TOKEN", "contact_us", "to@address.com", {:data => "here"})
TruSender.sendEvent("AUTH_TOKEN", "Event Name", "customer@email.com", {:event => "properties here"})
# Send email
curl -X POST \
https://api.trusender.com/dev/sendEmail \
-H 'content-type: application/json' \
-d '{
"auth_token":"",
"email":"to@address.com",
"template_name":"confirm_account",
"data_mapping":{
"confirmation_link":"https://www.yourdomain.com/confirm-link"
}
}'
# Send event
curl -X POST \
https://api.trusender.com/v1/sendEvent \
-H 'content-type: application/json' \
-d '{
"auth_token":"AUTH_TOKEN",
"email":"customer@email.com",
"name":"event_name",
"properties": "event_data_json"
}'
our feature rich and cost effective solution will make this platform perfect fit for your business
Get a complete picture of every customer, events, email logs, and more. Import data from different sources into the secure repository
You can group .
Group customers into live segments based on their attributes and events data.
Keep track of what's happening with your customer data based on different events, and run reports against your data anywhere in the world.
We dont' like to brag, but we don't mind letting our customers do it for us. Here are a few nice things folks have said about our email marketing platform.
" Trusender is best solution out there in the market with uncomparable pricing and the features are perfectly fit to us. We didnt realize customer activity and events will incresae our ad revenue by 3 times."
- Minnat Lalpuria" When we want to make sure the transactional email activity of the users there is no better platform than TruSender. It changed the way that we send the transactional emails to our customers. Thank you TruSender. "
- Vineet Saxsena" Training business needs lot of touch points wih the customer and we were looking at personalised email platform based on different courses that customer is interested with. TruSender helped us with setup from scratch and scale with our business needs. "
- JamesEarly Stage company? Till you became midsized company all the platform features will be free.