> ## 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 deuxieme message

🧠 Agent concerné : Elio

# LIMOVA - Envoi de Second Message LinkedIn Automation

## Route

### Envoyer un second message

**POST** `/linkedinAutomation/campaign/send-second-message`

Envoie un second message dans une campagne.

**Corps de requête :**

```json theme={null}
{
  "type": "object",
  "properties": {
    "campaignId": {
      "type": "string"
    },
    "linkedinUrls": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": ["campaignId", "linkedinUrls"]
}
```

**Coût :** 20 Token(s) + 0.6 Token(s) par résultat

**Réponse :**

```json theme={null}
{
  "$ref": "#/definitions/linkedinCampaignSchema"
}
```
