I would like to make an HTTP POST using google apps script. I have found very little documentation on this, maybe someone could kindly help?
The HTTP POST will be to
Take a look at the UrlFetchApp class. Also you probably need to pass some sort of authentication parameters to the API.