Dust Community Icon

Enhancing Dust Apps: Request for Parameterized URL Feature

Β·
Β·

Hi team, I love the curl block in Dust apps, especially with its ability to dynamically set headers and a payload. Can the Dust team also add the ability to parameterize the URL itself? For example, I would love for a URL like the following to produce a dynamic endpoint, based on inputs to the Dust app.

https://api.example.com/accounts/${env.state.INPUT.account_id}/contacts/${env.state.INPUT.contact_id}

In the example above, I'd expect the syntax to behave as if I were using JavaScript template literals.