> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.app-hive.dev/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How can I receive an email when a quote request is made?

Learn how to set up staff email notifications for quote requests, add notification recipients, customize email templates and language, and create email routing rules based on quote request conditions.

${frame}[How to configure staff email notifications and routing rules](https://demo.app-hive.dev/embed/cmjgafdjh0rq23zz2buncdzgr?embed_v=2&utm_source=embed)


You can include dynamic information in the subject and message using Liquid, for example:

```html
Subject: New quote {{ quote.id }} from {{ form.fields.first_name }}

Message: You've got a new quote request from {{ form.fields.first_name }} {{ form.fields.last_name }} with an order value of {{ quote.total }}
```

| If you have a Pro subscription, you can use different themes or build your own using the template builder.