Hi guys,
I am trying to build a replica of the CustomerIntegrationCenter using a predefined Endpoint.
My plan is to define a generic endpoint in the Endpoint list and then, in code (or template), adjust the Parameters and Body according to my needs.
I have tried creating a copy of the Endpoint instance before passing the Parameters, but this approach does not seem to handle the Authentication part.
If I am trying to use the existing Endpoint and pass Parameters, it seems that the parameters are saved on the Endpoint.
Is there a recommended approach for my scenario?
Thank you,
Adrian