Hello Everyone,
I have created an web API in Appian which accept data in JSON and store in CDT,
I have tested that API in Appian itself it's working,
Now I have to call that API through other platform eg. Salesforce, so i can execute that API and store data into Appian
So how can i make it possible???
Need Help.
Discussion posts and replies are publicly visible
Hello karthikr968,
Thanks for your guidance,
I used and Postman and Advanced REST client tool in chrome extension, where i mapped username and password in header, now it's working the Authorization issues is resolved.
Advanced REST client tool
And also done with call API in salesforce.... :)