User.start triggered only once

I am using `v2.detail.events.conversation.{id}.user.start" trigger to act when agent is getting an interaction
But if he doesn't answer or he transfers the call, the next agent dont trigger the v2.detail.events.conversation.{id}.user.start"

Why?

This room can help out if there is a configuration issue, for example what match criteria does this trigger have?

If the issue is that no notification is being sent for your trigger to match on, then you could either try asking about this behavior in this room:

or opening a support ticket if this behavior seems to be in error.

--Jason

I checked more deeply and trigger is correctly trigered
The problem is that there is no information about the user relative to event
v2.detail.events.conversation.{id}.user.start"

So we have 2 event user.start but with no way to know from which user
Do you have any clue?

v2.detail.events.conversation.{id}.user.start documents both userId and participantId in the notification payload. Are you not getting those fields populated?

exactly, userid was not filled

Now, when i am testing, userid is correctly filled
Thank you for force me to double check this

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.