External API activity with parameter | Community
Skip to main content
Level 2
May 7, 2020
Solved

External API activity with parameter

  • May 7, 2020
  • 1 reply
  • 4635 views

Hi all,

 

I'm trying to use the new External API activity to fetch data from an external system. Is there a way to add dynamic query parameters?

I have an URL that looks like this: https://api.fakedomain/some-resource?startDate=DYNAMIC_DATE  

The startDate parameter is dynamic and is calulated by the workflow. In the activity, I couldn't find a way to add query parameters to generate a query like the one above

In the External API activity we can add inbound columns but id does not generate the correct query

 

What is the correct way to use an URL with a dynamic query parameter? https://api.fakedomain/some-resource?startDate=DYNAMIC_DATE  

 

Thank you

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bisswang

Unfortunately this is not possible today. You can only send dynamic values in the POST data

1 reply

bisswangAdobe EmployeeAccepted solution
Adobe Employee
May 7, 2020

Unfortunately this is not possible today. You can only send dynamic values in the POST data