---
title: "Convert message to job"
method: POST
path: "/inboxmessage/{uuid}/convert-to-job.json"
tags: ["Inbox"]
---

# Convert message to job

`POST /inboxmessage/{uuid}/convert-to-job.json`

Converts an inbox message into a new job, optionally using a job template

## Path parameters

- `uuid` string, uuid, required

## Request body

- ConvertToJobRequest
  - `template_uuid` string, uuid, nullable
  - `note` string, nullable

## Response `201`

Job created successfully

- ConvertToJobResponse
  - `success` boolean
  - `job` object
    - `uuid` string, uuid
    - `id` integer
    - `job_number` string
    - `location` string
  - `message` string

---

[API](https://skmtc.net/servicem8/apis/servicem8-api.md) · [All operations](https://skmtc.net/servicem8/apis/servicem8-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/servicem8/servicem8-api/versions/53ede60e3653/schema)
