Files
warmbly/integrations/make/modules/updateContactNote/parameters.iml.json
T

6 lines
280 B
JSON

[
{ "name": "contact_id", "type": "select", "label": "Contact", "required": true, "options": "rpc://contactList" },
{ "name": "note_id", "type": "text", "label": "Note ID", "required": true },
{ "name": "content", "type": "text", "label": "Note", "required": true }
]