---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.2
  - property: og:type
    content: article
  - property: article:section
    content: Примеры настройки процессов
  - property: og:title
    content: Принимать обращения по почте и через форму
  - property: article:tag
    content: Базовая инструкция
alternate:
  - https://yandex.ru/support/tracker/en/support-process-mail-forms.md
  - https://yandex.ru/support/tracker/ru/support-process-mail-forms.md
  - href: en/support-process-mail-forms.md
    type: text/markdown
    title: Markdown version
  - href: llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/support/tracker/en/llms.txt


# Accepting requests by email and via forms

User requests are converted to Tracker issues before they can be handled. Most users prefer sending messages by email or through a website. In addition to this, the users outside your company do not have access to Tracker.

This is why we recommend setting up your request processing pipeline in a way that allows you to receive requests via email or forms created in [Yandex Forms](https://forms.yandex.com/cloud/admin).

## Accepting requests by email {#mail}

To accept user requests by email, [configure a queue email](https://yandex.ru/support/tracker/en/manager/queue-mail-other-service.md#get-mail) to automatically generate issues from user requests. All messages sent to this email address will automatically be converted to Tracker issues.

If an issue is created from an email, you can respond to the user from the issue page, e.g., to request additional information or report that the issue has been resolved. The user responses sent to the queue address will be added as issue comments.

## Accepting requests via forms {#form}

It is convenient to use forms to collect requests, if you expect certain data from the user. Your forms may include a list of required and optional questions, and the answers may be saved in the issue parameters in Tracker.

1. Go to [Yandex Forms](https://forms.yandex.com/cloud/admin) and create a new form.

1. Add questions to the page so that users can provide the information required to register a request.

1. Set up [integration with Tracker](https://yandex.com/support/forms/create-task) for the form:

    1. Specify the queue and other issue parameters.

    1. Use the **Issue description** field to add answers to the questions included in your form.

    1. If you want to save a specific answer in your issue parameters, add an issue field, click **Variables** → **Answer**, and choose the corresponding question.

    1. Save your integration settings.

1. [Publish](https://yandex.com/support/forms/publish#section_link) your form: Embed it into your website or provide a link to it.

For instructions on how to set up a trigger that sends an email to the user with information about request registration after creating an issue via the form, see [Send a notification when an issue is created via a form](https://yandex.ru/support/tracker/en/manager/trigger-examples.md#notify_form).
