n8n-nodes-toldguard
v0.1.2
Published
ToldGuard trigger and response nodes for n8n workflows
Maintainers
Readme
n8n-nodes-toldguard
Community nodes for integrating n8n workflows with ToldGuard.
Nodes
- ToldGuard Trigger receives the complete ToldGuard execution package, including the normalized ToldGuard payload and the raw Chatwoot payloads.
- ToldGuard Respond formats the final workflow answer as the JSON response expected by ToldGuard.
Typical workflow:
ToldGuard Trigger -> AI Agent / Tembory / tools -> ToldGuard RespondThe trigger uses n8n's lastNode webhook response mode, so the last node output is returned directly to ToldGuard. Put ToldGuard Respond as the final node in the workflow.
Output Contract
The trigger preserves the full incoming payload and exposes convenience fields:
toldguardmessagesconsolidated_textmedia_aichatwoot_payloadschatwoot_payloadraw
The response node returns:
{
"response_content": "message to send",
"responseContent": "message to send",
"metadata": {}
}