[ { "version": 1, "label": "Send a Slack message when an order is paid", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [], "actions": [ { "type": "slack_message", "settings": { "wait": "0", "custom_wait": "", "to": "[CLICK TO EDIT]", "body": "New Order (#{{ order.number }})\r\n{{ order_products_list(order, {format: 'slack', link: false, quantity: true}) }}\r\nTotal: {{ order.total_price }}\r\nView on Shopify: {{ shopify_admin_link(order, {resource: 'orders'}) }}" }, "weight": 999, "target_key": null } ] } ], "subtopic": null, "source": "library" }, "description": "When you make a sale, let your team know in your favorite Slack channel." } ]