Notifications Setup
Frontier Quote uses Shopify Flow templates to send merchant notifications when quote requests are submitted. This guide will help you set up automated notifications.
How Notifications Work
When a customer submits a quote request:
- Frontier Quote creates a Draft Order in Shopify
- The Draft Order is tagged with configured tags (default:
gq-quote) - Shopify Flow detects the Draft Order with the tag
- Your Flow template sends a notification (email, Slack, etc.)
Setting Up Shopify Flow
Step 1: Download Flow Template
- Open Frontier Quote app
- Navigate to Notifications page
- Click "Download Flow Template"
- Save the JSON file
Step 2: Import to Shopify Flow
- Go to Settings > Customer events in Shopify admin
- Click Create workflow
- Click the three dots menu and select Import workflow
- Upload the downloaded JSON file
- Review and activate the workflow
Step 3: Configure Flow Trigger
The template is configured to trigger when:
- A Draft Order is created
- The Draft Order has the tag
gq-quote(or your configured tag)
Important: Make sure the tag in your Flow template matches the tag configured in Frontier Quote settings. Default is gq-quote.
Step 4: Customize Notification
Edit the Flow template to customize:
- Recipient email addresses
- Notification content and format
- Additional actions (Slack, SMS, etc.)
Notification Content
The Flow template includes access to:
- Draft Order details (items, quantities, prices)
- Customer information (name, email, phone, company)
- Shipping address
- Notes from the quote form
- Draft Order link for quick access
Multiple Notification Channels
You can set up multiple notifications:
- Email to sales team
- Slack message to channel
- SMS to manager
- Create task in project management tool
Simply duplicate the workflow and modify the action step for each channel.
Troubleshooting
Notifications Not Sending
- Verify the Draft Order tag matches between Frontier Quote settings and Flow template
- Check that the Flow workflow is activated
- Test by creating a manual Draft Order with the tag
- Check Shopify Flow logs for errors
Wrong Tag
If you change the tag in Frontier Quote settings, update your Flow template trigger condition to match.
Customer Email Notifications
Note: Customer email notifications are planned for a future release. Currently, only merchant notifications via Shopify Flow are supported.
Next Steps
- Testing - Test your notification setup
- Configuration - Review Draft Order tag settings