Get transactional email details by slug
{ "success": true, "transactional": { "id": "txn_abc123", "name": "Welcome Email", "slug": "welcome", "enabled": true, "variables": ["NAME", "COMPANY_NAME", "LOGIN_URL"], "createdAt": "2024-01-15T10:30:00Z", "updatedAt": "2024-01-15T10:30:00Z" } }
curl "https://api.sequenzy.com/api/v1/transactional/welcome" \ -H "Authorization: Bearer YOUR_API_KEY"
variables