Chat and notification of new messages

Hey there @TonyS

You can add a “Trigger” notification action after the “Create message” action.

So what I’ve done is added a True/False parameter to the Message collection and named it “Sent”.

In my new User to User Chat Template, this is handled with the “arbitrary javascript” component (to count characters in the message) within the message list.

So I create the message with the “Sent” marked as false. Then, the Arbitrary javascript component within the list sends the notification, creates an internal notification (for a notification screen), and then marks the message’s “Sent” parameter to True.