Skip to main content

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​​❌
NameTypeDescription
messagevalueInput message that will be sent to the channel members (e.g., contents of the message)
NameTypeDescription
messagevalueThe message sent, same object as the input
errorslistErrors occurred during node execution

Parameters

NameTypeDescription
Event namerequiredThe name of the event.
Error managementrequiredError 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​​❌
NameTypeDescription
messagevalueInput message that will be sent to the channel members (e.g., contents of the message)
NameTypeDescription
messagevalueThe message sent, same object as the input
errorslistErrors occurred during node execution

Parameters

NameTypeDescription
Channel namerequiredThe name of the channel to send the message.
Event namerequiredThe name of the event.
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.