메일보내기 API 호출시 404 not found 문의
안녕하세요. 메일보내기 API 호출시 404 에러가 발생됩니다.
* https://developers.worksmobile.com/kr/reference/mail-create?lang=ko 를 참조하여 테스트중인데 확인이 필요한 부분을 알려주세요.
- API : 2.0
- 헤더 : Authorization, application/json
- OAuth Scopes : mail,mail.read,user.email.read
- post body : body, contentType, userName,isSaveSentMail,isSendSeparately,securityLevel,attachments
게시글에 새로운 댓글이 달리면 알림을 전송합니다.
댓글3
업데이트 된 답글입니다.
Indigo
2022.06.08
업데이트 된 답글입니다.
ROKMC 작성자
<head>
<title>404 Not Found</title>
</head>
<body>
<center>
<h1>404 Not Found</h1>
</center>
<hr>
<center>nginx</center>
</body>
</html>
어떤 힌트를 말씀하시는건지 이해가 안됩니다.
2022.06.08
업데이트 된 답글입니다.
Indigo
curl --location --request POST 'https://www.worksapis.com/v1.0/users/보낸메일주소/mail' \
--header 'Authorization: Bearer 토큰내용' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": "메일주소",
"subject": "메일제목",
"body": "메일 본문",
"contentType": "html",
"userName": "admin",
"isSaveSentMail": true,
"isSendSeparately": false
}'
2022.06.08
궁금한 점을 해결하지 못하셨나요?
지금 바로 NAVER WORKS 사용자들에게 물어보세요!