Skip to content

Latest commit

 

History

History
 
 

auto-tag-new-orders-by-staff-member

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Auto-tag new orders by staff member

Tags: Auto-Tag, Orders, Staff

Use this task to easily keep track of who's responsible for which orders. Works for draft orders, too!

Default options

{
  "tag_orders__boolean": true,
  "tag_draft_orders__boolean": true,
  "staff_names_and_tags__keyval_required": {
    "Jane Doe": "created-by-jane",
    "Zhang Wei": "created-by-zhang"
  }
}

Learn about task options in Mechanic

Subscriptions

{% if options.tag_orders__boolean %}shopify/orders/create{% endif %}
{% if options.tag_draft_orders__boolean %}shopify/draft_orders/create{% endif %}

Learn about event subscriptions in Mechanic

Documentation

Use this task to easily keep track of who's responsible for which orders. Works for draft orders, too!

To use this task, fill in the "Staff names and tags" option with staff names on the left, and the tags you'd like to apply on the right. Make sure to use each staff member's exact full name – it's case-sensitive! Tags will be applied as soon as the order or draft order is created.

Installing this task

Find this task in the library at tasks.mechanic.dev, and use the "Try this task" button. Or, import this task's JSON export – see Importing and exporting tasks to learn how imports work.

Contributions

Found a bug? Got an improvement to add? Start here: ../../CONTRIBUTING.md.

Task requests

Submit your task requests for consideration by the Mechanic community, and they may be chosen for development and inclusion in the task library!