[ { "label": "Email me Upload Kit image links & create a Trello Card when an order is placed", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [], "actions": [ { "type": "email", "settings": { "wait": "0", "custom_wait": "", "to": "[CLICK TO EDIT]", "cc": "", "bcc": "", "reply_to": "", "subject": "New Upload Kit Item Links", "plain_text": "0", "body": "{% for line_item in order.line_items %}\r\n[Artwork]({{ line_item.properties[\"_ATTACH ARTWORK (direct link)\"] }})\r\n{% endfor %}" }, "weight": 999, "target_key": "order" }, { "type": "trello", "settings": { "wait": "0", "custom_wait": "", "board_id": "", "list_id": "", "title": "{{ order.name }}", "description": "{% for line_item in order.line_items %}\r\n[Artwork]({{ line_item.properties[\"_ATTACH ARTWORK (direct link)\"] }})\r\n{% endfor %}", "due_date": "" }, "weight": 999, "target_key": "order" } ] } ], "shared_workflow_id": 1570 }, "description": "This workflow pulls out Upload Kit links for use in Trello cards or in emails. Check out https:\/\/apps.shopify.com\/uploadkit for more details." } ]