Trigger AI Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
We have developed an AI agent to classify cases based on the short description and description fields. The agent performs as expected and provides accurate results during manual testing.
We are now aiming to automate this process. To achieve this, we have created a "Add trigger" with the following details:
Select a Trigger: Created
Name: Trigger when case is created
Trigger Objective: To classify cases automatically
Trigger is ON
Table: Case
Run As: Myself (sys_id has been added in the script)
However, the trigger does not execute when a new case is created.
Could you please advise if there is anything missing or incorrectly configured that might be preventing the AI agent from being triggered?
OR
Do we need to create agentic workflow & trigger from there? even if it is only one AI agent to add in it.
Note:AI aAgent is Active.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Yes. I have added trigger as updated & selected table as Case & condition = state is one of NEW or Open. Now,I am expecting that when I update the case(New/open) this ai agent should trigger .however it was not happening.