Skip to main content
sunus0001
February 9, 2022
Solved

Integrating APIGEE layer API with APPIAN

  • February 9, 2022
  • 16 replies
  • 0 views

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

Best answer by sunus0001

Hi Stefan,

Post method worked for us, internally from apigee we changed get to POST and it started working ....Thanks for the help.

Thanks

Sunu Sam

16 replies

stefanhelzle0001
Brainy
February 9, 2022

I think this part of the Appian documentation should get you quickly up to speed.

docs.appian.com/.../Integration_Tutorial.html

sunus0001
sunus0001Author
February 9, 2022

HI Stefan,

thanks for the document ,we will try with the help of the document you have shared,if we find any difficulty or issues we will get back to this forum again.

Thanks a lot...

Regards

Sunu Sam