View Single Post
Old 08-15-2022, 09:49 PM  
LaSexorcisto
Confirmed User
 
LaSexorcisto's Avatar
 
Industry Role:
Join Date: Mar 2022
Location: In the moment
Posts: 95
Quote:
Originally Posted by CurrentlySober View Post
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.
LaSexorcisto is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote