Random Variables
SE v1.0.0•May 17, 2026
Insert dynamic values anywhere with the {{random.*}} syntax — resolved fresh on each use.
{{random.uuid}},{{random.email}},{{random.name}}{{random.number(1,100)}},{{random.string(20)}},{{random.boolean}}{{random.date}},{{random.ip}},{{random.slug}},{{random.url}},{{random.phone}}{{random.enum(a,b,c)}}— pick from a list{{random.custom([A-Z]{3}-\d{4})}}— custom regex pattern- Works in URLs, headers, bodies, and flow steps