Bulk Create ITSM Tickets (Sync)
Tickets
Bulk Create ITSM Tickets (Sync)
Create multiple ITSM tickets synchronously.
Calls the vendor’s bulk create API directly and returns per-ticket results immediately. Supports both Leen UUID fields and vendor ID fields (project_vendor_id, assigned_user_vendor_id, parent_ticket_vendor_id, type_vendor_id).
When vendor IDs are provided, local DB persistence is skipped (ticket_id=None in results) and the tickets will appear after the next connector sync.
Response (200 OK):
- total/succeeded/failed counts
- results[]: per-ticket entry with vendor_ticket_id on success, error on failure
- HTTP status is always 200; check failed > 0 for per-ticket failures
POST
Bulk Create ITSM Tickets (Sync)
Documentation Index
Fetch the complete documentation index at: https://docs.leen.dev/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
List of tickets to create (1-50 items)
Required array length:
1 - 50 elementsResponse
Successful Response