# MailDiver ## Docs - [Introduction to Managed Service](https://docs.maildiver.com/docs/managed/introduction.md) - [Onboarding](https://docs.maildiver.com/docs/managed/onboarding.md): This is a one-time setup for your account. - [Overview](https://docs.maildiver.com/docs/managed/smtp/overview.md): Send emails with SMTP - [Nodemailer](https://docs.maildiver.com/docs/managed/smtp/nodemailer.md): Send emails with Nodemailer - [How to Add DNS Records](https://docs.maildiver.com/docs/knowledge/guides/add-dns-records.md): Learn how to set up DNS records for MailDiver - [How to Send Broadcast Emails](https://docs.maildiver.com/docs/knowledge/guides/broadcast-emails.md): Learn how to send broadcast emails - [How Automation Workflows Work](https://docs.maildiver.com/docs/knowledge/guides/automation-workflows.md): Learn how to use automation workflows to send triggered emails - [Best Practices](https://docs.maildiver.com/docs/knowledge/guides/best-practices.md): Learn best practices for sending emails - [Welcome to MailDiver](https://docs.maildiver.com/docs/self-hosted/introduction.md): Learn how to deploy and use MailDiver - [Overview](https://docs.maildiver.com/docs/self-hosted/how-to-deploy/overview.md) - [Step 1: Create a root AWS account](https://docs.maildiver.com/docs/self-hosted/how-to-deploy/step1.md): Create a root AWS account - [Step 2: Protect your root account](https://docs.maildiver.com/docs/self-hosted/how-to-deploy/step2.md): Protect your root account - [Step 3: Manage your account](https://docs.maildiver.com/docs/self-hosted/how-to-deploy/step3.md): Create an organization and an account - [Deploy Mail](https://docs.maildiver.com/docs/self-hosted/how-to-deploy/deploy.md): Deploy MailDiver to your own AWS account - [API Reference Introduction](https://docs.maildiver.com/docs/api-reference/introduction.md): MailDiver Email Service APIs - [List emails](https://docs.maildiver.com/docs/api-reference/email/list-emails.md): **Endpoint:** `v1/emails` - [Send email](https://docs.maildiver.com/docs/api-reference/email/send-email.md): **Endpoint:** `v1/emails` - [Get email](https://docs.maildiver.com/docs/api-reference/email/get-email.md): **Endpoint:** `v1/emails/{id}` - [List domains](https://docs.maildiver.com/docs/api-reference/domain/list-domains.md): **Endpoint:** `v1/domains` - [Create domain](https://docs.maildiver.com/docs/api-reference/domain/create-domain.md): **Endpoint:** `v1/domains` - [Get domain](https://docs.maildiver.com/docs/api-reference/domain/get-domain.md): **Endpoint:** `v1/domains/{id}` - [Delete domain](https://docs.maildiver.com/docs/api-reference/domain/delete-domain.md): **Endpoint:** `v1/domains/{id}` - [List audiences](https://docs.maildiver.com/docs/api-reference/audience/list-audiences.md): **Endpoint:** `v1/audiences` - [Create audience](https://docs.maildiver.com/docs/api-reference/audience/create-audience.md): **Endpoint:** `v1/audiences` - [Get audience](https://docs.maildiver.com/docs/api-reference/audience/get-audience.md): **Endpoint:** `v1/audiences/{id}` - [Delete audience](https://docs.maildiver.com/docs/api-reference/audience/delete-audience.md): **Endpoint:** `v1/audiences/{id}` - [List contacts](https://docs.maildiver.com/docs/api-reference/contact/list-contacts.md): **Endpoint:** `v1/audiences/{audienceId}/contacts` - [Create contact](https://docs.maildiver.com/docs/api-reference/contact/create-contact.md): **Endpoint:** `v1/audiences/{audienceId}/contacts` - [Get contact](https://docs.maildiver.com/docs/api-reference/contact/get-contact.md): **Endpoint:** `v1/audiences/{audienceId}/contacts/{contactId}` - [Delete contact](https://docs.maildiver.com/docs/api-reference/contact/delete-contact.md): **Endpoint:** `v1/audiences/{audienceId}/contacts/{contactId}` - [Update contact](https://docs.maildiver.com/docs/api-reference/contact/update-contact.md): **Endpoint:** `v1/audiences/{audienceId}/contacts/{contactId}` - [Send event](https://docs.maildiver.com/docs/api-reference/automation-event/send-event.md): **Endpoint:** `v1/events` - [List workflows](https://docs.maildiver.com/docs/api-reference/automation-workflow/list-workflows.md): **Endpoint:** `v1/workflows` - [Get workflow](https://docs.maildiver.com/docs/api-reference/automation-workflow/get-workflow.md): **Endpoint:** `v1/workflows/{id}` - [Delete workflow](https://docs.maildiver.com/docs/api-reference/automation-workflow/delete-workflow.md): **Endpoint:** `v1/workflows/{id}` - [Update workflow](https://docs.maildiver.com/docs/api-reference/automation-workflow/update-workflow.md): **Endpoint:** `v1/workflows/{id}` - [List workflow executions](https://docs.maildiver.com/docs/api-reference/automation-execution/list-workflow-executions.md): **Endpoint:** `v1/workflows/{id}/executions` - [List workflow emails](https://docs.maildiver.com/docs/api-reference/automation-execution/list-workflow-emails.md): **Endpoint:** `v1/workflows/{id}/emails` - [Get execution](https://docs.maildiver.com/docs/api-reference/automation-execution/get-execution.md): **Endpoint:** `v1/executions/{id}` - [List execution emails](https://docs.maildiver.com/docs/api-reference/automation-execution/list-execution-emails.md): **Endpoint:** `v1/executions/{id}/emails` - [List automation contacts](https://docs.maildiver.com/docs/api-reference/automation-contact/list-automation-contacts.md): **Endpoint:** `v1/automation/contacts` - [Get automation contact](https://docs.maildiver.com/docs/api-reference/automation-contact/get-automation-contact.md): **Endpoint:** `v1/automation/contacts/{email}` - [Update automation contact properties](https://docs.maildiver.com/docs/api-reference/automation-contact/update-automation-contact-properties.md): **Endpoint:** `v1/automation/contacts/{email}` - [List contact executions](https://docs.maildiver.com/docs/api-reference/automation-contact/list-contact-executions.md): **Endpoint:** `v1/automation/contacts/{email}/executions` - [List contact events](https://docs.maildiver.com/docs/api-reference/automation-contact/list-contact-events.md): **Endpoint:** `v1/automation/contacts/{email}/events` ## OpenAPI Specs - [openapi](https://docs.maildiver.com/docs/api-reference/openapi.yml) ## Optional - [Api Reference](https://docs.maildiver.com/api-reference/introduction) - [Help](https://maildiver.com/help)