Get all the forms of a website?

Is there a way to get all the forms in a website via access token of my client and setup webhook on specific forms ?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

If you’re using the Webflow API, there is a form_submission webhook which will notify you on all form submissions. Just pay attention to the ones with the form name(s) you want.

Welcome @Abhishek_Ghosh :wave:

I’m not sure what you mean by “access token” of your client, but if you submit all your forms into Make (Integromat), you filter them (without being charged operations) using Data Structures. It’s their secret weapon :wink:

This tutorial walks through using Make (Integromat) Data Structures using Webhooks for the CMS, just use form submissions instead for your needs.

Hi @ChrisDrit thanks for replying ,
By client lets say I have my own access token generated via oauth 2.0 and how do I get info of all the forms present in my own website via API and can I register webhooks on these forms individually ?