SK SKYVVA Documentation

27.3 How to use eMail adapter?

This tutorial explains what email adapter is and how to configure it. It also describe the process of setting the email service on Salesforce. What is email adapter?

Email adapter is support-sending email to Salesforce using an attachment (source file) to carry the business data. The functionality is to pass parameters to the email subject and body. You can pass business data with the subject and body. As soon as the Email arrives, the data import is initiated automatically.

1. Create Email Services

The configuration of email service on Salesforce This section will be explained the process of configuring the Email-Service on Salesforce. You can follow the steps given below:

below.

Note: If you did not Check icon 'Active'  the Email Service is created deactivated in this case you can of the active manually.

Note: When creating an 'Email Service Address,' if you input an email address in the 'Accept Email From' box, you will be able to send records only for those specific emails into Salesforce.

Note: If we do not input the email address into 'Accept Email From' box, you will be able to send records for multiple emails into Salesforce.

2. Create an Inbound Email Adapter

Click on Adapter tab:-

3. Create the Integration.

4. Create Inbound Interface link with adapter.

Note: The Interface API v2 supports file types such as CSV and XML, while the Interface API v3 supports file types including CSV, XML, and JSON.

5. Subject Line of your Email

Accept the email address from salesforce.com by email. The subject line of the email should read as follows: integration=IntegrationName;Interface=Name_of_Interface Note: Provide the IntegrationName and the name of the Interfaces.

  1. E-mail address generated by Salesforce (see page 1).
  2. integration=your_IntegrationName;Interface=Name_of_Interface.
  3. Record that you want to import (must be the same in structure implements our interface).
  4. In addition, send the email.
Note: Be sure to test the mapping of your integration first (manual upload). If this works, then get to work with the mail import
Open this article in the interactive viewer →