Send Slack Notification
POST https://hooks.slack.com/services/{{secret}}
Request Body
{"text"=>"Here's your daily price alert for {{productName}}\nAmazon: ₹{{amazon_price}}\nFlipkart Test: ₹{{Flipkart Test_price}}\nSnapdeal: ₹{{snapdeal_price}}\nShopclues: ₹{{shopclues_price}}\neBay: ₹{{ebay_price}}\n\nThe lowest price was ₹{{lowestPrice}} on {{lowestSite}}."}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-type | string |