创建触达计划。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
POST /api/v2/schedules
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
body | object | 否 | 请求参数的主体信息。 | |
EndTime | string | 否 | 终止时间(UTC+8)。 | 2020-01-01 |
ExecuteTime | string | 否 | 执行时间 (UTC+8),为空立即执行。 | 2020-01-01 12:00:00 |
GroupId | string | 是 | 人群 ID。 | 0a54e195-03e2-40bd-869d-b71cb302783e |
Name | string | 是 | 触达计划名称。 | 增长-2021-0101 |
RepeatCycle | integer | 否 | 重复周期,按重复周期与重复周期单位执行。 | 0 |
RepeatCycleUnit | integer | 否 | 重复周期单位,若指定执行时间,则重复周期生效。
| 0 |
RepeatTimes | integer | 否 | 重复次数。
| 1 |
SignName | string | 否 | 签名。 | PAI |
SignatureId | string | 否 | 签名 Id,或指定签名。 | 0a54e195-03e2-40bd-869d-b71cb302783e |
TemplateCode | string | 否 | 模板 Code。 | SMS_123456 |
TemplateId | string | 否 | 模板 Id,或指定模板 Code。 | 0a54e195-03e2-40bd-869d-b71cb302783e |
AISendStartDate | string | 否 | 智能发送开始时间。 | 2020-01-01 12:00:00 |
AISendEndDate | string | 否 | 智能发送结束时间。 | 2020-01-01 12:00:00 |
PaymentType | string | 否 | 计费类型(为空时默认后付费)。
| PayAsYouGo |
返回参数
示例
正常返回示例
JSON
格式
{
"Data": {
"CreatedTime": "2020-01-01 12:00:00",
"EndTime": "2020-01-01",
"ExecuteTime": "2020-01-01 12:00:00",
"GroupId": "0a54e195-03e2-40bd-869d-b71cb302783e",
"Id": "0a54e195-03e2-40bd-869d-b71cb302783e",
"Name": "增长-2021-0101",
"RepeatCycle": 0,
"RepeatCycleUnit": 0,
"RepeatTimes": 1,
"SignName": "PAI",
"SignatureId": "0a54e195-03e2-40bd-869d-b71cb302783e",
"Status": 0,
"TemplateCode": "SMS_123456",
"TemplateId": "0a54e195-03e2-40bd-869d-b71cb302783e",
"UpdatedTime": "2020-01-01 12:00:00"
},
"ErrorCode": 0,
"ErrorMessage": "OK",
"RequestId": "f8651828-609d-4de8-ab49-ab781d7fd85a"
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 | ||
---|---|---|---|---|
2023-03-09 | API 内部配置变更,不影响调用 | 看变更集 | ||
|