Shopify Forms - Use API to send form data to an ERP

Shopify Forms - Use API to send form data to an ERP

AaronMoss
Excursionist
14 0 1

Hi everyone,

I'm building a form that we want to use the API to submit and retrieve the data for storing it in our ERP. I used the Shopify Form app: https://jqq9rv-0s.myshopify.com/pages/account-registration

 

How do I set it up so I can use GraphQL to check when new form data is submitted, and how to download the form data? I can't find any query methods in the GraphQL documentation that reference using forms. Any help, suggestions, or working examples would be appreciated!

Reply 1 (1)

tim
Shopify Partner
4754 585 1715

Flow has trigger "new metaobject entry created":

Screenshot 2025-06-11 at 11.51.44 PM.png

which happens for each form submission. So you can do all processing in Flow and use "Send HTTP" action to push data to your CRM.

 

Obviously, it's based off a webhook -- https://shopify.dev/docs/api/webhooks?reference=toml#list-of-topics-metaobjects/create so if you have your own app, you can subscribe to this webhook.

If my post is helpful, hit the thumb up button -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com