only_unread parameter.
limit and/or timedelta parameters to limit the number of emails returned
Parameters
Max number of emails to return
Return only emails that are not older than
timedeltaReturns
Sequence[EmailResponse]Read recent emails sent to the persona
persona = notte.Persona("<your-persona-id>")
emails = persona.emails()
only_unread parameter.
emails = persona.emails(only_unread=True)
limit and/or timedelta parameters to limit the number of emails returned
timedeltaSequence[EmailResponse]Was this page helpful?
Suggestions