Skip to content

Latest commit

 

History

History
 
 

customer-signup-email

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Send a customer signup email

Tags: Customers, Email, Signup

Super basic, super useful. :) Get an email alert whenever a customer account is created.

Default options

{
  "to__email_required": "",
  "subject__required": "New customer: {% if customer.email %}{{ customer.email }}{% else %}#{{ customer.id }}{% endif %}",
  "body__multiline_required": "Hey there! A new customer has signed up. Here are their details:\n\nName: {% capture full_name %}{{ customer.first_name }} {{ customer.last_name }}{% endcapture %}{% if full_name != blank %}{{ full_name | strip }}{% else %}(none){% endif %}\nEmail: {{ customer.email | default: \"(none)\" }}\nPhone: {{ customer.phone | default: \"(none)\" }}\n{{ customer.note | strip }}\n\n<a href=\"https://{{ shop.myshopify_domain }}/admin/customers/{{ customer.id }}\" target=\"_blank\">Manage in Shopify</a>\n\nThanks,\n- Mechanic, for {{ shop.name }}"
}

Learn about task options in Mechanic

Subscriptions

shopify/customers/create

Learn about event subscriptions in Mechanic

Documentation

Super basic, super useful. :) Get an email alert whenever a customer account 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!