Tags: Customers, Email, Tag
This task prompts you for a list of email addresses and tags, one pair per line, in the format "[email protected]:tag". The task adds each tag to its related customer. Developers: this task is an example of working in batches with GraphQL – useful when working with bulk data.
- View in the task library: tasks.mechanic.dev/tag-customers-in-bulk-by-email-address
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
mechanic/user/text
Learn about event subscriptions in Mechanic
This task prompts you for a list of email addresses and tags, one pair per line, in the format "[email protected]:tag". The task adds each tag to its related customer. Developers: this task is an example of working in batches with GraphQL – useful when working with bulk data.
Enter a list of email addresses and tags, one pair per line, in the format "[email protected]:tag". The task will add each tag to its related customer, unless (a) the customer already has the tag, (b) the customer could not be found, or (c) a problem was found either with the entered line or with the customer record.
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.
Found a bug? Got an improvement to add? Start here: ../../CONTRIBUTING.md.
Submit your task requests for consideration by the Mechanic community, and they may be chosen for development and inclusion in the task library!