n8n-nodes-base
Version:
Base nodes of n8n
35 lines (34 loc) • 786 B
JSON
{
"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"
}
}
}
},
"messaging_product": {
"type": "string"
}
},
"version": 1
}