User1827550502 posted
Hi ,
I'm using VS2019 , C# and windows forms. I have used the Viber.Bot nuget package for implementing the REST API that the Viber has exposed for sending messages etc.
I am able to setup a webhook and send a message to myself. But when it comes to broadcast a message to my subscribers list I cannot do that because it requires the Uniques IDs which I don't have .
Their documentation says that with the callbacks I should get the unique ids ??? How can I "trap" these callbacks ?
Can I create a REST API which will have C# code and will trap the call backs from VIBER ?
Can this be done ? I found a lot of examples for Node or PHP but I want to stay with C# and REST. And I didn't find any examples.
Can anyone assist me on this ?
Appreciate your help or guidance