ArgorantDocs

Launch

posthttps://app.argorant.com/api/v1/campaigns/{campaign_id}/launch
POST
/api/v1/campaigns/{campaign_id}/launch

Starts sending. Refused with the list of launch_blockers while the campaign has no email, no sender with capacity or no lead. /pause holds it, /stop ends it for good.

Authorization

BearerAuth
AuthorizationBearer <token>

Your API key from app.argorant.com/profile, sent as Authorization: Bearer <key>.

In: header

Path Parameters

campaign_id*string

Campaign id.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

Shell
curl -X POST "https://app.argorant.com/api/v1/campaigns/7f3a2c1e-9b4d-4e8a-a1c2-5d6e7f8a9b0c/launch" \  -H "Content-Type: application/json" \  -d '{}'
JSON
{  "campaign": {    "id": "7f3a2c1e-9b4d-4e8a-a1c2-5d6e7f8a9b0c",    "name": "Q4 CFO outreach",    "status": "active"  }}