java - How to get the viber api key and auth token of viber to call . . . In viber api docsI am unable to get any information how to generate the api key and auth token or how to create the viber public account can you please suggest me the steps or any working example code how to achieve the above requirements
How to send message to Viber bot with Python? - Stack Overflow To simulate a webhook request from Viber, you must send the X-Viber-Content-Signature header Also this value must be a SHA256 hash computed using the auth token and the webhook payload as described in their API docs under Callbacks
Viber REST API, how to find Unique Viber user id? - Stack Overflow Danny Dainton mentioned the docs on how you can get data including unique ID about your own account not about somebody else! You'll receive callbacks containing user unique ID to your webhook if a user subscribes to your public account, and ONLY THEN you'll be able to send message to that user As per viber docs: The send_message API allows accounts to send messages to Viber users who
How to create a custom connector in rasa for Viber connectivity How to create a custom connector in rasa for Viber connectivity • This is my current custom connector file the file name is viber py and I am using rasa 2 8 ( I had to hide the hostname in webho
How to send message with viber bot to group chat? Im trying to make a vibe bot that will only send announcements to group of people The bot will not respond or interact with anyone, as its only and primary task is sending given text as an announc
Is there a way to obtain an api key from Viber? - Stack Overflow I have applied for public account twice in the last year and i never received an email from Viber that I have been approved for a public account And now i don't even see the form you have to sign up in order to apply for a public account and get the api key from Viber
Viber Bot REST API - Getting Messages from Bot - Stack Overflow 3 Setup Webhook using PostMan with parameter as url server and viber bot token Problem: I am able to send messages to the bot using POST request but if I can't get the messages sent through the application My Goal is to get the messages sent through the bot on viber app itself and sent back the responses from the server Images here