[ { "label": "Send a HTTP request with xml content when an order is updated", "trigger_type": [ "order_updated" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": [], "actions": { "1": { "type": "http_request", "settings": { "wait": "0", "run_once": 0, "custom_wait": "", "method": "GET", "url": "http:\/\/test.com\/api\/echo", "headers": "Content-Type: application\/xml", "data": "\r\n\r\n \r\n \r\n \r\n {{order.created_at|date()}}<\/Date>\r\n <\/OrderIssueDate>\r\n 0123456<\/BuyerOrderNumber>\r\n \r\n <\/OrderHeader>\r\n<\/Order>", "response_handle": "", "parent_data": "", "workflow_actions": [], "token_object_type": "order" }, "weight": 999, "target_key": "order" } } } }, "shared_workflow_id": 37213 }, "description": "This automation will send out a HTTP request with an XML workload to a pre-defined endpoint" } ]