Evidence Summary
- Workflow run
ticket-autoanswer-crud-20260519T155118Z- Route
/tickets/apoio/autoanswer- Verified automatic response id
5- Final state
- Disposable automatic response deleted and absent from
DT_Select_tickets_autoanswer.
Create an Automatic Response
- Open Tickets, Support Files, then Automatic Responses.
- Click Add Automatic Responses.
- Fill required Name.
- Select required Collaborator. The verified run used Demo, internal id
1. - Use Active only when the automatic response is ready to be used.
- Click Save.
The verified create used id=-1, name=AI autoanswer 155118, codempr=1, and omitted the active checkbox so the record stayed inactive. The response returned {"succeeded":true,"message":{"autoanswer":{"modified":true,"id":5}}}.
Edit an Automatic Response
- From the automatic responses list, click the row edit action.
- OfficeGest opens
/tickets/apoio/autoanswer/view/{base64 id}. - Change the name, collaborator, or active flag.
- Click Save.
- Return to the list and confirm the row shows the updated values.
The verified update saved id=5, name=AI autoanswer edit 155118, and codempr=1. The response returned {"succeeded":true,"message":{"autoanswer":{"modified":true,"id":"5"}}}, and the list showed collaborator Demo with active=0.
Delete an Automatic Response
- From the automatic responses list, click the row delete action.
- Confirm the Are you sure you want to delete? prompt.
- Confirm the row disappears from the list.
Delete uses ticketsautoanswer with option=delete_auto_answer. The verified delete used id=5 and returned {"succeeded":true,"message":{"autoanswer":true}}. A final DT_Select_tickets_autoanswer call confirmed AI autoanswer edit 155118 no longer existed.
Artifacts
raw/playwright/workflows/ticket-autoanswer-crud-20260519T155118Z.jsonraw/playwright/workflows/ticket-autoanswer-source-20260519T155500Z.jsonraw/playwright/workflows/ticket-autoanswer-source-20260519T155500Z.txtassets/screenshots/ticket-autoanswer-crud-20260519T155118Z-01-autoanswer-list.pngassets/screenshots/ticket-autoanswer-crud-20260519T155118Z-02-autoanswer-view-after-create.pngassets/screenshots/ticket-autoanswer-crud-20260519T155118Z-03-autoanswer-after-delete.png