Sends an email based on a custom template and data that you provided to the specified email address.
projectId required | string <uuid> 게시자 계정의 로그인 프로젝트 ID입니다. |
email required | string [ 1 .. 255 ] characters 사용자 이메일 주소입니다. | ||||||||
required | object | ||||||||
|
콘텐츠가 없음
인증되지 않음
찾을 수 없음
처리할 수 없는 엔터티
{- "email": "john_smith@gmail.com",
- "template": {
- "id": "Welcome email template",
- "locale": "en_US",
}
}
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}