Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
| { | |
| "action": "subscription.activated", | |
| "activated_at": "2023-02-10T07:46:55-08:00", | |
| "assigned_resources": [], | |
| "service": { | |
| "detail": {}, | |
| "id": "e1619919-7b87-4b96-adb4-77ba5d57d78c", | |
| "type": "voip" | |
| }, | |
| "subscription": { |
| <div id="container"></div> |
| var https = require('https'); | |
| // CONFIGURATION ####################################################################################################### | |
| var token = 'SLACK TOKEN'; | |
| var channel = 'CHANNEL ID'; | |
| var privateChannel = false; | |
| var delay = 300; // delay between delete operations in millisecond | |
| // GLOBALS ############################################################################################################# |
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/