I am working on an integration for an application using Calendly. The integration works as intended, but they also have documentation about webhooks that allow information to be pushed to an endpoint as an event is scheduled or updated. I want to create a webAPI that runs a process model when an event is created in Calendly that will pull the data and log that information in Appian. Is this type of configuration possible within Appian and does anyone know how you would do that?
Discussion posts and replies are publicly visible
That's very easy using the Web API object https://docs.appian.com/suite/help/21.2/Web_API_Tutorial.html
You can create a web API which will using a!startProcess() to run an Appian process model. That process model can do anything you want such as write information to a database or make another integration call.