Use OpenAI to Suggest Responses to New Tickets Crate
What does the Use OpenAI to Suggest Responses to New Tickets Crate do?
The workflow in this Crate automatically adds AI-generated troubleshooting advice as an internal note to new PSA tickets that contain only the initial problem description. This gives IT technicians immediate guidance on how to approach and resolve the reported issue, while ensuring the advice is security-focused and appropriate for technical staff rather than end users.
The workflow only acts on tickets with a single note to avoid interfering with tickets that already have ongoing conversations or resolutions.
How the Crate works
The workflow starts and identifies which PSA system sent the trigger by checking the organization's default PSA setting.
It waits briefly to see if other automations will handle the ticket first, avoiding duplicate responses.
Based on the PSA type, it fetches ticket notes:
ConnectWise PSA: Lists service ticket notes
Datto PSA: Lists notes on ticket
Halo PSA: Lists ticket actions and notes
Kaseya BMS: Uses ticket details directly
It then verifies that the ticket has exactly one note. If there are no notes or multiple notes, the workflow ends without action
If there's a single note, it sends the ticket content to OpenAI with:
System prompt, positioning AI as a helpful IT helpdesk mentor
The ticket note as the problem to solve
Instructions to provide advice to technicians and not end users
OpenAI generates a helpful response with markdown formatting, focusing on security-conscious advice.
The AI-generated response is added as an internal note to the original ticket.
Crate prerequisites
Before unpacking this Crate, you'll need to successfully integrate one of the following PSAs with Rewst:
You'll also need to have our OpenAI integration successfully set up.
The organization variable default_psa
must be set to match your PSA system.
Unpack the Use OpenAI to Suggest Responses to New Tickets Crate
Navigate to Crates > Crate Marketplace in the left side menu of the Rewst platform.
Search for
Use OpenAI to Suggest Responses to New Tickets
.Click on the Crate tile to begin unpacking.
Enter
OpenAI:
into the configuration field.Click Continue.
Find the accordion menu that corresponds with your brand of PSA under the Configure Triggers menu. Click it to expand and view options.
Ensure that Enabled is toggled on for your desired PSA, and off for all others. You may also add trigger criteria and integration overrides if you wish.
Click Unpack.
Use the Crate
Create a dummy ticket in your PSA with an issue that you clearly know how to solve. The ticket should only have one note.
Wait for the webhook trigger in the workflow to trigger automatically.
Check the ticket in your PSA after several minutes for the AI-generated internal note.
If you don't see the note:
First confirm that your OpenAI and PSA integrations are successfully set up, and the required org variable is set.
Navigate to Automations > Workflows in the left side menu of your Rewst platform
Search for
Use OpenAI to Suggest Responses to Tickets
.Click on the workflow to view it in the Workflow Builder.
Click
to view the workflow results.
If an execution is listed with failure, click > to view the execution summary.
Last updated
Was this helpful?