Overview
The Flywheel Transactional Email API allows you to send emails programmatically to your users. There are two main ways to send transactional emails:- Custom emails - Send emails with custom HTML content, text, and full control over email properties
- Template emails - Send emails using pre-built templates with dynamic variables
Authentication
All transactional email endpoints require authentication using an API key and authentication type header. Include both headers in your requests:Endpoints
The following endpoints are available with interactive API playground for testing:Send Custom Email
Send emails with custom HTML content and full control over email properties
Send Template Email
Send emails using pre-built templates with dynamic variables
Interactive API Playground
All endpoints include an interactive playground where you can test API calls directly from the documentation. The playground includes:- Live testing: Send real API requests with your authentication token
- Code examples: Auto-generated code snippets in multiple languages (cURL, JavaScript, Python, PHP)
- Request/Response validation: Real-time validation of request parameters and response formats
- Authentication testing: Test with your actual API credentials in a secure environment