---
title: "Post Invites"
method: POST
path: "/api/linkedin-poc/invites"
tags: ["LinkedInPoC"]
---

# Post Invites

`POST /api/linkedin-poc/invites`

Enqueue connection-request invites for a list of LinkedIn profile URLs.

Before sending: refreshes routing and (for GetSalesTransport) bootstraps the
workspace + ensures the connect flow. Per-URL failures are recorded as
ok=false rows rather than aborting the whole request.

## Cookies

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

## Request body

- InvitesRequest
  - `account_ref` string, required
  - `note` string, required
  - `profile_urls` string[], required
  - `project_id` string

## Response `200`

Successful Response

- InvitesResponse
  - `results` InviteResultRow[], required
    - `profile_url` string, required
    - `ok` boolean, required
    - `sent_id` string, nullable
    - `connection_state` 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)
