GET data from endpoint
Hi there,
There is an endpoint that I would like to regularly ingest the response data into AEP, this means using GET as opposed to a POST from the endpoint. Is this possible?
Thanks.
Hi there,
There is an endpoint that I would like to regularly ingest the response data into AEP, this means using GET as opposed to a POST from the endpoint. Is this possible?
Thanks.
Thanks for the details @akwankl
I don't think this would sit inside AEP. This is something which would be a middle layer like a scheduled cloud function/microservice which would call the CMS API endpoint and then grab the response and then make another API call to AEP dataset to update the dataset values.
This should be easily achievable through a Azure Function/AWS lambda or a GCP cloud funtion.
Also, adding to the GET vs POST bit, you can't have GET here as GET methods usually retrieve information.
Please do let me know if I misunderstood the query.
Hope the above helps ?
Cheers,
Abhinav
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.