Divakar Ungatla
Divakar Ungatla
It should have helper methods to send mails via GMail SMTP server which can be used in action handlers.
Create benten-google-calendar bolt that integrates with google calendar. Expose useful methods which can be used in other action handlers. A sample conversation could be `show me my appointments in the...
Create a new benten-outlook-calendar-bolt that integrates with outlook calendar APIs. Expose useful methods that would provide information about schedule and free meeting rooms from slack.
Currently BenTen only supports plain text conversations in slack add interactive button support in BenTen for slack conversations https://api.slack.com/docs/message-buttons
Create benten-twitter bolt that integrates with twitter apis and exposes useful methods like search twitter by a certain word, get latest tweets or post a tweet etc..
create benten-google-anlaytics-bolt that integrates with google analytics APIs https://developers.google.com/analytics/devguides/reporting/ and gives analytics about a website usage on slack or sends an email.
Implement a ScheduledAction similar to [ActionHandler](https://github.com/intuit/benten/blob/master/benten-core/src/main/java/com/intuit/benten/handlers/BentenActionHandlerFactory.java). While ActionHandler is triggered by a conversation from the chatbot ScheduledAction will be trigged by a cron expression provided to it. For example when...
Currently Slack is the only channel supported by BenTen. Create a web chat interface. So users who want to build bots using BenTen feature need not be tied to Slack....