> For the complete documentation index, see [llms.txt](https://brown-development.gitbook.io/inotify-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brown-development.gitbook.io/inotify-documentation/usage/exports-events.md).

# Exports/Events

## Parameters:

#### <mark style="color:orange;">title</mark> = title of the notification (STRING)

#### <mark style="color:orange;">message</mark> = notification message (STRING)

#### <mark style="color:orange;">sound</mark> = true/false, if true then plays iMessage Sound if false plays no sound (BOOLEAN)

## CLIENT SIDED:

## Export:

{% code overflow="wrap" %}

```lua
exports['Browns-iNotify']:iNotify(title, message, sound)
```

{% endcode %}

## SERVER SIDED:

## Event:

{% code overflow="wrap" %}

```lua
TriggerClientEvent('iNotify', source, title, message, sound)
```

{% endcode %}
