Hi,
I have created a bunch of test triggers for most topics, acd, customer, user, acw
For my VOICE mediaType they are all firing and loading workflow and processing.
For my MESSAGE mediaType they are all firing but generating the same errors which I report in Participant data as no other way of seeing. The same old message which does not aid troubleshooting; example below

I am using triggers with both mediaTypes and queueId (where exists in the schema, otherwise the divisionId)
Example below;
{
"target": {
"type": "Workflow",
"id": "f5852ccc-ac5e-4df5-9948-0506bfd55c1c"
},
"matchCriteria": [
{
"jsonPath": "mediaType",
"operator": "In",
"values": [ "VOICE", "MESSAGE" ]
},
{
"jsonPath": "queueId",
"operator": "In",
"values": [ "35753bb9-6206-49f1-9316-687badca2549", "1a605d45-ba69-4a00-bf4e-d138c097a3c8" ]
}
],
"name": "Trigger acd.start on SJB... queues",
"topicName": "v2.detail.events.conversation.{id}.acd.start",
"description": "Trigger based on acd.start event for SJB... queues",
"enabled": true
}
The Ids are correct.
The topics schema information shows both types and nothing mentions the trigger can only have criteria to one mediaType.
Is there some rules around handling same multiple media types that's not covered in the Process Automation section of the API explorer?
Thanks in advance.
#ArchitectureandDesign------------------------------
Simon Brown
Maintel Europe Limited
------------------------------