App Dashboard / Tools Send Preview
Send/API preview
Send/API Preview
Preview production API structure without sending. Future queue workers will enforce domain verification, suppression, quotas and abuse checks.
Endpoint
/v1/email/send
Auth
Bearer
Queue
Async
Suppression
Required
Example API request
POST https://api.fulcrumsend.com/v1/email/send
Authorization: Bearer fs_live_xxxxxxxxx
Content-Type: application/json
{
"from": "noreply@yourdomain.com",
"to": "customer@example.com",
"template": "welcome-email",
"variables": {"first_name": "Ada"},
"metadata": {"source": "opshub"}
}
FulcrumSend Phase 3: functional CRUD foundation added inside one dashboard interface.