MailerLite 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.
MailerLite Tables
| Name | Description |
| Account | Retrieve account information. |
| AccountStats | Retrieve basic stats for of account, such as subscribers, open/click rates and so on. |
| Campaigns | Retrieve campaigns based on their status. |
| Groups | Retrieve groups subscriber belongs to. |
| GroupSubscribers | Retrieve all subscribers in a specified group. |
| Segments | Retrieve all stored segments in your account. |
| SubscriberActivity | Retrieve activity (clicks, opens, etc) of selected subscriber. |
| SubscriberGroups | Retrieve groups subscriber belongs to. |
| Subscribers | Retrieve account's subscribers. |
| Webhooks | Retrieve all webhooks. |