slack messages
JavaScript
$.ajax({
url: "https://hooks.slack.com/services/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",
method: "post",
contentType: "application/json",
dataType: "json",
data: {
"text": "Hello World!",
"channel": "#scrap",
"username": "Avabur Notifications",
"icon_emoji": ":ghost:"
}
});