Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Good Day Expert,
Is it possible to call Appian actions and related actions using OpenAI ChatGPT in Appian?If yes, could you please guide me on this?
Thanks in advance.
Cheers,
Kalai.
Discussion posts and replies are publicly visible
Actions are processes. You could expose these process through web APIs and have other systems call these.
ChatGPT is just a web-UI. Not sure how that could call these APIs.
What are you looking for?
Thanks Stefan Helzle for your response.
We are trying very similar to recordchat option using chatGPT where we can achieve ChatGPT features as well as trigger some record actions
Did you consider using this?
https://docs.appian.com/suite/help/26.3/Chat_Component.html
No, ChatGPT cannot directly call Appian actions or related actions. Appian's AI Copilot handles AI interactions internally, while external OpenAI integrations process prompts and trigger Appian processes indirectly via integrations, not direct action calls.
yes, I did.. I've gone through the pages but not getting exact result as I wanted so looking for more examples
OK. Can you explain your goal in more detail?
I would like the solution to support the following capabilities:
In addition, features of chatGPT,
You can do all of this using the record chat field. But, to be fair, you have to create all the content-display-logic yourself.
yeah, thanks Stefan Helzle . That's what trying to do.