Correct mapping for gl2_message_id

Hello,

Yes, gl2_message_id is the identifier for each unique message It will be set to a ULID during processing. . As far as I know it acts like _id .Using ULIDs results in shorter IDs (26 characters for ULID vs 36 for UUID) and thus reduced storage usage.

I haven’t seen someone do that, but if you get it to work without breaking it, I would be curious to see how you went about doing it.

So on that note, In this post below I showed the _id and the gl2_message_id

As you can see I can search with both of them, I also use this ${message.id}. So again I’m not sure. To be honest I would use a dev VM and try to adjust it to your needs and see happens. By chance have you posted in GitHub about this? I would think that one of the staff members would be able to answer this question with more detail.

EDIT: I forgot to mention if gl2_message_id is a concern have you thought about creating a custom index?

`