Every form submission can fire a Form submitted trigger in Shopify Flow. From there you can email your team, post to Slack, tag customers, send to your CRM β anything Flow can do.
Setup
In the form editor, open the Actions card.
Toggle on Trigger Flow.
Save.
Build the Flow
Open Shopify Flow.
Click Create workflow and pick Form submitted from the StoreForms trigger list.
Add a condition like
Form shortcode equals abc123if you want this workflow to only fire for one specific form.Add the actions you want β Send email, tag customer, etc.
What's in the trigger payload
Each trigger fires with: Customer (linked Shopify customer if matched), Form ID, Form name, Form shortcode, Submitted at, Source URL, plus role-mapped fields (Email, Phone, First name, Last name, Full name, Company name, Notes), a human-readable Answers list, and the full Payload JSON for advanced use.