Email

Email sending domains and relay zones.

Base https://api.nodion.com. Short paths needX-Nodion-Project unless the path already has/v2/projects/{id}. Request bodies are in the interactive docs.

GET/v2/email_domains

List email domains in the current project

Scope readInteractive docs

POST/v2/email_domains

Create an email domain in the current project

Scope writeInteractive docs

POST/v2/projects/{id}/email_domains

Create an email domain

Scope writeInteractive docs

POST/v2/email_domains/{id}/verify

Verify an email domain's DNS

Scope writeInteractive docs

POST/v2/email_domains/{id}/activate

Activate an email domain

Scope writeInteractive docs

POST/v2/email_domains/{id}/verify_return_path

Verify an email domain's Return-Path CNAME

Scope writeInteractive docs

GET/v2/email_zones

List email zones in the current project

Scope readInteractive docs

POST/v2/email_zones

Create an email zone in the current project

Scope writeInteractive docs

POST/v2/projects/{id}/email_zones

Create an email zone

Scope writeInteractive docs

GET/v2/email_zones/{id}/messages

List recent messages for an email zone

Scope readInteractive docs

GET/v2/email_zones/{id}/messages/{messageId}

Get one email zone message including body and SMTP response

Scope readInteractive docs

GET/v2/email_zones/{id}/attachments

List an email zone's application attachments

Scope readInteractive docs

POST/v2/email_zones/{id}/attachments

Attach an email zone to an application

Scope writeInteractive docs

PATCH/v2/email_zone_attachments/{id}

Update an email zone attachment

Scope writeInteractive docs

DELETE/v2/email_zone_attachments/{id}

Detach an email zone from an application

Scope writeInteractive docs