Send email when product with custom metafield is sold

Hi,

We’ve created a metafield called “Consignment”, we want to receive an email when a product that has this metafield set to “True” is sold.

Please advise on how to achieve this.

Thanks in advance.

The workflow would look something like:

  • Order created
  • If order / lineItems / product / metafields / namespace = X AND key = “Consignment” AND value = “True” (use the link to add a condition for the same item, as you want to check that a single metafield has all of these values…see this example template).
  • Send internal email

Thank you Paul, your solution worked perfectly.

I dont know how to create a metafield but can I do the same with “consignment” tag? If not Can you show me how to create the metafield? Thanks.

There are templates in Flow showing how to check product tags on orders.