发送邮箱验证信息。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | SendValidationMessage | 接口名称。当前 API 的名称为 SendValidationMessage 。 |
Version | String | 是 | 2021-03-03 | 接口版本。当前 API 的版本为 2021-03-03 。 |
Type | String | 是 | 发送验证消息类型,固定取值为Email 。 | |
Destination | String | 是 | user-demo@example.com | 联系人邮箱。 |
POST https://open.volcengineapi.com/?Action=SendValidationMessage&Version=2021-03-03 Content-Type: application/json { "Type": "Email", "Destination": "user-demo@example.com" }
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
SendStatus | String | MessageSucceed.Email | 发送邮箱认证信息状态码:
|
Message | String | - | 发送邮箱认证信息错误原因。 |
HTTP/1.1: 200 OK Content-Type: application/json { "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "SendValidationMessage", "Version": "2021-03-03", "Service": "vmp", "Region": "cn-north-1" }, "Result": { "SendStatus": "MessageSucceed.Email", "Message": "" } }
本接口错误码如下表所示,公共错误码请参见 公共错误码。
HTTP 状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
403 | ProductUnsubscribed | You are not subscribed to the Volcengine Managed Service for Prometheus (VMP). Please go to the VMP console web page to subscribe to the service | 当前账号未订阅 VMP 服务。 |
404 | NotFound.Id | The specified Contact/ContactGroup {{Id}} is not found. | 未找到指定联系人/联系人组。 |
429 | LimitExceeded.Email | The same email address should not be validated more than once in 1 minute, please try it later. | 同一电子邮件地址在 1 分钟内不应验证超过一次,请稍后再试。 |