> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Notification Connector

> You can send notifications to users when job definitions run and manage notifications from the application interface. You can send notifications to all or selected users each time a job definition runs.

## Configuration

<img src="https://mintcdn.com/apinizer/-OUVpYz7x56LFQ3F/images/yonetici/konnektor/notification.png?fit=max&auto=format&n=-OUVpYz7x56LFQ3F&q=85&s=9c3ae17cf2c3ad4958c184436e7fadf8" alt="Notification Connector Configuration" width="600" className="mr-auto" data-path="images/yonetici/konnektor/notification.png" />

Configuration fields:

<CardGroup cols={2}>
  <Card title="All Users" icon="users">
    **Field:** All User

    Target user type to whom the notification will be sent is selected. Can be sent to all users or selected users.
  </Card>

  <Card title="User List" icon="list">
    **Field:** Target User List

    If the notification is not desired to be sent to all users, desired users are added to this list.
  </Card>

  <Card title="Type" icon="tag">
    **Field:** Type

    Type of the notification is selected.
  </Card>

  <Card title="Title" icon="heading">
    **Field:** Title

    General description summarizing the notification is entered.

    <Info>
      Variables can be used in the Title field.
    </Info>
  </Card>

  <Card title="Message" icon="file-lines">
    **Field:** Message

    Detail of the notification is written.

    <Info>
      Variables can be used in the Message field.
    </Info>
  </Card>
</CardGroup>
