# emailr_ ## Docs - [List automation webhooks](https://docs.emailr.dev/docs/api-reference/automation-webhooks/list-automation-webhooks.md): Get all automation webhooks for your organization - [List inboxes](https://docs.emailr.dev/docs/api-reference/automation-webhooks/list-inboxes.md): Get available inboxes for automation triggers (Zapier, n8n) - [Send test event](https://docs.emailr.dev/docs/api-reference/automation-webhooks/send-test-event.md): Send a sample email.received event to a webhook URL for testing - [Subscribe automation webhook](https://docs.emailr.dev/docs/api-reference/automation-webhooks/subscribe-automation-webhook.md): Register a webhook URL for a third-party automation (Zapier, n8n) - [Unsubscribe automation webhook](https://docs.emailr.dev/docs/api-reference/automation-webhooks/unsubscribe-automation-webhook.md): Remove a webhook URL for a third-party automation - [Create broadcast](https://docs.emailr.dev/docs/api-reference/broadcasts/create-broadcast.md): Create a new email broadcast campaign - [Delete broadcast](https://docs.emailr.dev/docs/api-reference/broadcasts/delete-broadcast.md): Delete a broadcast. Only draft or scheduled broadcasts can be deleted. - [Get broadcast](https://docs.emailr.dev/docs/api-reference/broadcasts/get-broadcast.md): Get a specific broadcast by ID - [List broadcasts](https://docs.emailr.dev/docs/api-reference/broadcasts/list-broadcasts.md): Get all broadcasts for your organization - [Send broadcast](https://docs.emailr.dev/docs/api-reference/broadcasts/send-broadcast.md): Send a broadcast to all recipients - [Update broadcast](https://docs.emailr.dev/docs/api-reference/broadcasts/update-broadcast.md): Update a broadcast that has not been sent yet (draft or scheduled status only) - [Create property definition](https://docs.emailr.dev/docs/api-reference/contact-properties/create-property-definition.md): Create a new contact property definition for your organization - [Delete property definition](https://docs.emailr.dev/docs/api-reference/contact-properties/delete-property-definition.md): Delete a contact property definition. This will remove the property from all contacts. - [List property definitions](https://docs.emailr.dev/docs/api-reference/contact-properties/list-property-definitions.md): Get all contact property definitions for your organization - [Bulk create contacts](https://docs.emailr.dev/docs/api-reference/contacts/bulk-create-contacts.md): Import multiple contacts at once - [Check which emails exist](https://docs.emailr.dev/docs/api-reference/contacts/check-which-emails-exist.md): Given an array of email addresses, returns which ones exist in your contact list and which are missing. - [Create a contact](https://docs.emailr.dev/docs/api-reference/contacts/create-a-contact.md): Create a new contact in your organization - [Delete contact](https://docs.emailr.dev/docs/api-reference/contacts/delete-contact.md): Delete a contact from your organization - [Get contact](https://docs.emailr.dev/docs/api-reference/contacts/get-contact.md): Get a specific contact by ID - [Get contact limit info](https://docs.emailr.dev/docs/api-reference/contacts/get-contact-limit-info.md): Get the organization's contact limit, current count, and remaining available slots - [List contacts](https://docs.emailr.dev/docs/api-reference/contacts/list-contacts.md): Get a list of contacts with optional filtering - [Update contact](https://docs.emailr.dev/docs/api-reference/contacts/update-contact.md): Update a contact's information - [Add domain](https://docs.emailr.dev/docs/api-reference/domains/add-domain.md): Add a new domain with BYODKIM - [Delete domain](https://docs.emailr.dev/docs/api-reference/domains/delete-domain.md): Delete a domain and remove it from SES - [Generate signed Domain Connect URL](https://docs.emailr.dev/docs/api-reference/domains/generate-signed-domain-connect-url.md): Discover Domain Connect support and generate a signed apply URL for one-click DNS setup - [Get DNS status](https://docs.emailr.dev/docs/api-reference/domains/get-dns-status.md): Check DNS records verification status - [Get domain](https://docs.emailr.dev/docs/api-reference/domains/get-domain.md): Get a specific domain by ID - [List domains](https://docs.emailr.dev/docs/api-reference/domains/list-domains.md): Get all domains for your organization - [Update domain](https://docs.emailr.dev/docs/api-reference/domains/update-domain.md): Update domain settings - [Verify domain](https://docs.emailr.dev/docs/api-reference/domains/verify-domain.md): Check domain verification status with SES - [Forward an email](https://docs.emailr.dev/docs/api-reference/emails/forward-an-email.md): Forward a received email to other recipients - [Get email by ID](https://docs.emailr.dev/docs/api-reference/emails/get-email-by-id.md): Retrieve details of a specific email - [List emails](https://docs.emailr.dev/docs/api-reference/emails/list-emails.md): Get a paginated list of sent emails with optional filters - [Send an email](https://docs.emailr.dev/docs/api-reference/emails/send-an-email.md): Send an email to one or multiple recipients - [Create forwarding rule](https://docs.emailr.dev/docs/api-reference/forwarding-rules/create-forwarding-rule.md): Create an automated email forwarding rule - [Delete forwarding rule](https://docs.emailr.dev/docs/api-reference/forwarding-rules/delete-forwarding-rule.md): Delete a forwarding rule by ID - [List forwarding rules](https://docs.emailr.dev/docs/api-reference/forwarding-rules/list-forwarding-rules.md): Get all forwarding rules for the organization - [Import contacts from CSV](https://docs.emailr.dev/docs/api-reference/import/import-contacts-from-csv.md): Import contacts from a CSV file with column mappings. Creates new contacts or updates existing ones based on email. - [Preview CSV import](https://docs.emailr.dev/docs/api-reference/import/preview-csv-import.md): Parse a CSV file and return column headers with a preview of the first 5 rows - [Create inbox](https://docs.emailr.dev/docs/api-reference/inboxes/create-inbox.md): Create a new inbox for the organization - [Delete inbox](https://docs.emailr.dev/docs/api-reference/inboxes/delete-inbox.md): Delete an inbox. References in emails, templates, and broadcasts will be set to null. - [Get inbox](https://docs.emailr.dev/docs/api-reference/inboxes/get-inbox.md): Get a specific inbox by ID - [List inboxes](https://docs.emailr.dev/docs/api-reference/inboxes/list-inboxes.md): Get all inboxes for the authenticated organization. Use ?light=true for a fast response without unread counts. - [Update inbox](https://docs.emailr.dev/docs/api-reference/inboxes/update-inbox.md): Update an inbox's display name (username and domain are immutable) - [Accept invitation](https://docs.emailr.dev/docs/api-reference/invitations/accept-invitation.md): Accept an invitation and join the organization. Requires authentication. - [Cancel invitation](https://docs.emailr.dev/docs/api-reference/invitations/cancel-invitation.md): Cancel a pending invitation. Requires admin or owner role. - [Create team invitation](https://docs.emailr.dev/docs/api-reference/invitations/create-team-invitation.md): Invite a new team member to your organization. Requires admin or owner role. - [Get invitation details (public)](https://docs.emailr.dev/docs/api-reference/invitations/get-invitation-details-public.md): Get invitation details by token. No authentication required. - [List pending invitations](https://docs.emailr.dev/docs/api-reference/invitations/list-pending-invitations.md): Get all pending invitations for your organization. Requires admin or owner role. - [Add contact to segment](https://docs.emailr.dev/docs/api-reference/segments/add-contact-to-segment.md): Add a contact to a segment - [Bulk add contacts to segment](https://docs.emailr.dev/docs/api-reference/segments/bulk-add-contacts-to-segment.md): Add multiple contacts to a manual segment by contact IDs or email addresses. Data-driven segments do not support bulk add operations. - [Create segment](https://docs.emailr.dev/docs/api-reference/segments/create-segment.md): Create a new contact segment. For data-driven segments, conditions must be provided. - [Delete segment](https://docs.emailr.dev/docs/api-reference/segments/delete-segment.md): Delete a segment. Contacts in the segment will not be deleted. - [Get segment contacts](https://docs.emailr.dev/docs/api-reference/segments/get-segment-contacts.md): Get contacts in a segment. For manual segments, returns contacts from the contact_segments join table. For data-driven segments, evaluates filter conditions at query time. - [List segments](https://docs.emailr.dev/docs/api-reference/segments/list-segments.md): Get all segments for your organization - [Update segment](https://docs.emailr.dev/docs/api-reference/segments/update-segment.md): Update an existing segment. Segment type cannot be changed after creation. - [Add a follow-up step to a broadcast sequence](https://docs.emailr.dev/docs/api-reference/sequences/add-a-follow-up-step-to-a-broadcast-sequence.md) - [Aggregate sequence enrollment stats for a broadcast](https://docs.emailr.dev/docs/api-reference/sequences/aggregate-sequence-enrollment-stats-for-a-broadcast.md) - [Delete a sequence step](https://docs.emailr.dev/docs/api-reference/sequences/delete-a-sequence-step.md) - [List enrollments for a broadcast sequence](https://docs.emailr.dev/docs/api-reference/sequences/list-enrollments-for-a-broadcast-sequence.md) - [List sequence steps for a broadcast](https://docs.emailr.dev/docs/api-reference/sequences/list-sequence-steps-for-a-broadcast.md) - [Update a sequence step](https://docs.emailr.dev/docs/api-reference/sequences/update-a-sequence-step.md) - [Create a template](https://docs.emailr.dev/docs/api-reference/templates/create-a-template.md): Create a new email template - [Delete template](https://docs.emailr.dev/docs/api-reference/templates/delete-template.md): Delete a template - [Get template](https://docs.emailr.dev/docs/api-reference/templates/get-template.md): Get a specific template by ID - [Get template preview (public)](https://docs.emailr.dev/docs/api-reference/templates/get-template-preview-public.md): Get the preview HTML for a template. This is a public route that does not require authentication, designed for AI agents to view template previews. - [List templates](https://docs.emailr.dev/docs/api-reference/templates/list-templates.md): Get all email templates for your organization - [Publish template](https://docs.emailr.dev/docs/api-reference/templates/publish-template.md): Publish a template, which clears the preview HTML. The preview_html field will be set to NULL after this operation. - [Update template](https://docs.emailr.dev/docs/api-reference/templates/update-template.md): Update an existing template - [Update template preview](https://docs.emailr.dev/docs/api-reference/templates/update-template-preview.md): Update the preview HTML for a template. The preview can be accessed publicly at /preview/{template_id} without authentication. - [Create email comment](https://docs.emailr.dev/docs/api-reference/threads/create-email-comment.md): Add a comment to an email - [Delete draft reply](https://docs.emailr.dev/docs/api-reference/threads/delete-draft-reply.md): Discard the saved draft reply for a thread - [Delete email comment](https://docs.emailr.dev/docs/api-reference/threads/delete-email-comment.md): Delete a comment from an email - [Get draft reply](https://docs.emailr.dev/docs/api-reference/threads/get-draft-reply.md): Get the saved draft reply for a thread - [Get thread detail](https://docs.emailr.dev/docs/api-reference/threads/get-thread-detail.md): Get all messages in a thread - [List email comments](https://docs.emailr.dev/docs/api-reference/threads/list-email-comments.md): Get all comments for an email ordered by creation time - [List email threads](https://docs.emailr.dev/docs/api-reference/threads/list-email-threads.md): Get a paginated list of email threads filtered by label - [Mark thread as read](https://docs.emailr.dev/docs/api-reference/threads/mark-thread-as-read.md): Remove the 'unread' label from all received emails in a thread - [Reply to a thread](https://docs.emailr.dev/docs/api-reference/threads/reply-to-a-thread.md): Send a reply to a thread. From, from_name, reply_to, to, and subject are auto-resolved from the thread's inbox if not provided. - [Save draft reply](https://docs.emailr.dev/docs/api-reference/threads/save-draft-reply.md): Save or update a draft reply for a thread - [Update email labels](https://docs.emailr.dev/docs/api-reference/threads/update-email-labels.md): Add or remove labels from an email - [Update email tags](https://docs.emailr.dev/docs/api-reference/threads/update-email-tags.md): Add or remove tags from an email - [Update thread labels](https://docs.emailr.dev/docs/api-reference/threads/update-thread-labels.md): Add or remove labels from all emails in a thread - [Create webhook](https://docs.emailr.dev/docs/api-reference/webhooks/create-webhook.md): Create a new webhook endpoint for event notifications - [Delete webhook](https://docs.emailr.dev/docs/api-reference/webhooks/delete-webhook.md): Delete a webhook and its delivery history - [Get webhook deliveries](https://docs.emailr.dev/docs/api-reference/webhooks/get-webhook-deliveries.md): Get recent delivery attempts for a webhook - [List webhooks](https://docs.emailr.dev/docs/api-reference/webhooks/list-webhooks.md): Get all webhooks for your organization - [Toggle webhook](https://docs.emailr.dev/docs/api-reference/webhooks/toggle-webhook.md): Enable or disable a webhook - [Update webhook](https://docs.emailr.dev/docs/api-reference/webhooks/update-webhook.md): Update a webhook's name, URL, or inbox scope - [Errors](https://docs.emailr.dev/docs/api/errors.md): Troubleshoot problems with this comprehensive breakdown of all error codes. - [Introduction](https://docs.emailr.dev/docs/api/introduction.md): Understand general concepts, response codes, and authentication strategies. - [Pagination](https://docs.emailr.dev/docs/api/pagination.md): Learn how pagination works in the Emailr API. - [Usage Limits](https://docs.emailr.dev/docs/api/rate-limit.md): Learn about API rate limits, email sending quotas, and contact quotas. - [Automations and integrations](https://docs.emailr.dev/docs/guides/automations.md): Connect Emailr events and inbound messages to Supabase, Slack, Zapier, and n8n. - [Introduction](https://docs.emailr.dev/docs/guides/dashboard/api-keys/introduction.md): Visualize all the API Keys on the Emailr Dashboard. - [Managing Contacts](https://docs.emailr.dev/docs/guides/dashboard/audiences/contacts.md): Learn how to work with Contacts with Emailr. - [Managing Broadcasts](https://docs.emailr.dev/docs/guides/dashboard/broadcasts/introduction.md): Send marketing emails efficiently without code. - [Managing Domains](https://docs.emailr.dev/docs/guides/dashboard/domains/introduction.md): Visualize all the domains on the Emailr Dashboard. - [Attachments](https://docs.emailr.dev/docs/guides/dashboard/emails/attachments.md): Send emails with attachments. - [Custom Headers](https://docs.emailr.dev/docs/guides/dashboard/emails/custom-headers.md): Customize how emails are sent with your own headers. - [Email Bounces](https://docs.emailr.dev/docs/guides/dashboard/emails/email-bounces.md): Understanding and resolving delivery issues. - [Managing Emails](https://docs.emailr.dev/docs/guides/dashboard/emails/introduction.md): Learn how to view and manage all sent emails on the Emailr Dashboard. - [Schedule Email](https://docs.emailr.dev/docs/guides/dashboard/emails/schedule-email.md): Send emails at a specific time without additional complexity. - [Managing Tags](https://docs.emailr.dev/docs/guides/dashboard/emails/tags.md): Add unique identifiers to emails sent. - [Shared inbox](https://docs.emailr.dev/docs/guides/dashboard/inbox/introduction.md): Receive, organize, and reply to email with Emailr inboxes. - [Receiving Emails](https://docs.emailr.dev/docs/guides/dashboard/receiving/introduction.md): Learn how to receive emails via webhooks. - [Managing Segments](https://docs.emailr.dev/docs/guides/dashboard/segments/introduction.md): Learn how to create, retrieve, and delete segments. - [Managing Billing](https://docs.emailr.dev/docs/guides/dashboard/settings/billing.md): Manage your account subscription and billing information - [Managing Teams](https://docs.emailr.dev/docs/guides/dashboard/settings/team.md): Manage your account across multiple teams - [Using Templates](https://docs.emailr.dev/docs/guides/dashboard/templates/introduction.md): Learn how to use templates to send emails. - [Working with Variables](https://docs.emailr.dev/docs/guides/dashboard/templates/template-variables.md): How to work with custom variables in Templates. - [Topics](https://docs.emailr.dev/docs/guides/dashboard/topics/introduction.md): Give your users more control over their subscription preferences. - [Event Types](https://docs.emailr.dev/docs/guides/dashboard/webhooks/event-types.md): List of supported event types and their payload. - [Managing Webhooks](https://docs.emailr.dev/docs/guides/dashboard/webhooks/introduction.md): Use webhooks to notify your application about events from Emailr. - [Verify Webhooks Requests](https://docs.emailr.dev/docs/guides/dashboard/webhooks/verify-webhooks-requests.md): Learn how to use the signing secret to verify your webhooks. - [Emailr documentation](https://docs.emailr.dev/docs/guides/introduction.md): Send transactional and marketing email, receive replies, and automate email workflows from one platform. - [What are Emailr account quotas and limits?](https://docs.emailr.dev/docs/guides/knowledge-base/account-quotas-and-limits.md): Learn what quotas and limits apply to accounts. - [How can I delete my Emailr account?](https://docs.emailr.dev/docs/guides/knowledge-base/how-can-i-delete-my-emailr-account.md): How to request your Emailr account and data to be deleted. - [How to Handle API Keys](https://docs.emailr.dev/docs/guides/knowledge-base/how-to-handle-api-keys.md): Learn our suggested practices for handling API keys. - [Product overview](https://docs.emailr.dev/docs/guides/product-overview.md): A practical map of Emailr's sending, marketing, inbox, and automation features. - [Security](https://docs.emailr.dev/docs/guides/security.md): An overview of Emailr security features and practices. - [Send emails with Node.js](https://docs.emailr.dev/docs/guides/send-with-nodejs.md): Learn how to send your first email using the Emailr Node.js SDK. ## OpenAPI Specs - [openapi](https://docs.emailr.dev/docs/openapi.json)