Complete reference for integrating MailFra's cold email automation platform into your applications
The MailFra API allows you to programmatically manage campaigns, prospects, email sequences, and more. All endpoints are RESTful and return JSON responses.
https://mailfra.com/api/v1Generate an API Key
Go to Settings → API Keys to create your key
Install SDK or HTTP Client
npm install axiosMake Your First Request
const axios = require('axios');
const response = await axios.get('https://mailfra.com/api/v1/campaigns', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY'
}
});
console.log(response.data);Rate limits vary by subscription tier. Headers include X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset. See Authentication section for details.
Start your cold email journey with Mailfra today and get your first 3 months completely free. No credit card required.
Offer expires in 48 hours. Only 127 spots remaining.