Hey, actually you cant register it on your own. We are calling the manifest endpoints (getConversations and getConversationById) to get the conversations from your app in some cases
- when you register a new channel (
POST /channels) we usegetConversationsto sync initial conversations - when we receive a message from you but we do not have the
conversation_id(POST channels/messages/receive) we usegetConversationByIdto sync the conversation