create_intake_work_item
Create a new intake work item in a project by providing workspace slug, project ID, and item data. Returns the created work item.
Instructions
Create a new intake work item in a project.
Args: workspace_slug: The workspace slug identifier project_id: UUID of the project data: Intake work item data as a dictionary
Returns: Created IntakeWorkItem object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| extra | No | ||
| inbox | No | ||
| issue | No | ||
| intake | No | ||
| source | No | ||
| status | No | ||
| project | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| deleted_at | No | ||
| updated_at | No | ||
| updated_by | No | ||
| external_id | No | ||
| duplicate_to | No | ||
| issue_detail | No | ||
| snoozed_till | No | ||
| source_email | No | ||
| external_source | No |