Start sending reliable emails in minutes. Follow our step-by-step guide to integrate Fuddlink into your application.
Sign up for a free Fuddlink account to get your API credentials and access to the dashboard.
Sign Up FreeOnce registered, navigate to your dashboard to generate your API key and configure your sending domain.
API_KEY=fuddlink_live_xxxxxxxxxxxxxxxxxxxxxxxxUse our REST API or SMTP to send your first email. Here's a quick example:
curl -X POST https://api.fudd.link/v1/send \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"from": "hello@yourdomain.com",
"to": "user@example.com",
"subject": "Welcome to Fuddlink!",
"html": "<h1>Hello World!</h1>"
}'Full-featured HTTP API for maximum flexibility and control.
Standard SMTP for easy integration with existing applications.
Our support team is here to help you get up and running quickly.