UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

77 lines (76 loc) 1.9 kB
{ "type": "object", "properties": { "active": { "type": "boolean" }, "created": { "type": "string" }, "emailAddress": { "type": "string" }, "emailAliases": { "type": "array", "items": { "type": "string" } }, "extension": { "type": "null" }, "firstName": { "type": "string" }, "id": { "type": "string" }, "lastName": { "type": "string" }, "settings": { "type": "object", "properties": { "emailsImported": { "type": "boolean" }, "gongConnectEnabled": { "type": "boolean" }, "nonRecordedMeetingsImported": { "type": "boolean" }, "preventEmailImport": { "type": "boolean" }, "preventWebConferenceRecording": { "type": "boolean" }, "telephonyCallsImported": { "type": "boolean" }, "webConferencesRecorded": { "type": "boolean" } } }, "spokenLanguages": { "type": "array", "items": { "type": "object", "properties": { "language": { "type": "string" }, "primary": { "type": "boolean" } } } }, "trustedEmailAddress": { "type": "null" } }, "version": 1 }