YourTrend
Email API & SMTP Campaigns Automations SMS Web push Messengers Unified inbox Secure mail Analytics
ENUKRU
Sign in Start free
SDK · Go

YourTrend SDK for Go

The Go SDK is a single dependency-free file. Download it, include it, and send email, SMS and push via the YourTrend REST API.

Install

shell
curl -O https://yourtrend.online/sdk/yourtrend.go

Send an email

go
package main

import "yourtrend"

func main() {
    c := yourtrend.New("YOUR_API_KEY")
    c.SendEmail(
        "noreply@yourdomain.com",
        "user@example.com",
        "Hello from YourTrend",
        "<h1>Hi!</h1>",
    )
}

Methods: sendEmail, sendSms, push (web push) and validateEmail. Each returns the HTTP status and the response body.

FAQ

Any external dependencies?

No. The Go SDK is a single standard-library file, no package manager required.

Where do I get an API key?

In the dashboard → API keys. Issue a key with only the scopes it needs.

Start sending in minutes

Free to start. Scale when you grow. Your customers get every message.