Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
Hi,
We'd like to get notified when a product is published, is there a flow to do this? Currently there is a flow that notifies when a product is created, but we want to get notified when it's published because sometimes these situations don't happen on the same day.
If possible please write down the formula so I can add it into the "custom query" field.
Thanks in advance
Sizwe
Solved! Go to the solution
This is an accepted solution.
Thanks Paul and Niyeepo for the efforts.
However I managed to find a solution by creating 2 flows with different triggers and slightly different conditions on each, see below flows;
FLOW 1:
Product Created > Check if...Status equals "Active" > Send notification
FLOW 2:
Product Status Updated > Check if...Old Status is equal to "Draft" AND Status is equal to "Active" > Send notification
Quite basic but it gets the job done.
Thanks again for the assistance guys
Sizwe
I don't think a query with "Get product data" would solve this fully, because there isn't a field to query by publication date (this may be because a product can have more than one publication). You could get products that were recently updated (there is a query already in the UI for that) and then check if the publication date is recent using liquid in the notification action. Assuming you only want to check the online store publication you could check `{{ product.publishedAt }}`
This is an accepted solution.
Thanks Paul and Niyeepo for the efforts.
However I managed to find a solution by creating 2 flows with different triggers and slightly different conditions on each, see below flows;
FLOW 1:
Product Created > Check if...Status equals "Active" > Send notification
FLOW 2:
Product Status Updated > Check if...Old Status is equal to "Draft" AND Status is equal to "Active" > Send notification
Quite basic but it gets the job done.
Thanks again for the assistance guys
Sizwe
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024