Trigger Phase Advancer (Non-Opportunity 2.0)
# Description
Trigger Phase Advancer (Non-Opportunity 2.0)
# Request Specification
Method: POST + application/json
Endpoint: https://${Cloud Domain}/cgi/crm/v2/instance/triggerByRule?thirdTraceId=${Random String}
Headers: Refer to Common Parameters
# Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| data | Map | Yes | Data map |
| entityId | String | Yes | API name of the initiating object |
| objectId | String | Yes | _id of the initiating object (can be obtained via conditional query API) |
# Request Example
{
"data": {
"entityId": "AccountObj",
"objectId": "6093aec2e4101b000138259c"
}
}
# Response Parameters
| Parameter | Type | Description |
|---|---|---|
| traceId | string | Unique request ID |
| errorDescription | string | Error description |
| errorMessage | string | Error message |
| errorCode | Int | Error codes |
# Response Example
{
"traceId": "E-O.827xxxxxx",
"errorDescription": "success",
"errorMessage": "OK",
"errorCode": 0
}
# Notes
- Do not use the message field in the response for logical judgment, as errorMessage may change.