Articles in this section
Category / Section

BoldDesk Event Triggers: Conditions, Actions & Rule Order

Updated:

Event triggers automatically perform actions when specified events occur and the rule’s conditions are met. Rules execute in top‑down order on the listing page, and you can drag and drop to reorder them anytime.

Event Trigger Condition

You can add conditions using AND and OR logic. Condition fields are classified into:

  • System fields
  • Custom fields

System Fields

The following system fields are available:

Field Name Description
Subject Title of the ticket. The subject field is case insensitive.
Description The description of the ticket.
Email Received At Provides the email address of the inbox through which the ticket is created using email in the ticket creation process.
Brand Brands associated with the organization.
Category Specifies the category to which the created ticket belongs.
Status Shows the status of the ticket.
Priority Shows the priority of the ticket.
Type Specifies the type of ticket.
Source Source from which the ticket is created, such as agent portal, customer portal, email, etc.
Assigned Agent Specifies the agent assigned for the particular ticket.
Assigned Group Specifies the group to which the ticket belongs.
Tag Specifies the tag associated with the tickets.
Visibility Denotes the visibility of the ticket, either public or private; private tickets will not be visible in the customer portal.
Creator Specifies the creator of the ticket.
Requester Specifies the requester of the ticket.
Requester Email Represents the requester’s email address.
Contact Group Represents the contact group (Company) of the ticket requester.

Custom Fields

You can also use custom fields from Ticket, Contact, and Contact Group modules in conditions.

Event Trigger Action

When a rule matches, the following actions can be applied:

  • Field Update
  • Assignment Action
  • Email Notification
  • Comment Addition

Field Update

Event trigger automation updates the following system and custom fields with the respective values chosen in action,

Action Name Description
Set Status Sets the ticket to the specified status.
Set Priority Sets the ticket to the specified priority.
Set Type Sets the ticket to the specified type.
Set Category Sets the ticket to the specified category.
Set Subject Sets the ticket subject to the specified content.
Add Tag Adds the specified tags to the ticket.
Remove Tag Removes the specified tags on the ticket.
Add CC Adds the specified CCs to the ticket if they are not present in the matched tickets.
Remove CC Removes the specified CCs from the ticket.
Add Watcher Adds the specified watchers to the ticket.

Assignment Action

Event trigger assigns the ticket to either a specified group or an agent.

Action Name Description
Set assignee Assign the matched tickets in the following ways:
  1. Group
  2. Agent
  3. Group and agent belong to it

Email Notification

Time trigger sends the notification to the specified user with the provided message.

Action Name Description
Sent Email to User Sends email to the chosen users with the specified subject and message.
Provides placeholders to specify the contents related to the ticket dynamically.
Sent Email to Group Sends email to the chosen group with the specified subject and message.
Provides placeholders to specify the contents related to the ticket dynamically.

Comment Addition

Event trigger adds a note with the specified message to the matched tickets.

Action Name Description
Add Private Note Adds a private note to the matched tickets with the specified message.

Event triggers can be further classified as follows,

  • Create ticket triggers
  • Update ticket triggers

Create Ticket Triggers

The create ticket triggers perform a set of actions on ticket creation if the rule condition matches the ticket.

Some of the use cases are,

  • Add a user to the watchers’ list.
  • Add some tags.
  • Change the ticket priority based on the customer.

Refer to the below video to know more about Create Ticket Workflow Automation,

Follow the given steps to create an automation rule,

  1. Go to Admin → Ticket Automation → Create Ticket Triggers.

  2. Click Add Rule.

  3. Enter a Rule Name and Description.

  4. Build conditions using fields with AND/OR logic.

  5. Click Add new condition to include a new condition.

    Choose_condition_Tab_in_Create_Ticket_Trigger_Page.png

  6. Click Next, then select Actions to apply.

    Set_Action_Tab_in_Create_Ticket_Trigger_Configuration.png

  7. Click Add to save the rule; you’ll be redirected to the listing page.

    Create_Ticket_Trigger_Page.png

  8. Reorder rules by drag and drop as needed.

  9. From the listing, you can Edit, Deactivate, or Delete a rule.

    More_Options_available_for_an_Create_Ticket_Trigger.png

Update Ticket Triggers

The update ticket triggers perform a set of actions on ticket updates if the rule condition matches the ticket. The rule will be executed on events such as adding a reply, adding a note, updating a property, and receiving customer feedback.

Some of the use cases are,

  • When the requester and agent reply count exceeds more than n number, change the priority to high.
  • Send notification to the manager when negative feedback is received.

Refer to the below video to know more about Update Ticket Workflow Automation,

Follow the given steps to create an automation rule,

  1. Select the Admin module in the left menu.

  2. Choose Update Ticket Triggers from the Ticket Automation menu.

  3. Click Add Rule on the top palette.

  4. Enter the Rule Name and Description on the create rule screen.

  5. Choose the fields from the list to frame a condition for determining the tickets to which the rule will be applied in AND and OR conditions.

  6. Click Add new condition to include a new condition.

    Page_for_setting_conditions_in_the_pannel_for_Update_Ticket_Trigger.png

  7. Click Next and select the actions to be applied to the tickets.

    Set_Action_Tab_in_Update_Ticket_Trigger_Configuration.png

  8. Click Add to save the rule. On successful rule creation, the confirmation message will be shown and you will be redirected to the listing page. You can change the order of the rule by drag and drop.

    Update_Ticket_Trigger_Page.png

  9. You can edit, deactivate, and delete the rule on the listing page.

    More_Options_available_for_an_Update_Ticket_Trigger.png

Frequently Asked Questions (FAQs)

1) What are event triggers in ticket automation, and when do they run?
Event triggers automatically perform actions when a defined event happens (like ticket creation or ticket update) and the rule’s conditions are met.

2) What is the difference between Create Ticket Triggers and Update Ticket Triggers?

  • Create Ticket Triggers run right after a ticket is created.
  • Update Ticket Triggers run when a ticket is updated (e.g., a reply or note is added, a property changes, or feedback is received).

3) How do I define conditions for a trigger?
Build conditions using AND and OR logic. Use Add new condition to include more statements. The rule runs only when the whole condition evaluates to true.

4) Which fields can I use in setting conditions?
You can use System fields and Custom fields.
System fields include: Subject, Description, Email Received At (the mailbox that created the ticket), Brand, Category, Status, Priority, Type, Source, Assigned Agent, Assigned Group, Tag, Visibility (public/private), Creator, Requester, Requester Email, Contact Group.
Custom fields can come from Ticket, Contact, and Contact Group modules.

5) Which field updates are supported?
You can Set Status, Set Priority, Set Type, Set Category, Set Subject, Add/Remove Tag, Add/Remove CC (adds only if the CC isn’t already present), and Add Watcher.

6) How does assignment work?
Use Set assignee to assign tickets to a Group, to an Agent, or to an Agent within a specific Group.

7) Can triggers send emails or add internal notes, and are those notes visible to customers?
Yes. Triggers can Send Email to User or Send Email to Group and support placeholders to insert ticket details dynamically. Triggers can also Add Private Note, which is internal and not visible in the customer portal.

8) How do I create and manage triggers?

  • Create Ticket Triggers: Go to Admin → Ticket Automation → Create Ticket Triggers, click Add Rule, enter Rule Name and Description, set conditions, click Next to choose actions, then Add to save.
  • Update Ticket Triggers: Go to Admin → Ticket Automation → Update Ticket Triggers and follow similar steps.
    From the listing page, you can drag and drop to reorder, and Edit, Deactivate, or Delete rules.
Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied