[REWST- TASK] ConnectWise PSA: Update Ticket

This ConnectWise PSA ticket update workflow helps MSPs streamline ticket management by handling different note types, updating statuses, and logging time automatically. It standardizes documentation, captures billable hours, supports automation from monitoring alerts, and keeps client communication clear while protecting internal discussions. The workflow checks inputs, pulls ticket data, applies configured updates, and ensures everything follows company policies—making it easy to integrate with other automations.

This workflow contains 26 tasks.

Inputs

  • ticket_id - string

  • cwm_tech_id - string

  • work_minutes - string

  • external_note - string

  • internal_note - string

  • resolution_note - string

  • complete_workflow - string

  • set_ticket_status - string

Outputs

  • automation_log: Standardized Rewst automation log

Key tasks

  • format_output: Core integration: noop

  • check_time_entry_org_var: Validation/verification

  • note_type: Core integration: noop

  • add_internal_resolution_note: ConnectWise PSA integration: Add Note to Service Ticket

  • add_internal_note: ConnectWise PSA integration: Add Note to Service Ticket

Jinja examples

Example 1

{{ ORG.VARIABLES.time_entry_ticket_status | d }}

Used in transition condition

Example 2

{{ CTX.internal_note|d }}

Used in transition condition

Last updated

Was this helpful?