accelo_create_request
Create a new Accelo request with required title and type ID, and optionally set body, priority, affiliation, and source to log tickets or tasks.
Instructions
Create a new request.
Args: title: Request title (required) type_id: Request type ID (required) body: Request body affiliation_id: Affiliation ID priority_id: Priority ID source: Source ('email' or null) fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| title | Yes | ||
| fields | No | ||
| source | No | ||
| type_id | Yes | ||
| priority_id | No | ||
| affiliation_id | No |