Use webhooks to collect data from Vero and analyse message interaction data alongside your complete business data.
Webhooks are one of a few ways web applications can communicate with each other. They allow you to send real-time data from one application to another whenever a given event occurs.
Vero helps you send behavioral and transactional emails. Our emails are data-driven, so you're never guessing when to send an email or who to send it to. Trigger a coupon when a customer views a product twice, or help a new user get started when they download your software.
By combining message interaction data with all of your business data
{
"sent_at":1435016238,
"type":"sent",
"user": {
"id":123,
"email":"steve@getvero.com"
},
"campaign": {
"id": 987,
"type":" transactional",
"name":" Order confirmation",
"subject":" Your order is being processed!",
"trigger-event":" purchased item",
"permalink":" http://app.getvero.com/view/1/341d64944577ac1f70f560e37db54a25",
"variation":" Variation A"
},
"message_id": "20190730123456.1.1B72E094173067F0F@veromail.com"
}
{
"opened_at":1435016238,
"user_agent":"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)",
"type":"opened",
"user": {
"id": 123,
"email": "steve@getvero.com"
},
"campaign": {
"id": 987,
"type": "transactional",
"name": "Order confirmation",
"subject": "Your order is being processed!",
"trigger-event": "purchased item",
"permalink": "http://app.getvero.com/view/1/341d64944577ac1f70f560e37db54a25",
"variation": "Variation A"
},
"message_id": "20190730123456.1.1B72E094173067F0F@veromail.com"
}
// User created
{
"type":"user_created",
"user": {
"firstname": "Steve",
"company": "Vero",
"role": "Bot",
"id": 123,
"email": "steve@getvero.com"
}
}
// User updated
{
"type":"user_updated",
"user": {
"id": 123,
"email": "steve@getvero.com"
},
"changes": {
"_tags": {
"add": ["active-customer"],
"remove": ["unactive-180-days"]
}
}
}
{
"delivered_at":1435016238,
"type":"delivered",
"user": {
"id":123,
"email":"steve@getvero.com"
},
"campaign": {
"id":987,
"type":"transactional",
"name":"Order confirmation",
"subject":"Your order is being processed!",
"trigger-event":"purchased item",
"permalink":"http://app.getvero.com/view/1/341d64944577ac1f70f560e37db54a25",
"variation":"Variation A"
},
"message_id": "20190730123456.1.1B72E094173067F0F@veromail.com"
}
{
"clicked_at":1435016238,
"user_agent":"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)",
"type":"clicked",
"user": {
"id": 123,
"email": "steve@getvero.com"
},
"campaign": {
"id": 987,
"type": "transactional",
"name": "Order confirmation",
"subject": "Your order is being processed!",
"trigger-event": "purchased item",
"permalink": "http://app.getvero.com/view/1/341d64944577ac1f70f560e37db54a25",
"variation": "Variation A"
},
"message_id": "20190730123456.1.1B72E094173067F0F@veromail.com"
}
{
"bounced_at":1435016238,
"bounce_type":"hard",
"type":"bounced",
"user": {
"id": 123,
"email":" steve@getvero.com"
},
"campaign": {
"id": 987,
"type": "transactional",
"name": "Order confirmation",
"subject": "Your order is being processed!",
"trigger-event": "purchased item",
"permalink": "http://app.getvero.com/view/1/341d64944577ac1f70f560e37db54a25",
"variation": "Variation A"
},
"message_id": "20190730123456.1.1B72E094173067F0F@veromail.com"
}
{
"unsubscribed_at":1435016238,
"type":"unsubscribed",
"user": {
"id": 123,
"email": "steve@getvero.com"
},
"campaign": {
"campaign_title": "Order confirmation",
"series_title": "Order Tracking",
"message_id": "20190730123456.1.1B72E094173067F0F@veromail.com",
"email_subject": "Your order is being processed!",
"variation_name": "Control",
"template": "Order Template"
},
}
No credit card details required