mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +00:00
6 lines
280 B
JSON
6 lines
280 B
JSON
[
|
|
{ "name": "name", "type": "text", "label": "Name", "required": true },
|
|
{ "name": "description", "type": "text", "label": "Description" },
|
|
{ "name": "daily_limit", "type": "integer", "label": "Daily send cap", "help": "Per-mailbox cold-send cap. Defaults to 50." }
|
|
]
|