Skip to content

Why create new conversions even the conversation already created #4364

Answered by sojan-official
NitinNR asked this question in Q&A
Discussion options

You must be logged in to vote

@NitinNR The integrations have the ability to determine whether one conversation or multiple conversations should exist for a contact. This allows catering for the cases in different channels as well to support systems where each query that comes in a conversation is treated as a new support ticket.

  • Twitter DM : a single conversation
  • tweets: multiple conversations
  • email channel: multiple conversations
  • messenger channel: a single conversation

if you are building a custom integration using an API channel you could explore both the models

  • Create a single conversation and create messages against that single conversation
  • Create multiple conversations based on your requirement.

This approac…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@NitinNR
Comment options

Comment options

You must be logged in to vote
1 reply
@NitinNR
Comment options

Answer selected by NitinNR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #4362 on April 04, 2022 05:12.