Questions tagged as 'webhook'

2
answers

What is the difference between Webhooks and a REST API?

In 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 response (depending on the case). Do both do the same thing? So what's the d...
asked by 27.04.2017 / 05:14
1
answer

Python connection problem Webhook

I have a question in my code. I'm using a sample code and tried to apply it to create a json template on the local machine. Follows what is working. It is located [in this link] ( link ): #!/usr/bin/env python import urllib import json im...
asked by 15.05.2017 / 06:13
1
answer

Upload Image along with text to Discord Using Webhooks

I'm trying to make a script that sends news, updates, to a Discord server, so I need to use the Webhooks system. I already mounted the whole system, everything is already working. But the system I just sent text, and I would like to make...
asked by 11.11.2017 / 17:58
1
answer

How to use an Angled Webhook?

I've never used any communication with Webhook, I'm currently receiving communication from the Moip Subscriptions API , when a new subscriber is registered I get a JSON with the event and subscriber information that was created. I'm using R...
asked by 03.03.2018 / 17:02
0
answers

I set up webhook messenger on facebook, but it only works with me

I configured facebook messenger webhook to create a little robot, it works only when US page admin sends message via messenger to it, but when I enter another facebook type of my sister it does not work, my page is published, and my app is activ...
asked by 27.07.2018 / 00:37
0
answers

Messeger or WebHook?

Good afternoon, Could you give me some doubts? I'm creating a site that will manage the users' pages users will accept the following permissions: email, manage_pages, pages_show_list, read_page_mailboxes, business_management, pages_messaging, pa...
asked by 04.07.2018 / 00:48
1
answer

How to receive data in JSON (REST)

Hello, I'm learning to program, I'm in the first semester of development and I'm being charged at work to learn how to do it, and I'd like to know if what I did is right or not. <!DOCTYPE html> <html lang="pt-br" dir="ltr"> <hea...
asked by 01.06.2018 / 19:16
1
answer

How to change the response of WebHook in WooCommerce?

I have a problem in the WooCommerce REST_API, in the case of the response of the wp-json / wc / v2 / orders endpoint, in the products (line_items) the metadata is not returned > ( metadatas of the products). Asintheimageabove,itcanbeseenth...
asked by 08.03.2018 / 14:30
0
answers

How to correctly use Ngrok with Angular-cli?

Is there any correct way to use Ngrok with Angular? I'm trying to do a tunneling for my application that runs on localhost, creating a random web (URL) to make available on the internet, so I can run Moip Signature Webhook API tests. It ha...
asked by 03.03.2018 / 02:55
1
answer

I'm looking for a way to transform JSON into a table automatically in the chorme

My university has a facile website, so I set up schemes to be notified in the discord (using a plugin called Distill and a webhook) every time a note changes. However, the addresses I am updating to check for changes show text in JSON. And disco...
asked by 10.02.2018 / 19:28