Email Service

Send ICS calendar invitations for Outlook meetings

Send ICS calendar invitations for Outlook meetings

Here we are going to send the meeting invites from salesforce using ICS calendar to our outlook. In general ICS is the  iCalendar/.ics/.ical file and it is used to store the calendar information. Whenever you export anything a outlook, google, etc., calendar  it will automatically save as .ics file. New and updated meetings are sent …

Send ICS calendar invitations for Outlook meetings Read More »

Bulk Import Email from Gmail to Salesforce

Bulk Import Email from Gmail to Salesforce

Use Case : Customer needs to import all emails along with attachment from their Gmail account into their Salesforce org. Problem: Currently, there is no way to mass-import emails within the Salesforce User Interface Resolution: We are going to export email into MBOX format.Then using python script we will generate CSV and using data loader …

Bulk Import Email from Gmail to Salesforce Read More »

What is Enhanced Email ?

What is Enhanced Email ?

Enhanced Email was released in Summer ’16 to open up email features that were previously only available in Email-to-Case (E2C). Release Note Enhanced Email is automatically enabled for most organizations except those that use Email-to-Case. You can check this at Setup-> Enhanced Email Let’s understand basic email-task first. In Salesforce, if you do not have E2C and …

What is Enhanced Email ? Read More »

Creating Google Calendar Events from Salesforce Without Integration

Creating Google Calendar Events from Salesforce Without Integration

Hi All, This blog helps you to create Google calendar events from Salesforce without any integration. Why to create Google Calendar events? For Example: In your organization HR is sending emails to the interviewers to take interviews. The interviewers may forget on the interview day for taking the interview on time. So to overcome these …

Creating Google Calendar Events from Salesforce Without Integration Read More »

Email Services in Salesforce with a simple example

Email Services in Salesforce with a simple example

Email Services is a feature of salesforce.com where, the user can assign an Apex Class that implements the Messaging.InboundEmailHandler interface to a configuration which allows you to process the email contents, headers and attachments. Using this Information, you can cater a variety of requirements . Listing few, create a new contact if one does not …

Email Services in Salesforce with a simple example Read More »

Scroll to Top