1 réponse

Hi Sasham,It's really no different than any other platform used for making API calls.If the API action needs to be on an SFMC Landing Page or Microsite, then you'll have to do it within the confines of SFMC's SSJS https://developer.salesforce.com/docs/atlas.en-us.mc-programmatic-content.meta/mc-programmatic-content/ssjs_syntaxGuide.htm and AMPScript https://help.marketingcloud.com/en/documentation/exacttarget/content/ampscript/ampscript_syntax_guide/api_ampscript_functions/functions.If you need to do an HTTP Get on a public endpoint, then you can use the SSJS Get() or the AMPScript httpGet() https://code.exacttarget.com/content-scripting/ampscript/http/HTTPGet.html functions.Hope this helps.Thanks,Nagendra