I have a workflow where I am making a GET request to an API. I need the URL in the GET request to be customized based on a value I have stored in HubSpot. For example, part of the URL string needs to be set based on an ID value that I have. The GET request needs it this way vs sending it as a parameter
Yes, you can. This is what the docs describe:
If you’re setting up a GET request, you can use properties as query parameters:
Under the Query parameters section, click the Choose property dropdown menu. Then, click [object] in this workflow and select a property.
To change a property’s name in the query parameter, edit the Property name text field. This will only update the property name in the GET request, it will not update the property name or internal name in HubSpot.
To add another property, click Add query parameter.
To remove a property, click the delete trash can icon
@joesandin, in that case, it is not possible. If you have coded actions, you could use Axios to make the GET request and pass the value back to the workflow with the output.
Sorry for not understanding your question correctly.
I’m looking for the same thing. It’s desperately lacking. Hubspot can you please consider adding this as a feature request?
It’s impossible to retrieve specific records without this.