Pass the current data and return a Map of field value changes that affect other fields.
Request
Body Params application/json
{
"eventParams": {
"property1": {},
"property2": {}
},
"sourceModel": "string",
"sourceRowId": {},
"triggerId": "string"
}
Request samples
curl --location --request POST '/automation/onchange' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventParams": {
"property1": {},
"property2": {}
},
"sourceModel": "string",
"sourceRowId": {},
"triggerId": "string"
}'
Responses
{
"code": 0,
"data": {
"checksum": "string",
"fileId": "string",
"fileName": "string",
"fileType": "JPG",
"size": 0,
"url": "string"
},
"message": "string"
}
Modified at 2025-04-04 11:36:48