-
Notifications
You must be signed in to change notification settings - Fork 804
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I don't know how to call urls like this: https://example.com/v1/users/{{.Input.body.userID}}. I need to substitute values from message into trigger url
Describe the solution you'd like
Anything that can substitute parameters in URL. Example 1 (with parameters):
parameters:
- src:
dependencyName: depCustomerio
dataTemplate: "https://example.com/v1/users/{{.Input.body.userID}}"
dest: http.urlExample 2 (without parameters):
http:
method: POST
url: 'https://example.com/v1/users/{{.Input.body.userID}}'Additional context
url field there is mandatory and Example 1 gives an error "template customerio is invalid, server URL is not specified". Example 2 does not substitute anything at all.
Message from the maintainers:
If you wish to see this enhancement implemented please add a π reaction to this issue! We often sort issues this way to know what to prioritize.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request