Create Zoho Post Action. Allows data to be sent to Zoho.
POST
/dataflows/{dataflowId}/recordsets/{recordSetId}/postactions
curl \
--request POST 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/dataflows/{dataflowId}/recordsets/{recordSetId}/postactions' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"action_name":"string","actiontype_zoho":"string","conditions":[],"entity_id":"string","input_record_set_id":"string","status_1":42.0,"type_postaction":"string","version_21":"string"}'
Request examples
{
"action_name": "string",
"actiontype_zoho": "string",
"conditions": [],
"entity_id": "string",
"input_record_set_id": "string",
"status_1": 42.0,
"type_postaction": "string",
"version_21": "string"
}
Response examples (200)
{
"_id": "574bcd24d96535adaf730a63"
}