Expand my Community achievements bar.

SOLVED

Need help with Azure API Management (APIM) API connection with AEP or custom API connect with AEP

Avatar

Level 2

I want to connect a custom API which is created via Azure API Management (APIM) to AEP. How can I proceed? We do not have an existing API connector for the same. Is there anything like a custom connector similar to Looker Studio where we can proceed programmatically?

I have the API endpoint and authorization key. Also, I connected it to Postman and getting the data output successfully. Is there a way where I can connect Postman output to AEP?

 

Earlier I connected the Salesforce CRM connector in AEP and it worked fine. I connected it to CJA as well using Data view and Connections. But how can I proceed in custom API case?

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 9
9 Replies

Avatar

Community Advisor and Adobe Champion

Hello @SwetaRani ,

Source Connectors of AEP has something called HTTP API where we can stream the data into AEP. 

I found the below link in the AEP tutorial section, which might help you as well: Stream data with HTTP API.

Thank You, Pratheep Arun Raj B (Arun) | NextRow Digital | Terryn Winter Analytics

Avatar

Level 2

Thank you for the suggestion! I have followed a similar approach as outlined in the articles. However, I'm encountering issues with the access granted to me in my project's Sandboxes. My team is currently working on providing me with

'DATASET.WRITE' access. Once that is resolved, I will proceed with full-fledged development. Nonetheless, I appreciate your help!

Avatar

Level 9

@SwetaRani  considering using HTTP API solution using https://developer.adobe.com/experience-platform-apis/ via serverless function

Avatar

Level 2

Thank you for the suggestion! I have followed a similar approach as outlined in the articles. However, I'm encountering issues with the access granted to me in my project's Sandboxes. My team is currently working on providing me with 'DATASET.WRITE' access. Once that is resolved, I will proceed with full-fledged development. Nonetheless, I appreciate your help!

Avatar

Level 4

As others have stated, you're probably looking for the HTTP API Endpoints. Once you have those calls working in postman, you should be all set. We have plenty of calls that are brokered in APIM calling our Streaming Connection with HTTP APIs. 

HTTP API Source Connector Overview | Adobe Experience Platform
Create an HTTP API Streaming Connection Using the UI | Adobe Experience Platform

Avatar

Level 2

Thank you for your help! I have followed a similar approach as outlined in the replies. However, I'm encountering issues with the access granted to me in my project's Sandboxes. My team is currently working on providing me with 'DATASET.WRITE' access. Once that is resolved, I will proceed with full-fledged development. Nonetheless, I appreciate your help!

Avatar

Administrator

@SwetaRani Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni

Avatar

Correct answer by
Level 9

@SwetaRani  suggest to use https://experienceleague.adobe.com/en/docs/experience-platform/landing/platform-apis/postman  it docs gives all required details to setup postman for AEP

Avatar

Level 2

Thank you @RiteshYadav18 for your valuable reply. I was able to setup my Postman correctly and able to see the data now flowing correctly in AEP. Really appreciate your help!