> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/workflow-guides/workflow-guide-notification-for-opened-emails.md).

# Workflow Guide: Notification for Opened Emails

Here is a guide on how to get an email notification whenever a contact opens an email:

* Add the Email Events trigger, filter for opened, and save the trigger

{% embed url="<https://lh4.googleusercontent.com/z9kT627uXGI0EhUgOPD66keYACIUuUFxJ8uPY-dylBROFc5fXTs6Ew5DPwbqSuFi0RfhPbL4qMw95A-bfPKP1Q3RGe6hWPCycR0ncWxndy2pgzorNPnLqCDaGV2HG20MjZmNzUxHxH03SLv3RbH9oaI>" %}

* Add the Internal Notification action, select email for the type of notification, select the user type, customize the email with a timestamp and other custom values of preference.

{% embed url="<https://lh3.googleusercontent.com/5gKcXZ3jYgW8e5PHvVZLXVnxe45W11NgGkiQst3eGH4IbVldcz9LmseVsWQOzWtRddN9OXt3XNSTHj1a53UDJxL4rY2mFl0kxsytWLEaOhxnZTyeasw5ElpshZrW_eGOqOkRD7znh25HW3oYvEUxN9s>" %}

{% embed url="<https://lh4.googleusercontent.com/9h2gzMivJYnWtqzP2wdIu9DEf__62aZMTc_W_AUXItWP4s0Wab0Ogci9Bzvb1eUz-zM1_F9oT6M7T-XemUOSnKEuq5PEq2vscl6z5cE5WnaIk_yii2n_bnnp-sXFtw2gT5-BecDBBMmK9BVzUE9ll1Q>" %}

* Make sure to publish and save!

{% embed url="<https://lh3.googleusercontent.com/JHolfmKcD6XIEhWg_TfaKSwBN5QVzOTrIOFYTmrXOO0Kn0sh1DzyykhuiHqqp0AcOFYa4Ci2SoQHG7S42qsZJDqvAfkiT-qUtm99XeLAyreNzhBJaJx7EEO3Ovd0K7WsspQJgTVR8wnc94Ksq6rMN8I>" %}


---

# 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://software-help-docs.gitbook.io/knowledge-base/software-guide/workflow-guides/workflow-guide-notification-for-opened-emails.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.
