Learn how to use variables in Simplex workflows for dynamic automation
{ "workflow_id": "your-workflow-id", "variables": { "username": "john_doe", "product_id": "12345", "quantity": 2, "customer_email": "john@example.com" } }
{ "name": "John Doe", "email": "john@example.com", "account_id": "ACC-12345" }
{ "quantity": 5, "price": 99.99, "timeout_seconds": 30 }
{ "use_proxy": true, "skip_confirmation": false, "enable_logging": true }
{ "shipping_address": { "street": "123 Main St", "city": "San Francisco", "state": "CA", "zip": "94105" } }
{ "product_ids": ["123", "456", "789"], "selected_options": ["color:blue", "size:large"] }
Was this page helpful?