I’m completely stumped as to why participant attributes set via Web Messaging are null in my Architect Inbound Message flow.
// Web Messaging payload
{ "participantAttributes": { "source": "web" } }
“Participant attributes are available in the interaction context.”
I’m using a Data Action to map these. The GC API returns 200, but the architect mapping yields empty strings. Is there a specific JSON path or delay required for these to populate in the inbound message context?