---
title: "Post Inbox Send"
method: POST
path: "/api/linkedin-poc/inbox/send"
tags: ["LinkedInPoC"]
---

# Post Inbox Send

`POST /api/linkedin-poc/inbox/send`

Send a DM to a contact identified by profile_url.

Resolves the latest connection_request row for the profile_url (404 if
none), rejects with 409 if not yet accepted, then sends via the pool
exactly like /dm.

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Request body

- InboxSendRequest
  - `profile_url` string, required
  - `text` string, required

## Response `200`

Successful Response

- InboxSendResponse
  - `ok` boolean, required
  - `sent_id` string, nullable
  - `error` string, nullable
  - `retryable` boolean, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/f169bc6e9447/schema)
