Forum Discussion
Ability to add metadata to manifest to inspect when receive chat for routing to different pipelines
Thanks Nivedipa for the reply.
Are any of those values passed through the Azure Bot payload so that we can take a look at them on the receiving side of the bot conversation?
I'd like to just add one custom property, or use a property, and have that property included on every chat conversation, as part of the message payload, so that we can inspect it on the receiving side (other side of the chat)
Here is what we are building and we'd like to split out the IT, Sales, and HR channels into 3 different manifest based icons - for example
https://www.chimev5.com/
Peyton
@PeytonMcM - You can include custom properties in the channelData object of the message payload. This allows you to pass additional information that can be accessed on the receiving side.