Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

External API activity with parameter

Avatar

Level 2

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

external-api.png

 

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

 

Thank you

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

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