Related questions
Slack webhook html table
I have a HTML table that I am trying to post to Slack via webhook.
Is there a way to post the HTML table to Slack?
Here is the HTML code:
<!DOCTYPE html>
<html>
<head&…
Slack webhook - Which IPs should I open?
We want to use Slack Webhook (Outgoing Webhook) with an internal web service.
Our company is behind a firewall, so outside connections must be whitelisted.
It appears that Slack has multiple addresses it will send the API request from, and …
Write formatted JSON in Node.js
I'm using Node.js to POST JSON to PostBin but the data is being wrongly formated (as you can see here: http://www.postbin.org/1cpndqw).
This is the code I'm using for tesT:
var http = require('http');
var options = {
…