Skip to main content

Create ConnectWise Ticket Note (API)

The Create ConnectWise Ticket Note action adds one note to an existing ConnectWise Manage service ticket.

When to Use This Action​

Use this action when you already know the ticket ID and want to add an email, alert, form submission, or earlier action result. Use Update ConnectWise Ticket when the automation must first locate a ticket or also change its status.

How It Works​

  1. The action validates the selected or rendered ticket ID and note text.
  2. The action sends the note and visibility flags to ConnectWise.
  3. The action stores the created note object when ConnectWise succeeds.

Configuration​

FieldDescription
ConnectWise ConnectionSelect the connection to use, or leave it blank to use the default.
Ticket IDKeep the field locked to search ConnectWise tickets by ID or summary. Unlock it to enter a positive numeric ticket ID or text expression.
Note TextEnter nonblank plain text. Supports text expressions.
Detail DescriptionAdd the note to the ticket detail description.
Internal AnalysisAdd the note to internal analysis.
ExternalMake the note externally visible.
Error HandlingChoose what happens if ConnectWise rejects the request.

Returned Variables​

When you configure Store the results in Variable, the created note includes:

PropertyTypeDescription
idnumberCreated note ID
ticketIdnumberTicket ID
textstringNote text
detailDescriptionFlagbooleanDetail description selection
internalAnalysisFlagbooleanInternal analysis selection
externalFlagbooleanExternal visibility selection
memberobjectConnectWise member details
dateCreatedstringCreation timestamp

FAQs​

Can Note Text contain a text expression?​

Yes. The rendered result must contain at least one non-whitespace character.

How do I find a ticket ID?​

Use Query ConnectWise Tickets, or use the ID returned by Create ConnectWise Ticket.