Tags: CSV, Email, Export, Products
This task demonstrates Mechanic's ability to compile a CSV export, and send it as an email attachment. In this example, we bundle up a simple export of product titles and IDs, and email it as a CSV attachment.
- View in the task library: tasks.mechanic.dev/email-a-csv-export-of-products
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"email_recipient__email_required": null
}
Learn about task options in Mechanic
mechanic/user/trigger
Learn about event subscriptions in Mechanic
This task demonstrates Mechanic's ability to compile a CSV export, and send it as an email attachment. In this example, we bundle up a simple export of product titles and IDs, and email it as a CSV attachment.
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!