Create new conversation

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 use getConversations to sync initial conversations
  • when we receive a message from you but we do not have the conversation_id (POST channels/messages/receive) we use getConversationById to sync the conversation