I have multiple Bot linked with same webhook but I cant identify the message is for which bot while receiving messages from viber user. any way to get bot id? I have also checked the headers as well there is not have any id for bot.
Json I am getting in webhook body:
{
"event":"conversation_started",
"timestamp":1663227805665,
"chat_hostname":"SN-362_",
"message_token":5751103939570649000,
"type":"open",
"user":{
"id":"Ps0v4d++jHl3R9kJpOOlBg==",
"name":"Muhammad Nasir",
"language":"en-US",
"country":"PK",
"api_version":10
},
"subscribed":false
}