You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once an item is marked done in Slack (deployed webApp: completedActionsSlackApp) it is helpful to be able to call the users open action items list to verify that it has been correctly updated. Currently, open action items are sent on an automated schedule (Slack webhook: slackWorkflowOpenActionItemsCherrelle). These actions are completed in two different scripts. To send the correct open action items list to the correct workflow webhook, each user has their own copy of the slackWorkflowOpenActionItems[User Name] script.
To implement /allOpen, the command would need to work with both a webhook and a webApp.
Thoughts:
since each users automated message requires a unique workflow webhook, I can't combine both scripts completely.
if I use the slackWorkflowOpenActionItems[User Name] scripts as a library script, I would need to also have individual slash command scripts for each name. - undesirable.
Modify a copy of the existing slackWorkflowOpenActionItems[username] script to require the [User Name] as an input in the command. "/allopen Cherrelle" "/allopen Pontus" and add to the existing completedActionsSlackApp script.
Examples or References
No response
Deliverable
modify slackWorkflowOpenActionItems[User Name] script to accept first name as an input for search
Description
Once an item is marked done in Slack (deployed webApp: completedActionsSlackApp) it is helpful to be able to call the users open action items list to verify that it has been correctly updated. Currently, open action items are sent on an automated schedule (Slack webhook: slackWorkflowOpenActionItemsCherrelle). These actions are completed in two different scripts. To send the correct open action items list to the correct workflow webhook, each user has their own copy of the slackWorkflowOpenActionItems[User Name] script.
To implement /allOpen, the command would need to work with both a webhook and a webApp.
Thoughts:
Examples or References
No response
Deliverable
Implementation Considerations
No response
Related Issues
#58 , #57, #54, #53
The text was updated successfully, but these errors were encountered: