CherrelleTucker / snwg-automation

SNWG Coding
0 stars 0 forks source link

/allOpen Slack command #61

Open CherrelleTucker opened 3 months ago

CherrelleTucker commented 3 months ago

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