OIC Integration call from AI Agent Studio External Rest Tool
Summary:
We are calling a OIC rest integration using AI Agent studio. The call goes fine if we pass the value in the body template. The issue arises when we pass it as an input parameter.
For eg: { "RMA_DOCNO": "xxxxxx"} goes through fine.
But if we do the same using
{ "RMA_DOCNO": "{rmaNumber}"} with rmaNumber defined as a string parameter, the value goes like following
{ "RMA_DOCNO": xxxxxx } and then the integration fails with 500 error status
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
25C
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0