Engagement
Campaigns
Manage marketing campaigns, email/SMS sequences, landing pages, A/B tests, and workflow automation.
Sequences
Email/SMS nurture sequences
Landing pages
Create and manage landing pages
Workflows
Automation and A/B testing
Create Campaign
Body Parameters
| Parameter | Type | Description |
|---|---|---|
namereq | string | Campaign name |
description | string | Campaign description |
type | stringemailsmsmixed | Campaign type |
status | stringdraftactivepausedcompleted | Initial status |
Request
HTTP
http
POST https://api.leadron.io/v1/campaigns
X-API-Key: ldr_live_sk_a1b2c3d4e5f6g7h8i9j0
Content-Type: application/jsonBody
json
1
2
3
4
5
6
{
"name": "Q1 Nurture",
"description": "Lead nurture sequence",
"type": "email",
"status": "draft"
}Response201Created
201 Response
json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"success": true,
"status": 201,
"message": "Resource created successfully",
"data": {
"id": "camp_001",
"name": "Q1 Nurture",
"type": "email",
"status": "draft",
"createdAt": "2026-02-08T14:30:00.000Z"
},
"meta": {
"timestamp": "2026-02-08T14:30:00.000Z",
"version": "v1"
}
}List Campaigns
Get Campaign
Update Campaign
Sequences
Templates
Landing Pages
Workflows
Workflows are under /v1/workflows.
Event ingestion & webhooks
Use these endpoints to drive workflows from external events or webhooks. Event ingestion is intended for internal/cross-service use (e.g. form submissions, lead stage changes). Webhooks allow external systems to trigger a published workflow by its definition ID.