Worklog for task "Exploring ChatGPT capabilities for automation"
Another issue: apparently, it doesn't know how to monitor email in real-time, because that requires a separate persistent process. n8n can do that and monitors email, but chatgpt.com cannot. The maximum you can do is create a Scheduler, which is a service that will check the email at a set interval. But the minimum period is 1 hour, which is not cool at all.
UPD: a Monitoring button appears in the scheduler itself (which is just a separate chat).

And if you click it, there is both a view of tasks and "Run Now".

Also, there is the prompt itself, and the agent automatically applied the rules not to perform any actions without confirmation.
As a result, action confirmation items are now hanging in the chat.

Now I'll try to make it do everything automatically without the need for confirmation.
By the way, I didn't find a separate menu item to monitor everything in one place. At most, you can go to the Scheduler section and see there that there is an active service.

By clicking on it, we end up in the same chat, just with the monitoring modal open right away.