# Toggl Track Integration
> [!overview]
> parent:: [[Obsidian Community Plugins SOP]]
> github:: [GitHub](https://github.com/mcndt/obsidian-toggl-integration)
> obsidian:: Open in Obsidian
> url::
- For use with [[Toggl]].
- I use this with my [[Daily Notes]], including my [[YAML - 02.01 - Journal - Daily]].
- Requires a [Toggl API token](https://support.toggl.com/en/articles/3116844-where-is-my-api-key-located) to connect.
## Code Blocks
There are options to do undefined code blocks (`LIST TODAY` or `SUMMARY WEEK`) and more information can be found in the [GitHub readme](https://github.com/mcndt/obsidian-toggl-integration/wiki/Creating-Toggl-reports-inside-notes).
You can also target [[Toggl#Projects|projects]] with this plugin.
#followup The code blocks below are set for use with [[Templater]].
### Daily Summary
````
```toggl
SUMMARY FROM 2022-01-11 TO 2022-01-11
SORT DESC
```
````
### Weekly Summary (Undefined)
````
```toggl
SUMMARY WEEK
```
````
### Monthly Summary
````
```toggl
SUMMARY FROM 2022-01-01 TO 2022-01-31
SORT DESC
```
````