Robin Docs
  • Overview
  • Fundamentals
  • Messaging with Robin
    • Guides
      • How does Robin Messaging work?
      • Setting up your Robin account
      • Integrating Robin in your Nuxt.js app
      • Adding Users to your Robin App
      • What is the Robin User Token (RUT)?
      • The What and Why: Robin Keys
      • Customizing Robin for your Brand
    • SDKs for UI Kit
      • Robin with Vue
      • Robin with React
      • Robin with Flutter
    • Add Messaging with Core SDKs
      • Javascript
      • Go
      • Python
  • API Reference
  • Robin Messaging Events
  • Samples and Resources
Powered by GitBook
On this page
  • user.connect
  • user.disconnect
  • new.conversation
  • read.reciept
  • group.icon.update
  • new.group.moderator
  • new.conversation.participant
  • remove.group.participant
  • delete.message
  • message.forward
  • message.reaction
  • message.remove.reaction
  • link.metadata

Was this helpful?

Robin Messaging Events

Robin Messaging sends events and messages through channels powered by the Robin API, this reference documents Robin Messaging Events that can be transmitted in a channel and what these events signify.

See How does Robin Messaging work? for more information

user.connect

This event is triggered when a new user connects to a similar Robin app as the currently logged-in user.

user.disconnect

This event is triggered when a previously logged-in user disconnects from a similar app as the currently logged-in user.

new.conversation

This event is triggered when a new group or one-on-one conversation is created.

read.reciept

This event is triggered when a participant in a conversation views a message.

group.icon.update

This event is triggered when a group's 'icon is added, modified or removed.

new.group.moderator

This event is triggered when a new moderator or admin is assigned to a group conversation.

new.conversation.participant

This event is triggered when a moderator adds a new participant to a group conversation.

remove.group.participant

This event is triggered when a moderator removes a participant from a group conversation.

delete.message

This event is triggered when a message is deleted by any participant in a group or one-on-one conversation.

message.forward

This event is triggered when a message is forwarded from one conversation to another.

message.reaction

This event is triggered when a reaction is added to a message.

message.remove.reaction

This event is triggered when a reaction is removed from a message.

link.metadata

This event is triggered when a link attachment is sent in a conversation.

PreviousAPI ReferenceNextSamples and Resources

Last updated 2 years ago

Was this helpful?