[ { "label": "Relay a webhook with a filtered payload when a particular product is purchased", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "2": { "conditions": [ { "field": "order.line_items.product_id", "settings": { "multiple": "any", "operator": "equals", "value": "1563956772982", "product_selector": "Browse Products" }, "weight": 999 } ], "actions": [ { "type": "http_request", "settings": { "wait": "0", "custom_wait": "", "method": "POST", "url": "[UPDATE ME]", "headers": "Content-Type: application\/json", "data": "[UPDATE AS NEEDED]" }, "weight": 999, "target_key": null } ] } }, "shared_workflow_id": 257 }, "description": "This workflow is fired when an order is paid. It checks if a pre-defined product is included in the order and if true, it sends out a custom HTTP request. " } ]