> ## Documentation Index
> Fetch the complete documentation index at: https://kainotomia-aa039c7f.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Envoyer invitation

🧠 Agent concerné : Elio

# LIMOVA - Envoi de Demande de Connexion LinkedIn Automation

## Route

### Envoyer une demande de connexion

**POST** `/linkedinAutomation/network/connect`

Envoie une demande de connexion à un profil LinkedIn.

**Corps de requête :**

```json theme={null}
{
  "type": "object",
  "properties": {
    "linkedin_url": {
      "type": "string"
    },
    "campaignId": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "country": {
      "type": "string",
      "default": "FR"
    }
  },
  "required": ["linkedin_url", "campaignId"]
}
```

**Coût :** 20 Token(s)

**Réponse :**

```json theme={null}
{
  "$ref": "#/components/schemas/LinkUpResponse"
}
```
