> For the complete documentation index, see [llms.txt](https://docs.delos.financial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.delos.financial/messages.md).

# Messages

- [Event list](https://docs.delos.financial/messages/event-list.md): Retrieves a paginated list of available system events and their variables. This is useful for understanding what events can be used in notifications or webhooks and what data they provide.
- [Get Settings](https://docs.delos.financial/messages/get-settings.md): Retrieves the current system configuration settings including common application settings and email service configuration. This endpoint provides essential information about the platform's operational
- [Update Settings](https://docs.delos.financial/messages/update-settings.md): Updates system configuration settings including common application parameters and email service configuration. This endpoint allows administrators to modify operational settings.
- [Get templates list](https://docs.delos.financial/messages/get-templates-list.md): Retrieves a paginated list of message templates with their configuration, triggers, and associated events. Templates are used for automated notifications (email, SMS, etc.) triggered by system events.
- [Create template account](https://docs.delos.financial/messages/create-template-account.md): Creates a new message template for automated notifications (email, SMS, etc.). Templates are triggered by system events and can include dynamic variables.
- [Get template by ID](https://docs.delos.financial/messages/get-template-by-id.md): Retrieves detailed information about a specific message template, including its content, configuration, and associated trigger events.
- [Delete template by ID](https://docs.delos.financial/messages/delete-template-by-id.md): Permanently deletes a message template. This action is irreversible and will prevent the template from being triggered by any future events.
- [Update template account](https://docs.delos.financial/messages/update-template-account.md): Updates an existing message template. Allows modification of template content, configuration, triggers, and activation status. Returns the updated template with current values.
- [Type list](https://docs.delos.financial/messages/type-list.md): Retrieves a paginated list of available message types with their configuration and permission status. This endpoint helps understand what types of messages can be sent and which are enabled for the cu


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.delos.financial/messages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
