Question

Using Webhook triggers to append ticket subject

  • 8 December 2023
  • 1 reply
  • 49 views

Good day,

 

i am wondering if anyone can assist me.

 

We need to append the subject line of a ticket once data is inserted into a custom field.

 

My idea is as follows:

Using ticket update triggers so that when we insert data into the custom ticket field that the entered content is automatically appended to the start of the ticket subject. We need the data to be added to the start of the subject. It shouldn’t remove any information.


1 reply

Badge +1

edit your automation rules and set up to do a trigger a webhook 

 

{
    "subject": "{{ticket.custom_field_placeholder}} - {{ticket.subject}}"
}

 

 

Reply