Trying to push custom attributes to a specific participant while a web chat is live. I’m using the Node.js SDK and calling conversationsApi.postConversationsWebParticipantAttributes. It returns 204 No Content, but the attributes don’t show up in the webhook events or the UI. Is this endpoint async? Do I need to poll for it? Here’s the payload I’m sending:
{
"attributes": { "tier": "premium" }
}