mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-18 16:01:18 +00:00
12 lines
579 B
JSON
12 lines
579 B
JSON
[
|
|
{ "name": "id", "type": "text", "label": "Deal ID" },
|
|
{ "name": "name", "type": "text", "label": "Name" },
|
|
{ "name": "value", "type": "number", "label": "Value" },
|
|
{ "name": "currency", "type": "text", "label": "Currency" },
|
|
{ "name": "status", "type": "text", "label": "Status" },
|
|
{ "name": "pipeline_id", "type": "text", "label": "Pipeline ID" },
|
|
{ "name": "stage_id", "type": "text", "label": "Stage ID" },
|
|
{ "name": "contact_id", "type": "text", "label": "Contact ID" },
|
|
{ "name": "created_at", "type": "date", "label": "Created at" }
|
|
]
|