Quote:
Originally Posted by CurrentlySober
I am looking for a for an online resource to teach me how to code to actually do something from an POST webhook. Everything I find only explains what it is then goes on to try and sell their service
I hoping to do it in JavaScript, but right now it's pure html
|
If you want to accept an inbound POST from a webhook then you need a backend serverside script to do that. I'm not sure what he means by "it's pure HTML" because you can't use HTML to process a webhook.
If you want to do it in JavaScript then Node will be the best way to go. There are hundreds of resources form learning Node but you can check out one of many
online Node courses.