Forum Discussion
Register bot without Azure process
Hi subhasish-MSFT ,
Thank you for the response but it didn't answer my question. If I register my bot with https://dev.botframework.com/bots/new., is it free? No additional fee if I'm not using any Azure services and only register the bot with https://dev.botframework.com/bots/new.?
- avillanuevaJun 26, 2020Copper Contributor
Hi subhasish-MSFT,
Thank you for the response. Last quick question, with proactive message it sends message to user right? Can it configure which user it should send the message or it sends it to all the user that installed the bot? What we are trying is to send different events to different user depending on case scenario.
Thank you.
- subhasish-MSFTJun 26, 2020Iron Contributor
avillanueva , Yes, You can send proactive message to different user with different scenario. Welcome message is a proactive message which is sent when user installs the bot for first time. You could save the user details in Database or Cache at the time of bot installation And make use of it while sending proactive message to any users.
- sanam56Jul 22, 2020Copper Contributor
Hi subhasish-MSFT , using the non Azure setup, can we use custom authentication setup [similar to Bot channel registration custom authentication?]