mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 08:01:16 +00:00
7 lines
329 B
JSON
7 lines
329 B
JSON
[
|
|
{ "name": "campaign_id", "type": "select", "label": "Campaign", "required": true, "options": "rpc://campaignList" },
|
|
{ "name": "name", "type": "text", "label": "Name" },
|
|
{ "name": "description", "type": "text", "label": "Description" },
|
|
{ "name": "daily_limit", "type": "integer", "label": "Daily send cap" }
|
|
]
|