Methods to Link Activities to a Ticket in BoldDesk
BoldDesk provides multiple methods to create and link activities to support tickets, including manual creation, automation, and API integration. This guide outlines each method with step-by-step instructions and helpful resources.
- You can link up to 500 activities to a single ticket.
- Bulk importing activities to a ticket is not supported.
Steps to Link Activities to a Ticket
Option 1: Manual Creation of Activities
- Navigate to the ticket where you want to link activities.
- Switch to the Activity tab and click the Activity button to create a new activity.
- Select the activity type based on your preference.
- Create individual activities manually by following the instructions in the article below on How to Create, View, Edit, and Delete Task Activity.
- To link an existing activity to the ticket, refer to this article.
Option 2: Using Automation to Create Activities
Use automation rules to automatically create activities when specific conditions are met.
For detailed setup instructions, refer to this article on How to Automatically Create Activity Using Automation Trigger.
Maximum of 5 activities can be created per automation rule.
Option 3: Using the BoldDesk API
Use BoldDesk’s REST API to programmatically create and link activities to tickets.
- Use our REST API endpoint, Create Activity, to create activities and link them with the ticket.
- Write a script or use API tools (e.g., Postman) to create and link activities programmatically.
- Ensure all activities are correctly linked to the desired ticket.
Frequently Asked Questions (FAQ)
Q1. What is the maximum number of activities I can link to a ticket?
You can link up to 500 activities per ticket.
Q2. Can I bulk import activities to a ticket?
No. Bulk importing activities is not supported at this time.
Q3. Can I automate activity creation for every ticket?
Yes, but each automation rule can create a maximum of 5 activities.
Q4. Is there an API to create and link activities?
Yes. Use the Create Activity endpoint in BoldDesk’s REST API.