zenflo

n8n node for ZenFlo - bidirectional communication with ZenFlo mobile sessions

Package Information

Released: 11/13/2025
Downloads: 370 weekly / 370 monthly
Latest Version: 1.0.3
Author: Quinn May

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 ID
  • Message - The message content to send

Returns:

  • messageId - ID of the sent message
  • success - 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 ID
  • Message - The question/message to send
  • Timeout - 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 message
  • userReply - The user's response text
  • sessionId - 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:

Compatibility

Tested with n8n version 1.0.0+

Resources

License

MIT

Discussion