UpdateCampaign

更新时间:
复制 MD 格式

Updates outbound campaign parameters.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

InstanceId

string

Yes

Cloud Contact Center instance ID.

ccc-test

CampaignId

string

Yes

Predictive outbound campaign ID.

ab11908b-6ebc-4b0c-b51e-3e17c7060

StartTime

string

No

Start time, in Unix timestamp format, in milliseconds.

1689901200000

EndTime

string

No

End time, in Unix timestamp format, in milliseconds.

1689933600000

CallableTime

string

No

Callable time, supports multiple time segments.

[ { "beginTime": "09:00:00", "endTime": "12:00:00" } ]

StrategyParameters

string

No

Policy parameters.

PACING策略,参考参数 { "ratio": 2 } PID策略,参考参数 { "abandonRate":5, "historicalConnectedRate":45 }

Name

string

No

Predictive outbound campaign name.

云联络中心测试

ContactFlowId

string

No

Contact stream ID.

3a310f56-4d30-4081-ba24-5d87a3b7262e

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

Request ID.

BC976D32-AC4C-4E0F-8AA9-F4BC6C4E2B3E

Code

string

Response code.

OK

Message

string

Response message.

HttpStatusCode

integer

HTTP status code

200

Examples

Success response

JSON format

{
  "RequestId": "BC976D32-AC4C-4E0F-8AA9-F4BC6C4E2B3E",
  "Code": "OK",
  "Message": "无",
  "HttpStatusCode": 200
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.