REST - Using Endpoint's Custom Property is CreateAccountJSON

adriencosson
Regular Contributor III
Regular Contributor III

Hi folks,

I have a requirement to create multiple applications based on the same REST connector.

To avoid creating multiple times the same connectors, I want to use the endpoint's customproperty2 in CreateAccountJSON as there will only be on data per endpoint that will vary.

After looking at the documentation, I did try the below in our JSON but the binding variables seems not to be available.

  • ${task.endpoint.customproperty2}
  • ${endpoint.customproperty2}
  • ${endpoints.customproperty2}

https://docs.saviyntcloud.com/bundle/REST-v2022x/page/Content/Developers-Handbook.htm 

Please advise.

Regards,
Adrien COSSON
1 REPLY 1

adriencosson
Regular Contributor III
Regular Contributor III

After retesting, the following went successful and error was somewhere else in the JSON :

  • ${endpoint.customproperty2}
Regards,
Adrien COSSON