This message was deleted.
# papercups
s
This message was deleted.
v
is there a way that I can categorize and label them differently? from client side. I need the functionality for anonymous users
k
You mean setting the email?
Copy code
customer: {
        name: 'Test User',
        email: '<mailto:test@test.com|test@test.com>',
        external_id: '123',
        metadata: {version: 1, plan: 'premium'}, // Custom fields go here
      },
You can set these fields and they would show up
What do you mean labels? can you give me examples
v
I think we call them conversation tags in papercups.
we have different client website, let's say we want to distinguish the users who are coming from the page
/store1
or
/store2
and somehow showing the page info in the conversation list.
something like that...
was I helpful or I made it more confusing? 🙈
a
ah makes sense! seems like you need multiple inboxes
v
Yeah, I think that's the name, I was probably looking for. thanks!! Do we have something to implement this kind of feature?
k
https://github.com/papercups-io/papercups/issues/760 yeah this is something we are working on soon
@Rob Honsby some context for v1 inbox
v
Cool!! thanks so much!!