Need help with Azure API Management (APIM) API connection with AEP or custom API connect with AEP | Community
Skip to main content
Level 2
January 22, 2025
Solved

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

  • January 22, 2025
  • 4 replies
  • 1365 views

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?

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 RiteshY18

@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

4 replies

PratheepArunRaj
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
January 22, 2025

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

Thank You, Pratheep Arun Raj B (Arun) | Xerago | Terryn Winter Analytics
SwetaRaniAuthor
Level 2
January 30, 2025

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!
RiteshY18
Community Advisor
Community Advisor
January 23, 2025

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

SwetaRaniAuthor
Level 2
January 30, 2025

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!

TylerKrause
Adobe Champion
Adobe Champion
January 28, 2025

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

SwetaRaniAuthor
Level 2
January 30, 2025

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!

kautuk_sahni
Community Manager
Community Manager
January 29, 2025

@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
RiteshY18
Community Advisor
RiteshY18Community AdvisorAccepted solution
Community Advisor
February 5, 2025

@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

SwetaRaniAuthor
Level 2
February 10, 2025

Thank you @riteshy18 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!