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

Submissions are now open for the 2026 Adobe Experience Maker Awards
해결됨

Adobe Campaign V8 - Call via API

Avatar

Level 2

Hi Team,

 

Can anyone pls let me know how to insert data into Adobe schemas via API from POSTMAN / 3rd party systems in Adobe Campaign Classic V8?

 

I have worked on campaign V7 by generating WSDL collection and authenticating using the session Logon method.

 

This is bit urgent, as we have onboarded new project and the data source is via API

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hello @ignatius_dilip 

 

The process is similar to v7. Only thing which is changed is the authentication.

You will have to create a technical operator to authenticate and send data via APIs

 

https://experienceleague.adobe.com/en/docs/campaign/technotes-ac/tn-new/ims-migration#:~:text=A%20te....


     Manoj
     Find me on LinkedIn

원본 게시물의 솔루션 보기

4 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hello @ignatius_dilip 

 

The process is similar to v7. Only thing which is changed is the authentication.

You will have to create a technical operator to authenticate and send data via APIs

 

https://experienceleague.adobe.com/en/docs/campaign/technotes-ac/tn-new/ims-migration#:~:text=A%20te....


     Manoj
     Find me on LinkedIn

Avatar

Level 2

Hi Manoj,

I tried this by following the steps mentioned in the document and it doesn't seem to be working. 

 

I could not see the technical operator created automatically after authentication. Not sure if I did it correctly the API authentication. Could you pls help me?

 

Attached are some screenshots from POSTMAN

 

Avatar

Community Advisor

Hello @ignatius_dilip 

 

Check if the profiles added in this technical operator has the messagecenter profile as well.


     Manoj
     Find me on LinkedIn

Avatar

Level 2

Hi Manoj,

 

I have tried with the regular session token generation as the same as V7. It seemed to be working for me.