[ { "label": "Create a contact in Freshdesk when a customer is created in Shopify", "trigger_type": [ "customer_created" ], "object_type": "customer", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [], "actions": [ { "type": "http_request", "settings": { "token_object_type": "customer", "method": "POST", "url": "https:\/\/YOUR_API_KEY:YOUR_PASSWORD@YOURCOMPANY.freshdesk.com\/api\/v2\/contacts", "headers": "Content-Type: application\/json", "data": "{ \"name\":\"{{ customer.display_name }}\", \"email\":\"{{ customer.email }}\"}", "response_handle": "", "parent_data": "", "workflow_actions": [], "wait": "0", "cw_timezone": "Africa\/Nairobi", "custom_wait": "", "run_once": 0 }, "weight": 999, "target_key": "customer" } ] } ], "shared_workflow_id": 1338 }, "description": "This automation allows merchants to integrate with Freshdesk CRM by firing every time a new customer is created and sending out an HTTP request to create a linked customer account record within Freshdesk." } ]