[ { "label": "Send a Telegram message via IFTTT when an order is over $100", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "order.subtotal_price", "settings": { "operator": "gte", "value": "100", "condition_type": "AND" }, "weight": 999 } ], "actions": [ { "type": "ifttt", "settings": { "wait": "0", "custom_wait": "", "event": "arigato_telegram", "value1": "{{ order.name }}", "value2": "{{ format_money(shop, order.subtotal_price) }}", "value3": "{{ shopify_admin_link(order, {resource: 'orders'}) }}" }, "weight": 999, "target_key": "order" } ] } ], "shared_workflow_id": 655 }, "description": "This workflow is automatically triggered when an order is paid. You can use it to check for high-value orders and send yourself a Telegram notification. This is made possible by the native IFTTT integration." } ]