Mailgun Tables
The provider models the data in API as a list of tables in a relational database that can be queried using standard SQL statements.
Mailgun Tables
| Name | Description |
| Allowlists | List of allowlist records for domain. |
| Bounces | List of bounces for domain. |
| Complaints | List of complaints for domain. |
| DomainKeys | List domain keys. |
| Domains | Represents Mailgun domains. Each row is a domain configured in your Mailgun account. |
| DomainTrackingSettings | Use to check if open, click and unsubscribe tracking are active/inactive. |
| MailingLists | Represents Mailgun mailing lists. A mailing list is a group of members (recipients) which itself has an email address. Each row is a mailing list configured in your Mailgun account. |
| MailingLists | Represents Mailgun mailing lists. A mailing list is a group of members (recipients) which itself has an email address. This address becomes an ID for this mailing list. Each row is a mailing list configured in your Mailgun account. |
| MessageQueues | Represents the sending queue for a Mailgun domain. Each row is a message currently queued for delivery. |
| Routes | Get the list of routes. |
| Subaccounts | Represents Mailgun subaccounts. Each row is a subaccount configured under your primary Mailgun account. |
| Templates | Templates in a domain. |
| TemplatesVersions | Templates versions. |
| Unsubscribes | List of unsubscribes for domain. |
| Users | Represents Mailgun user accounts. Each row is a user account configured under your Mailgun account. |
| Webhooks | Returns all webhooks for the domain. |