nworks_mail_send
Send emails through NAVER WORKS using OAuth authentication. Specify recipients, subject, body, and optional CC/BCC fields to dispatch messages asynchronously.
Instructions
NAVER WORKS 메일을 전송합니다. '메일 보내줘', '이메일 작성해줘' 등의 요청에 사용. 비동기 전송(성공 시 202). User OAuth 인증 필요 (mail scope)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | 수신자 이메일 (여러 명은 ; 로 구분) | |
| subject | Yes | 메일 제목 | |
| body | No | 메일 본문 | |
| cc | No | 참조 이메일 (여러 명은 ; 로 구분) | |
| bcc | No | 숨은참조 이메일 (여러 명은 ; 로 구분) | |
| contentType | No | 본문 형식 (기본: html) | |
| userId | No | 발신자 ID (미지정 시 me) |