This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- making an example to push to webscript | |
local icon = "https://pbs.twimg.com/profile_images/378800000410745178/8704302b5009e71d66fbc8f52cefc0bc_400x400.png" | |
local link = "https://talks.slack.com/services/hooks/incoming-webhook?token=" | |
local token = "" | |
local fi = json.parse(request.form.payload) | |
local fo = { | |
user_email = fi.user.email, |