Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The Messaging Manager Node in experience designer allows you to send messages using the Orbita Messaging system. You can choose the Sender and the recipient(s) of the message.

This node needs a session, sender, receiver, topic, and message to transmit a message. There are three actions you can choose from:

Create

Creates a new message to one or more recipients.

  • To Users. Required. The User ID of the message receiver. To send the message to multiple users, specify comma-separated User IDs. You can either manually enter the User ID or use a mustache tag to dynamically input the User ID. For example:

    {{msg.payload.recipient}}
  • Topic. Optional. Enter a topic name for this message or use a mustache tag.

  • Message. Required. Enter the message that is sent to the user. The message can contain session attributes using mustache tags. For example:

    Hi {{session.user.firstName}}, Welcome Onboard.

Update

Updates a conversation that you already had with one or more recipients.

  • Conversation ID. Enter the ID of the conversation that you want to update. If there is no msg.payload.conversationId in input payload, the node creates a new conversation with recipients mentioned in the input payload(session attribute).

Read

Retrieves a logged-in user’s previous conversations from the database.

  • Limit. Enter the number of conversations to be retrieved. (The latest conversation is retrieved first.)

Related Articles

  • No labels