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

# Attach message to existing job

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

Attaches an inbox message to an existing job

## Path parameters

- `uuid` string, uuid, required

## Request body

- AttachToJobRequest
  - `job_uuid` string, uuid, required

## Response `200`

Message attached to job

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

## Other responses

- `404` — Job not found

---

[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)
