Answered

Setting up a typeform webhook using FastAPI

  • 17 November 2021
  • 2 replies
  • 157 views

Hello everyone, I’m trying to set up a webhook to send data everytime a typeform is completed using FastAPI. Does anyone have instructions / video tutorial / code they could send me to help? Any help is appreciated.

Best,

Mackie

icon

Best answer by picsoung 17 November 2021, 05:15

View original

2 replies

Userlevel 7
Badge +5

Hey @Mackie 

here I created an example project that showcase a webhook handler for Typeform using FastAPI.

There is a `verifySignature` function to check if the request is coming from Typeform and is properly signed.

Hope it finds you well

Userlevel 7
Badge +5

Hi @Mackie Happy Tuesday! Did @picsoung ‘s solution work for you? Let us know how it went! :grinning:

Reply