Learn Xano: Webhook with Typeform

Options
brian
brian Administrator

ADMIN

edited December 2022 in ✂️ Snippets

This snippet is a companion to our documentation on Webhooks, demonstrating an example exercise on connecting to Typeform using a webhook:

It features:

  • POST /form_submission: an endnode that receives the posted results from Typeform
  • TABLE submissions: a table that stores the values received from Typeform

To learn how to use this snippet, follow our tutorial on YouTube at: https://www.youtube.com/watch?v=D4ZDHId2CnE&t=1s

This function requires a payload from Typeform. You can see that come through by filling out your Typeform form, then going to your API Request History.