Vero Cloud
Last updated
Was this helpful?
Last updated
Was this helpful?
Vero Cloud is a data-driven email marketing tool.
Accepts and calls
Supports
Connection Modes:
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.
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.
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.
Vero Cloud does not accept anonymous events so you will need to set up 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 endpoint at:
When you send an event to Vero Cloud from Freshpaint, a standard event is created in Vero Cloud by calling Vero Cloud's endpoint at:
The event will then be attached to the identified contact with the given email. 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 .
Once the Vero Cloud integration is , you can now enable it as an event destination for every event you'd like to send 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, 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 .