Skip to main content

Shopify Flow: the "Form submitted" trigger

StoreForms ships a custom Shopify Flow trigger called Form submitted. Use it to chain any Flow action to a form submission — internal email, Slack post, customer tagging, external webhook, anything Flow supports.

Activate it on a form

  1. Open the form in the editor.

  2. In the Actions card, toggle on Trigger Flow.

  3. Save the form.

Build the workflow in Flow

  1. Open Shopify Flow.

  2. Click Create workflow → pick StoreForms — Form submitted.

  3. Optionally add a condition on Form shortcode to scope the workflow to one specific form.

  4. Add any actions — Send internal email, Add tags to customer, etc.

  5. Turn the workflow on.

Trigger payload

The trigger fires with structured fields you can use directly in any Flow step:

  • Customer reference (if a Shopify customer was created or matched by email)

  • Form ID, Form name, Form shortcode, Submitted at, Source URL

  • Role-mapped values: Email, Phone, First name, Last name, Full name, Company name, Notes

  • Answers — every field rendered as Label: value, one per line. Drop this into an email body for an instant readable summary.

  • Payload JSON — the full submission as JSON for advanced templates that use Flow's JSON parsing.

Did this answer your question?