API Reference/Documentation
GitHubDashboard
Engagement

Communications

Send email, SMS, log calls, and manage conversation threading. Includes templates, unified inbox, and inbound message handling.

Email & SMS

Send via Twilio/SendGrid

Call logging

Log calls and recordings

Conversations

Thread and unified inbox

Engagement Tracking

Open pixels and click tracking

Email Accounts

Connect Gmail, Outlook, IMAP

Bounce Handling

Bounce and complaint webhooks

Send Email

Body Parameters

ParameterTypeDescription
toreq
stringRecipient email
subjectreq
stringEmail subject
body
stringPlain text or HTML body
templateId
stringTemplate ID (alternative to body)
templateData
objectTemplate variables
leadId
stringAssociated lead ID
opportunityId
stringAssociated opportunity ID
Request
HTTP
http
POST https://api.leadron.io/v1/communications/send/email
X-API-Key: ldr_live_sk_a1b2c3d4e5f6g7h8i9j0
Content-Type: application/json
Body
json
1
2
3
4
5
6
{
  "to": "jane@example.com",
  "subject": "Follow up",
  "body": "Hi Jane, following up on our call...",
  "leadId": "6789abcdef012345"
}
Response200OK
200 Response
json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "success": true,
  "status": 200,
  "data": {
    "id": "msg_001",
    "to": "jane@example.com",
    "status": "sent",
    "createdAt": "2026-02-08T14:30:00.000Z"
  },
  "meta": {
    "timestamp": "2026-02-08T14:30:00.000Z",
    "version": "v1"
  }
}

Send SMS

Inbox

Preferences

Templates

Call Logging

Conversations

Inbound Webhook

Email Tracking

Public endpoints used by email clients to track opens (via a 1x1 transparent pixel) and link clicks (via 302 redirects). These endpoints require no authentication and are automatically embedded in outgoing emails when a leadId is provided.

Info

Tracking tokens are HMAC-signed and encode messageId, tenantId, leadId, and workflowExecutionId. No database lookup is needed to serve the pixel or perform the redirect.

Track Open

Track Click

Bounce Webhook

Email Accounts

Connect external email providers (Gmail, Outlook, IMAP/SMTP) to the platform. Once connected, users can view their inbox, send and reply to emails, and the platform monitors inboxes for lead-related email activity at scale.

List Accounts

Connect Gmail

Connect Outlook

Connect IMAP

OAuth Callback

Get Account

Disconnect Account

Fetch Inbox

Folder Counts

Fetch Message

Send Email (from Account)

Reply (from Account)