UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

38 lines (37 loc) 890 B
{ "type": "object", "properties": { "contacts": { "type": "array", "items": { "type": "object", "properties": { "input": { "type": "string" }, "wa_id": { "type": "string" } } } }, "messages": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "message_status": { "type": "string" } } } }, "messaging_product": { "type": "string" } }, "version": 1 }