내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

External API activity

Avatar

Level 2

i am trying to get response from a public api using the external api activity but it is giving error saying json format not acceptable.

Also in the url it is saying this is not a valid integer. Please suggest what can be the issue?

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

Unfortunately the format supported is rather limited (see docu below).

Anything not following this standard can't be parsed. (Mainly then nothing can be parsed)

So basically you nearly always needs something intermediary translating the data from the public service to ACS JSON format.

 

https://docs.adobe.com/content/help/en/campaign-standard/using/managing-processes-and-data/data-mana...

원본 게시물의 솔루션 보기

4 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

Unfortunately the format supported is rather limited (see docu below).

Anything not following this standard can't be parsed. (Mainly then nothing can be parsed)

So basically you nearly always needs something intermediary translating the data from the public service to ACS JSON format.

 

https://docs.adobe.com/content/help/en/campaign-standard/using/managing-processes-and-data/data-mana...

Avatar

Level 2
Thanks for your response Raman, moreover i am using the same link to configure the activity and when i run the worklfow the activity gives error saying malformed json but when i parse the json in the activity it is done correctly as per the doc

Avatar

Employee Advisor

Is the JSON content exactly the same?

I saw issues where the actual JSON had nulls or different data formats.

You may have to check the column. definition in the activity if the automatic. parsing generated something useful

Avatar

Level 2
yes i have checked the column definition it generates the two fields i have added in the json sample given by my api