I could be overlooking something obvious, but when I run this:
var data = $http({
method: 'POST',
payload: {
username: "My Webhook Name",
content: "The message to send"
},
url: 'http://myURL/andsuch'
});
I get this:
Runtime Error: Error Code# 22: Socket does not have a constructor @ file
I'm not sure why it's not seeing SOCKET as I thought this was included in extendscript.
I could be overlooking something obvious, but when I run this:
I get this:
Runtime Error: Error Code# 22: Socket does not have a constructor @ fileI'm not sure why it's not seeing SOCKET as I thought this was included in extendscript.