ZenFlo

Interact with ZenFlo mobile sessions

Actions4

Overview

This node interacts with ZenFlo mobile sessions, specifically allowing users to send messages to a session. In the 'Send' operation under the 'Message' resource, it sends a non-blocking message to a specified ZenFlo session. This is useful for automating communication with users in a session, such as sending notifications or prompts without waiting for a response.

Use Case Examples

  1. Sending a notification message to a user session in ZenFlo.
  2. Triggering an automated message to a session based on workflow events.

Properties

Name Meaning
Session ID The ZenFlo session ID to interact with, identifying the target session for the message.
Message The message content to send to the specified session.

Output

JSON

  • json - The response data from ZenFlo API after sending the message, including details about the sent message.

Dependencies

  • Requires an API key credential for ZenFlo API authentication.

Troubleshooting

  • Common issues include invalid or expired session IDs, which will cause API errors when sending messages.
  • Timeouts or network issues may prevent message delivery; ensure network connectivity and valid API credentials.
  • Error messages from the ZenFlo API will be returned in the node output if 'Continue On Fail' is enabled, otherwise the node execution will stop.

Discussion