Most voted "webhook" questions
None
Learn more…14 questions
Sort by count of
-
7
votes2
answers3003
viewsWhat is the difference between Webhooks and a REST API?
In a API REST We define a resource to receive data and then return some response. And to send a message to a webhook, we make a request and also receive a reply (depending on the case). You both do…
-
4
votes1
answer106
viewsPython connection Webhook problem
I have a doubt in my code. I am using an example code and tried to apply to create a json template on the local machine. Follow what is working. It is located [at this link](…
-
2
votes1
answer2293
viewsSend Image along with text to Discord Using Webhooks
I’m trying to make a script that sends news, updates, to a server Discord, for this I need to use the Webhooks. I’ve already set up the whole system, including already working. But the system I made…
-
0
votes0
answers305
viewsInstantiating Object dynamically
Good morning, I need to instantiate a class according to the parameter received by a webhook, someone has some idea how to do? It would be more or less that (some scenarios): Client I receive JSON…
-
0
votes1
answer42
viewsI am looking for a way to transform JSON into a table automatically in the chorme
My university has a really crappy website, so I set up some schematics to be notified on Discord (using a plugin called Distill and a webhook) every time there’s a change in a note. However, the…
-
0
votes0
answers28
viewsDebug webhook (.net core) method
How can I debug the code of a method intended to receive an event through webhook? The communication is taking place without problem, because through the application ngrok, I can identify the…
-
0
votes0
answers8
viewsIs there a Rest API to run a Colab notebook (via Webhook)?
I have a project in my company, where I developed a script automation in google colab, I need this script to run daily at midnight. Is there some kind of Colab Rest API for me to perform this drive…
-
0
votes0
answers321
viewsHow to use Ngrok correctly with Angular-cli?
Is there any right way to use Ngrok with Angular? I’m trying to tunnel to my application that runs on localhost, creating a random web (URL) to make available on the internet, so I can perform the…
-
0
votes1
answer652
viewsHow to use a Webhook in Angular?
I have never used any communication with Webhook, at the moment I am receiving communication from API Moip Signatures, when a new subscriber is registered I receive a JSON with the event and…
-
0
votes1
answer73
viewsHow to change Webhook’s response in Woocommerce?
I have a problem in Woocommerce REST_API, in case the endpoint response wp-json/wc/v2/Orders, in products(line_items) is not returned metadata(metadata of products). As in the image above, it can be…
-
0
votes0
answers412
viewsWebhook Animated Emojis - Discord Js
I wonder if there is any way to use animated emojis with the webhook without nitro, an example of this would be the NQN bot (Not Quite Nitro), which basically the function is to use animated emojis…
-
0
votes1
answer1364
viewsHow to receive data in JSON (REST)
Hello, I am learning to program, I am in the 1 semester of development and I am being charged at work to learn how to do this, and I would like to know if what I did is right or not <!DOCTYPE…
-
0
votes1
answer34
viewsHow to receive data from a WEBHOOK in php (Data sent in $_POST by webhook)
Beginner in programming if anyone can help me. <?php ini_set('display_errors',1); ini_set('display_startup_erros',1); error_reporting(E_ALL); header('Access-Control-Allow-Origin: *');…
-
-1
votes1
answer12
viewsQuestions about webhooks: how to manipulate data that comes instantly?
I can get the data I want through a webhook, but I want to know how to manipulate this data that comes to me with file_put_contents or even save bd. The way I’m doing I can’t save to txt file…