Documentation

Build the first email path.

Create a key, verify a sender, send the message, then read the outcome.
curl -X POST https://www.noticeapi.com/api/v1/email/send \
  -H "Authorization: Bearer ntc_xxxxxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "from": "Acme <[email protected]>",
    "to": "[email protected]",
    "subject": "Your receipt",
    "html": "<p>Thanks for your purchase!</p>"
  }'

Choose the next question

Start where the work starts.

What NoticeAPI keeps connected

Every send leaves a trail.

  1. KeyAuthenticate server-side with an ntc_ key.
  2. SenderVerify the domain customers should recognize.
  3. MessageReceive an id and a recipient timeline.
  4. OutcomePoll status or handle a signed webhook.