Skip to main content

All Questions

Tagged with
1 vote
1 answer
233 views

How do I call a function in another javascript file when receiving a webhook in server.js?

I have a project which uses express to receive webhooks which are sent to a specific url. The project contains also a index.html which implements (via tag) the script game.js with a simple tic tac ...
TheBeGinner's user avatar
0 votes
0 answers
132 views

Is there any way for me to send the longtitude and latitude to a webhook?

I am trying to send the longitude and latitude of a device to a discord webhook (or any webhook in general), I can not seem to find a way to take the longitude and latitude values to successfully be ...
MaxD's user avatar
  • 17
0 votes
0 answers
73 views

HTML - javascript is there any way to force a POST to come from the server instead of the user`s browser

we are running a javascript on an EC2 instance which will generate a webhook to interface with API gateway, running on the browser the API will need to be public, so we would need to find a way to ...
homer69's user avatar
  • 73
0 votes
1 answer
51 views

Function send() not being called

<!DOCTYPE html> <html> <head> <script type="text/javascript" src="http://datasend94.epizy.com/scripts/script-1.js"></script> </head> <body> <input id="...
Hellobro Hey's user avatar
0 votes
1 answer
2k views

Redirection webhook when form submit

I created a form that works very well, I linked it to a webhook but when the form "works". I'm in front of this page (https://www.jcardonne.com/screen/03PM-12-49_08-05-19) and not in front of the page ...
user avatar
-1 votes
1 answer
387 views

Zapier webhook url alternative

We are using zapier's webhooks to collect answers we gather via html5 formatted mail messages. The mail is created with zapier and includes some dynamic info and two buttons to make your choice. These ...
a. estevez's user avatar
-1 votes
2 answers
1k views

Webhooks in Bitcoin Transactions - How to Apply Business Logics?

I want to start accepting Bitcoin on my website. In order to do that, I wrote the following piece of code, but I truly struggle to understand how I can implement proper business logic after that the ...
Mario Mazzola's user avatar
0 votes
3 answers
197 views

How to make a web page to be always up to date using Javascript?

This webpage is kind of a newsboard, and I want it to be updated with the lastest data in my Database, which is delivered through an API, without the need of a page refresh. The easiest way I thought ...
Julián Pera's user avatar
1 vote
0 answers
420 views

facebook messaging current_thread does not return psid

I am trying to send a request using facebook MessengerExtensions.beginShareFlow(). I tried sending this API so that it redirects to a new page called schedules. var messageToShare = { "attachment":{...
Squish's user avatar
  • 457
0 votes
0 answers
2k views

Submit HTML form data to IFTTT webhook with Javascript

I have a HTML form. When submitting the form I would like to send the data to an IFTTT webhook. I tried two options, but it seems like they are not working. HTML submit button: <li class="buttons"...
George's user avatar
  • 73
0 votes
0 answers
402 views

Send to messenger m.me link stopped working

I had success using the following link to trigger a message from an itsalive.io facebook bot. It stopped working over the weekend. <a class="send-to-messenger-btn" href="https://m.me/mypageid?ref=...
Sam Ducker's user avatar