All Questions
18 questions
0
votes
0
answers
55
views
run script after load more button is clicked
I am using the Smash Balloon custom facebook feed pro plugin on wordpress. I have written a php script the alters the $content on the page with the facebook feed so that it changes the links in the ...
0
votes
0
answers
74
views
Handling Square Terminal Transactions with Webhooks
I'm relatively new to working with webhooks and I'm currently integrating Square Terminal transactions into my web application. Specifically, I'm trying to implement a workflow where I can display a ...
0
votes
0
answers
1k
views
How to update content in a page using webhook?
I'm trying to update content in an active loaded page using webhook response.
Earlier, I used to trigger the function using setTimeout for every 5 secs but noticed its kind of increasing server load. ...
0
votes
2
answers
851
views
Receiving empty string on webhook request PHP
I am trying to pull customers info from webhook but I am receiving empty string when I try to print it. Here is my endpoint URL:
Here is my PHP code:
<?php
ini_set('display_errors',1);
...
2
votes
2
answers
708
views
PHP hash_hmac to JS Hmac
Im trying to verify a webhook signature, I have this PHP code from the documentation of api2cart but I need it in Javascript.I tried however I couldn't match the signature and the HMAC generated value,...
2
votes
1
answer
1k
views
Sending information from Laravel back end to React front end without making request from front first
I have a Laravel / React application which can receive webhooks from a third party service. When something is updated at that third party service it POST's to a certain endpoint in my Laravel ...
0
votes
2
answers
721
views
How to handle dispute event in webhook?
I'm a amateur php developer. I accepts stripe payments in my php website as one-time payments. I've integrated it correctly according to stripe website docs. (https://stripe.com/docs/payments/checkout/...
-1
votes
1
answer
1k
views
Receive webhook data and use in PHP
I need help with a simple PHP, receive webhook data and run php.
My php works correctly but doesn't get webhook data, maybe i used wrong code to capture it.
I tried to capture [loc] data with (.$...
-3
votes
2
answers
822
views
How can i send input data from form fields on my website to a discord webhook which pms a user on discord?
ideal look
Webook would dm user specific info inputted into the form on my website:
name, age, location.
0
votes
0
answers
170
views
PHP file does not execute JavaScript XMLHttpRequest after receiving a webhook but does in browser
I set up a Trello webhook that sends a POST request to mywebsite.com/webhook.php every time an action is taken within my Trello board. Right now, my goal when receiving these requests is simply to use ...
1
vote
0
answers
188
views
Creating API service to load processed data with html on an external website (require logic)
Need to figure out how chat providers like tawk.to or zopim works.
These site give you a small js code like this:
var Tawk_API = Tawk_API || {},
Tawk_LoadStart = new Date();
(function() {
...
5
votes
1
answer
1k
views
add action woocommerce_add_to_cart breaks websites original add to cart functionality
I built a node express API and have it listening for post requests coming from the woocommerce_add_to_cart webhook, but the payload from that is essentially worthless.
body:{ action: '...
0
votes
1
answer
2k
views
Auto refresh browser using server sent events
I am using a third party API to call a URL on my server when I receive a phone call.
I am trying to implement Server Sent Events in order to reload the browser when my URL is called by the API, ...
1
vote
1
answer
787
views
Redirect to a different URL after submitting the form with jQuery Validate submitHandler (Without Ajax)
I have a problem with making a form on Wordpress website work with two tools: Zapier and AutopilotHQ. I want my form to be submitted to myWebHookURL but the page to be redirected to a different url, ...
2
votes
0
answers
255
views
Facebook javascript api - webhook
i am having a problem to do a webhook with the facebook api on a lead ads form.
Last day it was working like a charm. On the 'Lead Ads Testing Tool' i received a status = success. Now i received a ...