• /
  • EnglishEspañolFrançais日本語한국어Português
  • Log inStart now

Using workflow inputs

Use ${{ .workflowInputs.variableName }} to pass dynamic values at runtime in endpoint URLs and other input fields.

What this approach does:

  • Accept dynamic input values when workflow is triggered
  • Reference input values using template syntax throughout workflow steps
  • Enable workflow reusability with different parameters

Example

{
"inputs": [
{
"key": "urlParams",
"value": "{\"filter\": \"active\"}"
},
{
"key": "headers",
"value": "{\"Api-Key\": \"your-api-key\"}"
}
]
}

What's next

Copyright © 2026 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.