Difference between revisions of "External Email Tracking"
imported>Aeric |
imported>Aeric |
||
Line 6: | Line 6: | ||
# Set up a '''Custom Listener Interface''' to process incoming emails in any manner you like. | # Set up a '''Custom Listener Interface''' to process incoming emails in any manner you like. | ||
{{Note|The platform checks for new messages once every 10 minutes.}} | {{Note|The platform checks for new messages once every 10 minutes--at 12:00, 12:10, 12:20, and so on.}} | ||
===Tracking Activity Updates=== | ===Tracking Activity Updates=== |
Revision as of 23:24, 9 March 2012
Settings > Administration > External Email Tracking
About this Feature
You can use this feature in one of two ways:
- Update Prospect or Contact records with activity information via email
- Set up a Custom Listener Interface to process incoming emails in any manner you like.
Tracking Activity Updates
Use the standard External Email Tracking feature to automatically update Prospect or Contact records with activity information by sending messages from an email client (see Compatible Email Clients below).
To use the feature:
- Use a unique "Email-To-{platform}" address in the BCC: field of an email message, and the platform will log that email message as a Completed Activity for any Prospect or Contact in your database that matches the TO: or CC: field.
- Or Forward an email message to a unique "Email-To-{platform}" address, and the platform will search the body of the message and create a Completed Activity for the Prospect or Contact that matches the email address in the FROM: field.
Setting up a Custom Listener
A Java Class that implements the EmailHandler interface can be used to process emails programmatically, doing anything the platform is capable of. Such messages can contain attachments, and directives can be passed in the subject line or body of the message.
Learn more:
Administration Setup
- Click Settings > Administration > External Email Tracking
- In the Enable External Email Tracking section, click the Enable Email-to-{platform} checkbox
- For activity updates, select the default action to take when a matching Prospect/Contact is not found:
- Create an open task
- Create a task and mark it completed
- Alternatively, select a Custom Listener created by your programmers for fully customized email handling. (Only those classes that implement the required interface are listed.)
- Click [Save]
User Setup
When External Email Tracking is enabled, the My Email-to-{domain} option appears in the Personal Setup list. Users then need to enable their personal My Email-to-{domain} addresses. Send them the following information to tell them how:
Complete this one-time setup to begin sending emails:
- Click Settings > Personal Setup > My Email-to-
- The "Email-To-{platform} Details" section gives you the address you will use to send messages; Copy it for future use.
- Specify the addresses that you will be sending from, separated by commas. (To ensure that only emails you send are processed, any messages coming from other addresses are ignored.) For example, <youraccountname>@gmail.com, <youraccountname>@yahoo.com, etc.
Compatible Email Clients
External Email Tracking is compatible with these email clients:
- Web-based: Gmail, Yahoo, HotMail, etc.
- Microsoft Outlook 2003 (11.6568.6568) and later