Request
Body Params application/json
{
"triggerWorkflow": true,
"fields": [
{
"id": "6847f2a1e66b4b2aa67b1467",
"value": "HHHH"
}
]
}
Request Code Samples
curl --location --request POST 'https://www.nocoly.com/v3/app/worksheets//rows' \
--header 'HAP-Appkey;' \
--header 'HAP-Sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"triggerWorkflow": true,
"fields": [
{
"id": "6847f2a1e66b4b2aa67b1467",
"value": "HHHH"
}
]
}'
Responses
application/json
Record created successfully
{
"data": {
"id": "67890abcdef"
},
"success": true
}
Modified at 2026-03-30 07:15:12