# MailGlyph Docs > MailGlyph - Fast, Reliable Email Delivery for Your App ## Docs - [Campaign stats](https://docs.mailglyph.com/api-reference/campaigns/campaignStats.md): Get campaign analytics - [Cancel campaign](https://docs.mailglyph.com/api-reference/campaigns/cancelCampaign.md): Cancel scheduled campaign - [Create campaign](https://docs.mailglyph.com/api-reference/campaigns/createCampaign.md): Create a new email campaign - [Get campaign](https://docs.mailglyph.com/api-reference/campaigns/getCampaign.md): Get campaign details - [List campaigns](https://docs.mailglyph.com/api-reference/campaigns/listCampaigns.md): Get a paginated list of email campaigns - [Send or schedule campaign](https://docs.mailglyph.com/api-reference/campaigns/sendCampaign.md): Send a campaign immediately or schedule for future delivery - [Send test email](https://docs.mailglyph.com/api-reference/campaigns/testCampaign.md): Send test email for a campaign - [Update campaign](https://docs.mailglyph.com/api-reference/campaigns/updateCampaign.md): Update campaign details - [Create or update contact](https://docs.mailglyph.com/api-reference/contacts/createContact.md): Create a new contact or update existing (upsert by email) - [Delete contact](https://docs.mailglyph.com/api-reference/contacts/deleteContact.md): Permanently delete a contact - [Get contact](https://docs.mailglyph.com/api-reference/contacts/getContact.md): Get a single contact by ID - [List contacts](https://docs.mailglyph.com/api-reference/contacts/listContacts.md): Get a paginated list of contacts with cursor-based pagination - [Update contact](https://docs.mailglyph.com/api-reference/contacts/updateContact.md): Update an existing contact - [Error Codes](https://docs.mailglyph.com/api-reference/errors.md): API error codes and troubleshooting - [List event names](https://docs.mailglyph.com/api-reference/events/listEventNames.md): List unique event names - [List events](https://docs.mailglyph.com/api-reference/events/listEvents.md): List all events - [API Reference](https://docs.mailglyph.com/api-reference/overview.md): Complete MailGlyph API documentation - [Send transactional email](https://docs.mailglyph.com/api-reference/public-api/sendEmail.md): Send a transactional email via the public API. Automatically creates/updates contacts. - [Track event](https://docs.mailglyph.com/api-reference/public-api/trackEvent.md): Track an event for a contact. Automatically creates/updates the contact. - [Verify email address](https://docs.mailglyph.com/api-reference/public-api/verifyEmail.md): Verify an email address for validity, check if it's from a disposable domain or personal email provider, verify MX records, detect random string patterns, and detect potential typos with suggestions. - [Add static segment members](https://docs.mailglyph.com/api-reference/segments/addSegmentMembers.md): Add contacts to a static segment by email - [Create segment](https://docs.mailglyph.com/api-reference/segments/createSegment.md): Create a new audience segment - [Delete segment](https://docs.mailglyph.com/api-reference/segments/deleteSegment.md): Delete segment - [Get segment](https://docs.mailglyph.com/api-reference/segments/getSegment.md): Get segment details - [List segments](https://docs.mailglyph.com/api-reference/segments/listSegments.md): Get all audience segments - [Remove static segment members](https://docs.mailglyph.com/api-reference/segments/removeSegmentMembers.md): Remove contacts from a static segment by email - [List segment contacts](https://docs.mailglyph.com/api-reference/segments/segmentContacts.md): List segment members - [Update segment](https://docs.mailglyph.com/api-reference/segments/updateSegment.md): Update segment - [Create template](https://docs.mailglyph.com/api-reference/templates/createTemplate.md): Create a new email template - [Delete template](https://docs.mailglyph.com/api-reference/templates/deleteTemplate.md): Permanently delete a template - [Get template](https://docs.mailglyph.com/api-reference/templates/getTemplate.md): Get a specific template by ID - [List templates](https://docs.mailglyph.com/api-reference/templates/listTemplates.md): Get a paginated list of email templates - [Update template](https://docs.mailglyph.com/api-reference/templates/updateTemplate.md): Update an existing email template - [Delete workflow](https://docs.mailglyph.com/api-reference/workflows/deleteWorkflow.md): Delete workflow - [Get workflow](https://docs.mailglyph.com/api-reference/workflows/getWorkflow.md): Get workflow details - [List workflow executions](https://docs.mailglyph.com/api-reference/workflows/listWorkflowExecutions.md): List workflow executions - [List workflows](https://docs.mailglyph.com/api-reference/workflows/listWorkflows.md): List all workflows - [Update workflow](https://docs.mailglyph.com/api-reference/workflows/updateWorkflow.md): Update workflow - [Billing](https://docs.mailglyph.com/concepts/billing.md): Understand how MailGlyph tracks usage, applies limits, and bills email volume - [Campaigns](https://docs.mailglyph.com/concepts/campaigns.md): Broadcast to your contacts - [Contacts](https://docs.mailglyph.com/concepts/contacts.md): Manage and organize your contacts effectively - [Events](https://docs.mailglyph.com/concepts/events.md): Understand how MailGlyph ingests, stores, and uses events across contacts, workflows, segments, and webhooks. - [Segments](https://docs.mailglyph.com/concepts/segments.md): Group and target your contacts with dynamic or static segments - [Team members](https://docs.mailglyph.com/concepts/team-members.md): Manage who can access your workspace and what they can do - [Templates](https://docs.mailglyph.com/concepts/templates.md): Create reusable email templates for your campaigns, workflows and transactional emails - [Transactional Emails](https://docs.mailglyph.com/concepts/transactional-emails.md): Send emails via API - [Workflows](https://docs.mailglyph.com/concepts/workflows.md): Set up automated email sequences and trigger them from your apps - [API Keys](https://docs.mailglyph.com/guides/api-keys.md): Create, scope, rotate, and revoke API key sets for your workspace - [List Hygiene](https://docs.mailglyph.com/guides/list-hygiene.md): Understand and maintain a healthy email list - [Localization](https://docs.mailglyph.com/guides/localization.md): Support for multiple languages and regions - [Receiving emails](https://docs.mailglyph.com/guides/receiving-emails.md): Receive inbound emails at your domain and trigger `email.received` workflows - [SMTP](https://docs.mailglyph.com/guides/smtp.md): Send email through MailGlyph using standard SMTP clients - [Tracking](https://docs.mailglyph.com/guides/tracking.md): Configure click and open tracking for your emails. - [Verifying domains](https://docs.mailglyph.com/guides/verifying-domains.md): Ensure your emails reach the inbox by verifying your sending domains - [Webhooks](https://docs.mailglyph.com/guides/webhooks.md): Send real-time event data from MailGlyph to your own application using webhooks - [Introduction](https://docs.mailglyph.com/index.md): Email platform for developers - [Campaigns](https://docs.mailglyph.com/sdks/go/campaigns.md): Create, send, test, and analyze campaigns with the MailGlyph Go SDK. - [Contacts](https://docs.mailglyph.com/sdks/go/contacts.md): Create, list, update, count, and delete contacts with the MailGlyph Go SDK. - [Emails](https://docs.mailglyph.com/sdks/go/emails.md): Send and verify emails with the MailGlyph Go SDK. - [Errors](https://docs.mailglyph.com/sdks/go/errors.md): Handle typed MailGlyph SDK errors in Go applications. - [Events](https://docs.mailglyph.com/sdks/go/events.md): Track events and list event names with the MailGlyph Go SDK. - [Overview](https://docs.mailglyph.com/sdks/go/overview.md): Install and initialize the MailGlyph Go SDK. - [Segments](https://docs.mailglyph.com/sdks/go/segments.md): Create and manage segments with the MailGlyph Go SDK. - [Templates](https://docs.mailglyph.com/sdks/go/templates.md): List templates with the MailGlyph Go SDK. - [Campaigns](https://docs.mailglyph.com/sdks/nodejs/campaigns.md): Create, send, test, and analyze campaigns with the MailGlyph Node.js SDK. - [Contacts](https://docs.mailglyph.com/sdks/nodejs/contacts.md): Create, list, update, count, and delete contacts with the MailGlyph Node.js SDK. - [Emails](https://docs.mailglyph.com/sdks/nodejs/emails.md): Send and verify emails with the MailGlyph Node.js SDK. - [Errors](https://docs.mailglyph.com/sdks/nodejs/errors.md): Handle typed MailGlyph SDK errors in Node.js applications. - [Events](https://docs.mailglyph.com/sdks/nodejs/events.md): Track events and list event names with the MailGlyph Node.js SDK. - [Overview](https://docs.mailglyph.com/sdks/nodejs/overview.md): Install and initialize the MailGlyph Node.js SDK. - [Segments](https://docs.mailglyph.com/sdks/nodejs/segments.md): Create and manage segments with the MailGlyph Node.js SDK. - [Templates](https://docs.mailglyph.com/sdks/nodejs/templates.md): Create, list, update, and delete templates with the MailGlyph Node.js SDK. - [Campaigns](https://docs.mailglyph.com/sdks/php/campaigns.md): Create, send, test, and analyze campaigns with the MailGlyph PHP SDK. - [Contacts](https://docs.mailglyph.com/sdks/php/contacts.md): Create, list, update, count, and delete contacts with the MailGlyph PHP SDK. - [Emails](https://docs.mailglyph.com/sdks/php/emails.md): Send and verify emails with the MailGlyph PHP SDK. - [Errors](https://docs.mailglyph.com/sdks/php/errors.md): Handle typed MailGlyph SDK exceptions in PHP applications. - [Events](https://docs.mailglyph.com/sdks/php/events.md): Track events and list event names with the MailGlyph PHP SDK. - [Overview](https://docs.mailglyph.com/sdks/php/overview.md): Install and initialize the MailGlyph PHP SDK. - [Segments](https://docs.mailglyph.com/sdks/php/segments.md): Create and manage segments with the MailGlyph PHP SDK. - [Templates](https://docs.mailglyph.com/sdks/php/templates.md): Create, list, update, and delete templates with the MailGlyph PHP SDK. - [Campaigns](https://docs.mailglyph.com/sdks/python/campaigns.md): Create, send, test, and analyze campaigns with the MailGlyph Python SDK. - [Contacts](https://docs.mailglyph.com/sdks/python/contacts.md): Create, list, update, count, and delete contacts with the MailGlyph Python SDK. - [Emails](https://docs.mailglyph.com/sdks/python/emails.md): Send and verify emails with the MailGlyph Python SDK. - [Errors](https://docs.mailglyph.com/sdks/python/errors.md): Handle typed MailGlyph SDK errors in Python applications. - [Events](https://docs.mailglyph.com/sdks/python/events.md): Track events and list event names with the MailGlyph Python SDK. - [Overview](https://docs.mailglyph.com/sdks/python/overview.md): Install and initialize the MailGlyph Python SDK. - [Segments](https://docs.mailglyph.com/sdks/python/segments.md): Create and manage segments with the MailGlyph Python SDK. - [Templates](https://docs.mailglyph.com/sdks/python/templates.md): Create, list, update, and delete templates with the MailGlyph Python SDK. ## OpenAPI Specs - [openapi](https://docs.mailglyph.com/openapi.json)