Files
warmbly/integrations/make/modules/createContactNote/interface.iml.json

7 lines
259 B
JSON

[
{ "name": "id", "type": "text", "label": "Note ID" },
{ "name": "contact_id", "type": "text", "label": "Contact ID" },
{ "name": "content", "type": "text", "label": "Note" },
{ "name": "created_at", "type": "date", "label": "Created at" }
]