mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 08:01:16 +00:00
10 lines
460 B
JSON
10 lines
460 B
JSON
[
|
|
{ "name": "id", "type": "text", "label": "Mailbox ID" },
|
|
{ "name": "email", "type": "email", "label": "Email" },
|
|
{ "name": "name", "type": "text", "label": "Name" },
|
|
{ "name": "provider", "type": "text", "label": "Provider" },
|
|
{ "name": "status", "type": "text", "label": "Status" },
|
|
{ "name": "campaign_limit", "type": "integer", "label": "Daily campaign cap" },
|
|
{ "name": "created_at", "type": "date", "label": "Created at" }
|
|
]
|