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": { }
}
}