Vero Cloud
Last updated
Last updated
Vero Cloud is a data-driven email marketing tool.
Supports HIPAA mode
Connection Modes:
Client-side | Server-side | |
---|---|---|
Web | ||
Mobile | ||
Server |
Navigate to the Vero Cloud destination configuration
2. Configure your API Key and Auth Token. These can be found under Settings > Project Details, at the bottom of the screen.
That's it! Once you have set up identify calls, you can start sending events to Vero Cloud.
Vero Cloud does not accept anonymous events so you will need to set up identify calls to send events to the Vero Cloud destination. In order to email a user in Vero Cloud, you must first send an identify call with the email
property. When you call identify, Freshpaint creates or updates a user in Vero Cloud by calling their users endpoint at: https://api.getvero.com/api/v2/users/track
Once you've identified your user, you'll be able to view their user profiles under the "Customers" tab in Vero Cloud, along with their associated events.
When a Freshpaint event is sent to Vero Cloud, you must send an email
property attached to the event.
When you send an event to Vero Cloud from Freshpaint, a standard event is created in Vero Cloud by calling Vero Cloud's events api endpoint at: https://api.getvero.com/api/v2/events/track
The event will then be attached to the identified contact with the given email. See our docs on setting up properties to see the different ways you can attach an email
property to your events.
To ensure defined events include the required email
parameter, we recommend adding a user's email
as an event property through the addEventProperties
API.
Once the Vero Cloud integration is enabled, you can now enable it as an event destination for every event you'd like to send to Vero Cloud:
Once you've sent events with the email
property into Vero Cloud, you can view them by navigating to "Events" in your left sidebar menu. You can also view the events associated with each user in the "Customers" section as shown in the section above.
Events originating from the user's web browser will be sent directly to Vero Cloud. Events from other sources, including mobile and server, will be sent first to Freshpaint's servers and then on to Vero Cloud.
All events will be sent to Vero Cloud using Freshpaint's servers. Your website will not send data directly to Vero Cloud. Instead, your website and all other sources will send data to Freshpaint, which is translated then sent to Vero Cloud. As mentioned above, sources such as React Native, Android, and iOS send data server-side.
Set up transformations to modify your data before it's sent to your destination. Read more about transformations here.