Does Appian have an HTTP "Listener" that an external application can s

Does Appian have an HTTP "Listener" that an external application can send notifications of events to and have Appian act on them? If so what is the format for the URL associated with it?...

OriginalPostID-82385

OriginalPostID-82385

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi Steven, Yes I am aware and have used web APIs in Appian applications.

    If you read the initial request its specifically around functionality for an event listener. In which an endpoint is exposed for external systems to send asynchronous updates/statuses. These endpoints are not meant to send data externally (or receive updates to records), but receive calls from an external system when triggered by an event to log an occurrence. 

Children