Package Information
Released: 11/13/2025
Downloads: 370 weekly / 370 monthly
Latest Version: 1.0.3
Author: Quinn May
Available Nodes
Documentation
n8n-nodes-zenflo
This is an n8n community node that lets you interact with ZenFlo mobile sessions from your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Message Resource
Send
Send a message to a ZenFlo session (non-blocking).
Parameters:
Session ID- The ZenFlo session IDMessage- The message content to send
Returns:
messageId- ID of the sent messagesuccess- Boolean indicating success
Send and Wait
Send a message and wait for the user to reply. This is useful for asking questions and getting responses.
Parameters:
Session ID- The ZenFlo session IDMessage- The question/message to sendTimeout- Maximum time to wait for response (seconds, default: 300)Poll Interval- How often to check for response (seconds, default: 2)
Returns:
messageId- ID of the sent messageuserReply- The user's response textsessionId- The session ID
Session Resource
Get
Get details about a ZenFlo session.
Parameters:
Session ID- The ZenFlo session ID
Returns:
Session object with details
End
End an active ZenFlo session.
Parameters:
Session ID- The ZenFlo session ID
Returns:
success- Boolean indicating success
Credentials
This node requires ZenFlo API credentials:
- API URL - Your ZenFlo server URL (default: https://zenflo.combinedmemory.com)
- API Key - Your ZenFlo agent API key (from agent configuration)
Compatibility
Tested with n8n version 1.0.0+