# Email Insight

{% hint style="warning" %}
This feature is available from Delpha 3.60 and onward.
{% endhint %}

## **Turn every email into clean, actionable Salesforce data**

Delpha Email Insight automatically analyzes incoming emails, extracts useful information (like phone numbers, job titles, or company details), and links it to the right Salesforce Contact. Insights are stored in a dedicated related list and can even update fields automatically with smart rules.

* 📩 **Capture key insights** from plain text emails.
* 👤 **Keep Contacts up to date** without manual effort.
* 📋 **View insights in context** directly on the Contact page.
* 🔄 **Automate updates** with the included Salesforce Flow.
* 📈 **Boost team efficiency** with reliable, enriched CRM data.

With Delpha Email Insight, your CRM stays fresh, accurate, and ready to drive better decisions.

## 🧩 [What Delpha Provides](/delpha-for-salesforce/use-cases-setup/email-insight/components.md)

To make this work in Salesforce, Delpha comes with several ready-to-use components.\
Each plays a specific role: some handle configuration, some display insights to your users, and others automate updates in the background.

You’ll find:

* A related list to display insights on Contacts,
* A Flow to automatically copy values into fields,
* An Apex class for processing emails,
* And a custom object where all insights are stored.

***

## 🚀 [How to Use It](/delpha-for-salesforce/use-cases-setup/email-insight/setup.md)

* **Admins**: add the related list to Contacts, and activate the Flow if you want auto-updates.
* **Developers**: use the Apex class to process emails programmatically or in bulk.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.delpha.io/delpha-for-salesforce/use-cases-setup/email-insight.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
