> For the complete documentation index, see [llms.txt](https://help.delpha.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.delpha.io/delpha-for-salesforce/use-cases-setup/email-insight.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
