[REWST- TASK] PSA-Kaseya BMS: Update Ticket

This workflow automates key ticket operations in Kaseya BMS—like adding notes, updating fields, and logging time—making it a powerful tool for managing tickets beyond just creation. MSPs can use it to handle RMM-triggered updates, enforce documentation standards, track time accurately, and meet compliance requirements. It checks that the ticket exists, applies the requested changes, and uses system roles and work types to keep data clean. This helps build full automation chains that keep tickets up to date with little manual effort.

This workflow contains 16 tasks.

Inputs

  • ticket_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

  • begin: Core integration: noop

  • kaseya_create_external_note: Creation/initialisation

  • check_time: Validation/verification

  • kaseya_bms_list_tickets: Kaseya BMS integration: List Tickets

  • check_notes: Validation/verification

Jinja example

{{ CTX.ticket_id }}

This is used in input for kaseya_bms_update_ticket.

Last updated

Was this helpful?