€49

Giraffegram

0 ratings
Buy this

Giraffegram

€49
0 ratings

Gracefully handle transactional emails for software developers!

Manage email templates in a rich web interface, then send transactional emails through HTTPS from your favorite programming language.

How it works in short:

  1. Install the software
  2. Create email templates

  3. Send emails through HTTPS from your applications (here a cURL example)
    curl --location 'https://yourdomain/api/email/send' \
    --header 'Content-Type: application/json' \
    --header 'X-Api-Key: DUfBkgxWymtTmcdpXx5neiYSAo6b58NEZDzMfcP8pJqv1FRgXAZGecS5UXWSe2+Z/aDcD0DS2Rhcgdw6+9mHgQ==' \
    --data-raw '{
        "template": "Register user",
        "from": {
            "email": "welcome@yourdomain.com"
        },
        "to": [
            {
                "email": "user@email.com" 
            }
        ],
        "variables": {
            "User": "John Doe"
        }
    }'
Buy this
30-day money back guarantee

Platform designed for software developers to gracefully handle transactional emails. 📧

Copy product URL