Join the Webstudio community

Updated 4 weeks ago

GraphQL with WP for form submission from Webstudio?

Have anyone used GraphQL with WP for submitting a form created in Webstudio?
Is there a simple way to do this like the Airtable webhook example?
J
S
O
5 comments
Why do you want to do this?
I was trying to collect data using a form and store it in WP.
Webhook Form requires a webhook (surprise!) to submit to it. Using a for with a graphql resource is currently not possible, but hopefully will be possible in the future as we are migrating the form to use Resource and expose it's settings.
Webhook is a specific form of api, its not graphql, its a simple url that accepts whatever is being posted to it, basically a very simple REST.
I think you should search for wordpress REST apis capable of doing this, should be possible
Add a reply
Sign up and join the conversation on Discord