Hi, we setup the webhook to receive inbound events. We also have rules on Front to tag each conversation based on its channel. The rules work well on tagging.
However, we have some hiccups on the webhook. In the ideal case, once there is a new conversation, the rule tags the message, our webhook receive the inbound events about the message and the event comes with tag list, so we can route it to proper processors. However, we sometimes receive the inbound events with empty tag lists, therefore I cannot do the proper routing for the next step. It appears the tagging happened after Front server send out the event to our webhook.
Anybody knows how to fix this?