Command Center
Quick Send
Campaigns
Analytics
Lead Flows
Submit leads via API to trigger immediate sends + automated drip follow-ups.
POST /api.php?action=ext_lead_submit
{
"flow_id": "flow_xxx",
"phone": "5551234567",
"first_name": "John",
"last_name": "Doe",
"source": "zapier"
}
Response:
{
"success": true,
"lead_id": 42,
"sent": true,
"tracking_id": "abc123",
"drips_queued": 2
}
Rate limit: 300 requests/min per API key. Variables: {first_name}, {last_name}, {phone}, {call_number}, and any custom fields.
Settings
Charged per message the provider accepts, set per brand. This drives revenue, profit and margin on the P&L and Billing tabs. Changing a rate revalues all historical revenue for that brand, it is not effective-dated, so past periods will stop matching anything you have already invoiced.
Carriers limit how many messages a 10DLC brand may send per day. Traffic past the limit is still accepted and still billed, then dropped by the carrier, so the only way to save that money is not to send it. Sending stops for the capped carrier only; every other carrier keeps running at full rate. Set a limit to 0 to leave a carrier uncapped. Changes take effect within 60 seconds, no restart needed.