이메일 정보 조회
Name
Value
Name
Type
Description
{
"success": true,
"data": {
"email": {
"id": "<emailId>",
"subject": "이메일 제목",
"from": "sender@example.com",
"to": ["receiver@example.com"],
"cc": [],
"bcc": [],
"status": "delivery",
"messageId": "<messageId>",
"date": "2024-04-03T05:59:23.217Z",
"snippet": "본문 미리보기",
"htmlBody": "<p>본문</p>",
"text": "본문"
}
}
}Last updated
Was this helpful?