- Flow
- Embedded Signup Related APIs
- Phone Management
- Message Sending
- Template Management
- BeeBot
- Product Catalog
- Statistical Metric
- 其他

Operation Description
After triggering an online flow, if your flow contains components that incur costs for cloud products, such as message sending or function calls, please ensure you fully understand the billing methods and prices of the related products before using this interface.
Request Parameters
Field Name | Field Details |
---|---|
FlowCodestring | Flow code. Example:f4912c16943b4dfba44bd6fedacf8c70 |
Dataobject | Input parameters in Key-Value format. The Key must match the input strategy configured at the start node of your flow. Example:{"my_biz_data_0": "hi", "my_biz_data_1": "1024"} |
Uuidstring | Unique event ID used for idempotent triggers. Do not include any business semantics; you can retrieve this parameter within the flow after triggering. Example:c68622e6-5f0d-c8a4-af41-e949c2a7580e
|
OutIdstring | External system transaction number, used to associate with external business system transactions. You can retrieve this parameter within the flow after triggering. Example:8d4acf7e-e360-eb83-6d74-fcf9c4538fda
|
ClaimTimeMillisinteger<int64> | The declared occurrence time of the event, usually the time when the request was constructed, in milliseconds timestamp. Notice
The field type is Long, and the precision may be lost during serialization/deserialization. Please note that the value must not be greater than 9007199254740991. Example:1731502129000 |
DiscardTimeMillisinteger<int64> | The time when the event should be discarded, i.e., the expiration time. If this field is specified, the message will be discarded if it exceeds this time, in milliseconds timestamp. Notice
The field type is Long, and the precision may be lost during serialization/deserialization. Please note that the value must not be greater than 9007199254740991. Example:1731502729000 |
Request Description
None.
Response Parameters
Field Name | Field Details |
---|---|
AccessDeniedDetailstring | Details of access denial Example:无 |
RequestIdstring | Request ID. Example:无 |
Messagestring | Error description message. Example:无 |
Dataobject | Returned data. Example:{} |
Codestring | Status code. Example:无 |
Successboolean | Whether the call was successful.View Details... Example:true |
Change time | Change content summary | operation | |
---|---|---|---|
2024-11-14 | addOpenAPI |