Customers

Tag high-intent first-time customers on fulfillment

Tags first-time customers who converted quickly and appends a customer note when their order is fulfilled.

When to use this template

This template is built for Shopify stores using the JsWorkflows app.

Use this template when you want a ready-made workflow for this use case: Tags first-time customers who converted quickly and appends a customer note when their order is fulfilled.

It is designed for Shopify customer operations and gives you a production-ready starting point instead of building the automation from scratch.

This workflow uses the Shopify webhook trigger model and starts from the "Order fulfilled" trigger. It includes setup fields for merchant-facing values, so you can configure the workflow before installing it.

Setup guide

Before you start

This template watches fulfilled orders and identifies customers who placed their first order after a short conversion window.

Configure in setup

  • Days-to-conversion threshold: maximum number of days allowed between first visit and order creation
  • Customer tag: the exact customer tag to add when the customer qualifies
  • Customer note template: note text appended to the customer record when the customer qualifies

Supported note placeholders

  • {{order_name}}
  • {{days_to_conversion}}
  • {{tag}}

Notes

  • Guest checkouts are skipped because there is no customer record to update
  • The template only acts when the fulfilled order is the customer's first Shopify order
  • If Shopify hasn't attributed customer journey data yet, the workflow skips the order instead of guessing
  • The note is appended once and won't be duplicated if the same note line is already present

Setup fields

Days-to-conversion threshold
numberRequiredconfig

Maximum number of days between the customer's first visit and the fulfilled order.

Customer tag
textRequiredconfig

Exact Shopify customer tag to add for qualifying customers.

Customer note template
textareaRequiredconfig

Text appended to the customer note for qualifying customers. Supports {{order_name}}, {{days_to_conversion}}, and {{tag}} placeholders.