Hacker News new | ask | show | jobs
by robinhowlett 3610 days ago
Like it - though the FILE_SHARED example doesn't appear to work.
2 comments

Thanks for letting me know. The example shown is incorrect as you can't reply to it. Because to reply you need to have a channel id in event object and slack doesn't send a channel id for file_shared event (https://api.slack.com/events/file_shared).

I will modify the example now. Thanks very much.

Example modified and released. Thanks once again for pointing this out.