UNPKG

n8n-nodes-zohoteaminbox

Version:

This is an n8n community node. It lets you use Zoho TeamInbox in your n8n workflows.

36 lines (35 loc) 735 B
{ "type": "object", "properties": { "data": { "type": "object", "properties": { "contact_id": { "type": "string" } }, "required": [ "contact_id" ] }, "status": { "type": "object", "properties": { "code": { "type": "number" }, "description": { "type": "string" } }, "required": [ "code", "description" ] } }, "required": [ "data", "status" ] }