App Dashboard / Tools Live Send
Real send pipeline
Live Send Test
This tests the real Phase 4 flow: API key permission, template rendering, suppression check, MailBridge SMTP send or queue record, email log, event log and audit log.
Send through API endpoint
Use this request with a real dashboard API key. Set connected_mailbox_id to send now through MailBridge SMTP, or omit it to queue only.
POST http://api.fulcrumsend.com/v1/email/send
Authorization: Bearer YOUR_FS_LIVE_KEY
Content-Type: application/json
{
"to": "customer@example.com",
"subject": "Hello {{first_name}}",
"text": "Hi {{first_name}}, this is a FulcrumSend test.",
"variables": {"first_name": "Ada"},
"connected_mailbox_id": 1,
"direct_send": true
}
What is enforced now
API key authSuppression checkTemplate variablesMessage logsEvent logsMailBridge SMTP
This is not a bulk campaign worker yet. It is a real transactional/MailBridge send pipeline foundation.
Email messages
0
Events
0
Queue
0
FulcrumSend Phase 3: functional CRUD foundation added inside one dashboard interface.