Skip to main content

All Questions

Tagged with
-1 votes
0 answers
23 views

FastAPI fullfilmentmessage for DialogFlow - pdf file [duplicate]

I´m using FastAPI as Webhook with DialogFlow. The DialogFlow intent sends a text parameter to Webhook (function below) and FastAPI has to return a pdf file. The function code (inside FastAPI) is ...
Mr Papiro's user avatar
0 votes
0 answers
27 views

Do Odoo webhooks work in Odoo on-premise?

I have an instance of Odoo in SH and with it I created webhooks and automated quite a few processes. Now I am trying to do the same with an on-premise Odoo instance installed on a non-Odoo server. ...
damar's user avatar
  • 71
1 vote
0 answers
70 views

I try to validate my webhook endpoint url using walmart test notification Api. But I will get 500 internal server error

When I have try to validate my webhook endpoint url using walmart test notification Api, it's sending "(500 internal server error)". But I had send manually "curl post request in putty ...
Bala2125's user avatar
1 vote
0 answers
93 views

I have a python flask app using Cloudflare Tunnel to connect with domain

I have a python flask app using Cloudflare Tunnel to connect with domain, this app running a telegram checkout bot, and i use the flask and the domain to recept webhooks of checkout platform, but i ...
Huney Oliveira's user avatar
1 vote
0 answers
45 views

Do APschedular hold CPU resouces while waiting? [duplicate]

I am working on a webhook handler where I process incoming data and update records in my database. Here's the relevant portion of my code: def handle_rocket_reach_webhook(self, profile_data: any): ...
Arjad Gohar's user avatar
1 vote
0 answers
33 views

Cannot verify linkedin push event

I have a new webhook setup sending Linkedin social events to my endpoint. I am really struggling to verify the request though. I am following the docs here: https://learn.microsoft.com/en-us/linkedin/...
Seamus O Connor's user avatar
0 votes
1 answer
98 views

Palantir Foundry - Calling webhook

So I currently have a Code Repository set up, and within this I have imported a REST API as a source (called “Gdelt2Retrieve”) . Within this REST API, I also have a webhook called ("Gdelt2) ...
gmelgkermglermgmrelkgm's user avatar
0 votes
0 answers
18 views

How to return a modified google doc's id from the webhook notification?

currently I have a webhook watching a Google Drive folder, and I have it set up to tell me when something changed in the folder (document modified / created / deleted). I want to get the id of the ...
punpun's user avatar
  • 1
0 votes
0 answers
39 views

Send code to teams group through webhooks

I want to send a custom message to teams that is going is looking like the image attached. I am doing it by this code in python. But I would the code part of my message to be formatted in sql and have ...
Aleksei Diaz's user avatar
1 vote
0 answers
105 views

Securing a Google Function Handling Xero Webhook Data

I have a Xero App that handles REST API calls to my Xero Company data, and also posts data as a webhook when certain records are changed. I perform the Hmac hashing authentication for the webhook ...
Easypete's user avatar
0 votes
1 answer
58 views

how to receive webhooks events in django?

I have a webhook registered and have a php file that receives the message and dump it under text file. I want to achieve the same in django but the function never gets called when the event is ...
Usman Khawar's user avatar
0 votes
0 answers
24 views

scrape json from a socket.io client with python

I need to scrape the latest informations from the website: https://x13.bet/double And I saw that all the informations from the website that I need is from: https://s.x13.bet:2053/socket.io/?EIO=4&...
Guilherme Gobbo's user avatar
1 vote
0 answers
158 views

Stripe Webhook timeout on localhost with FastAPI

I have an issue with a stripe webhook, which I am running locally for the test. async def my_webhook_view(request: Request, db: Session = Depends(get_db)): payload = await request.body() ...
TropicalViking's user avatar
-1 votes
1 answer
361 views

How do upload an image from URL to Discord to be used for an embed?

I have a Discord embed for Instagram posts but the image in the embed breaks after around a week with it saying: URL signature expired The embed uses a link to the Instagram post's media. This link ...
Ryan Luu's user avatar
  • 609
0 votes
0 answers
73 views

Empty metadata error in Stripe webhooks when trying to integrate it with Firebase

payment_intent.created [evt_3PZzGeKq4N4uKyHCf17LIwBl4] [200] POST http://localhost:8080/api/webhook [evt_3PZzGeKq7N4uKyHCf17LIwBl4] customer.created [evt_1PZzGsK5qN4uKyHCf83dnIhdt] payment_intent....
edit's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
23