n8n/packages/nodes-base/nodes/Google/Chat/GoogleChat.node.json
Michael Kret d47bfddd65
feat(Discord Node): New sendAndWait operation (#12894)
Co-authored-by: Dana <152518854+dana-gill@users.noreply.github.com>
2025-01-31 13:44:42 +02:00

23 lines
532 B
JSON

{
"node": "n8n-nodes-base.googleChat",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": ["Communication", "HITL"],
"subcategories": {
"HITL": ["Human in the Loop"]
},
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/service-account/"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlechat/"
}
]
},
"alias": ["human", "form", "wait", "hitl", "approval"]
}