How to pass existing results to new webhook | Community
Skip to main content
Answered

How to pass existing results to new webhook

  • January 23, 2023
  • 4 replies
  • 341 views

  • Explorer
  • 1 reply

In my form, I have already got submissions. And I've connected a new webhook to the form. I'd like to pass all these results to the new webhook

Best answer by mathio-tf

Hello, any chance this solution via Typeform API could be of help? ๐Ÿ˜ƒ

https://stackoverflow.com/questions/75211160/redeliver-existing-form-submission-to-new-webhook/75212245#75212245

View original

4 replies

Liz
Exโ€“Typefomer
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 15035 replies
  • January 23, 2023

Hi @BSA Thanks for stopping by! Iโ€™m afraid we donโ€™t have this feature with our webhooks. Once the webhook is enabled, it will send any results captured after the webhook is setup, but not previous results. 


mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • Answer
  • January 23, 2023

Hello, any chance this solution via Typeform API could be of help? ๐Ÿ˜ƒ

https://stackoverflow.com/questions/75211160/redeliver-existing-form-submission-to-new-webhook/75212245#75212245


  • Author
  • Explorer
  • 1 reply
  • January 27, 2023

I have gone through a manual approach exported the results and uploaded them into sfdc. Because the responses API will fetch only 2 results in a minute.


mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • January 30, 2023
BSA wrote:

Because the responses API will fetch only 2 results in a minute.

I dont think this is correct, maybe there is a different issue on your side? Per our docs the limit is 2 requests per second.


Reply