---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.2
alternate:
  - https://yandex.ru/support/forms/en/notifications.md
  - https://yandex.ru/support/forms/ru/notifications.md
  - href: en/notifications.md
    type: text/markdown
    title: Markdown version
  - href: llms.txt
    type: text/markdown
    title: llms.txt
title: Configure auto actions
description: "Learn how Yandex Forms is integrated with other Yandex\_360 services and what actions you can configure when a form is submitted."
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/support/forms/en/llms.txt

# Configure auto actions

To integrate your form with other services, you can configure one or more actions to be performed automatically when the user submits a completed form.

You can set up multiple automated actions for each form and [set conditions for performing those actions](#conditions) depending on user answers to the questions.

You can see a history of completed actions on the [Completed integrations](https://yandex.ru/support/forms/en/notifications-history.md) page.

{% note info "" %}

Integration with Wiki and Tracker is only available to users of Yandex Forms for Business.

{% endnote %}

## Add actions {#add-integration}

1. Select the desired form and open the **Integration** tab.

1. Add a new group of actions or use an existing one. You can add multiple actions to the group and set shared conditions for them.

    {% note info "" %}

    By default, a group with one action — sending an email — is set up for all forms. This group is enabled, and you can disable or delete it or add custom actions to it.

    {% endnote %}

    - To create a new group, click **Add action group** at the bottom of the page.

    - To create a group of actions based on an existing one, click ![](_assets/svg/actions.svg)</svg> in the upper-right corner and select **Copy group of actions** . Next, edit the copy.

    - To enable or disable a group of actions, use the ![](_assets/enabled-switch-blue.png) toggle in the upper-right corner.

    - To delete a group of actions, click ![](_assets/svg/actions.svg)</svg> in the upper-right corner and select **Delete group of actions**.

1. If necessary, [set up action conditions for the group](#conditions).
To configure multiple actions to be performed under different conditions, add multiple groups.

1. To add an action to a group, click a button at the bottom of the group:

    - To [send a notification by email](https://yandex.ru/support/forms/en/send-mail.md), click ![](_assets/mail-notification-new.png) **Mail**.

    - To create an issue in Yandex Tracker, click ![](_assets/tracker-notification-new.png) **Tracker**: [Creating an issue in Yandex Tracker](https://yandex.ru/support/forms/en/create-task.md).

    - To add user answers to a Wiki page, click ![](_assets/wiki-notification-new.png) **Wiki**: [Adding a response to Wiki](https://yandex.ru/support/forms/en/send-wiki.md).

    - To send an HTTP request, click ![](_assets/api-notification.png) **API** and select the request type: [Sending an HTTP request](https://yandex.ru/support/forms/en/send-request.md).

    {% note info "" %}

    Integration with Wiki and Tracker is only available to users of Yandex Forms for Business.

    {% endnote %}

1. Set up the action and click **Save**.

1. To disable an action, use the ![](_assets/enabled-switch-blue.png) toggle in the upper-right corner.

1. To delete the action click ![](_assets/svg/actions.svg)</svg> and select **Delete**.

To return to the question settings, select the **Form builder** tab at the top of the page.

## Setting conditions {#conditions}

You can set conditions for integrating your form with other services. Actions such as sending notifications or creating issues will only be performed when the specified conditions are met. To set up conditions for actions:

1. Select the form and click **Integrations** at the top of the page.

1. Select an action group and choose **On condition** under **Perform actions**.

1. Set up one or more types of conditions:

   - based on answers to form questions;
   - based on test or quiz results;
   - based on the domain where the user fills out the form;

1. Click **Save**.

To add multiple actions with different conditions, click **Add group of actions** at the bottom of the page and set up conditions and [actions](#add-integration) for the new group.

For more information about condition logic, see [Adding questions to a form](https://yandex.ru/support/forms/en/add-questions.md#conditions).

### Based on answers to questions {#condition-by-answer}

1. Specify the question whose answer will be used as the action condition.

1. Select the comparison operator: **equal** or **not equal**.

1. Select or enter the answer to compare the user's response against.

    ![](_assets/integration-condition-new.png =600x){.border-grey}

    - To trigger actions when the user provides any answer to the question, select **not equal** and leave the answer field empty.

    - To trigger actions when the user does not answer the question, select **equal** and leave the answer field empty.

    For example, you can send an email to a user if they fill in the **Email** field in the form.

    ![](_assets/condition-empty-new.png =600x){.border-grey}

### Based on test or quiz results {#condition-by-quiz-result}

1. [Set up score calculation](https://yandex.ru/support/forms/en/tests.md#test-result). Conditions based on results are unavailable until score calculation is configured.

1. In the first condition field, select **Answers segment**.

1. Select **equal** or **not equal**, then specify the required segment.

    The available values depend on the score calculation method. For **Pass/Fail**, you can select one of the two results. For **Segments**, you can select one of the configured score ranges.

    For example, you can send a promo code by email only to participants who earned enough points to pass.

    ![](_assets/integration-quiz-condition.png =700x){.border-grey}

### Based on domain {#condition-by-domain}

To trigger the action based on the domain where the user fills out the form, select **tld** in the first condition field.


### Combining multiple conditions {#combine-conditions}

1. If you need to trigger the action when multiple conditions are met, click ![](_assets/svg/add.svg)</svg> under the first condition. Set up the condition by selecting a question, a comparison operator, and an answer option.

   The new condition will be grouped with the existing ones. By default, all conditions within the group are combined using the **AND** operator, so the action triggers only if all conditions are met simultaneously. If you want the action to trigger when at least one condition is met, click the operator icon to the left of the group to select the logical **OR** instead.

1. To set up more complex action-triggering logic, add multiple groups of conditions. Click **Add condition** under the list of conditions, configure the conditions in the new group, and select the logical operator to apply to them: **AND** or **OR**.

1. To delete a condition, hover over it and click ![](_assets/svg/delete.svg)</svg> to the right.

![](_assets/integration-condition-operators.png =600x){.border-grey}

<!-- source: en/_assets/style.md -->

<!-- endsource: en/_assets/style.md -->
