> For the complete documentation index, see [llms.txt](https://plugins.phbot.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plugins.phbot.org/phbot-api/notifications.md).

# Notifications

## create\_notification(string)

#### **Usage**

`create_notification('my notification')`

#### **Returns**

`True` if the notification has been added or `False` if it failed.

## create\_notification\_item(string, id)

This function will allow you to have an icon for an item show up in the notification window. The ID is the model of the item.

#### **Usage**

`create_notification('my notification', 69)`

#### **Returns**

`True` if the notification has been added or `False` if it failed.
