Realtime
Broadcast Message
Broadcasts a realtime message to all connected app sockets. If successful, it triggers the message output; otherwise triggers errors.
Title | Title |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
message | value | Input message that will be sent to the channel members (e.g., contents of the message) |
Output link points
Name | Type | Description |
---|
message | value | The message sent, same object as the input |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Event name | required | The name of the event. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Send Message to a Channel
Sends a realtime message to all connected sockets at specified channel. If successful, it triggers the message output; otherwise triggers errors.
Title | Title |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
message | value | Input message that will be sent to the channel members (e.g., contents of the message) |
Output link points
Name | Type | Description |
---|
message | value | The message sent, same object as the input |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Channel name | required | The name of the channel to send the message. |
Event name | required | The name of the event. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |