[ { "label": "When a new product is created, post it to Twitter using IFTTT", "trigger_type": [ "product_created" ], "object_type": "product", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [], "actions": [ { "type": "ifttt", "settings": { "wait": "0", "custom_wait": "", "event": "new_products_to_twitter", "value1": "{{ product.title }}", "value2": "{{ product.url }}", "value3": "{{ product.images | first.src }}" }, "weight": 999, "target_key": "product" } ] } ], "shared_workflow_id": 643 }, "description": "This automation allows users to integrate their store with Twitter using IFTTT. The workflow is fired when a product is created. It sends out the product to IFTTT which then posts the details over to Twitter. " } ]