nworks_mail_read
Retrieve a specific email’s full content—body, attachments, and more—by its mail ID. Use this to answer 'show me this email' requests after listing messages.
Instructions
특정 메일의 상세 내용(본문, 첨부파일 등)을 조회합니다. '이 메일 내용 보여줘' 등의 요청에 사용. mailId는 nworks_mail_list로 조회 가능. User OAuth 인증 필요 (mail.read scope)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mailId | Yes | 메일 ID (nworks_mail_list로 조회 가능) | |
| userId | No | 대상 사용자 ID (미지정 시 me) |