Get Started with Fuddlink

Start sending reliable emails in minutes. Follow our step-by-step guide to integrate Fuddlink into your application.

1

Create Your Account

Sign up for a free Fuddlink account to get your API credentials and access to the dashboard.

Sign Up Free
2

Get Your API Key

Once registered, navigate to your dashboard to generate your API key and configure your sending domain.

API_KEY=fuddlink_live_xxxxxxxxxxxxxxxxxxxxxxxx
3

Send Your First Email

Use 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>"
  }'

Choose Your Integration Method

REST API

Full-featured HTTP API for maximum flexibility and control.

  • Advanced templating
  • Bulk sending
  • Rich analytics
View API Reference

SMTP

Standard SMTP for easy integration with existing applications.

  • Drop-in replacement
  • TLS encryption
  • Authentication
SMTP Setup Guide

Need Help Getting Started?

Our support team is here to help you get up and running quickly.