24 February 2023
Designed and Developed tiny slackbot framework to support Workday application. It can also be used for other applications.
This sample shows how to request invoice report and deliver the invoice report upon Manager’s approval. The request can also be denied by Manager. We can add more Self Service requests such as applying paid time off, requesting payslip, entering timesheet etc.
The Slackbot configuarations such as calling Slack API, Slash command, OAUTH2 Scope are added to support approval process and file delivery. And, this demo app is designed by using NodeJS and other JS libraries such as Express, bodyParser, pg for PostgreSQL, axios and Report design through jsreport library.