Introduction
Txtly is a developer-first email delivery platform with visual workflow automation. Send transactional emails, manage domains, build audiences, and automate workflows with a simple API.
Base URL
All API requests should be made to:
https://api.txtly.com.auQuick Start
Send your first email with a simple cURL request. You'll need an API key with sending permissions.
curl -X POST https://api.txtly.com.au/emails \
-H "Authorization: Bearer tx_live_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"to": "user@example.com",
"from": "noreply@yourdomain.com",
"subject": "Welcome to Txtly",
"html": "<p>Hello! This is your first email.</p>"
}'The API will respond with details about your sent email:
{
"id": "email_abc123xyz",
"to": "user@example.com",
"from": "noreply@yourdomain.com",
"subject": "Welcome to Txtly",
"status": "accepted",
"created_at": "2024-03-21T10:30:00Z"
}Key Features
Txtly provides a comprehensive suite of tools for email delivery and automation:
Transactional Email
Send emails directly via API with full control over content and routing.
Domain Management
Configure and verify your domains with DKIM and SPF support.
Audience & Broadcasts
Manage contacts, segments, and send broadcast campaigns.
Workflow Automation
Build visual workflows to automate complex email sequences.
Webhooks
Receive real-time notifications for delivery events and user actions.
Templates
Create reusable email templates with dynamic variable support.
SDKs
Official SDKs for popular programming languages are coming soon. In the meantime, you can use the REST API directly or any HTTP client library.
Support
Have questions? Get in touch with our support team at support@txtly.com.au