You need to sign in to do that
Don't have an account?
Visualforce Email Tracking
Recently changed an email from HTML to Visualforce, but need to track open rates for that email. I know HTMl emails come with tracking code embedded.
Is there a way to track open rates for Visualforce email templates within Salesforce?
Tracking is automatically enabled when possible when "Enable Email Tracking" is enabled, even for Visualforce Emails.
The following conditions will affect trackability:
It's an unreliable technology, but given the limitations of the email protocol, it's the best one that salesforce.com (or really, any email tracking service) has available, besides "read receipts", which are voluntary and produce a dialog confirming the receipt request.
That's exactly the problem. Workflow Alerts don't log tasks, and so the HTML Status can't be collected. A task is required for HTML Email Tracking, so only emails that were sent as a mass email in the UI, as a single email message from a contact or lead's activity history related list, or programmatically sent using Apex Code and using the appropriate TargetId values will have tracking.
We use FinancialForce, and with a button, we send our customers copies of their sales invoices. The email template is a VisualForce template. We are interested in some way being able to track and see which accounts have opened these emails. I haven't found much so I am posting this question in various places.
Basically it comes down to tracking email opens (much like you can with HTML emails) from a VisualForce template.
Any feedback would be appreciated.
Regards,