Skip to main content
Example:
import datetime as dt
from notte_sdk import actions

session.execute(actions.EmailRead(limit=5, only_unread=True))
session.execute(actions.EmailRead(timedelta=dt.timedelta(minutes=5)))

Fields

type
Literal['email_read']
default:"email_read"
category
str
default:"Special Browser Actions"
description
str
default:"Read recent emails from the mailbox."
limit
int
default:"10"
Max number of emails to return
timedelta
UnionType[timedelta, None]
default:"0:05:00"
Return only emails that are not older than timedelta
only_unread
bool
default:"True"
Return only previously unread emails

Module

notte_core.actions
I