Skip to main content
March 20, 2023
Question

Calling webapi outside appian

  • March 20, 2023
  • 10 replies
  • 0 views

Hi, I had a question regarding calling the webApi outside Appian. Is that possible and how can it be done?

    10 replies

    March 20, 2023

    Web APIs are supposed to be created to allow a third-party system to get data from Appian or cause Appian to do something, so obviously Yes they can be called outside Appian. There are plenty of option for consuming a Web API, you can google that out pretty easy. The most widely used platform is Postman in which you can do almost everything including design, build and test.

    stefanhelzle0001
    Brainy
    March 20, 2023

    To call a Web API FROM Appian, you would is a connected system and an integration object. To provide a Web API that other system call TO Appian you create a Web API object.

    stewart.burchell
    March 20, 2023

    ...and don't forget that it doesn't matter whether the a Web API is called from Appian or another external system, you still need to authenticate when calling it. There are choices about how you authenticate but you can't successfully makes calls without doing so.

    harshitb6843
    March 20, 2023

    unless that API is open like this one. 
    api.spacexdata.com/.../launches

    abhayd3663
    March 23, 2023

    This is very basic question, if you read the documentation it will answer such questions.