Open devblackops opened 7 years ago
Awesome idea! Yeah, would definitely make sense to abstract it out - I like the first idea, a bit more flexible from what I can tell, or at least, less complexity and fewer assumption in parsing?
Sort of tied up with a fun neo4j module; if anyone wants to take this feel free! Otherwise will remove the help wanted
tag if I can find time
Cheers!
I'm starting to brainstorm how I can add support for interactive messages in PoshBot. Creating a interactive message using PSSlack with a bit of extra properties on the attachment object is easy enough but it would be nice if PSSlack supported those constructs natively.
Example of posting interactive message
Maybe the following new parameters could be added to
New-SlackMessageAttachment
to support button and menus?New functions for creating the button/menu actions and just a single
Actions
parameters onNew-SlackMessageAttachment
could also make sense. Food for thought.Reference
Interactive Buttons Interactive Menus