Public
Documentation Settings

Dingo Mail AU API

API for api.dingomail.com.au

Email

GETcheckStatus

https://api.dingomail.com.au/email/:id

Check the status of an email previously sent

HEADERS
keysecret

CLIENT_API_KEY

keyid
PATH VARIABLES
id

61ad5fae747be1587d421562

POSTcreate

https://api.dingomail.com.au/email

Create a new email message

HEADERS
Content-Type

application/json

keysecret

CLIENT_API_KEY

keyid
Bodyraw
{
  "Html": "<Email Body HTML>",
  "Recipient": "<Recipient Email Address>",
  "SenderEmail": "<Sender Email Address>",
  "SenderName": "<Sender Display Name>",
  "Subject": "<Email Subject>",
  "Text": "<Email Alt Text>",
  "UnsubLink": false
}

Optouts

Loading