Problem: When an AI intent is successfully completed (e.g., gathering information and sending a webhook to Rewst for an email block), we want the ticket to close automatically. Currently, even if we configure the AI's final reply to say "This ticket will now be closed," the system still appends the "Does this resolve your issue?" question. This prevents the ticket from closing and requires the user to reply or a technician to manually review and close it. This defeats the purpose of a zero-touch, automated workflow. Use Case Example: A user requests to block an email domain. The AI intent gathers the domain and sends a webhook to Rewst. The AI is configured to reply: "We've blocked [domain] as requested. This ticket will now be closed." Actual Behavior: The AI sends the message but also adds, "Does this resolve your issue?" The ticket remains open. Desired Behavior: The AI sends only the configured message, and the ticket status is immediately set to "Closed." Proposed Solution: Add a new option to the Intent configuration, such as a checkbox: [ ] Auto-close ticket on successful completion When this is enabled, the intent should run, send its final configured reply, and then immediately set the ticket status to "Closed" without asking for user confirmation.