I have button click in appian UI which i need to use for consuming API from APIGEE layer.
This is the two APIs we need to integrate
https://it.api-dev.honeywell.com/v1/premiumFreight/appian/validateRequest
for authorization and access token link is
https://it.api-dev.honeywell.com/v2/oauth/accesstoken
And input json i have added in the insert code
I have and API url and access token to pass it to the headers of the api .Can anyone help us to know how to do this integration?
{"row":{ "orderDelNumber":"8105050724", "orderDelItemNumber":"", "PO_SO_STO_INDEL_OUTDEL":"OD", "Source_System":"BID" } }
Thanks
Sunu Sam
Discussion posts and replies are publicly visible
I think this part of the Appian documentation should get you quickly up to speed.
docs.appian.com/.../Integration_Tutorial.html
HI Stefan ,
We need your help we tried the integration for API using GET method but we do not have option to pass the request body json which i have shared earlier in the code section.
What else can we do to get the output response for the API integration.
We got the following error:
Value
Failed to remove variable target.url in KeyValueMapStepDefinition getTargetURL
Thanks ,Please guide us for this!
Regards
In general a HTTP GET does not contain a body. You will need to do a POST.
HI Stefan,
We done post we are getting same internal error 500!
OK. Then you will need to find out what this error message actually means. This seems to be an internal API. I would try to contact the development team.
Hello sunus,are all ports open, firewalls fine ? sounds a bit your API and Appian are kind of not available for each other.Can you reach you api in your browser?Kind regards,Richard
HI Richard,
I have tried same API as get method using postman, i could connect it and get response,
Only through Appian am getting above response as ERROR when i used same URL as post method.
Please guide us for this issue! What is the possible resolution for this?
Hi Stefan,
Yes please contact the team and let us know how we can use a get method in Appian with input Json for the request body.
thanks
Can you somehow share the configuration in Postman and the one in Appian?
I can share postman collection as code snippet and i will share appian setting as screen shot.
Hi Stefan ,
Below reply I have shared the screen shot and postman collection, please take look and help us if possible.
thanks & regards