n8n-nodes-base 1.38.1 → 1.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/credentials/WhatsAppTriggerApi.credentials.d.ts +8 -0
  3. package/dist/credentials/WhatsAppTriggerApi.credentials.js +42 -0
  4. package/dist/credentials/WhatsAppTriggerApi.credentials.js.map +1 -0
  5. package/dist/known/credentials.json +7 -0
  6. package/dist/known/nodes.json +4 -0
  7. package/dist/nodes/Facebook/FacebookTrigger.node.js +11 -0
  8. package/dist/nodes/Facebook/FacebookTrigger.node.js.map +1 -1
  9. package/dist/nodes/Form/interfaces.d.ts +1 -0
  10. package/dist/nodes/Form/utils.d.ts +1 -1
  11. package/dist/nodes/Form/utils.js +7 -2
  12. package/dist/nodes/Form/utils.js.map +1 -1
  13. package/dist/nodes/Form/v2/FormTriggerV2.node.js +10 -1
  14. package/dist/nodes/Form/v2/FormTriggerV2.node.js.map +1 -1
  15. package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.js +8 -7
  16. package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.js.map +1 -1
  17. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js +1 -1
  18. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js.map +1 -1
  19. package/dist/nodes/Notion/shared/GenericFunctions.d.ts +3 -1
  20. package/dist/nodes/Notion/shared/GenericFunctions.js +15 -1
  21. package/dist/nodes/Notion/shared/GenericFunctions.js.map +1 -1
  22. package/dist/nodes/Notion/v2/NotionV2.node.js +15 -15
  23. package/dist/nodes/Notion/v2/NotionV2.node.js.map +1 -1
  24. package/dist/nodes/RespondToWebhook/RespondToWebhook.node.js +2 -1
  25. package/dist/nodes/RespondToWebhook/RespondToWebhook.node.js.map +1 -1
  26. package/dist/nodes/Splunk/GenericFunctions.js +21 -1
  27. package/dist/nodes/Splunk/GenericFunctions.js.map +1 -1
  28. package/dist/nodes/Splunk/Splunk.node.d.ts +1 -1
  29. package/dist/nodes/Splunk/Splunk.node.js +23 -7
  30. package/dist/nodes/Splunk/Splunk.node.js.map +1 -1
  31. package/dist/nodes/Splunk/splunk.svg +134 -1
  32. package/dist/nodes/StickyNote/StickyNote.node.js +0 -1
  33. package/dist/nodes/StickyNote/StickyNote.node.js.map +1 -1
  34. package/dist/nodes/Webhook/Webhook.node.js +56 -2
  35. package/dist/nodes/Webhook/Webhook.node.js.map +1 -1
  36. package/dist/nodes/Webhook/utils.d.ts +1 -1
  37. package/dist/nodes/Webhook/utils.js +29 -7
  38. package/dist/nodes/Webhook/utils.js.map +1 -1
  39. package/dist/nodes/WhatsApp/GenericFunctions.d.ts +5 -0
  40. package/dist/nodes/WhatsApp/GenericFunctions.js +67 -0
  41. package/dist/nodes/WhatsApp/GenericFunctions.js.map +1 -0
  42. package/dist/nodes/WhatsApp/WhatsAppTrigger.node.d.ts +12 -0
  43. package/dist/nodes/WhatsApp/WhatsAppTrigger.node.js +142 -0
  44. package/dist/nodes/WhatsApp/WhatsAppTrigger.node.js.map +1 -0
  45. package/dist/nodes/WhatsApp/WhatsAppTrigger.node.json +18 -0
  46. package/dist/nodes/WhatsApp/WhatsappDescription.d.ts +2 -0
  47. package/dist/nodes/WhatsApp/WhatsappDescription.js +55 -0
  48. package/dist/nodes/WhatsApp/WhatsappDescription.js.map +1 -0
  49. package/dist/nodes/WhatsApp/types.d.ts +90 -0
  50. package/dist/nodes/WhatsApp/types.js +3 -0
  51. package/dist/nodes/WhatsApp/types.js.map +1 -0
  52. package/dist/nodes/Zammad/descriptions/OrganizationDescription.js +72 -18
  53. package/dist/nodes/Zammad/descriptions/OrganizationDescription.js.map +1 -1
  54. package/dist/types/credentials.json +1 -0
  55. package/dist/types/nodes.json +8 -7
  56. package/package.json +7 -5
@@ -108,7 +108,7 @@
108
108
  {"displayName":"Execute Workflow Trigger","name":"n8n-nodes-base.executeWorkflowTrigger","icon":"fa:sign-out-alt","group":["trigger"],"version":1,"description":"Helpers for calling other n8n workflows. Used for designing modular, microservice-like workflows.","eventTriggerDescription":"","maxNodes":1,"defaults":{"name":"Execute Workflow Trigger","color":"#ff6d5a"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"When an ‘execute workflow’ node calls this workflow, the execution starts here. Any data passed into the 'execute workflow' node will be output by this node.","name":"notice","type":"notice","default":""},{"displayName":"Events","name":"events","type":"hidden","noDataExpression":true,"options":[{"name":"Workflow Call","value":"worklfow_call","description":"When called by another workflow using Execute Workflow Trigger","action":"When Called by Another Workflow"}],"default":"worklfow_call"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflowtrigger/"}]}}},
109
109
  {"displayName":"Execution Data","name":"n8n-nodes-base.executionData","icon":"fa:tasks","group":["input"],"version":1,"description":"Add execution data for search","defaults":{"name":"Execution Data","color":"#29A568"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Use this node to save fields you want to use later to easily find an execution (e.g. a user ID). You'll be able to search by this data in the 'executions' tab.<br>This feature is available on our Pro and Enterprise plans. <a href='https://n8n.io/pricing/' target='_blank'>More Info</a>.","name":"notice","type":"notice","default":""},{"displayName":"Operation","name":"operation","type":"options","default":"save","noDataExpression":true,"options":[{"name":"Save Execution Data for Search","value":"save","action":"Save execution data for search"}]},{"displayName":"Data to Save","name":"dataToSave","placeholder":"Add Saved Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Saved Field","multipleValues":true},"displayOptions":{"show":{"operation":["save"]}},"default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Key","name":"key","type":"string","default":"","placeholder":"e.g. myKey"},{"displayName":"Value","name":"value","type":"string","default":"","placeholder":"e.g. myValue"}]}]}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executiondata/"}]},"alias":["Filter","_Set","Data"]}},
110
110
  {"displayName":"Facebook Graph API","name":"n8n-nodes-base.facebookGraphApi","group":["transform"],"version":1,"description":"Interacts with Facebook using the Graph API","defaults":{"name":"Facebook Graph API"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"facebookGraphApi","required":true}],"properties":[{"displayName":"Host URL","name":"hostUrl","type":"options","options":[{"name":"Default","value":"graph.facebook.com"},{"name":"Video Uploads","value":"graph-video.facebook.com"}],"default":"graph.facebook.com","description":"The Host URL of the request. Almost all requests are passed to the graph.facebook.com host URL. The single exception is video uploads, which use graph-video.facebook.com.","required":true},{"displayName":"HTTP Request Method","name":"httpRequestMethod","type":"options","options":[{"name":"GET","value":"GET"},{"name":"POST","value":"POST"},{"name":"DELETE","value":"DELETE"}],"default":"GET","description":"The HTTP Method to be used for the request","required":true},{"displayName":"Graph API Version","name":"graphApiVersion","type":"options","options":[{"name":"Default","value":""},{"name":"v17.0","value":"v17.0"},{"name":"v16.0","value":"v16.0"},{"name":"v15.0","value":"v15.0"},{"name":"v14.0","value":"v14.0"},{"name":"v13.0","value":"v13.0"},{"name":"v12.0","value":"v12.0"},{"name":"v11.0","value":"v11.0"},{"name":"v10.0","value":"v10.0"},{"name":"v9.0","value":"v9.0"},{"name":"v8.0","value":"v8.0"},{"name":"v7.0","value":"v7.0"},{"name":"v6.0","value":"v6.0"},{"name":"v5.0","value":"v5.0"},{"name":"v4.0","value":"v4.0"},{"name":"v3.3","value":"v3.3"},{"name":"v3.2","value":"v3.2"},{"name":"v3.1","value":"v3.1"},{"name":"v3.0","value":"v3.0"}],"default":"","description":"The version of the Graph API to be used in the request","required":true},{"displayName":"Node","name":"node","type":"string","default":"","description":"The node on which to operate. A node is an individual object with a unique ID. For example, there are many User node objects, each with a unique ID representing a person on Facebook.","placeholder":"me","required":true},{"displayName":"Edge","name":"edge","type":"string","default":"","description":"Edge of the node on which to operate. Edges represent collections of objects which are attached to the node.","placeholder":"videos"},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"Send Binary File","name":"sendBinaryData","type":"boolean","displayOptions":{"show":{"httpRequestMethod":["POST","PUT"]}},"default":false,"required":true,"description":"Whether binary data should be sent as body"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"","placeholder":"file:data","displayOptions":{"hide":{"sendBinaryData":[false]},"show":{"httpRequestMethod":["POST","PUT"]}},"hint":"The name of the input binary field containing the file to be uploaded","description":"For Form-Data Multipart, they can be provided in the format: <code>\"sendKey1:binaryProperty1,sendKey2:binaryProperty2</code>"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Fields","name":"fields","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"/httpRequestMethod":["GET"]}},"description":"The list of fields to request in the GET request","default":{},"options":[{"name":"field","displayName":"Field","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the field"}]}]},{"displayName":"Query Parameters","name":"queryParameters","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The query parameters to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]},{"displayName":"Query Parameters JSON","name":"queryParametersJson","type":"json","default":"{}","placeholder":"{\"field_name\": \"field_value\"}","description":"The query parameters to send, defined as a JSON object"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.facebookgraphapi/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/facebookGraph"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Facebook/facebook.svg"},
111
- {"displayName":"Facebook Trigger","name":"n8n-nodes-base.facebookTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"appId\"] +\"/\"+ $parameter[\"object\"]}}","description":"Starts the workflow when Facebook events occur","defaults":{"name":"Facebook Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"facebookGraphAppApi","required":true}],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","path":"webhook"},{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"APP ID","name":"appId","type":"string","required":true,"default":"","description":"Facebook APP ID"},{"displayName":"Object","name":"object","type":"options","options":[{"name":"Ad Account","value":"adAccount","description":"Get updates about Ad Account"},{"name":"Application","value":"application","description":"Get updates about the app"},{"name":"Certificate Transparency","value":"certificateTransparency","description":"Get updates about Certificate Transparency"},{"name":"Group","value":"group","description":"Get updates about activity in groups and events in groups for Workplace"},{"name":"Instagram","value":"instagram","description":"Get updates about comments on your media"},{"name":"Link","value":"link","description":"Get updates about links for rich previews by an external provider"},{"name":"Page","value":"page","description":"Page updates"},{"name":"Permissions","value":"permissions","description":"Updates regarding granting or revoking permissions"},{"name":"User","value":"user","description":"User profile updates"},{"name":"Whatsapp Business Account","value":"whatsappBusinessAccount","description":"Get updates about Whatsapp business account"},{"name":"Workplace Security","value":"workplaceSecurity","description":"Get updates about Workplace Security"}],"required":true,"default":"user","description":"The object to subscribe to"},{"displayName":"Field Names or IDs","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getObjectFields","loadOptionsDependsOn":["object"]},"default":[],"description":"The set of fields in this object that are subscribed to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Include Values","name":"includeValues","type":"boolean","default":true,"description":"Whether change notifications should include the new values"}]}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.facebooktrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/credentials/facebookapp/"}]},"alias":["FB"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Facebook/facebook.svg"},
111
+ {"displayName":"Facebook Trigger","name":"n8n-nodes-base.facebookTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"appId\"] +\"/\"+ $parameter[\"object\"]}}","description":"Starts the workflow when Facebook events occur","defaults":{"name":"Facebook Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"facebookGraphAppApi","required":true}],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","path":"webhook"},{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"APP ID","name":"appId","type":"string","required":true,"default":"","description":"Facebook APP ID"},{"displayName":"To watch Whatsapp business account events use the Whatsapp trigger node","name":"whatsappBusinessAccountNotice","type":"notice","default":"","displayOptions":{"show":{"object":["whatsappBusinessAccount"]}}},{"displayName":"Object","name":"object","type":"options","options":[{"name":"Ad Account","value":"adAccount","description":"Get updates about Ad Account"},{"name":"Application","value":"application","description":"Get updates about the app"},{"name":"Certificate Transparency","value":"certificateTransparency","description":"Get updates about Certificate Transparency"},{"name":"Group","value":"group","description":"Get updates about activity in groups and events in groups for Workplace"},{"name":"Instagram","value":"instagram","description":"Get updates about comments on your media"},{"name":"Link","value":"link","description":"Get updates about links for rich previews by an external provider"},{"name":"Page","value":"page","description":"Page updates"},{"name":"Permissions","value":"permissions","description":"Updates regarding granting or revoking permissions"},{"name":"User","value":"user","description":"User profile updates"},{"name":"Whatsapp Business Account","value":"whatsappBusinessAccount","description":"Get updates about Whatsapp business account"},{"name":"Workplace Security","value":"workplaceSecurity","description":"Get updates about Workplace Security"}],"required":true,"default":"user","description":"The object to subscribe to"},{"displayName":"Field Names or IDs","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getObjectFields","loadOptionsDependsOn":["object"]},"default":[],"description":"The set of fields in this object that are subscribed to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Include Values","name":"includeValues","type":"boolean","default":true,"description":"Whether change notifications should include the new values"}]}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.facebooktrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/credentials/facebookapp/"}]},"alias":["FB"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Facebook/facebook.svg"},
112
112
  {"displayName":"Facebook Lead Ads Trigger","name":"n8n-nodes-base.facebookLeadAdsTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle Facebook Lead Ads events via webhooks","defaults":{"name":"Facebook Lead Ads Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"facebookLeadAdsOAuth2Api","required":true}],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","path":"webhook"},{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Due to Facebook API limitations, you can use just one Facebook Lead Ads trigger for each Facebook App","name":"facebookLeadAdsNotice","type":"notice","default":""},{"displayName":"Event","name":"event","type":"options","required":true,"default":"newLead","options":[{"name":"New Lead","value":"newLead"}]},{"displayName":"Page","name":"page","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The page linked to the form for retrieving new leads","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"pageList"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"121637951029080"}]},{"displayName":"Form","name":"form","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The form to monitor for fetching lead details upon submission","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"formList"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"121637951029080"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Simplify Output","name":"simplifyOutput","type":"boolean","default":true,"description":"Whether to return a simplified version of the webhook event instead of all fields"}]}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.facebookleadadstrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/credentials/facebookleadads/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/FacebookLeadAds/facebook.svg"},
113
113
  {"displayName":"Figma Trigger (Beta)","name":"n8n-nodes-base.figmaTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"triggerOn\"]}}","description":"Starts the workflow when Figma events occur","defaults":{"name":"Figma Trigger (Beta)"},"inputs":[],"outputs":["main"],"credentials":[{"name":"figmaApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Team ID","name":"teamId","type":"string","required":true,"default":"","description":"Trigger will monitor this Figma Team for changes. Team ID can be found in the URL of a Figma Team page when viewed in a web browser: figma.com/files/team/{TEAM-ID}/."},{"displayName":"Trigger On","name":"triggerOn","type":"options","options":[{"name":"File Commented","value":"fileComment","description":"Triggers when someone comments on a file"},{"name":"File Deleted","value":"fileDelete","description":"Triggers whenever a file has been deleted. Does not trigger on all files within a folder, if the folder is deleted."},{"name":"File Updated","value":"fileUpdate","description":"Triggers whenever a file saves or is deleted. This occurs whenever a file is closed or within 30 seconds after changes have been made."},{"name":"File Version Updated","value":"fileVersionUpdate","description":"Triggers whenever a named version is created in the version history of a file"},{"name":"Library Publish","value":"libraryPublish","description":"Triggers whenever a library file is published"}],"default":"","required":true}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.figmatrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/figma"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Figma/figma.svg"},
114
114
  {"displayName":"FileMaker","name":"n8n-nodes-base.filemaker","group":["input"],"version":1,"description":"Retrieve data from the FileMaker data API","defaults":{"name":"FileMaker"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"fileMaker","required":true}],"properties":[{"displayName":"Action","name":"action","type":"options","default":"record","options":[{"name":"Create Record","value":"create"},{"name":"Delete Record","value":"delete"},{"name":"Duplicate Record","value":"duplicate"},{"name":"Edit Record","value":"edit"},{"name":"Find Records","value":"find"},{"name":"Get Records","value":"records"},{"name":"Get Records By ID","value":"record"},{"name":"Perform Script","value":"performscript"}]},{"displayName":"Layout Name or ID","name":"layout","type":"options","typeOptions":{"loadOptionsMethod":"getLayouts"},"options":[],"default":"","required":true,"displayOptions":{},"placeholder":"Layout Name","description":"FileMaker Layout Name. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Record ID","name":"recid","type":"number","default":"","required":true,"displayOptions":{"show":{"action":["record","edit","delete","duplicate"]}},"placeholder":"Record ID","description":"Internal Record ID returned by get (recordid)"},{"displayName":"Offset","name":"offset","placeholder":"0","description":"The record number of the first record in the range of records","type":"number","default":1,"displayOptions":{"show":{"action":["find","records"]}}},{"displayName":"Limit","name":"limit","placeholder":"100","description":"Max number of results to return","type":"number","typeOptions":{"minValue":1},"default":100,"displayOptions":{"show":{"action":["find","records"]}}},{"displayName":"Get Portals","name":"getPortals","type":"boolean","default":false,"description":"Whether to get portal data as well","displayOptions":{"show":{"action":["record","records","find"]}}},{"displayName":"Portals Name or ID","name":"portals","type":"options","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add portal","loadOptionsMethod":"getPortals"},"options":[],"default":[],"displayOptions":{"show":{"action":["record","records","find"],"getPortals":[true]}},"placeholder":"Portals","description":"The portal result set to return. Use the portal object name or portal table name. If this parameter is omitted, the API will return all portal objects and records in the layout. For best performance, pass the portal object name or portal table name. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Response Layout Name or ID","name":"responseLayout","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getResponseLayouts"},"options":[],"default":"","displayOptions":{"show":{"action":["find"]}}},{"displayName":"Queries","name":"queries","placeholder":"Add query","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"action":["find"]}},"default":{},"options":[{"name":"query","displayName":"Query","values":[{"displayName":"Fields","name":"fields","placeholder":"Add field","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"field","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getFields"},"options":[],"description":"Search Field. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to search"}]}],"description":"Field Name"},{"displayName":"Omit","name":"omit","type":"boolean","default":false}]}]},{"displayName":"Sort Data?","name":"setSort","type":"boolean","default":false,"description":"Whether to sort data","displayOptions":{"show":{"action":["find","record","records"]}}},{"displayName":"Sort","name":"sortParametersUi","placeholder":"Add Sort Rules","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"setSort":[true],"action":["find","records"]}},"description":"Sort rules","default":{},"options":[{"name":"rules","displayName":"Rules","values":[{"displayName":"Field Name or ID","name":"name","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getFields"},"options":[],"description":"Field Name. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Order","name":"value","type":"options","default":"ascend","options":[{"name":"Ascend","value":"ascend"},{"name":"Descend","value":"descend"}],"description":"Sort order"}]}]},{"displayName":"Before Find Script","name":"setScriptBefore","type":"boolean","default":false,"description":"Whether to define a script to be run before the action specified by the API call and after the subsequent sort","displayOptions":{"show":{"action":["find","record","records"]}}},{"displayName":"Script Name or ID","name":"scriptBefore","type":"options","typeOptions":{"loadOptionsMethod":"getScripts"},"options":[],"default":"","required":true,"displayOptions":{"show":{"action":["find","record","records"],"setScriptBefore":[true]}},"placeholder":"Script Name","description":"The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Script Parameter","name":"scriptBeforeParam","type":"string","default":"","displayOptions":{"show":{"action":["find","record","records"],"setScriptBefore":[true]}},"placeholder":"Script Parameters","description":"A parameter for the FileMaker script"},{"displayName":"Before Sort Script","name":"setScriptSort","type":"boolean","default":false,"description":"Whether to define a script to be run after the action specified by the API call but before the subsequent sort","displayOptions":{"show":{"action":["find","record","records"]}}},{"displayName":"Script Name or ID","name":"scriptSort","type":"options","typeOptions":{"loadOptionsMethod":"getScripts"},"options":[],"default":"","required":true,"displayOptions":{"show":{"action":["find","record","records"],"setScriptSort":[true]}},"placeholder":"Script Name","description":"The name of the FileMaker script to be run after the action specified by the API call but before the subsequent sort. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Script Parameter","name":"scriptSortParam","type":"string","default":"","displayOptions":{"show":{"action":["find","record","records"],"setScriptSort":[true]}},"placeholder":"Script Parameters","description":"A parameter for the FileMaker script"},{"displayName":"After Sort Script","name":"setScriptAfter","type":"boolean","default":false,"description":"Whether to define a script to be run after the action specified by the API call but before the subsequent sort","displayOptions":{"show":{"action":["find","record","records"]}}},{"displayName":"Script Name or ID","name":"scriptAfter","type":"options","typeOptions":{"loadOptionsMethod":"getScripts"},"options":[],"default":"","required":true,"displayOptions":{"show":{"action":["find","record","records"],"setScriptAfter":[true]}},"placeholder":"Script Name","description":"The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Script Parameter","name":"scriptAfterParam","type":"string","default":"","displayOptions":{"show":{"action":["find","record","records"],"setScriptAfter":[true]}},"placeholder":"Script Parameters","description":"A parameter for the FileMaker script"},{"displayName":"Mod ID","name":"modId","description":"The last modification ID. When you use modId, a record is edited only when the modId matches.","type":"number","default":"","displayOptions":{"show":{"action":["edit"]}}},{"displayName":"Fields","name":"fieldsParametersUi","placeholder":"Add field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"action":["create","edit"]}},"description":"Fields to define","default":{},"options":[{"name":"fields","displayName":"Fields","values":[{"displayName":"Field Name or ID","name":"name","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getFields"},"options":[],"description":"Field Name. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Script Name or ID","name":"script","type":"options","typeOptions":{"loadOptionsMethod":"getScripts"},"options":[],"default":"","required":true,"displayOptions":{"show":{"action":["performscript"]}},"placeholder":"Script Name","description":"The name of the FileMaker script to be run. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Script Parameter","name":"scriptParam","type":"string","default":"","displayOptions":{"show":{"action":["performscript"]}},"placeholder":"Script Parameters","description":"A parameter for the FileMaker script"}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.filemaker/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/fileMaker"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/FileMaker/filemaker.png"},
@@ -119,7 +119,7 @@
119
119
  {"displayName":"Filter","name":"n8n-nodes-base.filter","icon":"fa:filter","group":["transform"],"description":"Remove items matching a condition","version":1,"defaults":{"name":"Filter","color":"#229eff"},"inputs":["main"],"outputs":["main"],"outputNames":["Kept","Discarded"],"properties":[{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"description":"The type of values to compare","default":{},"options":[{"name":"boolean","displayName":"Boolean","values":[{"displayName":"Value 1","name":"value1","type":"boolean","default":false,"description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"}],"default":"equal","description":"Operation to decide where the the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"boolean","default":false,"description":"The value to compare with the first one"}]},{"name":"dateTime","displayName":"Date & Time","values":[{"displayName":"Value 1","name":"value1","type":"dateTime","default":"","description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Occurred After","value":"after"},{"name":"Occurred Before","value":"before"}],"default":"after","description":"Operation to decide where the the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"dateTime","default":"","description":"The value to compare with the first one"}]},{"name":"number","displayName":"Number","values":[{"displayName":"Value 1","name":"value1","type":"number","default":0,"description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Smaller","value":"smaller"},{"name":"Smaller or Equal","value":"smallerEqual"},{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"},{"name":"Larger","value":"larger"},{"name":"Larger or Equal","value":"largerEqual"},{"name":"Is Empty","value":"isEmpty"},{"name":"Is Not Empty","value":"isNotEmpty"}],"default":"smaller","description":"Operation to decide where the the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"number","displayOptions":{"hide":{"operation":["isEmpty","isNotEmpty"]}},"default":0,"description":"The value to compare with the first one"}]},{"name":"string","displayName":"String","values":[{"displayName":"Value 1","name":"value1","type":"string","default":"","description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Contains","value":"contains"},{"name":"Not Contains","value":"notContains"},{"name":"Ends With","value":"endsWith"},{"name":"Not Ends With","value":"notEndsWith"},{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"},{"name":"Regex Match","value":"regex"},{"name":"Regex Not Match","value":"notRegex"},{"name":"Starts With","value":"startsWith"},{"name":"Not Starts With","value":"notStartsWith"},{"name":"Is Empty","value":"isEmpty"},{"name":"Is Not Empty","value":"isNotEmpty"}],"default":"equal","description":"Operation to decide where the the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"string","displayOptions":{"hide":{"operation":["isEmpty","isNotEmpty","regex","notRegex"]}},"default":"","description":"The value to compare with the first one"},{"displayName":"Regex","name":"value2","type":"string","displayOptions":{"show":{"operation":["regex","notRegex"]}},"default":"","placeholder":"/text/i","description":"The regex which has to match"}]}]},{"displayName":"Combine Conditions","name":"combineConditions","type":"options","options":[{"name":"AND","description":"Items are passed to the next node only if they meet all the conditions","value":"AND"},{"name":"OR","description":"Items are passed to the next node if they meet at least one condition","value":"OR"}],"default":"AND","description":"How to combine the conditions: AND requires all conditions to be true, OR requires at least one condition to be true"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.filter/"}]},"alias":["Router","Filter","Condition","Logic","Boolean","Branch"]}},
120
120
  {"displayName":"Flow","name":"n8n-nodes-base.flow","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Flow API","defaults":{"name":"Flow"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"flowApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Task","value":"task","description":"Tasks are units of work that can be private or assigned to a list. Through this endpoint, you can manipulate your tasks in Flow, including creating new ones."}],"default":"task"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a new task","action":"Create a task"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"},{"name":"Get","value":"get","description":"Get a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"}],"default":"create"},{"displayName":"Workspace ID","name":"workspaceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"description":"Create resources under the given workspace"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"description":"The title of the task"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Owner ID","name":"ownerid","type":"string","default":"","description":"The ID of the account to whom this task will be assigned"},{"displayName":"List ID","name":"listID","type":"string","default":"","description":"Put the new task in a list (\"project\"). Omit this param to have the task be private."},{"displayName":"Starts On","name":"startsOn","type":"dateTime","default":"","description":"The date on which the task should start"},{"displayName":"Due On","name":"dueOn","type":"dateTime","default":"","description":"The date on which the task should be due"},{"displayName":"Mirror Parent Subscribers","name":"mirrorParentSubscribers","type":"boolean","default":false,"description":"Whether this task will be a subtask, and this is true, the parent tasks's subscribers will be mirrored to this one"},{"displayName":"Mirror Parent Tags","name":"mirrorParentTags","type":"boolean","default":false,"description":"Whether this task will be a subtask, and this is true, the parent tasks's tags will be mirrored to this one"},{"displayName":"Note Content","name":"noteContent","type":"string","default":"","description":"Provide the content for the task's note"},{"displayName":"Note Mime Type","name":"noteMimeType","type":"options","default":"text/plain","options":[{"name":"text/plain","value":"text/plain"},{"name":"text/x-markdown","value":"text/x-markdown"},{"name":"text/html","value":"text/html"}],"description":"Identify which markup language is used to format the given note"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"If provided, this task will become a subtask of the given task"},{"displayName":"Position List","name":"positionList","type":"number","default":0,"description":"Determines the sort order when showing tasks in, or grouped by, a list"},{"displayName":"Position Upcoming","name":"positionUpcoming","type":"number","default":0,"description":"Determines the sort order when showing tasks grouped by their due_date"},{"displayName":"Position","name":"position","type":"number","default":0,"description":"Determines the sort order of tasks"},{"displayName":"Section ID","name":"sectionId","type":"string","default":"","description":"Specify which section under which to create this task"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"A list of tag names to apply to the new task separated by a comma (,)"}]},{"displayName":"Workspace ID","name":"workspaceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"description":"Create resources under the given workspace"},{"displayName":"Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Update Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The title of the task"},{"displayName":"Completed","name":"completed","type":"boolean","default":false,"description":"Whether to complete the task"},{"displayName":"Owner ID","name":"ownerid","type":"string","default":"","description":"The ID of the account to whom this task will be assigned"},{"displayName":"List ID","name":"listID","type":"string","default":"","description":"Put the new task in a list (\"project\"). Omit this param to have the task be private."},{"displayName":"Starts On","name":"startsOn","type":"dateTime","default":"","description":"The date on which the task should start"},{"displayName":"Due On","name":"dueOn","type":"dateTime","default":"","description":"The date on which the task should be due"},{"displayName":"Mirror Parent Subscribers","name":"mirrorParentSubscribers","type":"boolean","default":false,"description":"Whether this task will be a subtask, and this is true, the parent tasks's subscribers will be mirrored to this one"},{"displayName":"Mirror Parent Tags","name":"mirrorParentTags","type":"boolean","default":false,"description":"Whether this task will be a subtask, and this is true, the parent tasks's tags will be mirrored to this one"},{"displayName":"Note Content","name":"noteContent","type":"string","default":"","description":"Provide the content for the task's note"},{"displayName":"Note Mime Type","name":"noteMimeType","type":"options","default":"text/plain","options":[{"name":"Text/plain","value":"text/plain"},{"name":"text/x-markdown","value":"text/x-markdown"},{"name":"Text/html","value":"text/html"}],"description":"Identify which markup language is used to format the given note"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"If provided, this task will become a subtask of the given task"},{"displayName":"Position List","name":"positionList","type":"number","default":0,"description":"Determines the sort order when showing tasks in, or grouped by, a list"},{"displayName":"Position Upcoming","name":"positionUpcoming","type":"number","default":0,"description":"Determines the sort order when showing tasks grouped by their due_date"},{"displayName":"Position","name":"position","type":"number","default":0,"description":"Determines the sort order of tasks"},{"displayName":"Section ID","name":"sectionId","type":"string","default":"","description":"Specify which section under which to create this task"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"A list of tag names to apply to the new task separated by a comma (,)"}]},{"displayName":"Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["get"]}},"options":[{"displayName":"Include","name":"include","type":"multiOptions","default":[],"options":[{"name":"Schedule","value":"schedule"},{"name":"Files","value":"files"},{"name":"File Associations","value":"file_associations"},{"name":"Parent","value":"parent"}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"multiOptions","default":[],"options":[{"name":"Schedule","value":"schedule"},{"name":"Files","value":"files"},{"name":"File Associations","value":"file_associations"},{"name":"Parent","value":"parent"}]},{"displayName":"Order","name":"order","type":"options","default":"created_at","options":[{"name":"Account ID","value":"account_id"},{"name":"Completed At","value":"completed_at"},{"name":"Created At","value":"created_at"},{"name":"Due On","value":"due_on"},{"name":"List ID","value":"list_id"},{"name":"Name","value":"name"},{"name":"Owner ID","value":"owner_id"},{"name":"Position","value":"position"},{"name":"Section ID","value":"section_id"},{"name":"Starts On","value":"starts_on"},{"name":"Updated At","value":"updated_at"}]},{"displayName":"Workspace ID","name":"workspaceId","type":"string","default":"","description":"Create resources under the given workspace"},{"displayName":"Created Before","name":"createdBefore","type":"dateTime","default":"","description":"Select resources created before a certain time"},{"displayName":"Created After","name":"createdAfter","type":"dateTime","default":"","description":"Select resources created after a certain time"},{"displayName":"Update Before","name":"updateBefore","type":"dateTime","default":"","description":"Select resources updated before a certain time"},{"displayName":"Update After","name":"updateAfter","type":"dateTime","default":"","description":"Select resources updated after a certain time"},{"displayName":"Deleted","name":"deleted","type":"boolean","default":false,"description":"Whether to select deleted resources"},{"displayName":"Cleared","name":"cleared","type":"boolean","default":false,"description":"Whether to select cleared resources"}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.flow/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/flow"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Flow/flow.png"},
121
121
  {"displayName":"Flow Trigger","name":"n8n-nodes-base.flowTrigger","group":["trigger"],"version":1,"description":"Handle Flow events via webhooks","defaults":{"name":"Flow Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"flowApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"","options":[{"name":"Project","value":"list"},{"name":"Task","value":"task"}],"description":"Resource that triggers the webhook"},{"displayName":"Project ID","name":"listIds","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["list"]},"hide":{"resource":["task"]}},"description":"Lists IDs, perhaps known better as \"Projects\" separated by a comma (,)"},{"displayName":"Task ID","name":"taskIds","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"]},"hide":{"resource":["list"]}},"description":"Task IDs separated by a comma (,)"}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.flowtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/flow"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Flow/flow.png"},
122
- {"displayName":"n8n Form Trigger","name":"n8n-nodes-base.formTrigger","group":["trigger"],"description":"Runs the flow when an n8n generated webform is submitted","defaultVersion":2,"version":2,"defaults":{"name":"n8n Form Trigger"},"inputs":[],"outputs":["main"],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","isFullPath":true,"path":"={{$parameter[\"path\"]}}","ndvHideUrl":true,"isForm":true},{"name":"default","httpMethod":"POST","responseMode":"={{$parameter[\"responseMode\"]}}","responseData":"={{$parameter[\"responseMode\"] === \"lastNode\" ? \"noData\" : undefined}}","isFullPath":true,"path":"={{$parameter[\"path\"]}}","ndvHideMethod":true,"isForm":true}],"eventTriggerDescription":"Waiting for you to submit the form","activationMessage":"You can now make calls to your production Form URL.","triggerPanel":{"header":"Pull in a test form submission","executionsHelp":{"inactive":"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Test step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor.","active":"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Test step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor."},"activationHint":{"active":"This node will also trigger automatically on new form submissions (but those executions won't show up here).","inactive":"<a data-key=\"activate\">Activate</a> this workflow to have it also run automatically for new form submissions created via the Production URL."}},"properties":[{"displayName":"Form Path","name":"path","type":"string","default":"","placeholder":"webhook","required":true,"description":"The final segment of the form's URL, both for test and production"},{"displayName":"Form Title","name":"formTitle","type":"string","default":"","placeholder":"e.g. Contact us","required":true,"description":"Shown at the top of the form"},{"displayName":"Form Description","name":"formDescription","type":"string","default":"","placeholder":"e.g. We'll get back to you soon","description":"Shown underneath the Form Title. Can be used to prompt the user on how to complete the form."},{"displayName":"Form Fields","name":"formFields","placeholder":"Add Form Field","type":"fixedCollection","default":{"values":[{"label":"","fieldType":"text"}]},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label appears above the input field","required":true},{"displayName":"Field Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Date","value":"date"},{"name":"Dropdown List","value":"dropdown"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Text","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form"}]}]},{"displayName":"Respond When","name":"responseMode","type":"options","options":[{"name":"Form Is Submitted","value":"onReceived","description":"As soon as this node receives the form submission"},{"name":"Workflow Finishes","value":"lastNode","description":"When the last node of the workflow is executed"},{"name":"Using 'Respond to Webhook' Node","value":"responseNode","description":"When the 'Respond to Webhook' node is executed"}],"default":"onReceived","description":"When to respond to the form submission"},{"displayName":"In the 'Respond to Webhook' node, select 'Respond With JSON' and set the <strong>formSubmittedText</strong> key to display a custom response in the form, or the <strong>redirectURL</strong> key to redirect users to a URL","name":"formNotice","type":"notice","displayOptions":{"show":{"responseMode":["responseNode"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"hide":{"responseMode":["responseNode"]}},"options":[{"displayName":"Form Response","name":"respondWithOptions","type":"fixedCollection","placeholder":"Add Option","default":{"values":{"respondWith":"text"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Respond With","name":"respondWith","type":"options","default":"text","options":[{"name":"Form Submitted Text","value":"text","description":"Show a response text to the user"},{"name":"Redirect URL","value":"redirect","description":"Redirect the user to a URL"}]},{"displayName":"Text to Show","name":"formSubmittedText","description":"The text displayed to users after they fill the form. Leave it empty if don't want to show any additional text.","type":"string","default":"Your response has been recorded","displayOptions":{"show":{"respondWith":["text"]}}},{"displayName":"URL to Redirect to","name":"redirectUrl","description":"The URL to redirect users to after they fill the form. Must be a valid URL.","type":"string","default":"","validateType":"url","placeholder":"e.g. http://www.n8n.io","displayOptions":{"show":{"respondWith":["redirect"]}}}]}]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Form/form.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger/"}]},"alias":["_Form","form","table","submit","post"]}},
122
+ {"displayName":"n8n Form Trigger","name":"n8n-nodes-base.formTrigger","group":["trigger"],"description":"Runs the flow when an n8n generated webform is submitted","defaultVersion":2,"version":2,"defaults":{"name":"n8n Form Trigger"},"inputs":[],"outputs":["main"],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","isFullPath":true,"path":"={{$parameter[\"path\"]}}","ndvHideUrl":true,"isForm":true},{"name":"default","httpMethod":"POST","responseMode":"={{$parameter[\"responseMode\"]}}","responseData":"={{$parameter[\"responseMode\"] === \"lastNode\" ? \"noData\" : undefined}}","isFullPath":true,"path":"={{$parameter[\"path\"]}}","ndvHideMethod":true,"isForm":true}],"eventTriggerDescription":"Waiting for you to submit the form","activationMessage":"You can now make calls to your production Form URL.","triggerPanel":{"header":"Pull in a test form submission","executionsHelp":{"inactive":"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Test step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor.","active":"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Test step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor."},"activationHint":{"active":"This node will also trigger automatically on new form submissions (but those executions won't show up here).","inactive":"<a data-key=\"activate\">Activate</a> this workflow to have it also run automatically for new form submissions created via the Production URL."}},"properties":[{"displayName":"Form Path","name":"path","type":"string","default":"","placeholder":"webhook","required":true,"description":"The final segment of the form's URL, both for test and production"},{"displayName":"Form Title","name":"formTitle","type":"string","default":"","placeholder":"e.g. Contact us","required":true,"description":"Shown at the top of the form"},{"displayName":"Form Description","name":"formDescription","type":"string","default":"","placeholder":"e.g. We'll get back to you soon","description":"Shown underneath the Form Title. Can be used to prompt the user on how to complete the form."},{"displayName":"Form Fields","name":"formFields","placeholder":"Add Form Field","type":"fixedCollection","default":{"values":[{"label":"","fieldType":"text"}]},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label appears above the input field","required":true},{"displayName":"Field Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Date","value":"date"},{"name":"Dropdown List","value":"dropdown"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Text","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form"}]}]},{"displayName":"Respond When","name":"responseMode","type":"options","options":[{"name":"Form Is Submitted","value":"onReceived","description":"As soon as this node receives the form submission"},{"name":"Workflow Finishes","value":"lastNode","description":"When the last node of the workflow is executed"},{"name":"Using 'Respond to Webhook' Node","value":"responseNode","description":"When the 'Respond to Webhook' node is executed"}],"default":"onReceived","description":"When to respond to the form submission"},{"displayName":"In the 'Respond to Webhook' node, select 'Respond With JSON' and set the <strong>formSubmittedText</strong> key to display a custom response in the form, or the <strong>redirectURL</strong> key to redirect users to a URL","name":"formNotice","type":"notice","displayOptions":{"show":{"responseMode":["responseNode"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"hide":{"responseMode":["responseNode"]}},"options":[{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the link “Form automated with n8n” at the bottom of the form"},{"displayName":"Form Response","name":"respondWithOptions","type":"fixedCollection","placeholder":"Add Option","default":{"values":{"respondWith":"text"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Respond With","name":"respondWith","type":"options","default":"text","options":[{"name":"Form Submitted Text","value":"text","description":"Show a response text to the user"},{"name":"Redirect URL","value":"redirect","description":"Redirect the user to a URL"}]},{"displayName":"Text to Show","name":"formSubmittedText","description":"The text displayed to users after they fill the form. Leave it empty if don't want to show any additional text.","type":"string","default":"Your response has been recorded","displayOptions":{"show":{"respondWith":["text"]}}},{"displayName":"URL to Redirect to","name":"redirectUrl","description":"The URL to redirect users to after they fill the form. Must be a valid URL.","type":"string","default":"","validateType":"url","placeholder":"e.g. http://www.n8n.io","displayOptions":{"show":{"respondWith":["redirect"]}}}]}]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Form/form.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger/"}]},"alias":["_Form","form","table","submit","post"]}},
123
123
  {"displayName":"n8n Form Trigger","name":"n8n-nodes-base.formTrigger","group":["trigger"],"description":"Runs the flow when an n8n generated webform is submitted","defaultVersion":2,"version":1,"defaults":{"name":"n8n Form Trigger"},"inputs":[],"outputs":["main"],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","isFullPath":true,"path":"={{$parameter[\"path\"]}}/n8n-form","ndvHideUrl":true},{"name":"default","httpMethod":"POST","responseMode":"={{$parameter[\"responseMode\"]}}","responseData":"={{$parameter[\"responseMode\"] === \"lastNode\" ? \"noData\" : undefined}}","isFullPath":true,"path":"={{$parameter[\"path\"]}}/n8n-form","ndvHideMethod":true}],"eventTriggerDescription":"Waiting for you to submit the form","activationMessage":"You can now make calls to your production Form URL.","triggerPanel":{"header":"Pull in a test form submission","executionsHelp":{"inactive":"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Test step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor.","active":"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Test step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor."},"activationHint":{"active":"This node will also trigger automatically on new form submissions (but those executions won't show up here).","inactive":"<a data-key=\"activate\">Activate</a> this workflow to have it also run automatically for new form submissions created via the Production URL."}},"properties":[{"displayName":"Form Path","name":"path","type":"string","default":"","placeholder":"webhook","required":true,"description":"The final segment of the form's URL, both for test and production"},{"displayName":"Form Title","name":"formTitle","type":"string","default":"","placeholder":"e.g. Contact us","required":true,"description":"Shown at the top of the form"},{"displayName":"Form Description","name":"formDescription","type":"string","default":"","placeholder":"e.g. We'll get back to you soon","description":"Shown underneath the Form Title. Can be used to prompt the user on how to complete the form."},{"displayName":"Form Fields","name":"formFields","placeholder":"Add Form Field","type":"fixedCollection","default":{"values":[{"label":"","fieldType":"text"}]},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label appears above the input field","required":true},{"displayName":"Field Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Date","value":"date"},{"name":"Dropdown List","value":"dropdown"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Text","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form"}]}]},{"displayName":"Respond When","name":"responseMode","type":"options","options":[{"name":"Form Is Submitted","value":"onReceived","description":"As soon as this node receives the form submission"},{"name":"Workflow Finishes","value":"lastNode","description":"When the last node of the workflow is executed"},{"name":"Using 'Respond to Webhook' Node","value":"responseNode","description":"When the 'Respond to Webhook' node is executed"}],"default":"onReceived","description":"When to respond to the form submission"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"hide":{"responseMode":["responseNode"]}},"options":[{"displayName":"Form Submitted Text","name":"formSubmittedText","description":"The text displayed to users after they filled the form","type":"string","default":"Your response has been recorded"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Form/form.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger/"}]},"alias":["_Form","form","table","submit","post"]}},
124
124
  {"displayName":"Form.io Trigger","name":"n8n-nodes-base.formIoTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle form.io events via webhooks","defaults":{"name":"Form.io Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"formIoApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Form Name or ID","name":"formId","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getForms"},"required":true,"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Trigger Events","name":"events","type":"multiOptions","options":[{"name":"Submission Created","value":"create"},{"name":"Submission Updated","value":"update"}],"required":true,"default":[]},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.formiotrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/formIoTrigger"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/FormIo/formio.svg"},
125
125
  {"displayName":"Formstack Trigger","name":"n8n-nodes-base.formstackTrigger","group":["trigger"],"version":1,"subtitle":"=Form ID: {{$parameter[\"formId\"]}}","description":"Starts the workflow on a Formstack form submission.","defaults":{"name":"Formstack Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"formstackApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"formstackOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Form Name or ID","name":"formId","type":"options","typeOptions":{"loadOptionsMethod":"getForms"},"default":"","required":true,"description":"The Formstack form to monitor for new submissions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.formstacktrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/formstackTrigger"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Formstack/formstack.svg"},
@@ -138,7 +138,7 @@
138
138
  {"displayName":"GitLab","name":"n8n-nodes-base.gitlab","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Retrieve data from GitLab API","defaults":{"name":"GitLab"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"gitlabApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"gitlabOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Issue","value":"issue"},{"name":"Release","value":"release"},{"name":"Repository","value":"repository"},{"name":"User","value":"user"}],"default":"issue"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Create","value":"create","description":"Create a new issue","action":"Create an issue"},{"name":"Create Comment","value":"createComment","description":"Create a new comment on an issue","action":"Create a comment on an issue"},{"name":"Edit","value":"edit","description":"Edit an issue","action":"Edit an issue"},{"name":"Get","value":"get","description":"Get the data of a single issue","action":"Get an issue"},{"name":"Lock","value":"lock","description":"Lock an issue","action":"Lock an issue"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["repository"]}},"options":[{"name":"Get","value":"get","description":"Get the data of a single repository","action":"Get a repository"},{"name":"Get Issues","value":"getIssues","description":"Returns issues of a repository","action":"Get issues of a repository"}],"default":"getIssues"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get Repositories","value":"getRepositories","description":"Returns the repositories of a user","action":"Get a user's repositories"}],"default":"getRepositories"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["release"]}},"options":[{"name":"Create","value":"create","description":"Create a new release","action":"Create a release"},{"name":"Delete","value":"delete","description":"Delete a release","action":"Delete a release"},{"name":"Get","value":"get","description":"Get a release","action":"Get a release"},{"name":"Get Many","value":"getAll","description":"Get many releases","action":"Get many releases"},{"name":"Update","value":"update","description":"Update a release","action":"Update a release"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Create","value":"create","description":"Create a new file in repository","action":"Create a file"},{"name":"Delete","value":"delete","description":"Delete a file in repository","action":"Delete a file"},{"name":"Edit","value":"edit","description":"Edit a file in repository","action":"Edit a file"},{"name":"Get","value":"get","description":"Get the data of a single file","action":"Get a file"},{"name":"List","value":"list","description":"List contents of a folder","action":"List files"}],"default":"create"},{"displayName":"Project Owner","name":"owner","type":"string","default":"","required":true,"placeholder":"n8n-io","description":"User, group or namespace of the project"},{"displayName":"Project Name","name":"repository","type":"string","default":"","required":true,"displayOptions":{"hide":{"resource":["user"],"operation":["getRepositories"]}},"placeholder":"n8n","description":"The name of the project"},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"description":"The title of the issue"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"description":"The body of the issue"},{"displayName":"Due Date","name":"due_date","type":"dateTime","displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":"","description":"Due Date for issue"},{"displayName":"Labels","name":"labels","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Label"},"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":{"label":""},"options":[{"displayName":"Label","name":"label","type":"string","default":"","description":"Label to add to issue"}]},{"displayName":"Assignees","name":"assignee_ids","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":{"assignee":""},"options":[{"displayName":"Assignee","name":"assignee","type":"number","default":0,"description":"User ID to assign issue to"}]},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["createComment"],"resource":["issue"]}},"description":"The number of the issue on which to create the comment on"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"displayOptions":{"show":{"operation":["createComment"],"resource":["issue"]}},"default":"","description":"The body of the comment"},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["edit"],"resource":["issue"]}},"description":"The number of the issue edit"},{"displayName":"Edit Fields","name":"editFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["edit"],"resource":["issue"]}},"default":{},"options":[{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of the issue"},{"displayName":"Body","name":"description","type":"string","typeOptions":{"rows":5},"default":"","description":"The body of the issue"},{"displayName":"State","name":"state","type":"options","options":[{"name":"Closed","value":"closed","description":"Set the state to \"closed\""},{"name":"Open","value":"open","description":"Set the state to \"open\""}],"default":"open","description":"The state to set"},{"displayName":"Labels","name":"labels","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Label"},"default":{"label":""},"options":[{"displayName":"Label","name":"label","type":"string","default":"","description":"Label to add to issue"}]},{"displayName":"Assignees","name":"assignee_ids","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"default":{"assignee":""},"options":[{"displayName":"Assignees","name":"assignee","type":"string","default":"","description":"User to assign issue too"}]},{"displayName":"Due Date","name":"due_date","type":"dateTime","default":"","description":"Due Date for issue"}]},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["issue"]}},"description":"The number of the issue get data of"},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["lock"],"resource":["issue"]}},"description":"The number of the issue to lock"},{"displayName":"Lock Reason","name":"lockReason","type":"options","displayOptions":{"show":{"operation":["lock"],"resource":["issue"]}},"options":[{"name":"Off-Topic","value":"off-topic","description":"The issue is Off-Topic"},{"name":"Too Heated","value":"too heated","description":"The discussion is too heated"},{"name":"Resolved","value":"resolved","description":"The issue got resolved"},{"name":"Spam","value":"spam","description":"The issue is spam"}],"default":"resolved","description":"The reason to lock the issue"},{"displayName":"Tag","name":"releaseTag","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["release"]}},"description":"The tag of the release"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["create"],"resource":["release"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the release"},{"displayName":"Description","name":"description","type":"string","typeOptions":{"rows":5},"default":"","description":"The description of the release"},{"displayName":"Ref","name":"ref","type":"string","default":"","description":"If Tag doesn’t exist, the release will be created from Ref. It can be a commit SHA, another tag name, or a branch name."}]},{"displayName":"Project ID","name":"projectId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete","get"],"resource":["release"]}},"description":"The ID or URL-encoded path of the project"},{"displayName":"Tag Name","name":"tag_name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete","get"],"resource":["release"]}},"description":"The Git tag the release is associated with"},{"displayName":"Project ID","name":"projectId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["release"]}},"description":"The ID or URL-encoded path of the project"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["release","file","repository"],"operation":["getAll","list","getIssues"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["release","file","repository"],"operation":["getAll","list","getIssues"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":20,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["getAll"],"resource":["release"]}},"default":{},"options":[{"displayName":"Order By","name":"order_by","type":"options","options":[{"name":"Created At","value":"created_at"},{"name":"Released At","value":"released_at"}],"default":"released_at","description":"The field to use as order"},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"The direction of the order. ."}]},{"displayName":"Project ID","name":"projectId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"description":"The ID or URL-encoded path of the project"},{"displayName":"Tag Name","name":"tag_name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"description":"The Git tag the release is associated with"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The release name"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the release. You can use Markdown."},{"displayName":"Milestones","name":"milestones","type":"string","default":"","description":"The title of each milestone to associate with the release (provide a titles list spearated with comma)"},{"displayName":"Released At","name":"released_at","type":"dateTime","default":"","description":"The date when the release is/was ready"}]},{"displayName":"Filters","name":"getRepositoryIssuesFilters","type":"collection","typeOptions":{"multipleValueButtonText":"Add Filter"},"displayOptions":{"show":{"operation":["getIssues"],"resource":["repository"]}},"default":{},"options":[{"displayName":"Assignee","name":"assignee_username","type":"string","default":"","description":"Return only issues which are assigned to a specific user"},{"displayName":"Creator","name":"author_username","type":"string","default":"","description":"Return only issues which were created by a specific user"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Search issues against their title and description"},{"displayName":"Labels","name":"labels","type":"string","default":"","description":"Return only issues with the given labels. Multiple lables can be separated by comma."},{"displayName":"Updated After","name":"updated_after","type":"dateTime","default":"","description":"Return only issues updated at or after this time"},{"displayName":"State","name":"state","type":"options","options":[{"name":"All","value":"","description":"Returns issues with any state"},{"name":"Closed","value":"closed","description":"Return issues with \"closed\" state"},{"name":"Open","value":"opened","description":"Return issues with \"open\" state"}],"default":"opened","description":"The state to filter by"},{"displayName":"Sort","name":"order_by","type":"options","options":[{"name":"Created At","value":"created_at","description":"Sort by created date"},{"name":"Updated At","value":"updated_at","description":"Sort by updated date"},{"name":"Priority","value":"priority","description":"Sort by priority"}],"default":"created_at","description":"The order the issues should be returned in"},{"displayName":"Direction","name":"sort","type":"options","options":[{"name":"Ascending","value":"asc","description":"Sort in ascending order"},{"name":"Descending","value":"desc","description":"Sort in descending order"}],"default":"desc","description":"The sort order"}]},{"displayName":"File Path","name":"filePath","type":"string","default":"","displayOptions":{"show":{"resource":["file"]},"hide":{"operation":["list"]}},"placeholder":"docs/README.md","description":"The file path of the file. Has to contain the full path or leave it empty for root folder."},{"displayName":"Path","name":"filePath","type":"string","default":"","displayOptions":{"show":{"resource":["file"],"operation":["list"]}},"placeholder":"docs/","description":"The path of the folder to list"},{"displayName":"Page","name":"page","type":"number","displayOptions":{"show":{"resource":["file"],"operation":["list"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":1,"description":"Page of results to display"},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"collection","default":{},"displayOptions":{"show":{"resource":["file"],"operation":["list"]}},"options":[{"displayName":"Reference","name":"ref","type":"string","default":"","placeholder":"main","description":"The name of the commit/branch/tag. Default: the repository’s default branch (usually main)."},{"displayName":"Recursive","name":"recursive","type":"boolean","default":false,"description":"Whether or not to get a recursive file tree. Default is false."}]},{"displayName":"As Binary Property","name":"asBinaryProperty","type":"boolean","default":true,"displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"description":"Whether to set the data of the file as binary property instead of returning the raw API response"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"asBinaryProperty":[true],"operation":["get"],"resource":["file"]}},"placeholder":"","hint":"The name of the output binary field to put the file in"},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"collection","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"options":[{"displayName":"Reference","name":"reference","type":"string","default":"","placeholder":"main","description":"The name of the commit/branch/tag. Default: the repository’s default branch (usually main)."}]},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["create","edit"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","required":true,"displayOptions":{"show":{"binaryData":[false],"operation":["create","edit"],"resource":["file"]}},"placeholder":"","description":"The text content of the file"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["create","edit"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Commit Message","name":"commitMessage","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}}},{"displayName":"Branch","name":"branch","type":"string","default":"","description":"Name of the new branch to create. The commit is added to this branch.","required":true,"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}}},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"fixedCollection","default":{},"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}},"options":[{"displayName":"Start Branch","name":"branchStart","values":[{"displayName":"Start Branch","name":"branchStart","type":"string","default":"","description":"Name of the base branch to create the new branch from"}]},{"name":"author","displayName":"Author","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the author of the commit"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email of the author of the commit"}]},{"name":"encoding","displayName":"Encoding","values":[{"displayName":"Encoding","name":"encoding","type":"string","default":"text","description":"Change encoding to base64. Default is text."}]}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gitlab/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/gitlab"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gitlab/gitlab.svg"},
139
139
  {"displayName":"GitLab Trigger","name":"n8n-nodes-base.gitlabTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"owner\"] + \"/\" + $parameter[\"repository\"] + \": \" + $parameter[\"events\"].join(\", \")}}","description":"Starts the workflow when GitLab events occur","defaults":{"name":"GitLab Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"gitlabApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"gitlabOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Repository Owner","name":"owner","type":"string","default":"","required":true,"placeholder":"n8n-io","description":"Owner of the repository"},{"displayName":"Repository Name","name":"repository","type":"string","default":"","required":true,"placeholder":"n8n","description":"The name of the repository"},{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"Comment","value":"note","description":"Triggered when a new comment is made on commits, merge requests, issues, and code snippets"},{"name":"Confidential Issues","value":"confidential_issues","description":"Triggered on confidential issues' events"},{"name":"Confidential Comments","value":"confidential_note","description":"Triggered when a confidential comment is made"},{"name":"Deployments","value":"deployment","description":"Triggered when a deployment starts/succeeds/fails/is cancelled"},{"name":"Issue","value":"issues","description":"Triggered when a new issue is created or an existing issue was updated/closed/reopened"},{"name":"Job","value":"job","description":"Triggered on status change of a job"},{"name":"Merge Request","value":"merge_requests","description":"Triggered when a new merge request is created, an existing merge request was updated/merged/closed or a commit is added in the source branch"},{"name":"Pipeline","value":"pipeline","description":"Triggered on status change of Pipeline"},{"name":"Push","value":"push","description":"Triggered when you push to the repository except when pushing tags"},{"name":"Release","value":"releases","description":"Release events are triggered when a release is created or updated"},{"name":"Tag","value":"tag_push","description":"Triggered when you create (or delete) tags to the repository"},{"name":"Wiki Page","value":"wiki_page","description":"Triggered when a wiki page is created, updated or deleted"},{"name":"*","value":"*","description":"Any time any event is triggered (Wildcard Event)"}],"required":true,"default":[],"description":"The events to listen to"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.gitlabtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/gitlab"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gitlab/gitlab.svg"},
140
140
  {"displayName":"Google Ads","name":"n8n-nodes-base.googleAds","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Ads API","defaults":{"name":"Google Ads"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAdsOAuth2Api","required":true,"testedBy":{"request":{"method":"GET","url":"/v15/customers:listAccessibleCustomers"}}}],"requestDefaults":{"returnFullResponse":true,"baseURL":"https://googleads.googleapis.com","headers":{"developer-token":"={{$credentials.developerToken}}"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Campaign","value":"campaign"}],"default":"campaign"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["campaign"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many campaigns linked to the specified account","routing":{"request":{"method":"POST","url":"={{\"/v15/customers/\" + $parameter[\"clientCustomerId\"].toString().replace(/-/g, \"\") + \"/googleAds:search\"}}","body":{"query":"={{ \"select campaign.id, campaign.name, campaign_budget.amount_micros, campaign_budget.period,campaign.status,campaign.optimization_score,campaign.advertising_channel_type,campaign.advertising_channel_sub_type,metrics.impressions,metrics.interactions,metrics.interaction_rate,metrics.average_cost,metrics.cost_micros,metrics.conversions,metrics.cost_per_conversion,metrics.conversions_from_interactions_rate,metrics.video_views,metrics.average_cpm,metrics.ctr from campaign where campaign.id > 0 \" + ([\"allTime\", undefined, \"\"].includes($parameter.additionalOptions?.dateRange) ? \"\" : \" and segments.date DURING \" + $parameter.additionalOptions.dateRange) + \" \" + ([\"all\", undefined, \"\"].includes($parameter.additionalOptions?.campaignStatus) ? \"\" : \" and campaign.status = '\" + $parameter.additionalOptions.campaignStatus + \"'\") + \"\" }}"},"headers":{"login-customer-id":"={{$parameter[\"managerCustomerId\"].toString().replace(/-/g, \"\")}}"}},"output":{"postReceive":[null]}},"action":"Get many campaigns"},{"name":"Get","value":"get","description":"Get a specific campaign","routing":{"request":{"method":"POST","url":"={{\"/v15/customers/\" + $parameter[\"clientCustomerId\"].toString().replace(/-/g, \"\") + \"/googleAds:search\"}}","returnFullResponse":true,"body":{"query":"={{ \"select campaign.id, campaign.name, campaign_budget.amount_micros, campaign_budget.period,campaign.status,campaign.optimization_score,campaign.advertising_channel_type,campaign.advertising_channel_sub_type,metrics.impressions,metrics.interactions,metrics.interaction_rate,metrics.average_cost,metrics.cost_micros,metrics.conversions,metrics.cost_per_conversion,metrics.conversions_from_interactions_rate,metrics.video_views,metrics.average_cpm,metrics.ctr from campaign where campaign.id = \" + $parameter[\"campaignId\"].toString().replace(/-/g, \"\")}}"},"headers":{"login-customer-id":"={{$parameter[\"managerCustomerId\"].toString().replace(/-/g, \"\")}}"}},"output":{"postReceive":[null]}},"action":"Get a campaign"}],"default":"getAll"},{"displayName":"Divide field names expressed with <i>micros</i> by 1,000,000 to get the actual value","name":"campaigsNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["campaign"]}}},{"displayName":"Manager Customer ID","name":"managerCustomerId","type":"string","required":true,"placeholder":"9998887777","displayOptions":{"show":{"resource":["campaign"]}},"default":""},{"displayName":"Client Customer ID","name":"clientCustomerId","type":"string","required":true,"placeholder":"6665554444","displayOptions":{"show":{"resource":["campaign"]}},"default":""},{"displayName":"Campaign ID","name":"campaignId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["campaign"]}},"default":"","description":"ID of the campaign"},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","displayOptions":{"show":{"resource":["campaign"],"operation":["getAll"]}},"default":{},"description":"Additional options for fetching campaigns","placeholder":"Add Option","options":[{"displayName":"Date Range","name":"dateRange","description":"Filters statistics by period","type":"options","options":[{"name":"All Time","value":"allTime","description":"Fetch statistics for all period"},{"name":"Today","value":"TODAY","description":"Today only"},{"name":"Yesterday","value":"YESTERDAY","description":"Yesterday only"},{"name":"Last 7 Days","value":"LAST_7_DAYS","description":"Last 7 days, not including today"},{"name":"Last Business Week","value":"LAST_BUSINESS_WEEK","description":"The 5 day business week, Monday through Friday, of the previous business week"},{"name":"This Month","value":"THIS_MONTH","description":"All days in the current month"},{"name":"Last Month","value":"LAST_MONTH","description":"All days in the previous month"},{"name":"Last 14 Days","value":"LAST_14_DAYS","description":"The last 14 days not including today"},{"name":"Last 30 Days","value":"LAST_30_DAYS","description":"The last 30 days not including today"}],"default":"allTime"},{"displayName":"Show Campaigns by Status","name":"campaignStatus","description":"Filters campaigns by status","type":"options","options":[{"name":"All","value":"all","description":"Fetch all campaigns regardless of status"},{"name":"Enabled","value":"ENABLED","description":"Filter only active campaigns"},{"name":"Paused","value":"PAUSED","description":"Filter only paused campaigns"},{"name":"Removed","value":"REMOVED","description":"Filter only removed campaigns"}],"default":"all"}]}],"codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleads/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Ads/googleAds.svg"},
141
- {"displayName":"Google Analytics","name":"n8n-nodes-base.googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":2,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"Property Type","name":"propertyType","type":"options","noDataExpression":true,"description":"Google Analytics 4 is the latest version. Universal Analytics is an older version that is not fully functional after the end of June 2023.","options":[{"name":"Google Analytics 4","value":"ga4"},{"name":"Universal Analytics","value":"universal"}],"default":"ga4","displayOptions":{"show":{"resource":["report"],"operation":["get"]}}},{"displayName":"Property","name":"propertyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Property of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a property...","typeOptions":{"searchListMethod":"searchProperties","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics Property ID"}}],"url":"=https://analytics.google.com/analytics/web/#/p{{$value}}/"}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2024-04-10T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2024-04-17T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"Metrics","name":"metricsGA4","type":"fixedCollection","default":{"metricValues":[{"listName":"totalUsers"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Metric","description":"The quantitative measurements of a report. For example, the metric eventCount is the total number of events. Requests are allowed up to 10 metrics.","options":[{"displayName":"Values","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","description":"A mathematical expression for derived metrics. For example, the metric Event count per user is eventCount/totalUsers.","placeholder":"e.g. eventCount/totalUsers","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Invisible","name":"invisible","type":"boolean","default":false,"displayOptions":{"show":{"listName":["custom"]}},"description":"Whether a metric is invisible in the report response. If a metric is invisible, the metric will not produce a column in the response, but can be used in metricFilter, orderBys, or a metric expression."}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Dimensions to split by","name":"dimensionsGA4","type":"fixedCollection","default":{"dimensionValues":[{"listName":"date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, the city could be \"Paris\" or \"New York\". Requests are allowed up to 9 dimensions.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}},"options":[{"displayName":"Currency Code","name":"currencyCode","type":"string","default":"","description":"A currency code in ISO4217 format, such as \"AED\", \"USD\", \"JPY\". If the field is empty, the report uses the property's default currency."},{"displayName":"Dimensions Filters","name":"dimensionFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"String Filter","name":"stringFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true},{"displayName":"Match Type","name":"matchType","type":"options","default":"EXACT","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Contains Value","value":"CONTAINS"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Exact Match","value":"EXACT"},{"name":"Full Match for the Regular Expression","value":"FULL_REGEXP"},{"name":"Partial Match for the Regular Expression","value":"PARTIAL_REGEXP"}]}]},{"displayName":"In List Filter","name":"inListFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Values","name":"values","type":"string","default":"","hint":"Comma separated list of values. Must be non-empty."},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Metric Aggregation","name":"metricAggregations","type":"multiOptions","default":[],"options":[{"name":"MAXIMUM","value":"MAXIMUM"},{"name":"MINIMUM","value":"MINIMUM"},{"name":"TOTAL","value":"TOTAL"}],"displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Metrics Filters","name":"metricsFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"Between Filter","name":"betweenFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"From Value","name":"fromValue","type":"string","default":""},{"displayName":"To Value","name":"toValue","type":"string","default":""}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Keep Empty Rows","name":"keepEmptyRows","type":"boolean","default":false,"description":"Whether false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter."},{"displayName":"Order By","name":"orderByUI","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Order","description":"Specifies how rows are ordered in the response","options":[{"displayName":"Metric Order By","name":"metricOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Metric Name or ID","name":"metricName","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Dimmension Order By","name":"dimmensionOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Dimmension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Order Type","name":"orderType","type":"options","default":"ORDER_TYPE_UNSPECIFIED","options":[{"name":"Alphanumeric","value":"ALPHANUMERIC","description":"Alphanumeric sort by Unicode code point"},{"name":"Case Insensitive Alphanumeric","value":"CASE_INSENSITIVE_ALPHANUMERIC","description":"Case insensitive alphanumeric sort by lower case Unicode code point"},{"name":"Numeric","value":"NUMERIC","description":"Dimension values are converted to numbers before sorting"},{"name":"Unspecified","value":"ORDER_TYPE_UNSPECIFIED"}]}]}]},{"displayName":"Return Property Quota","name":"returnPropertyQuota","type":"boolean","default":false,"description":"Whether to return the current state of this Analytics Property's quota. Quota is returned in PropertyQuota.","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"View","name":"viewId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The View of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a view...","typeOptions":{"searchListMethod":"searchViews","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics.google.com/analytics.*p[0-9]{1,}.*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics.google.com/analytics.*p([0-9]{1,})"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics View ID"}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2024-04-10T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2024-04-17T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"Metrics","name":"metricsUA","type":"fixedCollection","default":{"metricValues":[{"listName":"ga:users"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add metric","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"ga:users","options":[{"name":"Checkouts","value":"ga:productCheckouts"},{"name":"Events","value":"ga:totalEvents"},{"name":"Page Views","value":"ga:pageviews"},{"name":"Session Duration","value":"ga:sessionDuration"},{"name":"Sessions","value":"ga:sessions"},{"name":"Sessions per User","value":"ga:sessionsPerUser"},{"name":"Total Users","value":"ga:users"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetrics","loadOptionsDependsOn":["viewId.value"]},"default":"ga:users","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","placeholder":"e.g. ga:totalRefunds/ga:users","description":"Learn more about Google Analytics <a href=\"https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet#Metric\">metric expressions</a>","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}],"displayOptions":{"show":{"listName":["custom"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Dimensions to split by","name":"dimensionsUA","type":"fixedCollection","default":{"dimensionValues":[{"listName":"ga:date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}},"options":[{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equals (Number)","value":"NUMERIC_EQUAL"},{"name":"Exactly Matches","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partly Matches","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The view from Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"If there's nothing here, try changing the 'Property type' field above"},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
141
+ {"displayName":"Google Analytics","name":"n8n-nodes-base.googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":2,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"Property Type","name":"propertyType","type":"options","noDataExpression":true,"description":"Google Analytics 4 is the latest version. Universal Analytics is an older version that is not fully functional after the end of June 2023.","options":[{"name":"Google Analytics 4","value":"ga4"},{"name":"Universal Analytics","value":"universal"}],"default":"ga4","displayOptions":{"show":{"resource":["report"],"operation":["get"]}}},{"displayName":"Property","name":"propertyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Property of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a property...","typeOptions":{"searchListMethod":"searchProperties","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics Property ID"}}],"url":"=https://analytics.google.com/analytics/web/#/p{{$value}}/"}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2024-04-16T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2024-04-23T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"Metrics","name":"metricsGA4","type":"fixedCollection","default":{"metricValues":[{"listName":"totalUsers"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Metric","description":"The quantitative measurements of a report. For example, the metric eventCount is the total number of events. Requests are allowed up to 10 metrics.","options":[{"displayName":"Values","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","description":"A mathematical expression for derived metrics. For example, the metric Event count per user is eventCount/totalUsers.","placeholder":"e.g. eventCount/totalUsers","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Invisible","name":"invisible","type":"boolean","default":false,"displayOptions":{"show":{"listName":["custom"]}},"description":"Whether a metric is invisible in the report response. If a metric is invisible, the metric will not produce a column in the response, but can be used in metricFilter, orderBys, or a metric expression."}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Dimensions to split by","name":"dimensionsGA4","type":"fixedCollection","default":{"dimensionValues":[{"listName":"date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, the city could be \"Paris\" or \"New York\". Requests are allowed up to 9 dimensions.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}},"options":[{"displayName":"Currency Code","name":"currencyCode","type":"string","default":"","description":"A currency code in ISO4217 format, such as \"AED\", \"USD\", \"JPY\". If the field is empty, the report uses the property's default currency."},{"displayName":"Dimensions Filters","name":"dimensionFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"String Filter","name":"stringFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true},{"displayName":"Match Type","name":"matchType","type":"options","default":"EXACT","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Contains Value","value":"CONTAINS"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Exact Match","value":"EXACT"},{"name":"Full Match for the Regular Expression","value":"FULL_REGEXP"},{"name":"Partial Match for the Regular Expression","value":"PARTIAL_REGEXP"}]}]},{"displayName":"In List Filter","name":"inListFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Values","name":"values","type":"string","default":"","hint":"Comma separated list of values. Must be non-empty."},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Metric Aggregation","name":"metricAggregations","type":"multiOptions","default":[],"options":[{"name":"MAXIMUM","value":"MAXIMUM"},{"name":"MINIMUM","value":"MINIMUM"},{"name":"TOTAL","value":"TOTAL"}],"displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Metrics Filters","name":"metricsFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"Between Filter","name":"betweenFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"From Value","name":"fromValue","type":"string","default":""},{"displayName":"To Value","name":"toValue","type":"string","default":""}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Keep Empty Rows","name":"keepEmptyRows","type":"boolean","default":false,"description":"Whether false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter."},{"displayName":"Order By","name":"orderByUI","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Order","description":"Specifies how rows are ordered in the response","options":[{"displayName":"Metric Order By","name":"metricOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Metric Name or ID","name":"metricName","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Dimmension Order By","name":"dimmensionOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Dimmension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Order Type","name":"orderType","type":"options","default":"ORDER_TYPE_UNSPECIFIED","options":[{"name":"Alphanumeric","value":"ALPHANUMERIC","description":"Alphanumeric sort by Unicode code point"},{"name":"Case Insensitive Alphanumeric","value":"CASE_INSENSITIVE_ALPHANUMERIC","description":"Case insensitive alphanumeric sort by lower case Unicode code point"},{"name":"Numeric","value":"NUMERIC","description":"Dimension values are converted to numbers before sorting"},{"name":"Unspecified","value":"ORDER_TYPE_UNSPECIFIED"}]}]}]},{"displayName":"Return Property Quota","name":"returnPropertyQuota","type":"boolean","default":false,"description":"Whether to return the current state of this Analytics Property's quota. Quota is returned in PropertyQuota.","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"View","name":"viewId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The View of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a view...","typeOptions":{"searchListMethod":"searchViews","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics.google.com/analytics.*p[0-9]{1,}.*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics.google.com/analytics.*p([0-9]{1,})"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics View ID"}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2024-04-16T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2024-04-23T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"Metrics","name":"metricsUA","type":"fixedCollection","default":{"metricValues":[{"listName":"ga:users"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add metric","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"ga:users","options":[{"name":"Checkouts","value":"ga:productCheckouts"},{"name":"Events","value":"ga:totalEvents"},{"name":"Page Views","value":"ga:pageviews"},{"name":"Session Duration","value":"ga:sessionDuration"},{"name":"Sessions","value":"ga:sessions"},{"name":"Sessions per User","value":"ga:sessionsPerUser"},{"name":"Total Users","value":"ga:users"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetrics","loadOptionsDependsOn":["viewId.value"]},"default":"ga:users","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","placeholder":"e.g. ga:totalRefunds/ga:users","description":"Learn more about Google Analytics <a href=\"https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet#Metric\">metric expressions</a>","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}],"displayOptions":{"show":{"listName":["custom"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Dimensions to split by","name":"dimensionsUA","type":"fixedCollection","default":{"dimensionValues":[{"listName":"ga:date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}},"options":[{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equals (Number)","value":"NUMERIC_EQUAL"},{"name":"Exactly Matches","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partly Matches","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The view from Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"If there's nothing here, try changing the 'Property type' field above"},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
142
142
  {"displayName":"Google Analytics","name":"n8n-nodes-base.googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":1,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"placeholder":"123456","description":"The View ID of Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":1000,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"options":[{"displayName":"Date Ranges","name":"dateRangesUi","placeholder":"Add Date Range","type":"fixedCollection","default":{},"description":"Date ranges in the request","options":[{"displayName":"Date Range","name":"dateRanges","values":[{"displayName":"Start Date","name":"startDate","type":"dateTime","default":""},{"displayName":"End Date","name":"endDate","type":"dateTime","default":""}]}]},{"displayName":"Dimensions","name":"dimensionUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Dimension","name":"dimensionValues","values":[{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions"},"default":"","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]}]},{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions"},"default":"","description":"Name of the dimension to filter by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equal (Number)","value":"NUMERIC_EQUAL"},{"name":"Exact","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partial","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"ga:newUsers","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range"},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows"},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Metrics","name":"metricsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Metrics","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Alias","name":"alias","type":"string","default":"","description":"An alias for the metric expression is an alternate name for the expression. The alias can be used for filtering and sorting."},{"displayName":"Expression","name":"expression","type":"string","default":"ga:newUsers","description":"<p>A metric expression in the request. An expression is constructed from one or more metrics and numbers.</p><p>Accepted operators include: Plus (+), Minus (-), Negation (Unary -), Divided by (/), Multiplied by (*), Parenthesis, Positive cardinal numbers (0-9), can include decimals and is limited to 1024 characters.</p><p>Example ga:totalRefunds/ga:users, in most cases the metric expression is just a single metric name like ga:users.</p><p>Adding mixed MetricType (E.g., CURRENCY + PERCENTAGE) metrics will result in unexpected results.</p>."},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}]}]}]},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The View ID of Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
143
143
  {"displayName":"Google BigQuery","name":"n8n-nodes-base.googleBigQuery","group":["input"],"subtitle":"={{$parameter[\"operation\"]}}","description":"Consume Google BigQuery API","defaultVersion":2,"version":2,"defaults":{"name":"Google BigQuery"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleBigQueryOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"hidden","noDataExpression":true,"options":[{"name":"Database","value":"database"}],"default":"database"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["database"]}},"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute a SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in a table","action":"Insert rows in a table"}],"default":"executeQuery"},{"displayName":"Project","name":"projectId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchProjects","searchable":true}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/console.cloud.google.com\\/bigquery\\?project=([0-9a-zA-Z\\-_]+).{0,}"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/console.cloud.google.com\\/bigquery\\?project=([0-9a-zA-Z\\-_]+).{0,}","errorMessage":"Not a valid BigQuery Project URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid BigQuery Project ID"}}],"url":"=https://console.cloud.google.com/bigquery?project={{$value}}"}],"description":"Projects to which you have been granted any project role","displayOptions":{"show":{"resource":["database"],"operation":["executeQuery","insert"]}}},{"displayName":"Dataset","name":"datasetId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchDatasets","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Dataset ID"}}]}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"Table","name":"tableId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchTables","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"SQL Query","name":"sqlQuery","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor"},"displayOptions":{"hide":{"/options.useLegacySql":[true]},"show":{"resource":["database"],"operation":["executeQuery"]}},"default":"","placeholder":"SELECT * FROM dataset.table LIMIT 100","description":"SQL query to execute, you can find more information <a href=\"https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax\" target=\"_blank\">here</a>. Standard SQL syntax used by default, but you can also use Legacy SQL syntax by using optinon 'Use Legacy SQL'."},{"displayName":"SQL Query","name":"sqlQuery","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor"},"displayOptions":{"show":{"/options.useLegacySql":[true],"resource":["database"],"operation":["executeQuery"]}},"default":"","placeholder":"SELECT * FROM [project:dataset.table] LIMIT 100;","hint":"Legacy SQL syntax","description":"SQL query to execute, you can find more information about Legacy SQL syntax <a href=\"https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax\" target=\"_blank\">here</a>"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"options":[{"displayName":"Default Dataset Name or ID","name":"defaultDataset","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId.value"]},"default":"","description":"If not set, all table names in the query string must be qualified in the format 'datasetId.tableId'. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Dry Run","name":"dryRun","type":"boolean","default":false,"description":"Whether set to true BigQuery doesn't run the job. Instead, if the query is valid, BigQuery returns statistics about the job such as how many bytes would be processed. If the query is invalid, an error returns."},{"displayName":"Include Schema in Output","name":"includeSchema","type":"boolean","default":false,"description":"Whether to include the schema in the output. If set to true, the output will contain key '_schema' with the schema of the table.","displayOptions":{"hide":{"rawOutput":[true]}}},{"displayName":"Location (Region)","name":"location","type":"string","default":"","placeholder":"e.g. europe-west3","description":"Location or the region where data would be stored and processed. Pricing for storage and analysis is also defined by location of data and reservations, more information <a href=\"https://cloud.google.com/bigquery/docs/locations\" target=\"_blank\">here</a>."},{"displayName":"Maximum Bytes Billed","name":"maximumBytesBilled","type":"string","default":"","description":"Limits the bytes billed for this query. Queries with bytes billed above this limit will fail (without incurring a charge). String in <a href=\"https://developers.google.com/discovery/v1/type-format?utm_source=cloud.google.com&utm_medium=referral\" target=\"_blank\">Int64Value</a> format"},{"displayName":"Max Results","name":"maxResults","type":"number","default":1000,"description":"The maximum number of rows of data to return"},{"displayName":"Timeout","name":"timeoutMs","type":"number","default":10000,"description":"How long to wait for the query to complete, in milliseconds"},{"displayName":"Raw Output","name":"rawOutput","type":"boolean","default":false,"displayOptions":{"hide":{"dryRun":[true]}}},{"displayName":"Use Legacy SQL","name":"useLegacySql","type":"boolean","default":false,"description":"Whether to use BigQuery's legacy SQL dialect for this query. If set to false, the query will use BigQuery's standard SQL."}],"displayOptions":{"show":{"resource":["database"],"operation":["executeQuery"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data","value":"autoMap","description":"Use when node input properties match destination field names"},{"name":"Map Each Field Below","value":"define","description":"Set the value for each destination field"}],"default":"autoMap","description":"Whether to insert the input data this node receives in the new row","displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"In this mode, make sure the incoming data fields are named the same as the columns in BigQuery. (Use an 'Edit Fields' node before this node to change them if required.)","name":"info","type":"notice","default":"","displayOptions":{"show":{"dataMode":["autoMap"],"resource":["database"],"operation":["insert"]}}},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field","multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId.value","datasetId.value","tableId.value"],"loadOptionsMethod":"getSchema"},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}],"displayOptions":{"show":{"dataMode":["define"],"resource":["database"],"operation":["insert"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"options":[{"displayName":"Batch Size","name":"batchSize","type":"number","default":100,"typeOptions":{"minValue":1}},{"displayName":"Ignore Unknown Values","name":"ignoreUnknownValues","type":"boolean","default":false,"description":"Whether to gnore row values that do not match the schema"},{"displayName":"Skip Invalid Rows","name":"skipInvalidRows","type":"boolean","default":false,"description":"Whether to skip rows with values that do not match the schema"},{"displayName":"Template Suffix","name":"templateSuffix","type":"string","default":"","description":"Create a new table based on the destination table and insert rows into the new table. The new table will be named <code>{destinationTable}{templateSuffix}</code>"},{"displayName":"Trace ID","name":"traceId","type":"string","default":"","description":"Unique ID for the request, for debugging only. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended."}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg","codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebigquery/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
144
144
  {"displayName":"Google BigQuery","name":"n8n-nodes-base.googleBigQuery","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google BigQuery API","defaultVersion":2,"version":1,"defaults":{"name":"Google BigQuery"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleBigQueryOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Record","value":"record"}],"default":"record"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["record"]}},"options":[{"name":"Create","value":"create","description":"Create a new record","action":"Create a record"},{"name":"Get Many","value":"getAll","description":"Retrieve many records","action":"Get many records"}],"default":"create"},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the project to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Dataset Name or ID","name":"datasetId","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId"]},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the dataset to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["projectId","datasetId"]},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the table to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["create"]}},"default":"","required":true,"placeholder":"id,name,description","description":"Comma-separated list of the item properties to use as columns"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"options":[{"displayName":"Ignore Unknown Values","name":"ignoreUnknownValues","type":"boolean","default":false,"description":"Whether to gnore row values that do not match the schema"},{"displayName":"Skip Invalid Rows","name":"skipInvalidRows","type":"boolean","default":false,"description":"Whether to skip rows with values that do not match the schema"},{"displayName":"Template Suffix","name":"templateSuffix","type":"string","default":"","description":"Create a new table based on the destination table and insert rows into the new table. The new table will be named <code>{destinationTable}{templateSuffix}</code>"},{"displayName":"Trace ID","name":"traceId","type":"string","default":"","description":"Unique ID for the request, for debugging only. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended."}]},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the project to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Dataset Name or ID","name":"datasetId","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId"]},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the dataset to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["projectId","datasetId"]},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the table to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["record"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["record"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"options":[{"displayName":"Fields","name":"selectedFields","type":"string","default":"","description":"Subset of fields to return, supports select into sub fields. Example: <code>selectedFields = \"a,e.d.f\"</code>"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg","codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebigquery/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
@@ -252,7 +252,7 @@
252
252
  {"displayName":"Microsoft Graph Security","name":"n8n-nodes-base.microsoftGraphSecurity","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Microsoft Graph Security API","defaults":{"name":"Microsoft Graph Security"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftGraphSecurityOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Secure Score","value":"secureScore"},{"name":"Secure Score Control Profile","value":"secureScoreControlProfile"}],"default":"secureScore"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["secureScore"]}},"options":[{"name":"Get","value":"get","action":"Get a secure score"},{"name":"Get Many","value":"getAll","action":"Get many secure scores"}],"default":"get"},{"displayName":"Secure Score ID","name":"secureScoreId","description":"ID of the secure score to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScore"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"]}},"options":[{"displayName":"Filter Query Parameter","name":"filter","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","type":"string","default":"","placeholder":"currentScore eq 13"},{"displayName":"Include Control Scores","name":"includeControlScores","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"]}},"options":[{"name":"Get","value":"get","action":"Get a secure score control profile"},{"name":"Get Many","value":"getAll","action":"Get many secure score control profiles"},{"name":"Update","value":"update","action":"Update a secure score control profile"}],"default":"get"},{"displayName":"Secure Score Control Profile ID","name":"secureScoreControlProfileId","description":"ID of the secure score control profile to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"]}},"options":[{"displayName":"Filter Query Parameter","name":"filter","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","type":"string","default":"","placeholder":"startsWith(id, 'AATP')"}]},{"displayName":"Secure Score Control Profile ID","name":"secureScoreControlProfileId","description":"ID of the secure score control profile to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Provider","name":"provider","type":"string","description":"Name of the provider of the security product or service","default":"","placeholder":"SecureScore","required":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Vendor","name":"vendor","type":"string","description":"Name of the vendor of the security product or service","default":"","placeholder":"Microsoft","required":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}},"options":[{"displayName":"State","name":"state","type":"options","default":"Default","description":"Analyst driven setting on the control","options":[{"name":"Default","value":"Default"},{"name":"Ignored","value":"Ignored"},{"name":"Third Party","value":"ThirdParty"}]}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftgraphsecurity/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/GraphSecurity/microsoftGraph.svg"},
253
253
  {"displayName":"Microsoft OneDrive","name":"n8n-nodes-base.microsoftOneDrive","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft OneDrive API","defaults":{"name":"Microsoft OneDrive"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOneDriveOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Folder","value":"folder"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a file","action":"Copy a file"},{"name":"Delete","value":"delete","description":"Delete a file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a file","action":"Download a file"},{"name":"Get","value":"get","description":"Get a file","action":"Get a file"},{"name":"Rename","value":"rename","description":"Rename a file","action":"Rename a file"},{"name":"Search","value":"search","description":"Search a file","action":"Search a file"},{"name":"Share","value":"share","description":"Share a file","action":"Share a file"},{"name":"Upload","value":"upload","description":"Upload a file up to 4MB in size","action":"Upload a file"}],"default":"upload"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The new name for the copy. If this isn't provided, the same name will be used as the original."}]},{"displayName":"Parent Reference","name":"parentReference","type":"collection","placeholder":"Add Parent Reference","description":"Reference to the parent item the copy will be created in <a href=\"https://docs.microsoft.com/en-us/onedrive/developer/rest-api/resources/itemreference?view=odsp-graph-online\"> Details </a>","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":{},"options":[{"displayName":"Drive ID","name":"driveId","type":"string","default":"","description":"Identifier of the drive instance that contains the item"},{"displayName":"Drive Type","name":"driveType","type":"string","default":"","description":"Identifies the type of drive"},{"displayName":"ID","name":"id","type":"string","default":"","description":"Identifier of the item in the drive"},{"displayName":"List ID","name":"listId","type":"string","default":"","description":"Identifier of the list"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the item being referenced"},{"displayName":"Path","name":"path","type":"string","default":"","description":"Path that can be used to navigate to the item"},{"displayName":"Share ID","name":"shareId","type":"string","default":"","description":"Identifier for a shared resource that can be accessed via the Shares API"},{"displayName":"Site ID","name":"siteId","type":"string","default":"","description":"Identifier of the site"}]},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["file"]}},"default":"","description":"Field ID"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"default":""},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"default":"","description":"Field ID"},{"displayName":"Item ID","name":"itemId","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["file"]}},"default":"","description":"ID of the file"},{"displayName":"New Name","name":"newName","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["file"]}},"default":"","description":"New name for file"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["file"]}},"default":"","description":"The query text used to search for items. Values may be matched across several fields including filename, metadata, and file content."},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"View","value":"view"},{"name":"Edit","value":"edit"},{"name":"Embed","value":"embed"}],"displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"Scope","name":"scope","type":"options","options":[{"name":"Anonymous","value":"anonymous"},{"name":"Organization","value":"organization"}],"displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"File Name","name":"fileName","type":"string","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"","description":"The name the file should be saved as"},{"displayName":"Parent ID","name":"parentId","required":true,"type":"string","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"","description":"ID of the parent folder that will contain the file"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","required":true,"displayOptions":{"show":{"binaryData":[false],"operation":["upload"],"resource":["file"]}},"placeholder":"","description":"The text content of the file"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["upload"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a folder","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get Children","value":"getChildren","description":"Get items inside a folder","action":"Get items in a folder"},{"name":"Rename","value":"rename","description":"Rename a folder","action":"Rename a folder"},{"name":"Search","value":"search","description":"Search a folder","action":"Search a folder"},{"name":"Share","value":"share","description":"Share a folder","action":"Share a folder"}],"default":"getChildren"},{"displayName":"Name","name":"name","required":true,"type":"string","placeholder":"/Pictures/2021","displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"default":"","description":"The name or path of the folder"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Parent Folder ID","name":"parentFolderId","type":"string","default":"","description":"ID of the folder you want to crate the new folder in"}]},{"displayName":"Folder ID","name":"folderId","type":"string","displayOptions":{"show":{"operation":["delete","getChildren"],"resource":["folder"]}},"default":""},{"displayName":"Item ID","name":"itemId","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["folder"]}},"default":"","description":"ID of the folder"},{"displayName":"New Name","name":"newName","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["folder"]}},"default":"","description":"New name for folder"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["folder"]}},"default":"","description":"The query text used to search for items. Values may be matched across several fields including filename, metadata, and file content."},{"displayName":"Folder ID","name":"folderId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"File ID"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"View","value":"view"},{"name":"Edit","value":"edit"},{"name":"Embed","value":"embed"}],"displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"Scope","name":"scope","type":"options","options":[{"name":"Anonymous","value":"anonymous"},{"name":"Organization","value":"organization"}],"displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"The type of sharing link to create"}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftonedrive/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/OneDrive/oneDrive.svg"},
254
254
  {"displayName":"Microsoft OneDrive Trigger","name":"n8n-nodes-base.microsoftOneDriveTrigger","group":["trigger"],"version":1,"description":"Trigger for Microsoft OneDrive API.","subtitle":"={{($parameter[\"event\"])}}","defaults":{"name":"Microsoft OneDrive Trigger"},"credentials":[{"name":"microsoftOneDriveOAuth2Api","required":true}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Trigger On","name":"event","type":"options","default":"fileCreated","options":[{"name":"File Created","value":"fileCreated","description":"When a new file is created"},{"name":"File Updated","value":"fileUpdated","description":"When an existing file is modified"},{"name":"Folder Created","value":"folderCreated","description":"When a new folder is created"},{"name":"Folder Updated","value":"folderUpdated","description":"When an existing folder is modified"}]},{"displayName":"Simplify","name":"simple","description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","default":true},{"displayName":"Watch Folder","name":"watchFolder","description":"Whether to watch for the created file in a given folder, rather than the entire OneDrive","type":"boolean","default":false,"displayOptions":{"show":{"event":["fileCreated"]}}},{"displayName":"Watch","name":"watch","description":"How to select which file to watch","type":"options","default":"anyFile","displayOptions":{"show":{"event":["fileUpdated"]}},"options":[{"name":"Any File","value":"anyFile","description":"Watch for updated files in the entire OneDrive"},{"name":"Inside a Folder","value":"selectedFolder","description":"Watch for updated files inside a selected folder"},{"name":"A Selected File","value":"selectedFile","description":"Watch a specific file for updates"}]},{"displayName":"Watch Folder","name":"watchFolder","description":"Whether to watch for the created folder in a given folder, rather than the entire OneDrive","type":"boolean","default":false,"displayOptions":{"show":{"event":["folderCreated"]}}},{"displayName":"Watch","name":"watch","description":"How to select which folder to watch","type":"options","default":"anyFolder","displayOptions":{"show":{"event":["folderUpdated"]}},"options":[{"name":"Any Folder","value":"anyFolder","description":"Watch for updated folders in the entire OneDrive"},{"name":"Inside a Folder","value":"selectedFolder","description":"Watch for updated folders inside a selected folder"},{"name":"A Selected Folder","value":"oneSelectedFolder","description":"Watch a specific folder for updates"}]},{"displayName":"File","name":"fileId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://onedrive.live.com/edit.aspx?resid=170B5C65E30736A3!257&cid=170b5c65e30736a3&CT=1708697995542&OR=ItemsView","extractValue":{"type":"regex","regex":"https:\\/\\/onedrive.live.com(?:\\/.*?(?:\\&|\\?)(?:id=|resid=))(.+?)(?:\\&.*)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/onedrive.live.com(?:\\/.*?(?:\\&|\\?)(?:id=|resid=))(.+?)(?:\\&.*)","errorMessage":"Not a valid Microsoft Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 170B5C65E30736A3!257","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\!%21]{5,}","errorMessage":"Not a valid Microsoft Drive File ID"}}],"url":"=https://onedrive.live.com/?id={{$value}}"}],"description":"The file to operate on. The 'By URL' option only accepts URLs that start with 'https://onedrive.live.com'.","displayOptions":{"show":{"event":["fileUpdated"],"watch":["selectedFile"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"id","value":"","cachedResultName":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://onedrive.live.com/?id=170B5C65E30736A3%21103&cid=170B5C65E30736A3","extractValue":{"type":"regex","regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)","errorMessage":"Not a valid Microsoft Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 170B5C65E30736A3%21136","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\!%21]{5,}","errorMessage":"Not a valid Microsoft Drive Folder ID"}}],"url":"=https://onedrive.live.com/?id={{$value}}"}],"description":"The folder to operate on. The 'By URL' option only accepts URLs that start with 'https://onedrive.live.com'.","displayOptions":{"show":{"watch":["selectedFolder","oneSelectedFolder"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"id","value":"","cachedResultName":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://onedrive.live.com/?id=170B5C65E30736A3%21103&cid=170B5C65E30736A3","extractValue":{"type":"regex","regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)","errorMessage":"Not a valid Microsoft Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 170B5C65E30736A3%21136","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\!%21]{5,}","errorMessage":"Not a valid Microsoft Drive Folder ID"}}],"url":"=https://onedrive.live.com/?id={{$value}}"}],"description":"The folder to operate on. The 'By URL' option only accepts URLs that start with 'https://onedrive.live.com'.","displayOptions":{"show":{"watchFolder":[true]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"watch":["selectedFolder"]}},"options":[{"displayName":"Watch Nested Folders","name":"folderChild","type":"boolean","default":false,"description":"Whether to look for modified files/folders in all nested folders, rather than only direct descendants"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"watchFolder":[true]}},"options":[{"displayName":"Watch Nested Folders","name":"folderChild","type":"boolean","default":false,"description":"Whether to look for modified files/folders in all nested folders, rather than only direct descendants"}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftonedrivetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/OneDrive/oneDrive.svg"},
255
- {"displayName":"Microsoft Outlook","name":"n8n-nodes-base.microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":2,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Calendar","value":"calendar"},{"name":"Contact","value":"contact"},{"name":"Draft","value":"draft"},{"name":"Event","value":"event"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["calendar"]}},"options":[{"name":"Create","value":"create","description":"Create a new calendar","action":"Create a calendar"},{"name":"Delete","value":"delete","description":"Delete a calendar","action":"Delete a calendar"},{"name":"Get","value":"get","description":"Retrieve a calendar","action":"Get a calendar"},{"name":"Get Many","value":"getAll","description":"List and search calendars","action":"Get many calendars"},{"name":"Update","value":"update","description":"Update a calendar","action":"Update a calendar"}],"default":"getAll"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"description":"The name of the calendar to create","placeholder":"e.g. My Calendar","displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Calendar Group","name":"calendarGroup","type":"options","typeOptions":{"loadOptionsMethod":"getCalendarGroups"},"default":[],"description":"If set, the calendar will be created in the specified calendar group. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["calendar"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. canShare eq true","hint":"Search query to filter calendars. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"},{"displayName":"Default Calendar","name":"isDefaultCalendar","type":"boolean","default":false},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. My Calendar","description":"The name of the calendar"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a new contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Retrieve a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"List and search contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"getAll"},{"displayName":"First Name","name":"givenName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Last Name","name":"surname","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["get"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["contact"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["getAll"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. displayName eq 'John Doe'","hint":"Search query to filter contacts. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Email Address","name":"emailAddress","type":"string","default":"","description":"If contacts that you want to retrieve have multiple email addresses, you can enter them separated by commas"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Update Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","description":"Create a new email draft","action":"Create a draft"},{"name":"Delete","value":"delete","description":"Delete an email draft","action":"Delete a draft"},{"name":"Get","value":"get","description":"Retrieve an email draft","action":"Get a draft"},{"name":"Send","value":"send","description":"Send an existing email draft","action":"Send a draft"},{"name":"Update","value":"update","description":"Update an email draft","action":"Update a draft"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["delete"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["draft"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"To","name":"to","description":"Comma-separated list of email addresses of recipients","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Create","value":"create","description":"Create a new event","action":"Create an event"},{"name":"Delete","value":"delete","description":"Delete an event","action":"Delete an event"},{"name":"Get","value":"get","description":"Retrieve an event","action":"Get an event"},{"name":"Get Many","value":"getAll","description":"List and search events","action":"Get many events"},{"name":"Update","value":"update","description":"Update an event","action":"Update an event"}],"default":"getAll"},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Title","name":"subject","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Start","name":"startDateTime","type":"dateTime","default":"2024-04-18T15:16:01.214+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2024-04-18T15:46:01.214+00:00","displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}],"default":"normal"},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":false},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Timezone","name":"timeZone","type":"options","default":"UTC","options":[{"name":"Africa/Abidjan","value":"Africa/Abidjan"},{"name":"Africa/Accra","value":"Africa/Accra"},{"name":"Africa/Addis_Ababa","value":"Africa/Addis_Ababa"},{"name":"Africa/Algiers","value":"Africa/Algiers"},{"name":"Africa/Asmara","value":"Africa/Asmara"},{"name":"Africa/Asmera","value":"Africa/Asmera"},{"name":"Africa/Bamako","value":"Africa/Bamako"},{"name":"Africa/Bangui","value":"Africa/Bangui"},{"name":"Africa/Banjul","value":"Africa/Banjul"},{"name":"Africa/Bissau","value":"Africa/Bissau"},{"name":"Africa/Blantyre","value":"Africa/Blantyre"},{"name":"Africa/Brazzaville","value":"Africa/Brazzaville"},{"name":"Africa/Bujumbura","value":"Africa/Bujumbura"},{"name":"Africa/Cairo","value":"Africa/Cairo"},{"name":"Africa/Casablanca","value":"Africa/Casablanca"},{"name":"Africa/Ceuta","value":"Africa/Ceuta"},{"name":"Africa/Conakry","value":"Africa/Conakry"},{"name":"Africa/Dakar","value":"Africa/Dakar"},{"name":"Africa/Dar_es_Salaam","value":"Africa/Dar_es_Salaam"},{"name":"Africa/Djibouti","value":"Africa/Djibouti"},{"name":"Africa/Douala","value":"Africa/Douala"},{"name":"Africa/El_Aaiun","value":"Africa/El_Aaiun"},{"name":"Africa/Freetown","value":"Africa/Freetown"},{"name":"Africa/Gaborone","value":"Africa/Gaborone"},{"name":"Africa/Harare","value":"Africa/Harare"},{"name":"Africa/Johannesburg","value":"Africa/Johannesburg"},{"name":"Africa/Juba","value":"Africa/Juba"},{"name":"Africa/Kampala","value":"Africa/Kampala"},{"name":"Africa/Khartoum","value":"Africa/Khartoum"},{"name":"Africa/Kigali","value":"Africa/Kigali"},{"name":"Africa/Kinshasa","value":"Africa/Kinshasa"},{"name":"Africa/Lagos","value":"Africa/Lagos"},{"name":"Africa/Libreville","value":"Africa/Libreville"},{"name":"Africa/Lome","value":"Africa/Lome"},{"name":"Africa/Luanda","value":"Africa/Luanda"},{"name":"Africa/Lubumbashi","value":"Africa/Lubumbashi"},{"name":"Africa/Lusaka","value":"Africa/Lusaka"},{"name":"Africa/Malabo","value":"Africa/Malabo"},{"name":"Africa/Maputo","value":"Africa/Maputo"},{"name":"Africa/Maseru","value":"Africa/Maseru"},{"name":"Africa/Mbabane","value":"Africa/Mbabane"},{"name":"Africa/Mogadishu","value":"Africa/Mogadishu"},{"name":"Africa/Monrovia","value":"Africa/Monrovia"},{"name":"Africa/Nairobi","value":"Africa/Nairobi"},{"name":"Africa/Ndjamena","value":"Africa/Ndjamena"},{"name":"Africa/Niamey","value":"Africa/Niamey"},{"name":"Africa/Nouakchott","value":"Africa/Nouakchott"},{"name":"Africa/Ouagadougou","value":"Africa/Ouagadougou"},{"name":"Africa/Porto-Novo","value":"Africa/Porto-Novo"},{"name":"Africa/Sao_Tome","value":"Africa/Sao_Tome"},{"name":"Africa/Timbuktu","value":"Africa/Timbuktu"},{"name":"Africa/Tripoli","value":"Africa/Tripoli"},{"name":"Africa/Tunis","value":"Africa/Tunis"},{"name":"Africa/Windhoek","value":"Africa/Windhoek"},{"name":"America/Adak","value":"America/Adak"},{"name":"America/Anchorage","value":"America/Anchorage"},{"name":"America/Anguilla","value":"America/Anguilla"},{"name":"America/Antigua","value":"America/Antigua"},{"name":"America/Araguaina","value":"America/Araguaina"},{"name":"America/Argentina/Buenos_Aires","value":"America/Argentina/Buenos_Aires"},{"name":"America/Argentina/Catamarca","value":"America/Argentina/Catamarca"},{"name":"America/Argentina/ComodRivadavia","value":"America/Argentina/ComodRivadavia"},{"name":"America/Argentina/Cordoba","value":"America/Argentina/Cordoba"},{"name":"America/Argentina/Jujuy","value":"America/Argentina/Jujuy"},{"name":"America/Argentina/La_Rioja","value":"America/Argentina/La_Rioja"},{"name":"America/Argentina/Mendoza","value":"America/Argentina/Mendoza"},{"name":"America/Argentina/Rio_Gallegos","value":"America/Argentina/Rio_Gallegos"},{"name":"America/Argentina/Salta","value":"America/Argentina/Salta"},{"name":"America/Argentina/San_Juan","value":"America/Argentina/San_Juan"},{"name":"America/Argentina/San_Luis","value":"America/Argentina/San_Luis"},{"name":"America/Argentina/Tucuman","value":"America/Argentina/Tucuman"},{"name":"America/Argentina/Ushuaia","value":"America/Argentina/Ushuaia"},{"name":"America/Aruba","value":"America/Aruba"},{"name":"America/Asuncion","value":"America/Asuncion"},{"name":"America/Atikokan","value":"America/Atikokan"},{"name":"America/Atka","value":"America/Atka"},{"name":"America/Bahia","value":"America/Bahia"},{"name":"America/Bahia_Banderas","value":"America/Bahia_Banderas"},{"name":"America/Barbados","value":"America/Barbados"},{"name":"America/Belem","value":"America/Belem"},{"name":"America/Belize","value":"America/Belize"},{"name":"America/Blanc-Sablon","value":"America/Blanc-Sablon"},{"name":"America/Boa_Vista","value":"America/Boa_Vista"},{"name":"America/Bogota","value":"America/Bogota"},{"name":"America/Boise","value":"America/Boise"},{"name":"America/Buenos_Aires","value":"America/Buenos_Aires"},{"name":"America/Cambridge_Bay","value":"America/Cambridge_Bay"},{"name":"America/Campo_Grande","value":"America/Campo_Grande"},{"name":"America/Cancun","value":"America/Cancun"},{"name":"America/Caracas","value":"America/Caracas"},{"name":"America/Catamarca","value":"America/Catamarca"},{"name":"America/Cayenne","value":"America/Cayenne"},{"name":"America/Cayman","value":"America/Cayman"},{"name":"America/Chicago","value":"America/Chicago"},{"name":"America/Chihuahua","value":"America/Chihuahua"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Creston","value":"America/Creston"},{"name":"America/Cuiaba","value":"America/Cuiaba"},{"name":"America/Curacao","value":"America/Curacao"},{"name":"America/Danmarkshavn","value":"America/Danmarkshavn"},{"name":"America/Dawson","value":"America/Dawson"},{"name":"America/Dawson_Creek","value":"America/Dawson_Creek"},{"name":"America/Denver","value":"America/Denver"},{"name":"America/Detroit","value":"America/Detroit"},{"name":"America/Dominica","value":"America/Dominica"},{"name":"America/Edmonton","value":"America/Edmonton"},{"name":"America/Eirunepe","value":"America/Eirunepe"},{"name":"America/El_Salvador","value":"America/El_Salvador"},{"name":"America/Ensenada","value":"America/Ensenada"},{"name":"America/Fort_Nelson","value":"America/Fort_Nelson"},{"name":"America/Fort_Wayne","value":"America/Fort_Wayne"},{"name":"America/Fortaleza","value":"America/Fortaleza"},{"name":"America/Glace_Bay","value":"America/Glace_Bay"},{"name":"America/Godthab","value":"America/Godthab"},{"name":"America/Goose_Bay","value":"America/Goose_Bay"},{"name":"America/Grand_Turk","value":"America/Grand_Turk"},{"name":"America/Grenada","value":"America/Grenada"},{"name":"America/Guadeloupe","value":"America/Guadeloupe"},{"name":"America/Guatemala","value":"America/Guatemala"},{"name":"America/Guayaquil","value":"America/Guayaquil"},{"name":"America/Guyana","value":"America/Guyana"},{"name":"America/Halifax","value":"America/Halifax"},{"name":"America/Havana","value":"America/Havana"},{"name":"America/Hermosillo","value":"America/Hermosillo"},{"name":"America/Indiana/Indianapolis","value":"America/Indiana/Indianapolis"},{"name":"America/Indiana/Knox","value":"America/Indiana/Knox"},{"name":"America/Indiana/Marengo","value":"America/Indiana/Marengo"},{"name":"America/Indiana/Petersburg","value":"America/Indiana/Petersburg"},{"name":"America/Indiana/Tell_City","value":"America/Indiana/Tell_City"},{"name":"America/Indiana/Vevay","value":"America/Indiana/Vevay"},{"name":"America/Indiana/Vincennes","value":"America/Indiana/Vincennes"},{"name":"America/Indiana/Winamac","value":"America/Indiana/Winamac"},{"name":"America/Indianapolis","value":"America/Indianapolis"},{"name":"America/Inuvik","value":"America/Inuvik"},{"name":"America/Iqaluit","value":"America/Iqaluit"},{"name":"America/Jamaica","value":"America/Jamaica"},{"name":"America/Jujuy","value":"America/Jujuy"},{"name":"America/Juneau","value":"America/Juneau"},{"name":"America/Kentucky/Louisville","value":"America/Kentucky/Louisville"},{"name":"America/Kentucky/Monticello","value":"America/Kentucky/Monticello"},{"name":"America/Knox_IN","value":"America/Knox_IN"},{"name":"America/Kralendijk","value":"America/Kralendijk"},{"name":"America/La_Paz","value":"America/La_Paz"},{"name":"America/Lima","value":"America/Lima"},{"name":"America/Los_Angeles","value":"America/Los_Angeles"},{"name":"America/Louisville","value":"America/Louisville"},{"name":"America/Lower_Princes","value":"America/Lower_Princes"},{"name":"America/Maceio","value":"America/Maceio"},{"name":"America/Managua","value":"America/Managua"},{"name":"America/Manaus","value":"America/Manaus"},{"name":"America/Marigot","value":"America/Marigot"},{"name":"America/Martinique","value":"America/Martinique"},{"name":"America/Matamoros","value":"America/Matamoros"},{"name":"America/Mazatlan","value":"America/Mazatlan"},{"name":"America/Mendoza","value":"America/Mendoza"},{"name":"America/Menominee","value":"America/Menominee"},{"name":"America/Merida","value":"America/Merida"},{"name":"America/Metlakatla","value":"America/Metlakatla"},{"name":"America/Mexico_City","value":"America/Mexico_City"},{"name":"America/Miquelon","value":"America/Miquelon"},{"name":"America/Moncton","value":"America/Moncton"},{"name":"America/Monterrey","value":"America/Monterrey"},{"name":"America/Montevideo","value":"America/Montevideo"},{"name":"America/Montreal","value":"America/Montreal"},{"name":"America/Montserrat","value":"America/Montserrat"},{"name":"America/Nassau","value":"America/Nassau"},{"name":"America/New_York","value":"America/New_York"},{"name":"America/Nipigon","value":"America/Nipigon"},{"name":"America/Nome","value":"America/Nome"},{"name":"America/Noronha","value":"America/Noronha"},{"name":"America/North_Dakota/Beulah","value":"America/North_Dakota/Beulah"},{"name":"America/North_Dakota/Center","value":"America/North_Dakota/Center"},{"name":"America/North_Dakota/New_Salem","value":"America/North_Dakota/New_Salem"},{"name":"America/Nuuk","value":"America/Nuuk"},{"name":"America/Ojinaga","value":"America/Ojinaga"},{"name":"America/Panama","value":"America/Panama"},{"name":"America/Pangnirtung","value":"America/Pangnirtung"},{"name":"America/Paramaribo","value":"America/Paramaribo"},{"name":"America/Phoenix","value":"America/Phoenix"},{"name":"America/Port-au-Prince","value":"America/Port-au-Prince"},{"name":"America/Port_of_Spain","value":"America/Port_of_Spain"},{"name":"America/Porto_Acre","value":"America/Porto_Acre"},{"name":"America/Porto_Velho","value":"America/Porto_Velho"},{"name":"America/Puerto_Rico","value":"America/Puerto_Rico"},{"name":"America/Punta_Arenas","value":"America/Punta_Arenas"},{"name":"America/Rainy_River","value":"America/Rainy_River"},{"name":"America/Rankin_Inlet","value":"America/Rankin_Inlet"},{"name":"America/Recife","value":"America/Recife"},{"name":"America/Regina","value":"America/Regina"},{"name":"America/Resolute","value":"America/Resolute"},{"name":"America/Rio_Branco","value":"America/Rio_Branco"},{"name":"America/Rosario","value":"America/Rosario"},{"name":"America/Santa_Isabel","value":"America/Santa_Isabel"},{"name":"America/Santarem","value":"America/Santarem"},{"name":"America/Santiago","value":"America/Santiago"},{"name":"America/Santo_Domingo","value":"America/Santo_Domingo"},{"name":"America/Sao_Paulo","value":"America/Sao_Paulo"},{"name":"America/Scoresbysund","value":"America/Scoresbysund"},{"name":"America/Shiprock","value":"America/Shiprock"},{"name":"America/Sitka","value":"America/Sitka"},{"name":"America/St_Barthelemy","value":"America/St_Barthelemy"},{"name":"America/St_Johns","value":"America/St_Johns"},{"name":"America/St_Kitts","value":"America/St_Kitts"},{"name":"America/St_Lucia","value":"America/St_Lucia"},{"name":"America/St_Thomas","value":"America/St_Thomas"},{"name":"America/St_Vincent","value":"America/St_Vincent"},{"name":"America/Swift_Current","value":"America/Swift_Current"},{"name":"America/Tegucigalpa","value":"America/Tegucigalpa"},{"name":"America/Thule","value":"America/Thule"},{"name":"America/Thunder_Bay","value":"America/Thunder_Bay"},{"name":"America/Tijuana","value":"America/Tijuana"},{"name":"America/Toronto","value":"America/Toronto"},{"name":"America/Tortola","value":"America/Tortola"},{"name":"America/Vancouver","value":"America/Vancouver"},{"name":"America/Virgin","value":"America/Virgin"},{"name":"America/Whitehorse","value":"America/Whitehorse"},{"name":"America/Winnipeg","value":"America/Winnipeg"},{"name":"America/Yakutat","value":"America/Yakutat"},{"name":"America/Yellowknife","value":"America/Yellowknife"},{"name":"Antarctica/Casey","value":"Antarctica/Casey"},{"name":"Antarctica/Davis","value":"Antarctica/Davis"},{"name":"Antarctica/DumontDUrville","value":"Antarctica/DumontDUrville"},{"name":"Antarctica/Macquarie","value":"Antarctica/Macquarie"},{"name":"Antarctica/Mawson","value":"Antarctica/Mawson"},{"name":"Antarctica/McMurdo","value":"Antarctica/McMurdo"},{"name":"Antarctica/Palmer","value":"Antarctica/Palmer"},{"name":"Antarctica/Rothera","value":"Antarctica/Rothera"},{"name":"Antarctica/South_Pole","value":"Antarctica/South_Pole"},{"name":"Antarctica/Syowa","value":"Antarctica/Syowa"},{"name":"Antarctica/Troll","value":"Antarctica/Troll"},{"name":"Antarctica/Vostok","value":"Antarctica/Vostok"},{"name":"Arctic/Longyearbyen","value":"Arctic/Longyearbyen"},{"name":"Asia/Aden","value":"Asia/Aden"},{"name":"Asia/Almaty","value":"Asia/Almaty"},{"name":"Asia/Amman","value":"Asia/Amman"},{"name":"Asia/Anadyr","value":"Asia/Anadyr"},{"name":"Asia/Aqtau","value":"Asia/Aqtau"},{"name":"Asia/Aqtobe","value":"Asia/Aqtobe"},{"name":"Asia/Ashgabat","value":"Asia/Ashgabat"},{"name":"Asia/Ashkhabad","value":"Asia/Ashkhabad"},{"name":"Asia/Atyrau","value":"Asia/Atyrau"},{"name":"Asia/Baghdad","value":"Asia/Baghdad"},{"name":"Asia/Bahrain","value":"Asia/Bahrain"},{"name":"Asia/Baku","value":"Asia/Baku"},{"name":"Asia/Bangkok","value":"Asia/Bangkok"},{"name":"Asia/Barnaul","value":"Asia/Barnaul"},{"name":"Asia/Beirut","value":"Asia/Beirut"},{"name":"Asia/Bishkek","value":"Asia/Bishkek"},{"name":"Asia/Brunei","value":"Asia/Brunei"},{"name":"Asia/Calcutta","value":"Asia/Calcutta"},{"name":"Asia/Chita","value":"Asia/Chita"},{"name":"Asia/Choibalsan","value":"Asia/Choibalsan"},{"name":"Asia/Chongqing","value":"Asia/Chongqing"},{"name":"Asia/Chungking","value":"Asia/Chungking"},{"name":"Asia/Colombo","value":"Asia/Colombo"},{"name":"Asia/Dacca","value":"Asia/Dacca"},{"name":"Asia/Damascus","value":"Asia/Damascus"},{"name":"Asia/Dhaka","value":"Asia/Dhaka"},{"name":"Asia/Dili","value":"Asia/Dili"},{"name":"Asia/Dubai","value":"Asia/Dubai"},{"name":"Asia/Dushanbe","value":"Asia/Dushanbe"},{"name":"Asia/Famagusta","value":"Asia/Famagusta"},{"name":"Asia/Gaza","value":"Asia/Gaza"},{"name":"Asia/Harbin","value":"Asia/Harbin"},{"name":"Asia/Hebron","value":"Asia/Hebron"},{"name":"Asia/Ho_Chi_Minh","value":"Asia/Ho_Chi_Minh"},{"name":"Asia/Hong_Kong","value":"Asia/Hong_Kong"},{"name":"Asia/Hovd","value":"Asia/Hovd"},{"name":"Asia/Irkutsk","value":"Asia/Irkutsk"},{"name":"Asia/Istanbul","value":"Asia/Istanbul"},{"name":"Asia/Jakarta","value":"Asia/Jakarta"},{"name":"Asia/Jayapura","value":"Asia/Jayapura"},{"name":"Asia/Jerusalem","value":"Asia/Jerusalem"},{"name":"Asia/Kabul","value":"Asia/Kabul"},{"name":"Asia/Kamchatka","value":"Asia/Kamchatka"},{"name":"Asia/Karachi","value":"Asia/Karachi"},{"name":"Asia/Kashgar","value":"Asia/Kashgar"},{"name":"Asia/Kathmandu","value":"Asia/Kathmandu"},{"name":"Asia/Katmandu","value":"Asia/Katmandu"},{"name":"Asia/Khandyga","value":"Asia/Khandyga"},{"name":"Asia/Kolkata","value":"Asia/Kolkata"},{"name":"Asia/Krasnoyarsk","value":"Asia/Krasnoyarsk"},{"name":"Asia/Kuala_Lumpur","value":"Asia/Kuala_Lumpur"},{"name":"Asia/Kuching","value":"Asia/Kuching"},{"name":"Asia/Kuwait","value":"Asia/Kuwait"},{"name":"Asia/Macao","value":"Asia/Macao"},{"name":"Asia/Macau","value":"Asia/Macau"},{"name":"Asia/Magadan","value":"Asia/Magadan"},{"name":"Asia/Makassar","value":"Asia/Makassar"},{"name":"Asia/Manila","value":"Asia/Manila"},{"name":"Asia/Muscat","value":"Asia/Muscat"},{"name":"Asia/Nicosia","value":"Asia/Nicosia"},{"name":"Asia/Novokuznetsk","value":"Asia/Novokuznetsk"},{"name":"Asia/Novosibirsk","value":"Asia/Novosibirsk"},{"name":"Asia/Omsk","value":"Asia/Omsk"},{"name":"Asia/Oral","value":"Asia/Oral"},{"name":"Asia/Phnom_Penh","value":"Asia/Phnom_Penh"},{"name":"Asia/Pontianak","value":"Asia/Pontianak"},{"name":"Asia/Pyongyang","value":"Asia/Pyongyang"},{"name":"Asia/Qatar","value":"Asia/Qatar"},{"name":"Asia/Qostanay","value":"Asia/Qostanay"},{"name":"Asia/Qyzylorda","value":"Asia/Qyzylorda"},{"name":"Asia/Rangoon","value":"Asia/Rangoon"},{"name":"Asia/Riyadh","value":"Asia/Riyadh"},{"name":"Asia/Saigon","value":"Asia/Saigon"},{"name":"Asia/Sakhalin","value":"Asia/Sakhalin"},{"name":"Asia/Samarkand","value":"Asia/Samarkand"},{"name":"Asia/Seoul","value":"Asia/Seoul"},{"name":"Asia/Shanghai","value":"Asia/Shanghai"},{"name":"Asia/Singapore","value":"Asia/Singapore"},{"name":"Asia/Srednekolymsk","value":"Asia/Srednekolymsk"},{"name":"Asia/Taipei","value":"Asia/Taipei"},{"name":"Asia/Tashkent","value":"Asia/Tashkent"},{"name":"Asia/Tbilisi","value":"Asia/Tbilisi"},{"name":"Asia/Tehran","value":"Asia/Tehran"},{"name":"Asia/Tel_Aviv","value":"Asia/Tel_Aviv"},{"name":"Asia/Thimbu","value":"Asia/Thimbu"},{"name":"Asia/Thimphu","value":"Asia/Thimphu"},{"name":"Asia/Tokyo","value":"Asia/Tokyo"},{"name":"Asia/Tomsk","value":"Asia/Tomsk"},{"name":"Asia/Ujung_Pandang","value":"Asia/Ujung_Pandang"},{"name":"Asia/Ulaanbaatar","value":"Asia/Ulaanbaatar"},{"name":"Asia/Ulan_Bator","value":"Asia/Ulan_Bator"},{"name":"Asia/Urumqi","value":"Asia/Urumqi"},{"name":"Asia/Ust-Nera","value":"Asia/Ust-Nera"},{"name":"Asia/Vientiane","value":"Asia/Vientiane"},{"name":"Asia/Vladivostok","value":"Asia/Vladivostok"},{"name":"Asia/Yakutsk","value":"Asia/Yakutsk"},{"name":"Asia/Yangon","value":"Asia/Yangon"},{"name":"Asia/Yekaterinburg","value":"Asia/Yekaterinburg"},{"name":"Asia/Yerevan","value":"Asia/Yerevan"},{"name":"Atlantic/Azores","value":"Atlantic/Azores"},{"name":"Atlantic/Bermuda","value":"Atlantic/Bermuda"},{"name":"Atlantic/Canary","value":"Atlantic/Canary"},{"name":"Atlantic/Cape_Verde","value":"Atlantic/Cape_Verde"},{"name":"Atlantic/Faeroe","value":"Atlantic/Faeroe"},{"name":"Atlantic/Faroe","value":"Atlantic/Faroe"},{"name":"Atlantic/Jan_Mayen","value":"Atlantic/Jan_Mayen"},{"name":"Atlantic/Madeira","value":"Atlantic/Madeira"},{"name":"Atlantic/Reykjavik","value":"Atlantic/Reykjavik"},{"name":"Atlantic/South_Georgia","value":"Atlantic/South_Georgia"},{"name":"Atlantic/St_Helena","value":"Atlantic/St_Helena"},{"name":"Atlantic/Stanley","value":"Atlantic/Stanley"},{"name":"Australia/ACT","value":"Australia/ACT"},{"name":"Australia/Adelaide","value":"Australia/Adelaide"},{"name":"Australia/Brisbane","value":"Australia/Brisbane"},{"name":"Australia/Broken_Hill","value":"Australia/Broken_Hill"},{"name":"Australia/Canberra","value":"Australia/Canberra"},{"name":"Australia/Currie","value":"Australia/Currie"},{"name":"Australia/Darwin","value":"Australia/Darwin"},{"name":"Australia/Eucla","value":"Australia/Eucla"},{"name":"Australia/Hobart","value":"Australia/Hobart"},{"name":"Australia/LHI","value":"Australia/LHI"},{"name":"Australia/Lindeman","value":"Australia/Lindeman"},{"name":"Australia/Lord_Howe","value":"Australia/Lord_Howe"},{"name":"Australia/Melbourne","value":"Australia/Melbourne"},{"name":"Australia/NSW","value":"Australia/NSW"},{"name":"Australia/North","value":"Australia/North"},{"name":"Australia/Perth","value":"Australia/Perth"},{"name":"Australia/Queensland","value":"Australia/Queensland"},{"name":"Australia/South","value":"Australia/South"},{"name":"Australia/Sydney","value":"Australia/Sydney"},{"name":"Australia/Tasmania","value":"Australia/Tasmania"},{"name":"Australia/Victoria","value":"Australia/Victoria"},{"name":"Australia/West","value":"Australia/West"},{"name":"Australia/Yancowinna","value":"Australia/Yancowinna"},{"name":"Brazil/Acre","value":"Brazil/Acre"},{"name":"Brazil/DeNoronha","value":"Brazil/DeNoronha"},{"name":"Brazil/East","value":"Brazil/East"},{"name":"Brazil/West","value":"Brazil/West"},{"name":"CET","value":"CET"},{"name":"CST6CDT","value":"CST6CDT"},{"name":"Canada/Atlantic","value":"Canada/Atlantic"},{"name":"Canada/Central","value":"Canada/Central"},{"name":"Canada/Eastern","value":"Canada/Eastern"},{"name":"Canada/Mountain","value":"Canada/Mountain"},{"name":"Canada/Newfoundland","value":"Canada/Newfoundland"},{"name":"Canada/Pacific","value":"Canada/Pacific"},{"name":"Canada/Saskatchewan","value":"Canada/Saskatchewan"},{"name":"Canada/Yukon","value":"Canada/Yukon"},{"name":"Chile/Continental","value":"Chile/Continental"},{"name":"Chile/EasterIsland","value":"Chile/EasterIsland"},{"name":"Cuba","value":"Cuba"},{"name":"EET","value":"EET"},{"name":"EST","value":"EST"},{"name":"EST5EDT","value":"EST5EDT"},{"name":"Egypt","value":"Egypt"},{"name":"Eire","value":"Eire"},{"name":"Etc/GMT","value":"Etc/GMT"},{"name":"Etc/GMT+0","value":"Etc/GMT+0"},{"name":"Etc/GMT+1","value":"Etc/GMT+1"},{"name":"Etc/GMT+10","value":"Etc/GMT+10"},{"name":"Etc/GMT+11","value":"Etc/GMT+11"},{"name":"Etc/GMT+12","value":"Etc/GMT+12"},{"name":"Etc/GMT+2","value":"Etc/GMT+2"},{"name":"Etc/GMT+3","value":"Etc/GMT+3"},{"name":"Etc/GMT+4","value":"Etc/GMT+4"},{"name":"Etc/GMT+5","value":"Etc/GMT+5"},{"name":"Etc/GMT+6","value":"Etc/GMT+6"},{"name":"Etc/GMT+7","value":"Etc/GMT+7"},{"name":"Etc/GMT+8","value":"Etc/GMT+8"},{"name":"Etc/GMT+9","value":"Etc/GMT+9"},{"name":"Etc/GMT-0","value":"Etc/GMT-0"},{"name":"Etc/GMT-1","value":"Etc/GMT-1"},{"name":"Etc/GMT-10","value":"Etc/GMT-10"},{"name":"Etc/GMT-11","value":"Etc/GMT-11"},{"name":"Etc/GMT-12","value":"Etc/GMT-12"},{"name":"Etc/GMT-13","value":"Etc/GMT-13"},{"name":"Etc/GMT-14","value":"Etc/GMT-14"},{"name":"Etc/GMT-2","value":"Etc/GMT-2"},{"name":"Etc/GMT-3","value":"Etc/GMT-3"},{"name":"Etc/GMT-4","value":"Etc/GMT-4"},{"name":"Etc/GMT-5","value":"Etc/GMT-5"},{"name":"Etc/GMT-6","value":"Etc/GMT-6"},{"name":"Etc/GMT-7","value":"Etc/GMT-7"},{"name":"Etc/GMT-8","value":"Etc/GMT-8"},{"name":"Etc/GMT-9","value":"Etc/GMT-9"},{"name":"Etc/GMT0","value":"Etc/GMT0"},{"name":"Etc/Greenwich","value":"Etc/Greenwich"},{"name":"Etc/UCT","value":"Etc/UCT"},{"name":"Etc/UTC","value":"Etc/UTC"},{"name":"Etc/Universal","value":"Etc/Universal"},{"name":"Etc/Zulu","value":"Etc/Zulu"},{"name":"Europe/Amsterdam","value":"Europe/Amsterdam"},{"name":"Europe/Andorra","value":"Europe/Andorra"},{"name":"Europe/Astrakhan","value":"Europe/Astrakhan"},{"name":"Europe/Athens","value":"Europe/Athens"},{"name":"Europe/Belfast","value":"Europe/Belfast"},{"name":"Europe/Belgrade","value":"Europe/Belgrade"},{"name":"Europe/Berlin","value":"Europe/Berlin"},{"name":"Europe/Bratislava","value":"Europe/Bratislava"},{"name":"Europe/Brussels","value":"Europe/Brussels"},{"name":"Europe/Bucharest","value":"Europe/Bucharest"},{"name":"Europe/Budapest","value":"Europe/Budapest"},{"name":"Europe/Busingen","value":"Europe/Busingen"},{"name":"Europe/Chisinau","value":"Europe/Chisinau"},{"name":"Europe/Copenhagen","value":"Europe/Copenhagen"},{"name":"Europe/Dublin","value":"Europe/Dublin"},{"name":"Europe/Gibraltar","value":"Europe/Gibraltar"},{"name":"Europe/Guernsey","value":"Europe/Guernsey"},{"name":"Europe/Helsinki","value":"Europe/Helsinki"},{"name":"Europe/Isle_of_Man","value":"Europe/Isle_of_Man"},{"name":"Europe/Istanbul","value":"Europe/Istanbul"},{"name":"Europe/Jersey","value":"Europe/Jersey"},{"name":"Europe/Kaliningrad","value":"Europe/Kaliningrad"},{"name":"Europe/Kiev","value":"Europe/Kiev"},{"name":"Europe/Kirov","value":"Europe/Kirov"},{"name":"Europe/Kyiv","value":"Europe/Kyiv"},{"name":"Europe/Lisbon","value":"Europe/Lisbon"},{"name":"Europe/Ljubljana","value":"Europe/Ljubljana"},{"name":"Europe/London","value":"Europe/London"},{"name":"Europe/Luxembourg","value":"Europe/Luxembourg"},{"name":"Europe/Madrid","value":"Europe/Madrid"},{"name":"Europe/Malta","value":"Europe/Malta"},{"name":"Europe/Mariehamn","value":"Europe/Mariehamn"},{"name":"Europe/Minsk","value":"Europe/Minsk"},{"name":"Europe/Monaco","value":"Europe/Monaco"},{"name":"Europe/Moscow","value":"Europe/Moscow"},{"name":"Europe/Nicosia","value":"Europe/Nicosia"},{"name":"Europe/Oslo","value":"Europe/Oslo"},{"name":"Europe/Paris","value":"Europe/Paris"},{"name":"Europe/Podgorica","value":"Europe/Podgorica"},{"name":"Europe/Prague","value":"Europe/Prague"},{"name":"Europe/Riga","value":"Europe/Riga"},{"name":"Europe/Rome","value":"Europe/Rome"},{"name":"Europe/Samara","value":"Europe/Samara"},{"name":"Europe/San_Marino","value":"Europe/San_Marino"},{"name":"Europe/Sarajevo","value":"Europe/Sarajevo"},{"name":"Europe/Saratov","value":"Europe/Saratov"},{"name":"Europe/Simferopol","value":"Europe/Simferopol"},{"name":"Europe/Skopje","value":"Europe/Skopje"},{"name":"Europe/Sofia","value":"Europe/Sofia"},{"name":"Europe/Stockholm","value":"Europe/Stockholm"},{"name":"Europe/Tallinn","value":"Europe/Tallinn"},{"name":"Europe/Tirane","value":"Europe/Tirane"},{"name":"Europe/Tiraspol","value":"Europe/Tiraspol"},{"name":"Europe/Ulyanovsk","value":"Europe/Ulyanovsk"},{"name":"Europe/Uzhgorod","value":"Europe/Uzhgorod"},{"name":"Europe/Vaduz","value":"Europe/Vaduz"},{"name":"Europe/Vatican","value":"Europe/Vatican"},{"name":"Europe/Vienna","value":"Europe/Vienna"},{"name":"Europe/Vilnius","value":"Europe/Vilnius"},{"name":"Europe/Volgograd","value":"Europe/Volgograd"},{"name":"Europe/Warsaw","value":"Europe/Warsaw"},{"name":"Europe/Zagreb","value":"Europe/Zagreb"},{"name":"Europe/Zaporozhye","value":"Europe/Zaporozhye"},{"name":"Europe/Zurich","value":"Europe/Zurich"},{"name":"GB","value":"GB"},{"name":"GB-Eire","value":"GB-Eire"},{"name":"GMT","value":"GMT"},{"name":"GMT+0","value":"GMT+0"},{"name":"GMT-0","value":"GMT-0"},{"name":"GMT0","value":"GMT0"},{"name":"Greenwich","value":"Greenwich"},{"name":"HST","value":"HST"},{"name":"Hongkong","value":"Hongkong"},{"name":"Iceland","value":"Iceland"},{"name":"Indian/Antananarivo","value":"Indian/Antananarivo"},{"name":"Indian/Chagos","value":"Indian/Chagos"},{"name":"Indian/Christmas","value":"Indian/Christmas"},{"name":"Indian/Cocos","value":"Indian/Cocos"},{"name":"Indian/Comoro","value":"Indian/Comoro"},{"name":"Indian/Kerguelen","value":"Indian/Kerguelen"},{"name":"Indian/Mahe","value":"Indian/Mahe"},{"name":"Indian/Maldives","value":"Indian/Maldives"},{"name":"Indian/Mauritius","value":"Indian/Mauritius"},{"name":"Indian/Mayotte","value":"Indian/Mayotte"},{"name":"Indian/Reunion","value":"Indian/Reunion"},{"name":"Iran","value":"Iran"},{"name":"Israel","value":"Israel"},{"name":"Jamaica","value":"Jamaica"},{"name":"Japan","value":"Japan"},{"name":"Kwajalein","value":"Kwajalein"},{"name":"Libya","value":"Libya"},{"name":"MET","value":"MET"},{"name":"MST","value":"MST"},{"name":"MST7MDT","value":"MST7MDT"},{"name":"Mexico/BajaNorte","value":"Mexico/BajaNorte"},{"name":"Mexico/BajaSur","value":"Mexico/BajaSur"},{"name":"Mexico/General","value":"Mexico/General"},{"name":"NZ","value":"NZ"},{"name":"NZ-CHAT","value":"NZ-CHAT"},{"name":"Navajo","value":"Navajo"},{"name":"PRC","value":"PRC"},{"name":"PST8PDT","value":"PST8PDT"},{"name":"Pacific/Apia","value":"Pacific/Apia"},{"name":"Pacific/Auckland","value":"Pacific/Auckland"},{"name":"Pacific/Bougainville","value":"Pacific/Bougainville"},{"name":"Pacific/Chatham","value":"Pacific/Chatham"},{"name":"Pacific/Chuuk","value":"Pacific/Chuuk"},{"name":"Pacific/Easter","value":"Pacific/Easter"},{"name":"Pacific/Efate","value":"Pacific/Efate"},{"name":"Pacific/Enderbury","value":"Pacific/Enderbury"},{"name":"Pacific/Fakaofo","value":"Pacific/Fakaofo"},{"name":"Pacific/Fiji","value":"Pacific/Fiji"},{"name":"Pacific/Funafuti","value":"Pacific/Funafuti"},{"name":"Pacific/Galapagos","value":"Pacific/Galapagos"},{"name":"Pacific/Gambier","value":"Pacific/Gambier"},{"name":"Pacific/Guadalcanal","value":"Pacific/Guadalcanal"},{"name":"Pacific/Guam","value":"Pacific/Guam"},{"name":"Pacific/Honolulu","value":"Pacific/Honolulu"},{"name":"Pacific/Johnston","value":"Pacific/Johnston"},{"name":"Pacific/Kanton","value":"Pacific/Kanton"},{"name":"Pacific/Kiritimati","value":"Pacific/Kiritimati"},{"name":"Pacific/Kosrae","value":"Pacific/Kosrae"},{"name":"Pacific/Kwajalein","value":"Pacific/Kwajalein"},{"name":"Pacific/Majuro","value":"Pacific/Majuro"},{"name":"Pacific/Marquesas","value":"Pacific/Marquesas"},{"name":"Pacific/Midway","value":"Pacific/Midway"},{"name":"Pacific/Nauru","value":"Pacific/Nauru"},{"name":"Pacific/Niue","value":"Pacific/Niue"},{"name":"Pacific/Norfolk","value":"Pacific/Norfolk"},{"name":"Pacific/Noumea","value":"Pacific/Noumea"},{"name":"Pacific/Pago_Pago","value":"Pacific/Pago_Pago"},{"name":"Pacific/Palau","value":"Pacific/Palau"},{"name":"Pacific/Pitcairn","value":"Pacific/Pitcairn"},{"name":"Pacific/Pohnpei","value":"Pacific/Pohnpei"},{"name":"Pacific/Ponape","value":"Pacific/Ponape"},{"name":"Pacific/Port_Moresby","value":"Pacific/Port_Moresby"},{"name":"Pacific/Rarotonga","value":"Pacific/Rarotonga"},{"name":"Pacific/Saipan","value":"Pacific/Saipan"},{"name":"Pacific/Samoa","value":"Pacific/Samoa"},{"name":"Pacific/Tahiti","value":"Pacific/Tahiti"},{"name":"Pacific/Tarawa","value":"Pacific/Tarawa"},{"name":"Pacific/Tongatapu","value":"Pacific/Tongatapu"},{"name":"Pacific/Truk","value":"Pacific/Truk"},{"name":"Pacific/Wake","value":"Pacific/Wake"},{"name":"Pacific/Wallis","value":"Pacific/Wallis"},{"name":"Pacific/Yap","value":"Pacific/Yap"},{"name":"Poland","value":"Poland"},{"name":"Portugal","value":"Portugal"},{"name":"ROC","value":"ROC"},{"name":"ROK","value":"ROK"},{"name":"Singapore","value":"Singapore"},{"name":"Turkey","value":"Turkey"},{"name":"UCT","value":"UCT"},{"name":"US/Alaska","value":"US/Alaska"},{"name":"US/Aleutian","value":"US/Aleutian"},{"name":"US/Arizona","value":"US/Arizona"},{"name":"US/Central","value":"US/Central"},{"name":"US/East-Indiana","value":"US/East-Indiana"},{"name":"US/Eastern","value":"US/Eastern"},{"name":"US/Hawaii","value":"US/Hawaii"},{"name":"US/Indiana-Starke","value":"US/Indiana-Starke"},{"name":"US/Michigan","value":"US/Michigan"},{"name":"US/Mountain","value":"US/Mountain"},{"name":"US/Pacific","value":"US/Pacific"},{"name":"US/Samoa","value":"US/Samoa"},{"name":"UTC","value":"UTC"},{"name":"Universal","value":"Universal"},{"name":"W-SU","value":"W-SU"},{"name":"WET","value":"WET"},{"name":"Zulu","value":"Zulu"}]},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["get"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"From All Calendars","name":"fromAllCalendars","type":"boolean","default":true,"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"fromAllCalendars":[false],"resource":["event"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["event"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["getAll"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. contains(subject,'Hello')","hint":"Search query to filter events. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"End","name":"end","type":"dateTime","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","default":"low","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}]},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":true},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Start","name":"start","type":"dateTime","default":""},{"displayName":"Timezone","name":"timeZone","type":"string","default":""},{"displayName":"Title","name":"subject","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Retrieve a folder","action":"Get a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders","action":"Get many folders"},{"name":"Update","value":"update","description":"Update a folder","action":"Update a folder"}],"default":"create"},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","placeholder":"e.g. My Folder","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folder"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"filter","type":"string","default":"","placeholder":"e.g. displayName eq 'My Folder'","hint":"Search query to filter folders. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]},{"displayName":"Include Child Folders","name":"includeChildFolders","type":"boolean","default":false,"description":"Whether to include child folders in the response"},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"description":"The folder you want to search in"}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieves the messages in a folder","action":"Get many folder messages"}],"default":"getAll"},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folderMessage"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Retrieve a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"List and search messages","action":"Get many messages"},{"name":"Move","value":"move","description":"Move a message to a folder","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create a reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"send"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"},{"displayName":"Get MIME Content","name":"getMimeContent","type":"fixedCollection","default":{"values":{"binaryPropertyName":"data"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Put Output in Field","name":"binaryPropertyName","type":"string","default":"","hint":"The name of the output field to put the binary file data in"},{"displayName":"File Name","name":"outputFileName","type":"string","placeholder":"message","default":"","description":"Optional name of the output file, if not set message ID is used"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["message"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["message"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Folders to Include","name":"foldersToInclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Reply to Sender Only","name":"replyToSenderOnly","type":"boolean","default":false,"description":"Whether to reply to the sender only or to the entire list of recipients","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Message","name":"message","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"replyToSenderOnly":[true],"resource":["message"],"operation":["reply"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Save as Draft","name":"saveAsDraft","description":"Whether to save the message as a draft. If false, the message is sent immediately.","type":"boolean","default":false}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add an attachment"},{"name":"Download","value":"download","description":"Download an attachment from a message","action":"Download an attachment"},{"name":"Get","value":"get","description":"Retrieve information about an attachment of a message","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Retrieve information about the attachments of a message","action":"Get many attachments"}],"default":"add"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Input Data Field Name","name":"binaryPropertyName","hint":"The name of the input field containing the binary file data to be attached","type":"string","required":true,"default":"data","placeholder":"e.g. data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Put Output in Field","name":"binaryPropertyName","hint":"The name of the output field to put the binary file data in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["messageAttachment"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]},"alias":["email"]}},
255
+ {"displayName":"Microsoft Outlook","name":"n8n-nodes-base.microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":2,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Calendar","value":"calendar"},{"name":"Contact","value":"contact"},{"name":"Draft","value":"draft"},{"name":"Event","value":"event"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["calendar"]}},"options":[{"name":"Create","value":"create","description":"Create a new calendar","action":"Create a calendar"},{"name":"Delete","value":"delete","description":"Delete a calendar","action":"Delete a calendar"},{"name":"Get","value":"get","description":"Retrieve a calendar","action":"Get a calendar"},{"name":"Get Many","value":"getAll","description":"List and search calendars","action":"Get many calendars"},{"name":"Update","value":"update","description":"Update a calendar","action":"Update a calendar"}],"default":"getAll"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"description":"The name of the calendar to create","placeholder":"e.g. My Calendar","displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Calendar Group","name":"calendarGroup","type":"options","typeOptions":{"loadOptionsMethod":"getCalendarGroups"},"default":[],"description":"If set, the calendar will be created in the specified calendar group. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["calendar"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. canShare eq true","hint":"Search query to filter calendars. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"},{"displayName":"Default Calendar","name":"isDefaultCalendar","type":"boolean","default":false},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. My Calendar","description":"The name of the calendar"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a new contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Retrieve a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"List and search contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"getAll"},{"displayName":"First Name","name":"givenName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Last Name","name":"surname","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["get"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["contact"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["getAll"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. displayName eq 'John Doe'","hint":"Search query to filter contacts. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Email Address","name":"emailAddress","type":"string","default":"","description":"If contacts that you want to retrieve have multiple email addresses, you can enter them separated by commas"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Update Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","description":"Create a new email draft","action":"Create a draft"},{"name":"Delete","value":"delete","description":"Delete an email draft","action":"Delete a draft"},{"name":"Get","value":"get","description":"Retrieve an email draft","action":"Get a draft"},{"name":"Send","value":"send","description":"Send an existing email draft","action":"Send a draft"},{"name":"Update","value":"update","description":"Update an email draft","action":"Update a draft"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["delete"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["draft"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"To","name":"to","description":"Comma-separated list of email addresses of recipients","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Create","value":"create","description":"Create a new event","action":"Create an event"},{"name":"Delete","value":"delete","description":"Delete an event","action":"Delete an event"},{"name":"Get","value":"get","description":"Retrieve an event","action":"Get an event"},{"name":"Get Many","value":"getAll","description":"List and search events","action":"Get many events"},{"name":"Update","value":"update","description":"Update an event","action":"Update an event"}],"default":"getAll"},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Title","name":"subject","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Start","name":"startDateTime","type":"dateTime","default":"2024-04-24T13:20:54.013+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2024-04-24T13:50:54.013+00:00","displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}],"default":"normal"},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":false},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Timezone","name":"timeZone","type":"options","default":"UTC","options":[{"name":"Africa/Abidjan","value":"Africa/Abidjan"},{"name":"Africa/Accra","value":"Africa/Accra"},{"name":"Africa/Addis_Ababa","value":"Africa/Addis_Ababa"},{"name":"Africa/Algiers","value":"Africa/Algiers"},{"name":"Africa/Asmara","value":"Africa/Asmara"},{"name":"Africa/Asmera","value":"Africa/Asmera"},{"name":"Africa/Bamako","value":"Africa/Bamako"},{"name":"Africa/Bangui","value":"Africa/Bangui"},{"name":"Africa/Banjul","value":"Africa/Banjul"},{"name":"Africa/Bissau","value":"Africa/Bissau"},{"name":"Africa/Blantyre","value":"Africa/Blantyre"},{"name":"Africa/Brazzaville","value":"Africa/Brazzaville"},{"name":"Africa/Bujumbura","value":"Africa/Bujumbura"},{"name":"Africa/Cairo","value":"Africa/Cairo"},{"name":"Africa/Casablanca","value":"Africa/Casablanca"},{"name":"Africa/Ceuta","value":"Africa/Ceuta"},{"name":"Africa/Conakry","value":"Africa/Conakry"},{"name":"Africa/Dakar","value":"Africa/Dakar"},{"name":"Africa/Dar_es_Salaam","value":"Africa/Dar_es_Salaam"},{"name":"Africa/Djibouti","value":"Africa/Djibouti"},{"name":"Africa/Douala","value":"Africa/Douala"},{"name":"Africa/El_Aaiun","value":"Africa/El_Aaiun"},{"name":"Africa/Freetown","value":"Africa/Freetown"},{"name":"Africa/Gaborone","value":"Africa/Gaborone"},{"name":"Africa/Harare","value":"Africa/Harare"},{"name":"Africa/Johannesburg","value":"Africa/Johannesburg"},{"name":"Africa/Juba","value":"Africa/Juba"},{"name":"Africa/Kampala","value":"Africa/Kampala"},{"name":"Africa/Khartoum","value":"Africa/Khartoum"},{"name":"Africa/Kigali","value":"Africa/Kigali"},{"name":"Africa/Kinshasa","value":"Africa/Kinshasa"},{"name":"Africa/Lagos","value":"Africa/Lagos"},{"name":"Africa/Libreville","value":"Africa/Libreville"},{"name":"Africa/Lome","value":"Africa/Lome"},{"name":"Africa/Luanda","value":"Africa/Luanda"},{"name":"Africa/Lubumbashi","value":"Africa/Lubumbashi"},{"name":"Africa/Lusaka","value":"Africa/Lusaka"},{"name":"Africa/Malabo","value":"Africa/Malabo"},{"name":"Africa/Maputo","value":"Africa/Maputo"},{"name":"Africa/Maseru","value":"Africa/Maseru"},{"name":"Africa/Mbabane","value":"Africa/Mbabane"},{"name":"Africa/Mogadishu","value":"Africa/Mogadishu"},{"name":"Africa/Monrovia","value":"Africa/Monrovia"},{"name":"Africa/Nairobi","value":"Africa/Nairobi"},{"name":"Africa/Ndjamena","value":"Africa/Ndjamena"},{"name":"Africa/Niamey","value":"Africa/Niamey"},{"name":"Africa/Nouakchott","value":"Africa/Nouakchott"},{"name":"Africa/Ouagadougou","value":"Africa/Ouagadougou"},{"name":"Africa/Porto-Novo","value":"Africa/Porto-Novo"},{"name":"Africa/Sao_Tome","value":"Africa/Sao_Tome"},{"name":"Africa/Timbuktu","value":"Africa/Timbuktu"},{"name":"Africa/Tripoli","value":"Africa/Tripoli"},{"name":"Africa/Tunis","value":"Africa/Tunis"},{"name":"Africa/Windhoek","value":"Africa/Windhoek"},{"name":"America/Adak","value":"America/Adak"},{"name":"America/Anchorage","value":"America/Anchorage"},{"name":"America/Anguilla","value":"America/Anguilla"},{"name":"America/Antigua","value":"America/Antigua"},{"name":"America/Araguaina","value":"America/Araguaina"},{"name":"America/Argentina/Buenos_Aires","value":"America/Argentina/Buenos_Aires"},{"name":"America/Argentina/Catamarca","value":"America/Argentina/Catamarca"},{"name":"America/Argentina/ComodRivadavia","value":"America/Argentina/ComodRivadavia"},{"name":"America/Argentina/Cordoba","value":"America/Argentina/Cordoba"},{"name":"America/Argentina/Jujuy","value":"America/Argentina/Jujuy"},{"name":"America/Argentina/La_Rioja","value":"America/Argentina/La_Rioja"},{"name":"America/Argentina/Mendoza","value":"America/Argentina/Mendoza"},{"name":"America/Argentina/Rio_Gallegos","value":"America/Argentina/Rio_Gallegos"},{"name":"America/Argentina/Salta","value":"America/Argentina/Salta"},{"name":"America/Argentina/San_Juan","value":"America/Argentina/San_Juan"},{"name":"America/Argentina/San_Luis","value":"America/Argentina/San_Luis"},{"name":"America/Argentina/Tucuman","value":"America/Argentina/Tucuman"},{"name":"America/Argentina/Ushuaia","value":"America/Argentina/Ushuaia"},{"name":"America/Aruba","value":"America/Aruba"},{"name":"America/Asuncion","value":"America/Asuncion"},{"name":"America/Atikokan","value":"America/Atikokan"},{"name":"America/Atka","value":"America/Atka"},{"name":"America/Bahia","value":"America/Bahia"},{"name":"America/Bahia_Banderas","value":"America/Bahia_Banderas"},{"name":"America/Barbados","value":"America/Barbados"},{"name":"America/Belem","value":"America/Belem"},{"name":"America/Belize","value":"America/Belize"},{"name":"America/Blanc-Sablon","value":"America/Blanc-Sablon"},{"name":"America/Boa_Vista","value":"America/Boa_Vista"},{"name":"America/Bogota","value":"America/Bogota"},{"name":"America/Boise","value":"America/Boise"},{"name":"America/Buenos_Aires","value":"America/Buenos_Aires"},{"name":"America/Cambridge_Bay","value":"America/Cambridge_Bay"},{"name":"America/Campo_Grande","value":"America/Campo_Grande"},{"name":"America/Cancun","value":"America/Cancun"},{"name":"America/Caracas","value":"America/Caracas"},{"name":"America/Catamarca","value":"America/Catamarca"},{"name":"America/Cayenne","value":"America/Cayenne"},{"name":"America/Cayman","value":"America/Cayman"},{"name":"America/Chicago","value":"America/Chicago"},{"name":"America/Chihuahua","value":"America/Chihuahua"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Creston","value":"America/Creston"},{"name":"America/Cuiaba","value":"America/Cuiaba"},{"name":"America/Curacao","value":"America/Curacao"},{"name":"America/Danmarkshavn","value":"America/Danmarkshavn"},{"name":"America/Dawson","value":"America/Dawson"},{"name":"America/Dawson_Creek","value":"America/Dawson_Creek"},{"name":"America/Denver","value":"America/Denver"},{"name":"America/Detroit","value":"America/Detroit"},{"name":"America/Dominica","value":"America/Dominica"},{"name":"America/Edmonton","value":"America/Edmonton"},{"name":"America/Eirunepe","value":"America/Eirunepe"},{"name":"America/El_Salvador","value":"America/El_Salvador"},{"name":"America/Ensenada","value":"America/Ensenada"},{"name":"America/Fort_Nelson","value":"America/Fort_Nelson"},{"name":"America/Fort_Wayne","value":"America/Fort_Wayne"},{"name":"America/Fortaleza","value":"America/Fortaleza"},{"name":"America/Glace_Bay","value":"America/Glace_Bay"},{"name":"America/Godthab","value":"America/Godthab"},{"name":"America/Goose_Bay","value":"America/Goose_Bay"},{"name":"America/Grand_Turk","value":"America/Grand_Turk"},{"name":"America/Grenada","value":"America/Grenada"},{"name":"America/Guadeloupe","value":"America/Guadeloupe"},{"name":"America/Guatemala","value":"America/Guatemala"},{"name":"America/Guayaquil","value":"America/Guayaquil"},{"name":"America/Guyana","value":"America/Guyana"},{"name":"America/Halifax","value":"America/Halifax"},{"name":"America/Havana","value":"America/Havana"},{"name":"America/Hermosillo","value":"America/Hermosillo"},{"name":"America/Indiana/Indianapolis","value":"America/Indiana/Indianapolis"},{"name":"America/Indiana/Knox","value":"America/Indiana/Knox"},{"name":"America/Indiana/Marengo","value":"America/Indiana/Marengo"},{"name":"America/Indiana/Petersburg","value":"America/Indiana/Petersburg"},{"name":"America/Indiana/Tell_City","value":"America/Indiana/Tell_City"},{"name":"America/Indiana/Vevay","value":"America/Indiana/Vevay"},{"name":"America/Indiana/Vincennes","value":"America/Indiana/Vincennes"},{"name":"America/Indiana/Winamac","value":"America/Indiana/Winamac"},{"name":"America/Indianapolis","value":"America/Indianapolis"},{"name":"America/Inuvik","value":"America/Inuvik"},{"name":"America/Iqaluit","value":"America/Iqaluit"},{"name":"America/Jamaica","value":"America/Jamaica"},{"name":"America/Jujuy","value":"America/Jujuy"},{"name":"America/Juneau","value":"America/Juneau"},{"name":"America/Kentucky/Louisville","value":"America/Kentucky/Louisville"},{"name":"America/Kentucky/Monticello","value":"America/Kentucky/Monticello"},{"name":"America/Knox_IN","value":"America/Knox_IN"},{"name":"America/Kralendijk","value":"America/Kralendijk"},{"name":"America/La_Paz","value":"America/La_Paz"},{"name":"America/Lima","value":"America/Lima"},{"name":"America/Los_Angeles","value":"America/Los_Angeles"},{"name":"America/Louisville","value":"America/Louisville"},{"name":"America/Lower_Princes","value":"America/Lower_Princes"},{"name":"America/Maceio","value":"America/Maceio"},{"name":"America/Managua","value":"America/Managua"},{"name":"America/Manaus","value":"America/Manaus"},{"name":"America/Marigot","value":"America/Marigot"},{"name":"America/Martinique","value":"America/Martinique"},{"name":"America/Matamoros","value":"America/Matamoros"},{"name":"America/Mazatlan","value":"America/Mazatlan"},{"name":"America/Mendoza","value":"America/Mendoza"},{"name":"America/Menominee","value":"America/Menominee"},{"name":"America/Merida","value":"America/Merida"},{"name":"America/Metlakatla","value":"America/Metlakatla"},{"name":"America/Mexico_City","value":"America/Mexico_City"},{"name":"America/Miquelon","value":"America/Miquelon"},{"name":"America/Moncton","value":"America/Moncton"},{"name":"America/Monterrey","value":"America/Monterrey"},{"name":"America/Montevideo","value":"America/Montevideo"},{"name":"America/Montreal","value":"America/Montreal"},{"name":"America/Montserrat","value":"America/Montserrat"},{"name":"America/Nassau","value":"America/Nassau"},{"name":"America/New_York","value":"America/New_York"},{"name":"America/Nipigon","value":"America/Nipigon"},{"name":"America/Nome","value":"America/Nome"},{"name":"America/Noronha","value":"America/Noronha"},{"name":"America/North_Dakota/Beulah","value":"America/North_Dakota/Beulah"},{"name":"America/North_Dakota/Center","value":"America/North_Dakota/Center"},{"name":"America/North_Dakota/New_Salem","value":"America/North_Dakota/New_Salem"},{"name":"America/Nuuk","value":"America/Nuuk"},{"name":"America/Ojinaga","value":"America/Ojinaga"},{"name":"America/Panama","value":"America/Panama"},{"name":"America/Pangnirtung","value":"America/Pangnirtung"},{"name":"America/Paramaribo","value":"America/Paramaribo"},{"name":"America/Phoenix","value":"America/Phoenix"},{"name":"America/Port-au-Prince","value":"America/Port-au-Prince"},{"name":"America/Port_of_Spain","value":"America/Port_of_Spain"},{"name":"America/Porto_Acre","value":"America/Porto_Acre"},{"name":"America/Porto_Velho","value":"America/Porto_Velho"},{"name":"America/Puerto_Rico","value":"America/Puerto_Rico"},{"name":"America/Punta_Arenas","value":"America/Punta_Arenas"},{"name":"America/Rainy_River","value":"America/Rainy_River"},{"name":"America/Rankin_Inlet","value":"America/Rankin_Inlet"},{"name":"America/Recife","value":"America/Recife"},{"name":"America/Regina","value":"America/Regina"},{"name":"America/Resolute","value":"America/Resolute"},{"name":"America/Rio_Branco","value":"America/Rio_Branco"},{"name":"America/Rosario","value":"America/Rosario"},{"name":"America/Santa_Isabel","value":"America/Santa_Isabel"},{"name":"America/Santarem","value":"America/Santarem"},{"name":"America/Santiago","value":"America/Santiago"},{"name":"America/Santo_Domingo","value":"America/Santo_Domingo"},{"name":"America/Sao_Paulo","value":"America/Sao_Paulo"},{"name":"America/Scoresbysund","value":"America/Scoresbysund"},{"name":"America/Shiprock","value":"America/Shiprock"},{"name":"America/Sitka","value":"America/Sitka"},{"name":"America/St_Barthelemy","value":"America/St_Barthelemy"},{"name":"America/St_Johns","value":"America/St_Johns"},{"name":"America/St_Kitts","value":"America/St_Kitts"},{"name":"America/St_Lucia","value":"America/St_Lucia"},{"name":"America/St_Thomas","value":"America/St_Thomas"},{"name":"America/St_Vincent","value":"America/St_Vincent"},{"name":"America/Swift_Current","value":"America/Swift_Current"},{"name":"America/Tegucigalpa","value":"America/Tegucigalpa"},{"name":"America/Thule","value":"America/Thule"},{"name":"America/Thunder_Bay","value":"America/Thunder_Bay"},{"name":"America/Tijuana","value":"America/Tijuana"},{"name":"America/Toronto","value":"America/Toronto"},{"name":"America/Tortola","value":"America/Tortola"},{"name":"America/Vancouver","value":"America/Vancouver"},{"name":"America/Virgin","value":"America/Virgin"},{"name":"America/Whitehorse","value":"America/Whitehorse"},{"name":"America/Winnipeg","value":"America/Winnipeg"},{"name":"America/Yakutat","value":"America/Yakutat"},{"name":"America/Yellowknife","value":"America/Yellowknife"},{"name":"Antarctica/Casey","value":"Antarctica/Casey"},{"name":"Antarctica/Davis","value":"Antarctica/Davis"},{"name":"Antarctica/DumontDUrville","value":"Antarctica/DumontDUrville"},{"name":"Antarctica/Macquarie","value":"Antarctica/Macquarie"},{"name":"Antarctica/Mawson","value":"Antarctica/Mawson"},{"name":"Antarctica/McMurdo","value":"Antarctica/McMurdo"},{"name":"Antarctica/Palmer","value":"Antarctica/Palmer"},{"name":"Antarctica/Rothera","value":"Antarctica/Rothera"},{"name":"Antarctica/South_Pole","value":"Antarctica/South_Pole"},{"name":"Antarctica/Syowa","value":"Antarctica/Syowa"},{"name":"Antarctica/Troll","value":"Antarctica/Troll"},{"name":"Antarctica/Vostok","value":"Antarctica/Vostok"},{"name":"Arctic/Longyearbyen","value":"Arctic/Longyearbyen"},{"name":"Asia/Aden","value":"Asia/Aden"},{"name":"Asia/Almaty","value":"Asia/Almaty"},{"name":"Asia/Amman","value":"Asia/Amman"},{"name":"Asia/Anadyr","value":"Asia/Anadyr"},{"name":"Asia/Aqtau","value":"Asia/Aqtau"},{"name":"Asia/Aqtobe","value":"Asia/Aqtobe"},{"name":"Asia/Ashgabat","value":"Asia/Ashgabat"},{"name":"Asia/Ashkhabad","value":"Asia/Ashkhabad"},{"name":"Asia/Atyrau","value":"Asia/Atyrau"},{"name":"Asia/Baghdad","value":"Asia/Baghdad"},{"name":"Asia/Bahrain","value":"Asia/Bahrain"},{"name":"Asia/Baku","value":"Asia/Baku"},{"name":"Asia/Bangkok","value":"Asia/Bangkok"},{"name":"Asia/Barnaul","value":"Asia/Barnaul"},{"name":"Asia/Beirut","value":"Asia/Beirut"},{"name":"Asia/Bishkek","value":"Asia/Bishkek"},{"name":"Asia/Brunei","value":"Asia/Brunei"},{"name":"Asia/Calcutta","value":"Asia/Calcutta"},{"name":"Asia/Chita","value":"Asia/Chita"},{"name":"Asia/Choibalsan","value":"Asia/Choibalsan"},{"name":"Asia/Chongqing","value":"Asia/Chongqing"},{"name":"Asia/Chungking","value":"Asia/Chungking"},{"name":"Asia/Colombo","value":"Asia/Colombo"},{"name":"Asia/Dacca","value":"Asia/Dacca"},{"name":"Asia/Damascus","value":"Asia/Damascus"},{"name":"Asia/Dhaka","value":"Asia/Dhaka"},{"name":"Asia/Dili","value":"Asia/Dili"},{"name":"Asia/Dubai","value":"Asia/Dubai"},{"name":"Asia/Dushanbe","value":"Asia/Dushanbe"},{"name":"Asia/Famagusta","value":"Asia/Famagusta"},{"name":"Asia/Gaza","value":"Asia/Gaza"},{"name":"Asia/Harbin","value":"Asia/Harbin"},{"name":"Asia/Hebron","value":"Asia/Hebron"},{"name":"Asia/Ho_Chi_Minh","value":"Asia/Ho_Chi_Minh"},{"name":"Asia/Hong_Kong","value":"Asia/Hong_Kong"},{"name":"Asia/Hovd","value":"Asia/Hovd"},{"name":"Asia/Irkutsk","value":"Asia/Irkutsk"},{"name":"Asia/Istanbul","value":"Asia/Istanbul"},{"name":"Asia/Jakarta","value":"Asia/Jakarta"},{"name":"Asia/Jayapura","value":"Asia/Jayapura"},{"name":"Asia/Jerusalem","value":"Asia/Jerusalem"},{"name":"Asia/Kabul","value":"Asia/Kabul"},{"name":"Asia/Kamchatka","value":"Asia/Kamchatka"},{"name":"Asia/Karachi","value":"Asia/Karachi"},{"name":"Asia/Kashgar","value":"Asia/Kashgar"},{"name":"Asia/Kathmandu","value":"Asia/Kathmandu"},{"name":"Asia/Katmandu","value":"Asia/Katmandu"},{"name":"Asia/Khandyga","value":"Asia/Khandyga"},{"name":"Asia/Kolkata","value":"Asia/Kolkata"},{"name":"Asia/Krasnoyarsk","value":"Asia/Krasnoyarsk"},{"name":"Asia/Kuala_Lumpur","value":"Asia/Kuala_Lumpur"},{"name":"Asia/Kuching","value":"Asia/Kuching"},{"name":"Asia/Kuwait","value":"Asia/Kuwait"},{"name":"Asia/Macao","value":"Asia/Macao"},{"name":"Asia/Macau","value":"Asia/Macau"},{"name":"Asia/Magadan","value":"Asia/Magadan"},{"name":"Asia/Makassar","value":"Asia/Makassar"},{"name":"Asia/Manila","value":"Asia/Manila"},{"name":"Asia/Muscat","value":"Asia/Muscat"},{"name":"Asia/Nicosia","value":"Asia/Nicosia"},{"name":"Asia/Novokuznetsk","value":"Asia/Novokuznetsk"},{"name":"Asia/Novosibirsk","value":"Asia/Novosibirsk"},{"name":"Asia/Omsk","value":"Asia/Omsk"},{"name":"Asia/Oral","value":"Asia/Oral"},{"name":"Asia/Phnom_Penh","value":"Asia/Phnom_Penh"},{"name":"Asia/Pontianak","value":"Asia/Pontianak"},{"name":"Asia/Pyongyang","value":"Asia/Pyongyang"},{"name":"Asia/Qatar","value":"Asia/Qatar"},{"name":"Asia/Qostanay","value":"Asia/Qostanay"},{"name":"Asia/Qyzylorda","value":"Asia/Qyzylorda"},{"name":"Asia/Rangoon","value":"Asia/Rangoon"},{"name":"Asia/Riyadh","value":"Asia/Riyadh"},{"name":"Asia/Saigon","value":"Asia/Saigon"},{"name":"Asia/Sakhalin","value":"Asia/Sakhalin"},{"name":"Asia/Samarkand","value":"Asia/Samarkand"},{"name":"Asia/Seoul","value":"Asia/Seoul"},{"name":"Asia/Shanghai","value":"Asia/Shanghai"},{"name":"Asia/Singapore","value":"Asia/Singapore"},{"name":"Asia/Srednekolymsk","value":"Asia/Srednekolymsk"},{"name":"Asia/Taipei","value":"Asia/Taipei"},{"name":"Asia/Tashkent","value":"Asia/Tashkent"},{"name":"Asia/Tbilisi","value":"Asia/Tbilisi"},{"name":"Asia/Tehran","value":"Asia/Tehran"},{"name":"Asia/Tel_Aviv","value":"Asia/Tel_Aviv"},{"name":"Asia/Thimbu","value":"Asia/Thimbu"},{"name":"Asia/Thimphu","value":"Asia/Thimphu"},{"name":"Asia/Tokyo","value":"Asia/Tokyo"},{"name":"Asia/Tomsk","value":"Asia/Tomsk"},{"name":"Asia/Ujung_Pandang","value":"Asia/Ujung_Pandang"},{"name":"Asia/Ulaanbaatar","value":"Asia/Ulaanbaatar"},{"name":"Asia/Ulan_Bator","value":"Asia/Ulan_Bator"},{"name":"Asia/Urumqi","value":"Asia/Urumqi"},{"name":"Asia/Ust-Nera","value":"Asia/Ust-Nera"},{"name":"Asia/Vientiane","value":"Asia/Vientiane"},{"name":"Asia/Vladivostok","value":"Asia/Vladivostok"},{"name":"Asia/Yakutsk","value":"Asia/Yakutsk"},{"name":"Asia/Yangon","value":"Asia/Yangon"},{"name":"Asia/Yekaterinburg","value":"Asia/Yekaterinburg"},{"name":"Asia/Yerevan","value":"Asia/Yerevan"},{"name":"Atlantic/Azores","value":"Atlantic/Azores"},{"name":"Atlantic/Bermuda","value":"Atlantic/Bermuda"},{"name":"Atlantic/Canary","value":"Atlantic/Canary"},{"name":"Atlantic/Cape_Verde","value":"Atlantic/Cape_Verde"},{"name":"Atlantic/Faeroe","value":"Atlantic/Faeroe"},{"name":"Atlantic/Faroe","value":"Atlantic/Faroe"},{"name":"Atlantic/Jan_Mayen","value":"Atlantic/Jan_Mayen"},{"name":"Atlantic/Madeira","value":"Atlantic/Madeira"},{"name":"Atlantic/Reykjavik","value":"Atlantic/Reykjavik"},{"name":"Atlantic/South_Georgia","value":"Atlantic/South_Georgia"},{"name":"Atlantic/St_Helena","value":"Atlantic/St_Helena"},{"name":"Atlantic/Stanley","value":"Atlantic/Stanley"},{"name":"Australia/ACT","value":"Australia/ACT"},{"name":"Australia/Adelaide","value":"Australia/Adelaide"},{"name":"Australia/Brisbane","value":"Australia/Brisbane"},{"name":"Australia/Broken_Hill","value":"Australia/Broken_Hill"},{"name":"Australia/Canberra","value":"Australia/Canberra"},{"name":"Australia/Currie","value":"Australia/Currie"},{"name":"Australia/Darwin","value":"Australia/Darwin"},{"name":"Australia/Eucla","value":"Australia/Eucla"},{"name":"Australia/Hobart","value":"Australia/Hobart"},{"name":"Australia/LHI","value":"Australia/LHI"},{"name":"Australia/Lindeman","value":"Australia/Lindeman"},{"name":"Australia/Lord_Howe","value":"Australia/Lord_Howe"},{"name":"Australia/Melbourne","value":"Australia/Melbourne"},{"name":"Australia/NSW","value":"Australia/NSW"},{"name":"Australia/North","value":"Australia/North"},{"name":"Australia/Perth","value":"Australia/Perth"},{"name":"Australia/Queensland","value":"Australia/Queensland"},{"name":"Australia/South","value":"Australia/South"},{"name":"Australia/Sydney","value":"Australia/Sydney"},{"name":"Australia/Tasmania","value":"Australia/Tasmania"},{"name":"Australia/Victoria","value":"Australia/Victoria"},{"name":"Australia/West","value":"Australia/West"},{"name":"Australia/Yancowinna","value":"Australia/Yancowinna"},{"name":"Brazil/Acre","value":"Brazil/Acre"},{"name":"Brazil/DeNoronha","value":"Brazil/DeNoronha"},{"name":"Brazil/East","value":"Brazil/East"},{"name":"Brazil/West","value":"Brazil/West"},{"name":"CET","value":"CET"},{"name":"CST6CDT","value":"CST6CDT"},{"name":"Canada/Atlantic","value":"Canada/Atlantic"},{"name":"Canada/Central","value":"Canada/Central"},{"name":"Canada/Eastern","value":"Canada/Eastern"},{"name":"Canada/Mountain","value":"Canada/Mountain"},{"name":"Canada/Newfoundland","value":"Canada/Newfoundland"},{"name":"Canada/Pacific","value":"Canada/Pacific"},{"name":"Canada/Saskatchewan","value":"Canada/Saskatchewan"},{"name":"Canada/Yukon","value":"Canada/Yukon"},{"name":"Chile/Continental","value":"Chile/Continental"},{"name":"Chile/EasterIsland","value":"Chile/EasterIsland"},{"name":"Cuba","value":"Cuba"},{"name":"EET","value":"EET"},{"name":"EST","value":"EST"},{"name":"EST5EDT","value":"EST5EDT"},{"name":"Egypt","value":"Egypt"},{"name":"Eire","value":"Eire"},{"name":"Etc/GMT","value":"Etc/GMT"},{"name":"Etc/GMT+0","value":"Etc/GMT+0"},{"name":"Etc/GMT+1","value":"Etc/GMT+1"},{"name":"Etc/GMT+10","value":"Etc/GMT+10"},{"name":"Etc/GMT+11","value":"Etc/GMT+11"},{"name":"Etc/GMT+12","value":"Etc/GMT+12"},{"name":"Etc/GMT+2","value":"Etc/GMT+2"},{"name":"Etc/GMT+3","value":"Etc/GMT+3"},{"name":"Etc/GMT+4","value":"Etc/GMT+4"},{"name":"Etc/GMT+5","value":"Etc/GMT+5"},{"name":"Etc/GMT+6","value":"Etc/GMT+6"},{"name":"Etc/GMT+7","value":"Etc/GMT+7"},{"name":"Etc/GMT+8","value":"Etc/GMT+8"},{"name":"Etc/GMT+9","value":"Etc/GMT+9"},{"name":"Etc/GMT-0","value":"Etc/GMT-0"},{"name":"Etc/GMT-1","value":"Etc/GMT-1"},{"name":"Etc/GMT-10","value":"Etc/GMT-10"},{"name":"Etc/GMT-11","value":"Etc/GMT-11"},{"name":"Etc/GMT-12","value":"Etc/GMT-12"},{"name":"Etc/GMT-13","value":"Etc/GMT-13"},{"name":"Etc/GMT-14","value":"Etc/GMT-14"},{"name":"Etc/GMT-2","value":"Etc/GMT-2"},{"name":"Etc/GMT-3","value":"Etc/GMT-3"},{"name":"Etc/GMT-4","value":"Etc/GMT-4"},{"name":"Etc/GMT-5","value":"Etc/GMT-5"},{"name":"Etc/GMT-6","value":"Etc/GMT-6"},{"name":"Etc/GMT-7","value":"Etc/GMT-7"},{"name":"Etc/GMT-8","value":"Etc/GMT-8"},{"name":"Etc/GMT-9","value":"Etc/GMT-9"},{"name":"Etc/GMT0","value":"Etc/GMT0"},{"name":"Etc/Greenwich","value":"Etc/Greenwich"},{"name":"Etc/UCT","value":"Etc/UCT"},{"name":"Etc/UTC","value":"Etc/UTC"},{"name":"Etc/Universal","value":"Etc/Universal"},{"name":"Etc/Zulu","value":"Etc/Zulu"},{"name":"Europe/Amsterdam","value":"Europe/Amsterdam"},{"name":"Europe/Andorra","value":"Europe/Andorra"},{"name":"Europe/Astrakhan","value":"Europe/Astrakhan"},{"name":"Europe/Athens","value":"Europe/Athens"},{"name":"Europe/Belfast","value":"Europe/Belfast"},{"name":"Europe/Belgrade","value":"Europe/Belgrade"},{"name":"Europe/Berlin","value":"Europe/Berlin"},{"name":"Europe/Bratislava","value":"Europe/Bratislava"},{"name":"Europe/Brussels","value":"Europe/Brussels"},{"name":"Europe/Bucharest","value":"Europe/Bucharest"},{"name":"Europe/Budapest","value":"Europe/Budapest"},{"name":"Europe/Busingen","value":"Europe/Busingen"},{"name":"Europe/Chisinau","value":"Europe/Chisinau"},{"name":"Europe/Copenhagen","value":"Europe/Copenhagen"},{"name":"Europe/Dublin","value":"Europe/Dublin"},{"name":"Europe/Gibraltar","value":"Europe/Gibraltar"},{"name":"Europe/Guernsey","value":"Europe/Guernsey"},{"name":"Europe/Helsinki","value":"Europe/Helsinki"},{"name":"Europe/Isle_of_Man","value":"Europe/Isle_of_Man"},{"name":"Europe/Istanbul","value":"Europe/Istanbul"},{"name":"Europe/Jersey","value":"Europe/Jersey"},{"name":"Europe/Kaliningrad","value":"Europe/Kaliningrad"},{"name":"Europe/Kiev","value":"Europe/Kiev"},{"name":"Europe/Kirov","value":"Europe/Kirov"},{"name":"Europe/Kyiv","value":"Europe/Kyiv"},{"name":"Europe/Lisbon","value":"Europe/Lisbon"},{"name":"Europe/Ljubljana","value":"Europe/Ljubljana"},{"name":"Europe/London","value":"Europe/London"},{"name":"Europe/Luxembourg","value":"Europe/Luxembourg"},{"name":"Europe/Madrid","value":"Europe/Madrid"},{"name":"Europe/Malta","value":"Europe/Malta"},{"name":"Europe/Mariehamn","value":"Europe/Mariehamn"},{"name":"Europe/Minsk","value":"Europe/Minsk"},{"name":"Europe/Monaco","value":"Europe/Monaco"},{"name":"Europe/Moscow","value":"Europe/Moscow"},{"name":"Europe/Nicosia","value":"Europe/Nicosia"},{"name":"Europe/Oslo","value":"Europe/Oslo"},{"name":"Europe/Paris","value":"Europe/Paris"},{"name":"Europe/Podgorica","value":"Europe/Podgorica"},{"name":"Europe/Prague","value":"Europe/Prague"},{"name":"Europe/Riga","value":"Europe/Riga"},{"name":"Europe/Rome","value":"Europe/Rome"},{"name":"Europe/Samara","value":"Europe/Samara"},{"name":"Europe/San_Marino","value":"Europe/San_Marino"},{"name":"Europe/Sarajevo","value":"Europe/Sarajevo"},{"name":"Europe/Saratov","value":"Europe/Saratov"},{"name":"Europe/Simferopol","value":"Europe/Simferopol"},{"name":"Europe/Skopje","value":"Europe/Skopje"},{"name":"Europe/Sofia","value":"Europe/Sofia"},{"name":"Europe/Stockholm","value":"Europe/Stockholm"},{"name":"Europe/Tallinn","value":"Europe/Tallinn"},{"name":"Europe/Tirane","value":"Europe/Tirane"},{"name":"Europe/Tiraspol","value":"Europe/Tiraspol"},{"name":"Europe/Ulyanovsk","value":"Europe/Ulyanovsk"},{"name":"Europe/Uzhgorod","value":"Europe/Uzhgorod"},{"name":"Europe/Vaduz","value":"Europe/Vaduz"},{"name":"Europe/Vatican","value":"Europe/Vatican"},{"name":"Europe/Vienna","value":"Europe/Vienna"},{"name":"Europe/Vilnius","value":"Europe/Vilnius"},{"name":"Europe/Volgograd","value":"Europe/Volgograd"},{"name":"Europe/Warsaw","value":"Europe/Warsaw"},{"name":"Europe/Zagreb","value":"Europe/Zagreb"},{"name":"Europe/Zaporozhye","value":"Europe/Zaporozhye"},{"name":"Europe/Zurich","value":"Europe/Zurich"},{"name":"GB","value":"GB"},{"name":"GB-Eire","value":"GB-Eire"},{"name":"GMT","value":"GMT"},{"name":"GMT+0","value":"GMT+0"},{"name":"GMT-0","value":"GMT-0"},{"name":"GMT0","value":"GMT0"},{"name":"Greenwich","value":"Greenwich"},{"name":"HST","value":"HST"},{"name":"Hongkong","value":"Hongkong"},{"name":"Iceland","value":"Iceland"},{"name":"Indian/Antananarivo","value":"Indian/Antananarivo"},{"name":"Indian/Chagos","value":"Indian/Chagos"},{"name":"Indian/Christmas","value":"Indian/Christmas"},{"name":"Indian/Cocos","value":"Indian/Cocos"},{"name":"Indian/Comoro","value":"Indian/Comoro"},{"name":"Indian/Kerguelen","value":"Indian/Kerguelen"},{"name":"Indian/Mahe","value":"Indian/Mahe"},{"name":"Indian/Maldives","value":"Indian/Maldives"},{"name":"Indian/Mauritius","value":"Indian/Mauritius"},{"name":"Indian/Mayotte","value":"Indian/Mayotte"},{"name":"Indian/Reunion","value":"Indian/Reunion"},{"name":"Iran","value":"Iran"},{"name":"Israel","value":"Israel"},{"name":"Jamaica","value":"Jamaica"},{"name":"Japan","value":"Japan"},{"name":"Kwajalein","value":"Kwajalein"},{"name":"Libya","value":"Libya"},{"name":"MET","value":"MET"},{"name":"MST","value":"MST"},{"name":"MST7MDT","value":"MST7MDT"},{"name":"Mexico/BajaNorte","value":"Mexico/BajaNorte"},{"name":"Mexico/BajaSur","value":"Mexico/BajaSur"},{"name":"Mexico/General","value":"Mexico/General"},{"name":"NZ","value":"NZ"},{"name":"NZ-CHAT","value":"NZ-CHAT"},{"name":"Navajo","value":"Navajo"},{"name":"PRC","value":"PRC"},{"name":"PST8PDT","value":"PST8PDT"},{"name":"Pacific/Apia","value":"Pacific/Apia"},{"name":"Pacific/Auckland","value":"Pacific/Auckland"},{"name":"Pacific/Bougainville","value":"Pacific/Bougainville"},{"name":"Pacific/Chatham","value":"Pacific/Chatham"},{"name":"Pacific/Chuuk","value":"Pacific/Chuuk"},{"name":"Pacific/Easter","value":"Pacific/Easter"},{"name":"Pacific/Efate","value":"Pacific/Efate"},{"name":"Pacific/Enderbury","value":"Pacific/Enderbury"},{"name":"Pacific/Fakaofo","value":"Pacific/Fakaofo"},{"name":"Pacific/Fiji","value":"Pacific/Fiji"},{"name":"Pacific/Funafuti","value":"Pacific/Funafuti"},{"name":"Pacific/Galapagos","value":"Pacific/Galapagos"},{"name":"Pacific/Gambier","value":"Pacific/Gambier"},{"name":"Pacific/Guadalcanal","value":"Pacific/Guadalcanal"},{"name":"Pacific/Guam","value":"Pacific/Guam"},{"name":"Pacific/Honolulu","value":"Pacific/Honolulu"},{"name":"Pacific/Johnston","value":"Pacific/Johnston"},{"name":"Pacific/Kanton","value":"Pacific/Kanton"},{"name":"Pacific/Kiritimati","value":"Pacific/Kiritimati"},{"name":"Pacific/Kosrae","value":"Pacific/Kosrae"},{"name":"Pacific/Kwajalein","value":"Pacific/Kwajalein"},{"name":"Pacific/Majuro","value":"Pacific/Majuro"},{"name":"Pacific/Marquesas","value":"Pacific/Marquesas"},{"name":"Pacific/Midway","value":"Pacific/Midway"},{"name":"Pacific/Nauru","value":"Pacific/Nauru"},{"name":"Pacific/Niue","value":"Pacific/Niue"},{"name":"Pacific/Norfolk","value":"Pacific/Norfolk"},{"name":"Pacific/Noumea","value":"Pacific/Noumea"},{"name":"Pacific/Pago_Pago","value":"Pacific/Pago_Pago"},{"name":"Pacific/Palau","value":"Pacific/Palau"},{"name":"Pacific/Pitcairn","value":"Pacific/Pitcairn"},{"name":"Pacific/Pohnpei","value":"Pacific/Pohnpei"},{"name":"Pacific/Ponape","value":"Pacific/Ponape"},{"name":"Pacific/Port_Moresby","value":"Pacific/Port_Moresby"},{"name":"Pacific/Rarotonga","value":"Pacific/Rarotonga"},{"name":"Pacific/Saipan","value":"Pacific/Saipan"},{"name":"Pacific/Samoa","value":"Pacific/Samoa"},{"name":"Pacific/Tahiti","value":"Pacific/Tahiti"},{"name":"Pacific/Tarawa","value":"Pacific/Tarawa"},{"name":"Pacific/Tongatapu","value":"Pacific/Tongatapu"},{"name":"Pacific/Truk","value":"Pacific/Truk"},{"name":"Pacific/Wake","value":"Pacific/Wake"},{"name":"Pacific/Wallis","value":"Pacific/Wallis"},{"name":"Pacific/Yap","value":"Pacific/Yap"},{"name":"Poland","value":"Poland"},{"name":"Portugal","value":"Portugal"},{"name":"ROC","value":"ROC"},{"name":"ROK","value":"ROK"},{"name":"Singapore","value":"Singapore"},{"name":"Turkey","value":"Turkey"},{"name":"UCT","value":"UCT"},{"name":"US/Alaska","value":"US/Alaska"},{"name":"US/Aleutian","value":"US/Aleutian"},{"name":"US/Arizona","value":"US/Arizona"},{"name":"US/Central","value":"US/Central"},{"name":"US/East-Indiana","value":"US/East-Indiana"},{"name":"US/Eastern","value":"US/Eastern"},{"name":"US/Hawaii","value":"US/Hawaii"},{"name":"US/Indiana-Starke","value":"US/Indiana-Starke"},{"name":"US/Michigan","value":"US/Michigan"},{"name":"US/Mountain","value":"US/Mountain"},{"name":"US/Pacific","value":"US/Pacific"},{"name":"US/Samoa","value":"US/Samoa"},{"name":"UTC","value":"UTC"},{"name":"Universal","value":"Universal"},{"name":"W-SU","value":"W-SU"},{"name":"WET","value":"WET"},{"name":"Zulu","value":"Zulu"}]},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["get"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"From All Calendars","name":"fromAllCalendars","type":"boolean","default":true,"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"fromAllCalendars":[false],"resource":["event"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["event"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["getAll"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. contains(subject,'Hello')","hint":"Search query to filter events. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"End","name":"end","type":"dateTime","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","default":"low","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}]},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":true},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Start","name":"start","type":"dateTime","default":""},{"displayName":"Timezone","name":"timeZone","type":"string","default":""},{"displayName":"Title","name":"subject","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Retrieve a folder","action":"Get a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders","action":"Get many folders"},{"name":"Update","value":"update","description":"Update a folder","action":"Update a folder"}],"default":"create"},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","placeholder":"e.g. My Folder","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folder"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"filter","type":"string","default":"","placeholder":"e.g. displayName eq 'My Folder'","hint":"Search query to filter folders. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]},{"displayName":"Include Child Folders","name":"includeChildFolders","type":"boolean","default":false,"description":"Whether to include child folders in the response"},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"description":"The folder you want to search in"}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieves the messages in a folder","action":"Get many folder messages"}],"default":"getAll"},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folderMessage"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Retrieve a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"List and search messages","action":"Get many messages"},{"name":"Move","value":"move","description":"Move a message to a folder","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create a reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"send"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"},{"displayName":"Get MIME Content","name":"getMimeContent","type":"fixedCollection","default":{"values":{"binaryPropertyName":"data"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Put Output in Field","name":"binaryPropertyName","type":"string","default":"","hint":"The name of the output field to put the binary file data in"},{"displayName":"File Name","name":"outputFileName","type":"string","placeholder":"message","default":"","description":"Optional name of the output file, if not set message ID is used"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["message"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["message"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Folders to Include","name":"foldersToInclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Reply to Sender Only","name":"replyToSenderOnly","type":"boolean","default":false,"description":"Whether to reply to the sender only or to the entire list of recipients","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Message","name":"message","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"replyToSenderOnly":[true],"resource":["message"],"operation":["reply"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Save as Draft","name":"saveAsDraft","description":"Whether to save the message as a draft. If false, the message is sent immediately.","type":"boolean","default":false}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add an attachment"},{"name":"Download","value":"download","description":"Download an attachment from a message","action":"Download an attachment"},{"name":"Get","value":"get","description":"Retrieve information about an attachment of a message","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Retrieve information about the attachments of a message","action":"Get many attachments"}],"default":"add"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Input Data Field Name","name":"binaryPropertyName","hint":"The name of the input field containing the binary file data to be attached","type":"string","required":true,"default":"data","placeholder":"e.g. data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Put Output in Field","name":"binaryPropertyName","hint":"The name of the output field to put the binary file data in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["messageAttachment"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]},"alias":["email"]}},
256
256
  {"displayName":"Microsoft Outlook","name":"n8n-nodes-base.microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":1,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Draft","value":"draft"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","description":"Create a new email draft","action":"Create a draft"},{"name":"Delete","value":"delete","description":"Delete a draft","action":"Delete a draft"},{"name":"Get","value":"get","description":"Get a single draft","action":"Get a draft"},{"name":"Send","value":"send","description":"Send an existing draft message","action":"Send a draft"},{"name":"Update","value":"update","description":"Update a draft","action":"Update a draft"}],"default":"create"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["draft"],"operation":["delete","get","send","update"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft"],"operation":["send"]}},"options":[{"displayName":"Recipients","name":"recipients","description":"Email addresses of recipients. Mutiple can be set separated by comma.","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Get a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"Get many messages in the signed-in user's mailbox","action":"Get many messages"},{"name":"Get MIME Content","value":"getMime","description":"Get MIME content of a message","action":"Get MIME Content of a message"},{"name":"Move","value":"move","description":"Move a message","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"send"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["addAttachment","delete","get","getAttachment","getMime","move","update","reply"]}}},{"displayName":"Reply Type","name":"replyType","type":"options","options":[{"name":"Reply","value":"reply"},{"name":"Reply All","value":"replyAll"}],"default":"reply","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Comment","name":"comment","description":"A comment to include. Can be an empty string.","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}},"type":"string","default":""},{"displayName":"Send","name":"send","description":"Whether to send the reply message directly. If not set, it will be saved as draft.","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}},"type":"boolean","default":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["reply"],"replyType":["reply"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["message"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Subject","name":"subject","description":"The subject of the message","displayOptions":{"show":{"resource":["message"],"operation":["create","send"]}},"type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","displayOptions":{"show":{"resource":["message"],"operation":["create","send"]}},"default":""},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","displayOptions":{"show":{"resource":["message"],"operation":["send"]}},"required":true,"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["send"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}]},{"displayName":"Put Output File in Field","name":"binaryPropertyName","hint":"The name of the output binary field to put the file in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["message"],"operation":["getMime"]}}},{"displayName":"Folder ID","name":"folderId","description":"Target Folder ID","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add a message attachment"},{"name":"Download","value":"download","description":"Download attachment content","action":"Download a message attachment"},{"name":"Get","value":"get","description":"Get an attachment from a message","action":"Get a message attachment"},{"name":"Get Many","value":"getAll","description":"Get many message's attachments","action":"Get many message attachments"}],"default":"add"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add","download","get","getAll"]}}},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download","get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","hint":"The name of the output binary field to put the file in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add","download"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get","getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a new mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Get a single folder details","action":"Get a folder"},{"name":"Get Children","value":"getChildren","description":"Lists all child folders under the folder","action":"Get items in a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders under the root folder of the signed-in user","action":"Get many folders"}],"default":"create"},{"displayName":"Folder ID","name":"folderId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["delete","get","getChildren","update"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["folder"],"operation":["getAll","getChildren"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["folder"],"operation":["getAll","getChildren"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Type","name":"folderType","description":"Folder Type","type":"options","options":[{"name":"Folder","value":"folder"},{"name":"Search Folder","value":"searchFolder"}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}},"default":"folder"},{"displayName":"Display Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Include Nested Folders","name":"includeNestedFolders","description":"Whether to include child folders in the search","type":"boolean","default":false,"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Source Folder IDs","name":"sourceFolderIds","description":"The mailbox folders that should be mined","type":"string","typeOptions":{"multipleValues":true},"default":[],"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Filter Query","name":"filterQuery","description":"The OData query to filter the messages","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["folder"],"operation":["get","getAll","getChildren"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Update Fields","name":"updateFields","description":"Fields to update","type":"collection","default":{},"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}},"options":[{"displayName":"Display Name","name":"displayName","description":"Name of the folder","type":"string","default":""},{"displayName":"Filter Query","name":"filterQuery","description":"The OData query to filter the messages. Only for search folders.","type":"string","default":""},{"displayName":"Include Nested Folders","name":"includeNestedFolders","description":"Whether to include child folders in the search. Only for search folders.","type":"boolean","default":false},{"displayName":"Source Folder IDs","name":"sourceFolderIds","description":"The mailbox folders that should be mined. Only for search folders.","type":"string","typeOptions":{"multipleValues":true},"default":[]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many messages in a folder","action":"Get many folder messages"}],"default":"create"},{"displayName":"Folder ID","name":"folderId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft","message"],"operation":["get","getAll"]}},"options":[{"displayName":"Attachments Prefix","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by comma."},{"displayName":"Filter","name":"filter","type":"string","default":"","placeholder":"isRead eq false","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft","message"],"operation":["update"]}},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Is Read","name":"isRead","description":"Whether the message has been read","type":"boolean","default":false},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]},"alias":["email"]}},
257
257
  {"displayName":"Microsoft Outlook Trigger","name":"n8n-nodes-base.microsoftOutlookTrigger","group":["trigger"],"version":1,"description":"Fetches emails from Microsoft Outlook and starts the workflow on specified polling intervals.","subtitle":"={{\"Microsoft Outlook Trigger\"}}","defaults":{"name":"Microsoft Outlook Trigger"},"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Trigger On","name":"event","type":"options","default":"messageReceived","options":[{"name":"Message Received","value":"messageReceived"}]},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}]},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Folders to Include","name":"foldersToInclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftoutlooktrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]},"alias":["email"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg"},
258
258
  {"displayName":"Microsoft SQL","name":"n8n-nodes-base.microsoftSql","group":["input"],"version":1,"description":"Get, add and update data in Microsoft SQL","defaults":{"name":"Microsoft SQL"},"inputs":["main"],"outputs":["main"],"parameterPane":"wide","credentials":[{"name":"microsoftSql","required":true,"testedBy":"microsoftSqlConnectionTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute an SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in database","action":"Insert rows in database"},{"name":"Update","value":"update","description":"Update rows in database","action":"Update rows in database"},{"name":"Delete","value":"delete","description":"Delete rows in database","action":"Delete rows in database"}],"default":"insert"},{"displayName":"Query","name":"query","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor","sqlDialect":"MSSQL"},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT id, name FROM product WHERE id < 40","required":true,"description":"The SQL query to execute"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","required":true,"description":"Name of the table in which to insert data to"},{"displayName":"Columns","name":"columns","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"operation":["insert"]}},"default":"","placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","required":true,"description":"Name of the table in which to update data in"},{"displayName":"Update Key","name":"updateKey","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["update"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be updated. Normally that would be \"id\"."},{"displayName":"Columns","name":"columns","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"operation":["update"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the properties which should used as columns for rows to update"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":"","required":true,"description":"Name of the table in which to delete data"},{"displayName":"Delete Key","name":"deleteKey","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["delete"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be deleted. Normally that would be \"id\"."}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftsql/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoftSql"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Sql/mssql.svg"},
@@ -282,7 +282,7 @@
282
282
  {"displayName":"NocoDB","name":"n8n-nodes-base.nocoDb","group":["input"],"version":[1,2,3],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Read, update, write and delete data from NocoDB","defaults":{"name":"NocoDB"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"nocoDb","required":true,"displayOptions":{"show":{"authentication":["nocoDb"]}}},{"name":"nocoDbApiToken","required":true,"displayOptions":{"show":{"authentication":["nocoDbApiToken"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Token","value":"nocoDbApiToken"},{"name":"User Token","value":"nocoDb"}],"default":"nocoDb"},{"displayName":"API Version","name":"version","type":"options","isNodeSetting":true,"options":[{"name":"Before v0.90.0","value":1},{"name":"v0.90.0 Onwards","value":2},{"name":"v0.200.0 Onwards","value":3}],"displayOptions":{"show":{"@version":[1]}},"default":1},{"displayName":"API Version","name":"version","type":"options","isNodeSetting":true,"options":[{"name":"Before v0.90.0","value":1},{"name":"v0.90.0 Onwards","value":2},{"name":"v0.200.0 Onwards","value":3}],"displayOptions":{"show":{"@version":[2]}},"default":2},{"displayName":"API Version","name":"version","type":"options","isNodeSetting":true,"options":[{"name":"Before v0.90.0","value":1},{"name":"v0.90.0 Onwards","value":2},{"name":"v0.200.0 Onwards","value":3}],"displayOptions":{"show":{"@version":[3]}},"default":3},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Row","value":"row"}],"default":"row"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["row"]}},"options":[{"name":"Create","value":"create","description":"Create a row","action":"Create a row"},{"name":"Delete","value":"delete","description":"Delete a row","action":"Delete a row"},{"name":"Get","value":"get","description":"Retrieve a row","action":"Get a row"},{"name":"Get Many","value":"getAll","description":"Retrieve many rows","action":"Get many rows"},{"name":"Update","value":"update","description":"Update a row","action":"Update a row"}],"default":"get"},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","default":"none","displayOptions":{"show":{"version":[3]}},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkspaces"}},{"displayName":"Base Name or ID","name":"projectId","type":"options","default":"","displayOptions":{"show":{"version":[3]}},"required":true,"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["workspaceId"],"loadOptionsMethod":"getBases"}},{"displayName":"Project ID","name":"projectId","type":"string","default":"","displayOptions":{"show":{"version":[1]}},"required":true,"description":"The ID of the project"},{"displayName":"Project Name or ID","name":"projectId","type":"options","default":"","displayOptions":{"show":{"version":[2]}},"required":true,"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBases"}},{"displayName":"Table Name or ID","name":"table","type":"options","default":"","displayOptions":{"show":{"version":[2,3]}},"required":true,"description":"The table to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTables"}},{"displayName":"Table","name":"table","type":"string","default":"","displayOptions":{"show":{"version":[1]}},"required":true,"description":"The name of the table"},{"displayName":"Primary Key Type","name":"primaryKey","type":"options","default":"id","options":[{"name":"Default","value":"id","description":"Default, added when table was created from UI by those options: Create new table / Import from Excel / Import from CSV"},{"name":"Imported From Airtable","value":"ncRecordId","description":"Select if table was imported from Airtable"},{"name":"Custom","value":"custom","description":"When connecting to existing external database as existing primary key field is retained as is, enter the name of the primary key field below"}],"displayOptions":{"show":{"version":[1,2],"operation":["delete","update"]}}},{"displayName":"Primary Key Type","name":"primaryKey","type":"options","default":"id","options":[{"name":"Default","value":"id","description":"Default, added when table was created from UI by those options: Create new table / Import from Excel / Import from CSV"},{"name":"Imported From Airtable","value":"ncRecordId","description":"Select if table was imported from Airtable"},{"name":"Custom","value":"custom","description":"When connecting to existing external database as existing primary key field is retained as is, enter the name of the primary key field below"}],"displayOptions":{"show":{"version":[3],"operation":["delete"]}}},{"displayName":"Field Name","name":"customPrimaryKey","type":"string","default":"","displayOptions":{"show":{"version":[1,2],"operation":["delete","update"],"primaryKey":["custom"]}}},{"displayName":"Field Name","name":"customPrimaryKey","type":"string","default":"","displayOptions":{"show":{"version":[3],"operation":["delete"],"primaryKey":["custom"]}}},{"displayName":"Row ID Value","name":"id","type":"string","default":"","required":true,"description":"The value of the ID field","displayOptions":{"show":{"version":[1,2],"operation":["delete","get","update"]}}},{"displayName":"Row ID Value","name":"id","type":"string","default":"","required":true,"description":"The value of the ID field","displayOptions":{"show":{"version":[3],"operation":["delete","get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","displayOptions":{"show":{"operation":["getAll"]}},"default":false,"description":"Whether the attachment fields define in 'Download Fields' will be downloaded"},{"displayName":"Download Fields","name":"downloadFieldNames","type":"string","required":true,"displayOptions":{"show":{"operation":["getAll"],"downloadAttachments":[true]}},"default":"","description":"Name of the fields of type 'attachment' that should be downloaded. Multiple ones can be defined separated by comma. Case sensitive."},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["getAll"]}},"default":{},"placeholder":"Add Option","options":[{"displayName":"View ID","name":"viewId","type":"string","typeOptions":{"multipleValues":false},"default":"","placeholder":"View ID","description":"The select fields of the returned rows"},{"displayName":"Fields","name":"fields","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Field"},"default":[],"placeholder":"Name","description":"The select fields of the returned rows"},{"displayName":"Sort","name":"sort","placeholder":"Add Sort Rule","description":"The sorting rules for the returned rows","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Field","name":"field","type":"string","default":"","description":"Name of the field to sort on"},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"asc","description":"Sort in ascending order (small -> large)"},{"name":"DESC","value":"desc","description":"Sort in descending order (large -> small)"}],"default":"asc","description":"The sort direction"}]}]},{"displayName":"Filter By Formula","name":"where","type":"string","default":"","placeholder":"(name,like,example%)~or(name,eq,test)","description":"A formula used to filter rows"}]},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","displayOptions":{"show":{"operation":["get"]}},"default":false,"description":"Whether the attachment fields define in 'Download Fields' will be downloaded"},{"displayName":"Download Fields","name":"downloadFieldNames","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"downloadAttachments":[true]}},"default":"","description":"Name of the fields of type 'attachment' that should be downloaded. Multiple ones can be defined separated by comma. Case sensitive."},{"displayName":"Data to Send","name":"dataToSend","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"},{"name":"Define Below for Each Column","value":"defineBelow","description":"Set the value for each destination column"}],"displayOptions":{"show":{"operation":["create","update"]}},"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row"},{"displayName":"In this mode, make sure the incoming data fields are named the same as the columns in NocoDB. (Use an 'Edit Fields' node before this node to change them if required.)","name":"info","type":"notice","default":"","displayOptions":{"show":{"dataToSend":["autoMapInputData"]}}},{"displayName":"This operation requires the primary key to be included for each row.","name":"info","type":"notice","default":"","displayOptions":{"show":{"operation":["update"],"version":[3]}}},{"displayName":"Inputs to Ignore","name":"inputsToIgnore","type":"string","displayOptions":{"show":{"operation":["create","update"],"dataToSend":["autoMapInputData"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all properties.","placeholder":"Enter properties..."},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field to Send","multipleValues":true},"displayOptions":{"show":{"operation":["create","update"],"dataToSend":["defineBelow"]}},"default":{},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":""},{"displayName":"Is Binary File","name":"binaryData","type":"boolean","default":false,"description":"Whether the field data to set is binary and should be taken from a binary property"},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","displayOptions":{"show":{"binaryData":[false]}}},{"displayName":"Take Input From Field","name":"binaryProperty","type":"string","description":"The field containing the binary file data to be uploaded","default":"","displayOptions":{"show":{"binaryData":[true]}}}]}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.nocodb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/nocoDb"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/NocoDB/nocodb.svg"},
283
283
  {"displayName":"Brevo","name":"n8n-nodes-base.sendInBlue","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Brevo API","defaults":{"name":"Brevo"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"sendInBlueApi","required":true}],"requestDefaults":{"baseURL":"https://api.brevo.com"},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Contact","value":"contact"},{"name":"Contact Attribute","value":"attribute"},{"name":"Email","value":"email"},{"name":"Sender","value":"sender"}],"default":"email"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["attribute"]}},"options":[{"name":"Create","value":"create","routing":{"request":{"method":"POST","url":"=/v3/contacts/attributes/{{$parameter.attributeCategory}}/{{encodeURI($parameter.attributeName)}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]},"send":{"preSend":[null]}},"action":"Create an attribute"},{"name":"Update","value":"update","routing":{"request":{"method":"PUT","url":"=/v3/contacts/attributes/{{$parameter.updateAttributeCategory}}/{{encodeURI($parameter.updateAttributeName)}}"}},"action":"Update an attribute"},{"name":"Delete","value":"delete","routing":{"request":{"method":"DELETE","url":"=/v3/contacts/attributes/{{$parameter.deleteAttributeCategory}}/{{encodeURI($parameter.deleteAttributeName)}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Delete an attribute"},{"name":"Get Many","value":"getAll","routing":{"request":{"method":"GET","url":"v3/contacts/attributes"},"send":{"paginate":false},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"attributes"}}]}},"action":"Get many attributes"}],"default":"create"},{"displayName":"Category","name":"attributeCategory","default":"normal","description":"Category of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["create"]}},"options":[{"name":"Calculated","value":"calculated"},{"name":"Category","value":"category"},{"name":"Global","value":"global"},{"name":"Normal","value":"normal"},{"name":"Transactional","value":"transactional"}],"type":"options","required":true},{"displayName":"Name","name":"attributeName","default":"","description":"Name of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["create"]}},"required":true,"type":"string"},{"displayName":"Type","name":"attributeType","default":"","description":"Attribute Type","displayOptions":{"show":{"resource":["attribute"],"operation":["create"],"attributeCategory":["normal"]}},"options":[{"name":"Boolean","value":"boolean"},{"name":"Date","value":"date"},{"name":"Float","value":"float"},{"name":"Text","value":"text"}],"required":true,"type":"options","routing":{"send":{"type":"body","property":"type","value":"={{$value}}"}}},{"displayName":"Value","name":"attributeValue","default":"","description":"Value of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["create"],"attributeCategory":["global","calculated"]}},"type":"string","placeholder":"","required":true,"routing":{"send":{"type":"body","property":"value","value":"={{$value}}"}}},{"displayName":"Contact Attribute List","name":"attributeCategoryList","type":"collection","placeholder":"Add Attributes","default":{},"displayOptions":{"show":{"resource":["attribute"],"operation":["create"],"attributeCategory":["category"]}},"options":[{"displayName":"Contact Attributes","name":"categoryEnumeration","placeholder":"Add Attribute","type":"fixedCollection","typeOptions":{"multipleValues":true},"options":[{"name":"attributesValues","displayName":"Attribute","values":[{"displayName":"Value ID","name":"attributeCategoryValue","type":"number","default":1,"description":"ID of the value, must be numeric","routing":{"send":{"value":"={{$value}}","property":"=enumeration[{{$index}}].value","type":"body"}}},{"displayName":"Label","name":"attributeCategoryLabel","type":"string","default":"","routing":{"send":{"value":"={{$value}}","property":"=enumeration[{{$index}}].label","type":"body"}},"description":"Label of the value"}]}],"default":{},"description":"List of values and labels that the attribute can take"}]},{"displayName":"Category","name":"updateAttributeCategory","default":"calculated","description":"Category of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["update"]}},"options":[{"name":"Calculated","value":"calculated"},{"name":"Category","value":"category"},{"name":"Global","value":"global"}],"type":"options"},{"displayName":"Name","name":"updateAttributeName","default":"","description":"Name of the existing attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["update"]}},"type":"string"},{"displayName":"Value","name":"updateAttributeValue","default":"","description":"Value of the attribute to update","displayOptions":{"show":{"resource":["attribute"],"operation":["update"]},"hide":{"updateAttributeCategory":["category"]}},"type":"string","placeholder":"","routing":{"send":{"type":"body","property":"value","value":"={{$value}}"}}},{"displayName":"Update Fields","name":"updateAttributeCategoryList","default":{},"description":"List of the values and labels that the attribute can take","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["attribute"],"operation":["update"],"updateAttributeCategory":["category"]}},"options":[{"displayName":"Contact Attributes","name":"updateCategoryEnumeration","placeholder":"Add Attribute","type":"fixedCollection","typeOptions":{"multipleValues":true},"options":[{"name":"updateAttributesValues","displayName":"Attribute","values":[{"displayName":"Value","name":"attributeCategoryValue","type":"number","default":1,"description":"ID of the value, must be numeric","routing":{"send":{"value":"={{$value}}","property":"=enumeration[{{$index}}].value","type":"body"}}},{"displayName":"Label","name":"attributeCategoryLabel","type":"string","default":"","routing":{"send":{"value":"={{$value}}","property":"=enumeration[{{$index}}].label","type":"body"}},"description":"Label of the value"}]}],"default":{},"description":"List of values and labels that the attribute can take"}]},{"displayName":"Category","name":"deleteAttributeCategory","default":"normal","description":"Category of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["delete"]}},"options":[{"name":"Calculated","value":"calculated"},{"name":"Category","value":"category"},{"name":"Global","value":"global"},{"name":"Normal","value":"normal"},{"name":"Transactional","value":"transactional"}],"type":"options"},{"displayName":"Name","name":"deleteAttributeName","default":"","description":"Name of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["delete"]}},"type":"string"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["attribute"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["attribute"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"routing":{"output":{"postReceive":[{"type":"limit","properties":{"maxResults":"={{$value}}"}}]}},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sender"]}},"options":[{"name":"Create","value":"create","action":"Create a sender"},{"name":"Delete","value":"delete","routing":{"request":{"method":"DELETE","url":"=/v3/senders/{{$parameter.id}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Delete a sender"},{"name":"Get Many","value":"getAll","routing":{"request":{"method":"GET","url":"/v3/senders"},"send":{"paginate":false},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"senders"}}]}},"action":"Get many senders"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["sender"],"operation":["create"]}},"routing":{"request":{"method":"POST","url":"/v3/senders"},"send":{"property":"name","type":"body"}},"required":true,"description":"Name of the sender"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","displayOptions":{"show":{"resource":["sender"],"operation":["create"]}},"routing":{"send":{"property":"email","type":"body"}},"required":true,"description":"Email of the sender"},{"displayName":"Sender ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["sender"],"operation":["delete"]}},"description":"ID of the sender to delete"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["sender"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["sender"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"routing":{"output":{"postReceive":[{"type":"limit","properties":{"maxResults":"={{$value}}"}}]}},"default":10,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","action":"Create a contact","routing":{"request":{"method":"POST","url":"/v3/contacts"}}},{"name":"Create or Update","value":"upsert","action":"Upsert a contact","routing":{"request":{"method":"POST","url":"=/v3/contacts"}}},{"name":"Delete","value":"delete","action":"Delete a contact"},{"name":"Get","value":"get","action":"Get a contact"},{"name":"Get Many","value":"getAll","routing":{"request":{"method":"GET","url":"/v3/contacts"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"contacts"}}]},"operations":{"pagination":{"type":"offset","properties":{"limitParameter":"limit","offsetParameter":"offset","pageSize":1000,"type":"query"}}}},"action":"Get many contacts"},{"name":"Update","value":"update","routing":{"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Update a contact"}],"default":"create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"default":"","routing":{"send":{"type":"body","property":"email"}}},{"displayName":"Contact Attributes","name":"createContactAttributes","default":{},"description":"Array of attributes to be added","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"name":"attributesValues","displayName":"Attribute","values":[{"displayName":"Field Name","name":"fieldName","type":"options","typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v3/contacts/attributes"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"attributes"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}} - ({{$responseItem.category}})","value":"={{$responseItem.name}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","routing":{"send":{"value":"={{$value}}","property":"=attributes.{{$parent.fieldName}}","type":"body"}}}]}],"placeholder":"Add Attribute","type":"fixedCollection","typeOptions":{"multipleValues":true}},{"displayName":"Return All","name":"returnAll","type":"boolean","routing":{"send":{"paginate":"={{$value}}"}},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"routing":{"send":{"type":"query","property":"limit"}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"DESC","value":"desc"},{"name":"ASC","value":"asc"}],"routing":{"send":{"type":"query","property":"sort","value":"={{$value}}"}},"default":"desc","description":"Sort the results in the ascending/descending order of record creation"}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Modified Since","name":"modifiedSince","type":"dateTime","routing":{"send":{"type":"query","property":"modifiedSince"}},"default":"","description":"Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)"}]},{"displayName":"Contact Identifier","name":"identifier","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"routing":{"request":{"method":"GET","url":"=/v3/contacts/{{encodeURIComponent($value)}}"}},"required":true,"default":"","description":"Email (urlencoded) OR ID of the contact OR its SMS attribute value"},{"displayName":"Contact Identifier","name":"identifier","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"routing":{"request":{"method":"DELETE","url":"=/v3/contacts/{{encodeURIComponent($parameter.identifier)}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"default":"","description":"Email (urlencoded) OR ID of the contact OR its SMS attribute value"},{"displayName":"Contact Identifier","name":"identifier","default":"","description":"Email (urlencoded) OR ID of the contact OR its SMS attribute value","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"type":"string","required":true},{"displayName":"Attributes","name":"updateAttributes","default":{},"description":"Array of attributes to be updated","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Attribute","name":"updateAttributesValues","values":[{"displayName":"Field Name","name":"fieldName","type":"options","typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v3/contacts/attributes"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"attributes"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}} - ({{$responseItem.category}})","value":"={{$responseItem.name}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","routing":{"send":{"value":"={{$value}}","property":"=attributes.{{$parent.fieldName}}","type":"body"}}}]}],"placeholder":"Add Attribute","routing":{"request":{"method":"PUT","url":"=/v3/contacts/{{encodeURIComponent($parameter.identifier)}}"}},"type":"fixedCollection","typeOptions":{"multipleValues":true}},{"displayName":"Email","name":"email","default":"","description":"Email of the contact","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"type":"string","placeholder":"name@email.com","required":true,"routing":{"send":{"value":"={{$value}}","property":"email","type":"body"}}},{"displayName":"Contact Attributes","name":"upsertAttributes","default":{},"description":"Array of attributes to be updated","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"name":"upsertAttributesValues","displayName":"Attribute","values":[{"displayName":"Field Name","name":"fieldName","type":"options","typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v3/contacts/attributes"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"attributes"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}} - ({{$responseItem.category}})","value":"={{$responseItem.name}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","routing":{"send":{"value":"={{$value}}","property":"=attributes.{{$parent.fieldName}}","type":"body"}}}]}],"placeholder":"Add Attribute","type":"fixedCollection","typeOptions":{"multipleValues":true},"routing":{"send":{"preSend":[null]},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["email"]}},"options":[{"name":"Send","value":"send","action":"Send a transactional email"},{"name":"Send Template","value":"sendTemplate","action":"Send an email with an existing Template"}],"routing":{"request":{"method":"POST","url":"/v3/smtp/email"}},"default":"send"},{"displayName":"Send HTML","name":"sendHTML","type":"boolean","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"default":false},{"displayName":"Subject","name":"subject","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"routing":{"send":{"property":"subject","type":"body"}},"default":"","description":"Subject of the email"},{"displayName":"Text Content","name":"textContent","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"],"sendHTML":[false]}},"routing":{"send":{"property":"textContent","type":"body"}},"default":"","description":"Text content of the message"},{"displayName":"HTML Content","name":"htmlContent","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"],"sendHTML":[true]}},"routing":{"send":{"property":"htmlContent","type":"body"}},"default":"","description":"HTML content of the message"},{"displayName":"Sender","name":"sender","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"default":"","required":true,"routing":{"send":{"preSend":[null]}}},{"displayName":"Receipients","name":"receipients","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"default":"","required":true,"routing":{"send":{"preSend":[null]}}},{"displayName":"Additional Fields","name":"additionalFields","placeholder":"Add Field","description":"Additional fields to add","type":"collection","default":{},"displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"options":[{"displayName":"Attachments","name":"emailAttachments","placeholder":"Add Attachment","type":"fixedCollection","default":{},"options":[{"name":"attachment","displayName":"Attachment Data","values":[{"displayName":"Input Data Field Name","default":"","name":"binaryPropertyName","type":"string","description":"The name of the incoming field containing the binary file data to be processed"}]}],"routing":{"send":{"preSend":[null]}}},{"displayName":"Receipients BCC","name":"receipientsBCC","placeholder":"Add BCC","type":"fixedCollection","default":{},"options":[{"name":"receipientBcc","displayName":"Receipient","values":[{"displayName":"Receipient","name":"bcc","type":"string","default":""}]}],"routing":{"send":{"preSend":[null]}}},{"displayName":"Receipients CC","name":"receipientsCC","placeholder":"Add CC","type":"fixedCollection","default":{},"options":[{"name":"receipientCc","displayName":"Receipient","values":[{"displayName":"Receipient","name":"cc","type":"string","default":""}]}],"routing":{"send":{"preSend":[null]}}},{"displayName":"Email Tags","name":"emailTags","default":{},"description":"Add tags to your emails to find them more easily","placeholder":"Add Email Tags","type":"fixedCollection","options":[{"displayName":"Tags","name":"tags","values":[{"displayName":"Tag","default":"","name":"tag","type":"string"}]}],"routing":{"send":{"preSend":[null]}}}]},{"displayName":"Template ID","name":"templateId","type":"options","default":"","typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v3/smtp/templates","qs":{"templateStatus":true,"limit":1000,"offset":0,"sort":"desc"}},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"templates"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}},"routing":{"send":{"type":"body","property":"templateId"}}},{"displayName":"Receipients","name":"receipients","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}},"default":"","required":true,"routing":{"send":{"preSend":[null]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","description":"Additional fields to add","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}},"options":[{"displayName":"Attachments","name":"emailAttachments","placeholder":"Add Attachment","type":"fixedCollection","default":{},"options":[{"displayName":"Attachment Data","name":"attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","default":"","type":"string","description":"The name of the incoming field containing the binary file data to be processed"}]}],"routing":{"send":{"preSend":[null]}}},{"displayName":"Email Tags","name":"emailTags","default":{},"description":"Add tags to your emails to find them more easily","placeholder":"Add Email Tags","type":"fixedCollection","options":[{"displayName":"Tags","name":"tags","values":[{"displayName":"Tag","default":"","name":"tag","type":"string"}]}],"routing":{"send":{"preSend":[null]}}},{"displayName":"Template Parameters","name":"templateParameters","default":{},"description":"Pass a set of attributes to customize the template","placeholder":"Add Parameter","type":"fixedCollection","options":[{"name":"parameterValues","displayName":"Parameters","values":[{"displayName":"Parameter","name":"parameters","type":"string","default":"","placeholder":"key=value","description":"Comma-separated key=value pairs"}]}],"routing":{"send":{"preSend":[null]}}}]}],"codex":{"categories":["Marketing","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.brevo/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/brevo"}]},"alias":["sendinblue"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Brevo/brevo.svg"},
284
284
  {"credentials":[{"name":"sendInBlueApi","required":true,"displayOptions":{"show":{}}}],"displayName":"Brevo Trigger","defaults":{"name":"Brevo Trigger"},"description":"Starts the workflow when Brevo events occur","group":["trigger"],"inputs":[],"name":"n8n-nodes-base.sendInBlueTrigger","outputs":["main"],"version":1,"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhooks"}],"properties":[{"displayName":"Resource","default":"transactional","name":"type","options":[{"name":"Inbound","value":"inbound"},{"name":"Marketing","value":"marketing"},{"name":"Transactional","value":"transactional"}],"required":true,"type":"options"},{"displayName":"Trigger On","displayOptions":{"show":{"type":["transactional"]}},"name":"events","placeholder":"Add Event","options":[{"name":"Email Blocked","value":"blocked","description":"Triggers when transactional email is blocked"},{"name":"Email Clicked","value":"click","description":"Triggers when transactional email is clicked"},{"name":"Email Deferred","value":"deferred","description":"Triggers when transactional email is deferred"},{"name":"Email Delivered","value":"delivered","description":"Triggers when transactional email is delivered"},{"name":"Email Hard Bounce","value":"hardBounce","description":"Triggers when transactional email is hard bounced"},{"name":"Email Invalid","value":"invalid","description":"Triggers when transactional email is invalid"},{"name":"Email Marked Spam","value":"spam","description":"Triggers when transactional email is set to spam"},{"name":"Email Opened","value":"opened","description":"Triggers when transactional email is opened"},{"name":"Email Sent","value":"request","description":"Triggers when transactional email is sent"},{"name":"Email Soft-Bounce","value":"softBounce","description":"Triggers when transactional email is soft bounced"},{"name":"Email Unique Open","value":"uniqueOpened","description":"Triggers when transactional email is unique opened"},{"name":"Email Unsubscribed","value":"unsubscribed","description":"Triggers when transactional email is unsubscribed"}],"default":[],"required":true,"type":"multiOptions"},{"displayName":"Trigger On","displayOptions":{"show":{"type":["marketing"]}},"name":"events","placeholder":"Add Event","options":[{"name":"Marketing Email Clicked","value":"click","description":"Triggers when marketing email is clicked"},{"name":"Marketing Email Delivered","value":"delivered","description":"Triggers when marketing email is delivered"},{"name":"Marketing Email Hard Bounce","value":"hardBounce","description":"Triggers when marketing email is hard bounced"},{"name":"Marketing Email List Addition","value":"listAddition","description":"Triggers when marketing email is clicked"},{"name":"Marketing Email Opened","value":"opened","description":"Triggers when marketing email is opened"},{"name":"Marketing Email Soft Bounce","value":"softBounce","description":"Triggers when marketing email is soft bounced"},{"name":"Marketing Email Spam","value":"spam","description":"Triggers when marketing email is spam"},{"name":"Marketing Email Unsubscribed","value":"unsubscribed","description":"Triggers when marketing email is unsubscribed"}],"default":[],"required":true,"type":"multiOptions"},{"displayName":"Trigger On","displayOptions":{"show":{"type":["inbound"]}},"name":"events","placeholder":"Add Event","options":[{"name":"Inbound Email Processed","value":"inboundEmailProcessed","description":"Triggers when inbound email is processed"}],"default":[],"required":true,"type":"multiOptions"}],"codex":{"categories":["Marketing","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.brevotrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/brevo"}]},"alias":["sendinblue"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Brevo/brevo.svg"},
285
- {"displayName":"Sticky Note","name":"n8n-nodes-base.stickyNote","icon":"fa:sticky-note","group":["input"],"version":1,"description":"Make your workflow easier to understand","defaults":{"name":"Sticky Note","color":"#FFD233"},"inputs":[],"outputs":[],"properties":[{"displayName":"Content","name":"content","type":"string","required":true,"default":"## I'm a note \n**Double click** to edit me. [Guide](https://docs.n8n.io/workflows/sticky-notes/)"},{"displayName":"Height","name":"height","type":"number","required":true,"default":160},{"displayName":"Width","name":"width","type":"number","required":true,"default":240},{"displayName":"Color","name":"color","type":"number","required":true,"default":1}]},
285
+ {"displayName":"Sticky Note","name":"n8n-nodes-base.stickyNote","icon":"fa:sticky-note","group":["input"],"version":1,"description":"Make your workflow easier to understand","defaults":{"name":"Sticky Note","color":"#FFD233"},"inputs":[],"outputs":[],"properties":[{"displayName":"Content","name":"content","type":"string","default":"## I'm a note \n**Double click** to edit me. [Guide](https://docs.n8n.io/workflows/sticky-notes/)"},{"displayName":"Height","name":"height","type":"number","required":true,"default":160},{"displayName":"Width","name":"width","type":"number","required":true,"default":240},{"displayName":"Color","name":"color","type":"number","required":true,"default":1}]},
286
286
  {"displayName":"No Operation, do nothing","name":"n8n-nodes-base.noOp","icon":"fa:arrow-right","group":["organization"],"version":1,"description":"No Operation","defaults":{"name":"No Operation, do nothing","color":"#b0b0b0"},"inputs":["main"],"outputs":["main"],"properties":[],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.noop/"}]},"alias":["nothing"]}},
287
287
  {"displayName":"Onfleet","name":"n8n-nodes-base.onfleet","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Onfleet API","defaults":{"name":"Onfleet"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"onfleetApi","required":true,"testedBy":"onfleetApiTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Admin","value":"admin"},{"name":"Container","value":"container"},{"name":"Destination","value":"destination"},{"name":"Hub","value":"hub"},{"name":"Organization","value":"organization"},{"name":"Recipient","value":"recipient"},{"name":"Task","value":"task"},{"name":"Team","value":"team"},{"name":"Worker","value":"worker"}],"default":"task","description":"The resource to perform operations on"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["admin"]}},"options":[{"name":"Create","value":"create","description":"Create a new Onfleet admin","action":"Create an admin"},{"name":"Delete","value":"delete","description":"Delete an Onfleet admin","action":"Delete an admin"},{"name":"Get Many","value":"getAll","description":"Get many Onfleet admins","action":"Get many admins"},{"name":"Update","value":"update","description":"Update an Onfleet admin","action":"Update an admin"}],"default":"getAll"},{"displayName":"Admin ID","name":"id","type":"string","displayOptions":{"show":{"resource":["admin"]},"hide":{"operation":["create","getAll"]}},"default":"","required":true,"description":"The ID of the admin object for lookup"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["admin"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["admin"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":64},"default":64,"description":"Max number of results to return"},{"displayOptions":{"show":{"resource":["admin"],"operation":["create"]}},"required":true,"displayName":"Name","name":"name","type":"string","default":"","description":"The administrator's name"},{"displayOptions":{"show":{"resource":["admin"],"operation":["create"]}},"required":true,"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The administrator's email address"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["admin"],"operation":["create"]}},"options":[{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The administrator's phone number"},{"displayName":"Read Only","name":"isReadOnly","type":"boolean","default":false,"description":"Whether this administrator can perform write operations"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["admin"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The administrator's name"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The administrator's phone number"},{"displayName":"Read Only","name":"isReadOnly","type":"boolean","default":false,"description":"Whether this administrator can perform write operations"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["container"]}},"options":[{"name":"Add Tasks","value":"addTask","description":"Add task at index (or append)","action":"Add tasks"},{"name":"Get","value":"get","description":"Get container information","action":"Get a container"},{"name":"Update Tasks","value":"updateTask","description":"Fully replace a container's tasks","action":"Update tasks"}],"default":"get"},{"displayName":"Container Type","name":"containerType","type":"options","options":[{"name":"Organizations","value":"organizations"},{"name":"Teams","value":"teams"},{"name":"Workers","value":"workers"}],"default":"","displayOptions":{"show":{"resource":["container"],"operation":["get","addTask"]}},"required":true},{"displayName":"Container ID","name":"containerId","type":"string","default":"","description":"The object ID according to the container chosen","displayOptions":{"show":{"resource":["container"],"operation":["get","addTask","updateTask"]}},"required":true},{"displayName":"Insert Type","name":"type","type":"options","options":[{"name":"Append","value":-1},{"name":"Prepend","value":0},{"name":"At Specific Index","value":1}],"default":"","displayOptions":{"show":{"resource":["container"],"operation":["addTask"]}},"required":true},{"displayName":"Index","name":"index","type":"number","default":0,"description":"The index given indicates the position where the tasks are going to be inserted","displayOptions":{"show":{"resource":["container"],"operation":["addTask"],"type":[1]}},"required":true},{"displayName":"Task IDs","name":"tasks","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Task"},"default":[],"description":"Task's ID that are going to be used","displayOptions":{"show":{"resource":["container"],"operation":["addTask","updateTask"]}},"required":true},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["container"],"operation":["addTask","updateTask"]}},"options":[{"displayName":"Consider Dependencies","name":"considerDependencies","type":"boolean","default":false,"description":"Whether to include the target task's dependency family (parent and child tasks) in the resulting assignment operation","required":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["destination"]}},"options":[{"name":"Create","value":"create","description":"Create a new destination","action":"Create a destination"},{"name":"Get","value":"get","description":"Get a specific destination","action":"Get a destination"}],"default":"get"},{"displayName":"Destination ID","name":"id","type":"string","displayOptions":{"show":{"resource":["destination"]},"hide":{"operation":["create"]}},"default":"","required":true,"description":"The ID of the destination object for lookup"},{"displayName":"Unparsed Address","name":"unparsed","type":"boolean","description":"Whether or not the address is specified in a single unparsed string","default":false,"displayOptions":{"show":{"resource":["destination"],"operation":["create"]}},"required":true},{"displayName":"Destination Address","name":"address","type":"string","description":"The destination's street address details","default":"","displayOptions":{"show":{"resource":["destination"],"operation":["create"],"unparsed":[true]}},"required":true},{"displayName":"Number","name":"addressNumber","type":"string","description":"The number component of this address, it may also contain letters","default":"","displayOptions":{"show":{"resource":["destination"],"operation":["create"],"unparsed":[false]}},"required":true},{"displayName":"Street","name":"addressStreet","type":"string","description":"The name of the street","default":"","displayOptions":{"show":{"resource":["destination"],"operation":["create"],"unparsed":[false]}},"required":true},{"displayName":"City","name":"addressCity","type":"string","description":"The name of the municipality","default":"","displayOptions":{"show":{"resource":["destination"],"operation":["create"],"unparsed":[false]}},"required":true},{"displayName":"Country","name":"addressCountry","type":"string","description":"The name of the country","default":"","displayOptions":{"show":{"resource":["destination"],"operation":["create"],"unparsed":[false]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["destination"],"operation":["create"],"unparsed":[true]}},"options":[{"displayName":"Apartment","name":"addressApartment","type":"string","default":"","description":"The suite or apartment number, or any additional relevant information"},{"displayName":"Address Name","name":"addressName","type":"string","default":"","description":"A name associated with this address"},{"displayName":"Address Notes","name":"addressNotes","type":"string","default":"","description":"Notes about the destination"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["destination"],"operation":["create"],"unparsed":[false]}},"options":[{"displayName":"Apartment","name":"addressApartment","type":"string","default":"","description":"The suite or apartment number, or any additional relevant information"},{"displayName":"Address Name","name":"addressName","type":"string","default":"","description":"A name associated with this address"},{"displayName":"Address Notes","name":"addressNotes","type":"string","default":"","description":"Notes about the destination"},{"displayName":"Postal Code","name":"addressPostalCode","type":"string","default":"","description":"The postal or zip code"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["hub"]}},"options":[{"name":"Create","value":"create","description":"Create a new Onfleet hub","action":"Create a hub"},{"name":"Get Many","value":"getAll","description":"Get many Onfleet hubs","action":"Get many hubs"},{"name":"Update","value":"update","description":"Update an Onfleet hub","action":"Update a hub"}],"default":"getAll"},{"displayName":"Hub ID","name":"id","type":"string","displayOptions":{"show":{"resource":["hub"],"operation":["update"]}},"default":"","required":true,"description":"The ID of the hub object for lookup"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["hub"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["hub"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":64},"default":64,"description":"Max number of results to return"},{"displayName":"Name","name":"name","type":"string","default":"","description":"A name to identify the hub","displayOptions":{"show":{"resource":["hub"],"operation":["create"]}},"required":true},{"displayName":"Destination","name":"destination","type":"fixedCollection","placeholder":"Add Destination","default":{},"options":[{"displayName":"Destination Properties","name":"destinationProperties","default":{},"values":[{"displayName":"Unparsed Address","name":"unparsed","type":"boolean","description":"Whether or not the address is specified in a single unparsed string","default":false,"required":false},{"displayName":"Destination Address","name":"address","type":"string","description":"The destination's street address details","default":"","displayOptions":{"show":{"unparsed":[true]}},"required":true},{"displayName":"Number","name":"addressNumber","type":"string","description":"The number component of this address, it may also contain letters","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"Street","name":"addressStreet","type":"string","description":"The name of the street","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"City","name":"addressCity","type":"string","description":"The name of the municipality","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"State","name":"addressState","type":"string","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"Country","name":"addressCountry","type":"string","description":"The name of the country","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayOptions":{"show":{"unparsed":[false]}},"displayName":"Postal Code","name":"addressPostalCode","type":"string","default":"","description":"The postal or zip code","required":false},{"displayName":"Address Name","name":"addressName","type":"string","default":"","description":"A name associated with this address","required":false},{"displayName":"Apartment","name":"addressApartment","type":"string","default":"","description":"The suite or apartment number, or any additional relevant information","required":false},{"displayName":"Address Notes","name":"addressNotes","type":"string","default":"","description":"Notes about the destination","required":false}]}],"displayOptions":{"show":{"resource":["hub"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["hub"],"operation":["create"]}},"options":[{"displayName":"Team Names or IDs","name":"teams","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTeams"},"default":[],"description":"These are the teams that this Hub will be assigned to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","required":false}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["hub"],"operation":["update"]}},"options":[{"displayName":"Destination","name":"destination","type":"fixedCollection","placeholder":"Add Destination","default":{},"options":[{"displayName":"Destination Properties","name":"destinationProperties","default":{},"values":[{"displayName":"Unparsed Address","name":"unparsed","type":"boolean","description":"Whether or not the address is specified in a single unparsed string","default":false,"required":false},{"displayName":"Destination Address","name":"address","type":"string","description":"The destination's street address details","default":"","displayOptions":{"show":{"unparsed":[true]}},"required":true},{"displayName":"Number","name":"addressNumber","type":"string","description":"The number component of this address, it may also contain letters","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"Street","name":"addressStreet","type":"string","description":"The name of the street","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"City","name":"addressCity","type":"string","description":"The name of the municipality","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"State","name":"addressState","type":"string","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"Country","name":"addressCountry","type":"string","description":"The name of the country","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayOptions":{"show":{"unparsed":[false]}},"displayName":"Postal Code","name":"addressPostalCode","type":"string","default":"","description":"The postal or zip code","required":false},{"displayName":"Address Name","name":"addressName","type":"string","default":"","description":"A name associated with this address","required":false},{"displayName":"Apartment","name":"addressApartment","type":"string","default":"","description":"The suite or apartment number, or any additional relevant information","required":false},{"displayName":"Address Notes","name":"addressNotes","type":"string","default":"","description":"Notes about the destination","required":false}]}],"required":false},{"displayName":"Name","name":"name","type":"string","default":"","description":"A name to identify the hub"},{"displayName":"Team Names or IDs","name":"teams","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTeams"},"default":[],"description":"These are the teams that this Hub will be assigned to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","required":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["organization"]}},"options":[{"name":"Get My Organization","value":"get","description":"Retrieve your own organization's details","action":"Get my organization"},{"name":"Get Delegatee Details","value":"getDelegatee","description":"Retrieve the details of an organization with which you are connected","action":"Get a delegatee's details"}],"default":"get"},{"displayName":"Organization ID","name":"id","type":"string","displayOptions":{"show":{"resource":["organization"],"operation":["getDelegatee"]}},"default":"","required":true,"description":"The ID of the delegatees for lookup"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["recipient"]}},"options":[{"name":"Create","value":"create","description":"Create a new Onfleet recipient","action":"Create a recipient"},{"name":"Get","value":"get","description":"Get a specific Onfleet recipient","action":"Get a recipient"},{"name":"Update","value":"update","description":"Update an Onfleet recipient","action":"Update a recipient"}],"default":"get"},{"displayName":"Get By","name":"getBy","type":"options","displayOptions":{"show":{"resource":["recipient"],"operation":["get"]}},"options":[{"name":"ID","value":"id"},{"name":"Phone","value":"phone"},{"name":"Name","value":"name"}],"description":"The variable that is used for looking up a recipient","required":true,"default":"id"},{"displayName":"Recipient ID","name":"id","type":"string","displayOptions":{"show":{"resource":["recipient"],"operation":["get"],"getBy":["id"]}},"default":"","required":true,"description":"The ID of the recipient object for lookup"},{"displayName":"Recipient ID","name":"id","type":"string","displayOptions":{"show":{"resource":["recipient"],"operation":["update"]}},"default":"","required":true,"description":"The ID of the recipient object for lookup"},{"displayName":"Name","name":"name","type":"string","displayOptions":{"show":{"resource":["recipient"],"operation":["get"],"getBy":["name"]}},"default":"","required":true,"description":"The name of the recipient for lookup"},{"displayName":"Phone","name":"phone","type":"string","displayOptions":{"show":{"resource":["recipient"],"operation":["get"],"getBy":["phone"]}},"default":"","required":true,"description":"The phone of the recipient for lookup"},{"displayOptions":{"show":{"resource":["recipient"],"operation":["create"]}},"displayName":"Recipient Name","name":"recipientName","type":"string","description":"The recipient's complete name","default":"","required":true},{"displayOptions":{"show":{"resource":["recipient"],"operation":["create"]}},"displayName":"Recipient Phone","name":"recipientPhone","type":"string","description":"A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.","default":"","required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["recipient"],"operation":["create"]}},"options":[{"displayName":"Recipient Notes","name":"recipientNotes","type":"string","default":"","description":"Notes for this recipient: these are global notes that should not be task- or destination-specific"},{"displayName":"Skip Recipient SMS Notifications","name":"recipientSkipSMSNotifications","type":"boolean","default":false,"description":"Whether this recipient has requested to skip SMS notifications"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Update Fields","default":{},"displayOptions":{"show":{"resource":["recipient"],"operation":["update"]}},"options":[{"displayName":"Recipient Name","name":"recipientName","type":"string","description":"The recipient's complete name","default":"","required":false},{"displayName":"Recipient Notes","name":"notes","type":"string","default":"","description":"Notes for this recipient: these are global notes that should not be task- or destination-specific"},{"displayName":"Recipient Phone","name":"recipientPhone","type":"string","description":"A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.","default":"","required":false},{"displayName":"Skip Recipient SMS Notifications","name":"skipSMSNotifications","type":"boolean","default":false,"description":"Whether this recipient has requested to skip SMS notifications"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["recipient"],"operation":["create"]}},"options":[{"displayName":"Skip Recipient Phone Number Validation","name":"recipientSkipPhoneNumberValidation","type":"boolean","default":false,"description":"Whether to skip validation for this recipient's phone number"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Clone","value":"clone","description":"Clone an Onfleet task","action":"Clone a task"},{"name":"Complete","value":"complete","description":"Force-complete a started Onfleet task","action":"Complete a task"},{"name":"Create","value":"create","description":"Create a new Onfleet task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete an Onfleet task","action":"Delete a task"},{"name":"Get","value":"get","description":"Get a specific Onfleet task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many Onfleet tasks","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update an Onfleet task","action":"Update a task"}],"default":"get"},{"displayName":"Task ID","name":"id","type":"string","displayOptions":{"show":{"resource":["task"]},"hide":{"operation":["create","getAll"]}},"default":"","required":true,"description":"The ID of the task object for lookup"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":64},"default":64,"description":"Max number of results to return"},{"displayName":"Destination","name":"destination","type":"fixedCollection","placeholder":"Add Destination","default":{},"options":[{"displayName":"Destination Properties","name":"destinationProperties","default":{},"values":[{"displayName":"Unparsed Address","name":"unparsed","type":"boolean","description":"Whether or not the address is specified in a single unparsed string","default":false,"required":false},{"displayName":"Destination Address","name":"address","type":"string","description":"The destination's street address details","default":"","displayOptions":{"show":{"unparsed":[true]}},"required":true},{"displayName":"Number","name":"addressNumber","type":"string","description":"The number component of this address, it may also contain letters","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"Street","name":"addressStreet","type":"string","description":"The name of the street","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"City","name":"addressCity","type":"string","description":"The name of the municipality","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"State","name":"addressState","type":"string","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"Country","name":"addressCountry","type":"string","description":"The name of the country","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayOptions":{"show":{"unparsed":[false]}},"displayName":"Postal Code","name":"addressPostalCode","type":"string","default":"","description":"The postal or zip code","required":false},{"displayName":"Address Name","name":"addressName","type":"string","default":"","description":"A name associated with this address","required":false},{"displayName":"Apartment","name":"addressApartment","type":"string","default":"","description":"The suite or apartment number, or any additional relevant information","required":false},{"displayName":"Address Notes","name":"addressNotes","type":"string","default":"","description":"Notes about the destination","required":false}]}],"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"required":true},{"displayName":"Complete as a Success","name":"success","type":"boolean","displayOptions":{"show":{"resource":["task"],"operation":["complete"]}},"description":"Whether the task's completion was successful","required":true,"default":true},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"options":[{"displayName":"From","name":"from","type":"dateTime","default":"","description":"The starting time of the range. Tasks created or completed at or after this time will be included."},{"displayName":"State","name":"state","type":"multiOptions","options":[{"name":"[All]","value":"all"},{"name":"Active","value":2},{"name":"Assigned","value":1},{"name":"Completed","value":3},{"name":"Unassigned","value":0}],"default":["all"],"description":"The state of the tasks"},{"displayName":"To","name":"to","type":"dateTime","default":"","description":"The ending time of the range. Defaults to current time if not specified."}]},{"displayName":"Override Fields","name":"overrideFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["clone"]}},"options":[{"displayName":"Complete After","name":"completeAfter","type":"dateTime","default":null,"description":"The earliest time the task should be completed"},{"displayName":"Complete Before","name":"completeBefore","type":"dateTime","default":null,"description":"The latest time the task should be completed"},{"displayName":"Include Barcodes","name":"includeBarcodes","type":"boolean","default":false},{"displayName":"Include Dependencies","name":"includeDependencies","type":"boolean","default":false},{"displayName":"Include Metadata","name":"includeMetadata","type":"boolean","default":false},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Notes for the task","required":false},{"displayName":"Pick Up Task","name":"pickupTask","type":"boolean","default":false,"description":"Whether the task is a pickup task","required":false},{"displayName":"Service Time","name":"serviceTime","type":"number","default":0,"description":"The number of minutes to be spent by the worker on arrival at this task's destination, for route optimization purposes","required":false}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Complete After","name":"completeAfter","type":"dateTime","default":null,"description":"The earliest time the task should be completed"},{"displayName":"Complete Before","name":"completeBefore","type":"dateTime","default":null,"description":"The latest time the task should be completed"},{"displayName":"Executor ID","name":"executor","type":"string","default":"","description":"The ID of the organization that will be responsible for fulfilling the task"},{"displayName":"Merchant ID","name":"merchant","type":"string","default":"","description":"The ID of the organization that will be displayed to the recipient of the task"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Notes for the task"},{"displayName":"Pick Up Task","name":"pickupTask","type":"boolean","default":false,"description":"Whether the task is a pickup task"},{"displayName":"Quantity","name":"quantity","type":"number","default":0,"description":"The number of units to be dropped off while completing this task, for route optimization purposes"},{"displayName":"Service Time","name":"serviceTime","type":"number","default":0,"description":"The number of minutes to be spent by the worker on arrival at this task's destination, for route optimization purposes"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["complete"]}},"options":[{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Completion Notes"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Complete After","name":"completeAfter","type":"dateTime","default":null,"description":"The earliest time the task should be completed"},{"displayName":"Complete Before","name":"completeBefore","type":"dateTime","default":null,"description":"The latest time the task should be completed"},{"displayName":"Executor ID","name":"executor","type":"string","default":"","description":"The ID of the organization that will be responsible for fulfilling the task"},{"displayName":"Merchant ID","name":"merchant","type":"string","default":"","description":"The ID of the organization that will be displayed to the recipient of the task"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Notes for the task"},{"displayName":"Pick Up Task","name":"pickupTask","type":"boolean","default":false,"description":"Whether the task is a pickup task"},{"displayName":"Quantity","name":"quantity","type":"number","default":0,"description":"The number of units to be dropped off while completing this task, for route optimization purposes"},{"displayName":"Recipient","name":"recipient","type":"fixedCollection","placeholder":"Add Recipient","default":{},"options":[{"displayName":"Recipient Properties","name":"recipientProperties","default":{},"values":[{"displayName":"Recipient Name","name":"recipientName","type":"string","description":"The recipient's complete name","default":"","required":true},{"displayName":"Recipient Phone","name":"recipientPhone","type":"string","description":"A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.","default":"","required":true},{"displayName":"Recipient Notes","name":"recipientNotes","type":"string","default":"","description":"Notes for this recipient: these are global notes that should not be task- or destination-specific"},{"displayName":"Skip Recipient SMS Notifications","name":"recipientSkipSMSNotifications","type":"boolean","default":false,"description":"Whether this recipient has requested to skip SMS notifications"}]}]},{"displayName":"Recipient Name Override","name":"recipientName","type":"string","default":"","description":"Override the recipient name for this task only"},{"displayName":"Recipient Notes Override","name":"recipientNotes","type":"string","default":"","description":"Override the recipient notes for this task only"},{"displayName":"Recipient Skip SMS Notifications Override","name":"recipientSkipSMSNotifications","type":"boolean","default":false,"description":"Whether to override the recipient notification settings for this task"},{"displayName":"Service Time","name":"serviceTime","type":"number","default":0,"description":"The number of minutes to be spent by the worker on arrival at this task's destination, for route optimization purposes"},{"displayName":"Use Merchant For Proxy Override","name":"useMerchantForProxy","type":"boolean","default":false,"description":"Whether to override the organization ID with the merchant's org ID for this task"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["team"]}},"options":[{"name":"Auto-Dispatch","value":"autoDispatch","description":"Automatically dispatch tasks assigned to a team to on-duty drivers","action":"Auto-dispatch a team"},{"name":"Create","value":"create","description":"Create a new Onfleet team","action":"Create a team"},{"name":"Delete","value":"delete","description":"Delete an Onfleet team","action":"Delete a team"},{"name":"Get","value":"get","description":"Get a specific Onfleet team","action":"Get a team"},{"name":"Get Many","value":"getAll","description":"Get many Onfleet teams","action":"Get many teams"},{"name":"Get Time Estimates","value":"getTimeEstimates","description":"Get estimated times for upcoming tasks for a team, returns a selected driver","action":"Get time estimates for a team"},{"name":"Update","value":"update","description":"Update an Onfleet team","action":"Update a team"}],"default":"getAll"},{"displayName":"Team ID","name":"id","type":"string","displayOptions":{"show":{"resource":["team"],"operation":["get","update","delete","getTimeEstimates","autoDispatch"]}},"default":"","required":true,"description":"The ID of the team object for lookup"},{"displayName":"Name","name":"name","type":"string","default":"","description":"A unique name for the team","displayOptions":{"show":{"resource":["team"],"operation":["create"]}},"required":true},{"displayName":"Worker Names or IDs","name":"workers","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getWorkers"},"default":[],"description":"A list of workers. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["team"],"operation":["create"]}},"required":true},{"displayName":"Administrator Names or IDs","name":"managers","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAdmins"},"default":[],"description":"A list of managing administrators. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["team"],"operation":["create"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["team"],"operation":["create"]}},"options":[{"displayName":"Hub Name or ID","name":"hub","type":"options","typeOptions":{"loadOptionsMethod":"getHubs"},"default":"","description":"The team's hub. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Self Assignment","name":"enableSelfAssignment","type":"boolean","default":false,"description":"Whether or not to allow drivers to self-assign tasks that are in the Team's unassigned container"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["team"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["team"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":64},"default":64,"description":"Max number of results to return"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["team"],"operation":["update"]}},"options":[{"displayName":"Administrator Names or IDs","name":"managers","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAdmins"},"default":[],"description":"A list of managing administrators. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Hub Name or ID","name":"hub","type":"options","typeOptions":{"loadOptionsMethod":"getHubs"},"default":"","description":"The team's hub. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","description":"A unique name for the team"},{"displayName":"Self Assignment","name":"enableSelfAssignment","type":"boolean","default":false,"description":"Whether or not to allow drivers to self-assign tasks that are in the Team's unassigned container"},{"displayName":"Worker Names or IDs","name":"workers","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getWorkers"},"default":[],"description":"A list of workers. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["team"],"operation":["autoDispatch"]}},"options":[{"displayName":"Ending Route","name":"endingRoute","type":"fixedCollection","placeholder":"Add Route","default":{},"options":[{"displayName":"Ending Route Properties","name":"endingRouteProperties","type":"fixedCollection","default":{},"values":[{"displayName":"Route End","name":"routeEnd","type":"options","options":[{"name":"Team’s Hub","value":"team_hub"},{"name":"Worker Routing Address","value":"worker_routing_address"},{"name":"Hub","value":"hub"},{"name":"End Anywhere","value":"anywhere"}],"default":"","description":"Where the route will end","required":true},{"displayName":"Hub Name or ID","name":"hub","type":"options","typeOptions":{"loadOptionsMethod":"getHubs"},"default":"","description":"The team's hub. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"routeEnd":["hub"]}},"required":false}]}]},{"displayName":"Max Allowed Delay","name":"maxAllowedDelay","type":"number","default":10,"description":"Max allowed time in minutes that a task can be late","typeOptions":{"minValue":1}},{"displayName":"Max Number Of Tasks Per Route","name":"maxTasksPerRoute","type":"number","default":100,"typeOptions":{"maxValue":200,"minValue":1},"description":"Total number of tasks allowed on a route"},{"displayName":"Schedule Time Window","name":"scheduleTimeWindow","type":"fixedCollection","placeholder":"Add Time Window","default":{},"options":[{"displayName":"Schedule Time Window Properties","name":"scheduleTimeWindowProperties","type":"fixedCollection","default":{},"values":[{"displayName":"Start Time","name":"startTime","type":"dateTime","default":""},{"displayName":"End Time","name":"endTime","type":"dateTime","default":""}]}]},{"displayName":"Service Time","name":"serviceTime","type":"number","default":2,"typeOptions":{"minValue":0},"description":"The default service time to apply in Minutes to the tasks when no task service time exists"},{"displayName":"Task Time Window","name":"taskTimeWindow","type":"fixedCollection","placeholder":"Add Time Window","default":{},"options":[{"displayName":"Task Time Window Properties","name":"taskTimeWindowProperties","type":"fixedCollection","default":{},"values":[{"displayName":"Start Time","name":"startTime","type":"dateTime","default":""},{"displayName":"End Time","name":"endTime","type":"dateTime","default":""}]}]}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["team"],"operation":["getTimeEstimates"]}},"options":[{"displayName":"Drop Off","name":"dropOff","type":"fixedCollection","placeholder":"Add Drop Off","default":{},"options":[{"displayName":"DropOff Properties","name":"dropOffProperties","type":"fixedCollection","default":{},"values":[{"displayName":"Drop Off Longitude","name":"dropOffLongitude","type":"number","typeOptions":{"numberPrecision":14},"default":0,"description":"The longitude for drop off location","required":true},{"displayName":"Drop Off Latitude","name":"dropOffLatitude","type":"number","typeOptions":{"numberPrecision":14},"default":0,"description":"The latitude for drop off location","required":true}]}]},{"displayName":"Pick Up","name":"pickUp","type":"fixedCollection","default":{},"placeholder":"Add Pick Up","options":[{"displayName":"Pick Up Properties","name":"pickUpProperties","type":"fixedCollection","default":{},"values":[{"displayName":"Pick Up Longitude","name":"pickupLongitude","type":"number","typeOptions":{"numberPrecision":14},"default":0,"description":"The longitude for pickup location","required":true},{"displayName":"Pick Up Latitude","name":"pickupLatitude","type":"number","typeOptions":{"numberPrecision":14},"default":0,"description":"The latitude for pickup location","required":true},{"displayName":"Pick Up Time","name":"pickupTime","type":"dateTime","default":"","description":"If the request includes pickupLocation, pickupTime must be present if the time is fewer than 3 hours in the future","required":false}]}]},{"displayName":"Restricted Vehicle Types","name":"restrictedVehicleTypes","type":"options","options":[{"name":"Car","value":"CAR"},{"name":"Motorcycle","value":"MOTORCYCLE"},{"name":"Bicycle","value":"BICYCLE"},{"name":"Truck","value":"TRUCK"}],"default":"CAR","description":"Vehicle types to ignore in the query","required":false},{"displayName":"Service Time","name":"serviceTime","type":"number","default":120,"typeOptions":{"minValue":0},"description":"The expected time a worker will take at the pickupLocation, dropoffLocation, or both (as applicable) Unit: seconds","required":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["worker"]}},"options":[{"name":"Create","value":"create","description":"Create a new Onfleet worker","action":"Create a worker"},{"name":"Delete","value":"delete","description":"Delete an Onfleet worker","action":"Delete a worker"},{"name":"Get","value":"get","description":"Get a specific Onfleet worker","action":"Get a worker"},{"name":"Get Many","value":"getAll","description":"Get many Onfleet workers","action":"Get many workers"},{"name":"Get Schedule","value":"getSchedule","description":"Get a specific Onfleet worker schedule","action":"Get the schedule for a worker"},{"name":"Update","value":"update","description":"Update an Onfleet worker","action":"Update a worker"}],"default":"get"},{"displayName":"Search by Location","name":"byLocation","type":"boolean","default":false,"description":"Whether to search for only those workers who are currently within a certain target area","required":true,"displayOptions":{"show":{"resource":["worker"],"operation":["getAll"]}}},{"displayName":"Worker ID","name":"id","type":"string","displayOptions":{"show":{"resource":["worker"],"operation":["get","getSchedule","setSchedule","update","delete"]}},"default":"","required":true,"description":"The ID of the worker object for lookup"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The worker's name","displayOptions":{"show":{"resource":["worker"],"operation":["create"]}},"required":true},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"A list of worker’s phone numbers","displayOptions":{"show":{"resource":["worker"],"operation":["create"]}},"required":true},{"displayName":"Team Names or IDs","name":"teams","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTeams"},"default":[],"description":"One or more teams of which the worker is a member. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["worker"],"operation":["create"]}},"required":true},{"displayName":"Longitude","name":"longitude","type":"number","typeOptions":{"numberPrecision":14},"default":0,"description":"The longitude component of the coordinate pair","displayOptions":{"show":{"resource":["worker"],"operation":["getAll"],"byLocation":[true]}},"required":true},{"displayName":"Latitude","name":"latitude","type":"number","typeOptions":{"numberPrecision":14},"default":0,"description":"The latitude component of the coordinate pair","displayOptions":{"show":{"resource":["worker"],"operation":["getAll"],"byLocation":[true]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["worker"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["worker"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":64},"default":64,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["worker"],"operation":["create"]}},"options":[{"displayName":"Capacity","name":"capacity","type":"number","default":0,"description":"The maximum number of units this worker can carry, for route optimization purposes"},{"displayName":"Display Name","name":"displayName","type":"string","default":"","description":"This value is used in place of the worker's actual name within sms notifications, delivery tracking pages, and across organization boundaries"},{"displayName":"Vehicle","name":"vehicle","type":"fixedCollection","placeholder":"Add Vehicle","default":{},"options":[{"displayName":"Vehicle Properties","name":"vehicleProperties","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Bicycle","value":"BICYCLE"},{"name":"Car","value":"CAR"},{"name":"Motorcycle","value":"MOTORCYCLE"},{"name":"Truck","value":"TRUCK"}],"default":"","description":"Whether the worker has vehicle or not. If it's not provided, this worker will be treated as if on foot.","required":true},{"displayName":"Description","name":"description","type":"string","default":"","description":"The vehicle's make, model, year, or any other relevant identifying details","required":false},{"displayName":"License Plate","name":"licensePlate","type":"string","default":"","description":"The vehicle's license plate number","required":false},{"displayName":"Color","name":"color","type":"string","default":"","description":"The vehicle's color","required":false}]}]}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["worker"],"operation":["update"]}},"options":[{"displayName":"Capacity","name":"capacity","type":"number","default":0,"description":"The maximum number of units this worker can carry, for route optimization purposes"},{"displayName":"Display Name","name":"displayName","type":"string","default":"","description":"This value is used in place of the worker's actual name within sms notifications, delivery tracking pages, and across organization boundaries"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The worker's name"},{"displayName":"Team Names or IDs","name":"teams","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTeams"},"default":[],"description":"One or more teams of which the worker is a member. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["worker"],"operation":["getAll"],"byLocation":[true]}},"options":[{"displayName":"Radius","name":"radius","type":"number","typeOptions":{"maxValue":10000,"minValue":0},"default":1000,"description":"The length in meters of the radius of the spherical area in which to look for workers. Defaults to 1000 if missing. Maximum value is 10000."}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["worker"],"operation":["getAll"],"byLocation":[false]}},"options":[{"displayName":"States","name":"states","type":"multiOptions","options":[{"name":"Active (On-Duty, Active Task)","value":2},{"name":"Idle (On-Duty, No Active Task)","value":1},{"name":"Off-Duty","value":0}],"default":[],"description":"List of worker states"},{"displayName":"Team Names or IDs","name":"teams","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTeams"},"default":[],"description":"A list of the teams that workers must be part of. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phones","name":"phones","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Phone"},"default":[],"description":"A list of workers' phone numbers"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["worker"],"operation":["getAll"]}},"options":[{"displayName":"Fields to Return","name":"filter","type":"multiOptions","options":[{"name":"Account Status","value":"accountStatus"},{"name":"Active Task","value":"activeTask"},{"name":"Capacity","value":"capacity"},{"name":"Delay Time","value":"delayTime"},{"name":"Display Name","value":"displayName"},{"name":"Image Url","value":"imageUrl"},{"name":"Location","value":"location"},{"name":"Metadata","value":"metadata"},{"name":"Name","value":"name"},{"name":"On Duty","value":"onDuty"},{"name":"Organization","value":"organization"},{"name":"Phone","value":"phone"},{"name":"Tasks","value":"tasks"},{"name":"Teams","value":"teams"},{"name":"Time Created","value":"timeCreated"},{"name":"Time Last Modified","value":"timeLastModified"},{"name":"Time Last Seen","value":"timeLastSeen"},{"name":"User Data","value":"userData"},{"name":"Vehicle","value":"vehicle"},{"name":"Worker ID","value":"id"}],"default":[],"description":"A list of fields to show in the response, if all are not desired"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["worker"],"operation":["get"]}},"options":[{"displayName":"Analytics","name":"analytics","type":"boolean","default":true,"description":"Whether a more detailed response is needed, includes basic worker duty event, traveled distance (meters) and time analytics"},{"displayName":"Fields to Return","name":"filter","type":"multiOptions","options":[{"name":"Account Status","value":"accountStatus"},{"name":"Active Task","value":"activeTask"},{"name":"Capacity","value":"capacity"},{"name":"Delay Time","value":"delayTime"},{"name":"Display Name","value":"displayName"},{"name":"Image Url","value":"imageUrl"},{"name":"Location","value":"location"},{"name":"Metadata","value":"metadata"},{"name":"Name","value":"name"},{"name":"On Duty","value":"onDuty"},{"name":"Organization","value":"organization"},{"name":"Phone","value":"phone"},{"name":"Tasks","value":"tasks"},{"name":"Teams","value":"teams"},{"name":"Time Created","value":"timeCreated"},{"name":"Time Last Modified","value":"timeLastModified"},{"name":"Time Last Seen","value":"timeLastSeen"},{"name":"User Data","value":"userData"},{"name":"Vehicle","value":"vehicle"},{"name":"Worker ID","value":"id"}],"default":[],"description":"A list of fields to show in the response, if all are not desired","required":false}]},{"displayName":"Schedule","name":"schedule","type":"fixedCollection","placeholder":"Add Schedule","displayOptions":{"show":{"resource":["worker"],"operation":["setSchedule"]}},"default":{},"typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Schedule"},"options":[{"displayName":"Schedule Properties","name":"scheduleProperties","default":{},"values":[{"displayName":"Date","name":"date","type":"dateTime","default":"","description":"Schedule's date","required":true},{"displayName":"Timezone Name or ID","name":"timezone","type":"options","typeOptions":{"loadOptionsMethod":"getTimezones"},"default":"","description":"A valid timezone. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","required":true},{"displayName":"Shifts","name":"shifts","type":"fixedCollection","default":{},"placeholder":"Add Shift","typeOptions":{"multipleValues":true},"options":[{"displayName":"Shifts Properties","name":"shiftsProperties","default":{},"values":[{"displayName":"Start","name":"start","type":"dateTime","default":"","description":"Start time","required":true},{"displayName":"End","name":"end","type":"dateTime","default":"","description":"End time","required":true}]}]}]}]}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.onfleet/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/onfleet/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Onfleet/Onfleet.svg"},
288
288
  {"displayName":"Onfleet Trigger","name":"n8n-nodes-base.onfleetTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"triggerOn\"]}}","description":"Starts the workflow when Onfleet events occur","defaults":{"name":"Onfleet Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"onfleetApi","required":true,"testedBy":"onfleetApiTest"}],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","path":"webhook"},{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Trigger On","name":"triggerOn","type":"options","options":[{"name":"SMS Recipient Opt Out","value":"SMSRecipientOptOut"},{"name":"SMS Recipient Response Missed","value":"smsRecipientResponseMissed"},{"name":"Task Arrival","value":"taskArrival"},{"name":"Task Assigned","value":"taskAssigned"},{"name":"Task Cloned","value":"taskCloned"},{"name":"Task Completed","value":"taskCompleted"},{"name":"Task Created","value":"taskCreated"},{"name":"Task Delayed","value":"taskDelayed"},{"name":"Task Deleted","value":"taskDeleted"},{"name":"Task ETA","value":"taskEta"},{"name":"Task Failed","value":"taskFailed"},{"name":"Task Started","value":"taskStarted"},{"name":"Task Unassigned","value":"taskUnassigned"},{"name":"Task Updated","value":"taskUpdated"},{"name":"Worker Created","value":"workerCreated"},{"name":"Worker Deleted","value":"workerDeleted"},{"name":"Worker Duty","value":"workerDuty"}],"required":true,"default":[]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"A name for the webhook for identification"}]}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.onfleettrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/onfleet/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Onfleet/Onfleet.svg"},
@@ -421,8 +421,9 @@
421
421
  {"displayName":"Wait","name":"n8n-nodes-base.wait","icon":"fa:pause-circle","group":["organization"],"version":[1,1.1],"description":"Wait before continue with execution","defaults":{"name":"Wait","color":"#804050"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"httpBasicAuth","required":true,"displayOptions":{"show":{"incomingAuthentication":["basicAuth"]}}},{"name":"httpHeaderAuth","required":true,"displayOptions":{"show":{"incomingAuthentication":["headerAuth"]}}},{"name":"jwtAuth","required":true,"displayOptions":{"show":{"incomingAuthentication":["jwtAuth"]}}}],"webhooks":[{"name":"default","httpMethod":"={{$parameter[\"httpMethod\"] || \"GET\"}}","isFullPath":true,"responseCode":"={{((parameters) => {\n var _a;\n if (parameters.responseCode) {\n return parameters.responseCode;\n }\n const responseCodeOptions = parameters.options;\n if ((_a = responseCodeOptions === null || responseCodeOptions === void 0 ? void 0 : responseCodeOptions.responseCode) === null || _a === void 0 ? void 0 : _a.values) {\n const { responseCode, customCode } = responseCodeOptions.responseCode.values;\n if (customCode) {\n return customCode;\n }\n return responseCode;\n }\n return 200;\n})($parameter)}}","responseMode":"={{$parameter[\"responseMode\"]}}","responseData":"={{$parameter[\"responseData\"]}}","responseBinaryPropertyName":"={{$parameter[\"responseBinaryPropertyName\"]}}","responseContentType":"={{$parameter[\"options\"][\"responseContentType\"]}}","responsePropertyName":"={{$parameter[\"options\"][\"responsePropertyName\"]}}","responseHeaders":"={{$parameter[\"options\"][\"responseHeaders\"]}}","path":"={{$parameter[\"options\"][\"webhookSuffix\"] || \"\"}}","restartWebhook":true},{"name":"default","httpMethod":"GET","responseMode":"onReceived","path":"={{$parameter[\"options\"][\"webhookSuffix\"] || \"\"}}","restartWebhook":true,"isFullPath":true,"isForm":true},{"name":"default","httpMethod":"POST","responseMode":"={{$parameter[\"responseMode\"]}}","responseData":"={{$parameter[\"responseMode\"] === \"lastNode\" ? \"noData\" : undefined}}","path":"={{$parameter[\"options\"][\"webhookSuffix\"] || \"\"}}","restartWebhook":true,"isFullPath":true,"isForm":true}],"properties":[{"displayName":"Resume","name":"resume","type":"options","options":[{"name":"After Time Interval","value":"timeInterval","description":"Waits for a certain amount of time"},{"name":"At Specified Time","value":"specificTime","description":"Waits until a specific date and time to continue"},{"name":"On Webhook Call","value":"webhook","description":"Waits for a webhook call before continuing"},{"name":"On Form Submited","value":"form","description":"Waits for a form submission before continuing"}],"default":"timeInterval","description":"Determines the waiting mode to use before the workflow continues"},{"displayName":"Authentication","name":"incomingAuthentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"Header Auth","value":"headerAuth"},{"name":"JWT Auth","value":"jwtAuth"},{"name":"None","value":"none"}],"default":"none","description":"If and how incoming resume-webhook-requests to $execution.resumeUrl should be authenticated for additional security","displayOptions":{"show":{"resume":["webhook"]}}},{"displayName":"Date and Time","name":"dateTime","type":"dateTime","displayOptions":{"show":{"resume":["specificTime"]}},"default":"","description":"The date and time to wait for before continuing"},{"displayName":"Wait Amount","name":"amount","type":"number","typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait","displayOptions":{"show":{"resume":["timeInterval"],"@version":[1]}}},{"displayName":"Wait Amount","name":"amount","type":"number","typeOptions":{"minValue":0,"numberPrecision":2},"default":5,"description":"The time to wait","displayOptions":{"show":{"resume":["timeInterval"]},"hide":{"@version":[1]}}},{"displayName":"Wait Unit","name":"unit","type":"options","options":[{"name":"Seconds","value":"seconds"},{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"The time unit of the Wait Amount value","displayOptions":{"show":{"resume":["timeInterval"],"@version":[1]}}},{"displayName":"Wait Unit","name":"unit","type":"options","options":[{"name":"Seconds","value":"seconds"},{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"seconds","description":"The time unit of the Wait Amount value","displayOptions":{"show":{"resume":["timeInterval"]},"hide":{"@version":[1]}}},{"displayName":"The webhook URL will be generated at run time. It can be referenced with the <strong>$execution.resumeUrl</strong> variable. Send it somewhere before getting to this node. <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.wait/?utm_source=n8n_app&utm_medium=node_settings_modal-credential_link&utm_campaign=n8n-nodes-base.wait\" target=\"_blank\">More info</a>","name":"webhookNotice","type":"notice","displayOptions":{"show":{"resume":["webhook"]}},"default":""},{"displayName":"The form url will be generated at run time. It can be referenced with the <strong>$execution.resumeFormUrl</strong> variable. Send it somewhere before getting to this node. <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.wait/?utm_source=n8n_app&utm_medium=node_settings_modal-credential_link&utm_campaign=n8n-nodes-base.wait\" target=\"_blank\">More info</a>","name":"formNotice","type":"notice","displayOptions":{"show":{"resume":["form"]}},"default":""},{"displayName":"Form Title","name":"formTitle","type":"string","default":"","placeholder":"e.g. Contact us","required":true,"description":"Shown at the top of the form","displayOptions":{"show":{"resume":["form"]}}},{"displayName":"Form Description","name":"formDescription","type":"string","default":"","placeholder":"e.g. We'll get back to you soon","description":"Shown underneath the Form Title. Can be used to prompt the user on how to complete the form.","displayOptions":{"show":{"resume":["form"]}}},{"displayName":"Form Fields","name":"formFields","placeholder":"Add Form Field","type":"fixedCollection","default":{"values":[{"label":"","fieldType":"text"}]},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label appears above the input field","required":true},{"displayName":"Field Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Date","value":"date"},{"name":"Dropdown List","value":"dropdown"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Text","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form"}]}],"displayOptions":{"show":{"resume":["form"]}}},{"displayName":"Respond When","name":"responseMode","type":"options","options":[{"name":"Form Is Submitted","value":"onReceived","description":"As soon as this node receives the form submission"},{"name":"Workflow Finishes","value":"lastNode","description":"When the last node of the workflow is executed"},{"name":"Using 'Respond to Webhook' Node","value":"responseNode","description":"When the 'Respond to Webhook' node is executed"}],"default":"onReceived","description":"When to respond to the form submission","displayOptions":{"show":{"resume":["form"]}}},{"displayName":"HTTP Method","name":"httpMethod","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The HTTP method of the Webhook call","displayOptions":{"show":{"resume":["webhook"]}}},{"displayName":"Response Code","name":"responseCode","type":"number","displayOptions":{"hide":{"responseMode":["responseNode"]},"show":{"resume":["webhook"]}},"typeOptions":{"minValue":100,"maxValue":599},"default":200,"description":"The HTTP Response code to return"},{"displayName":"Respond","name":"responseMode","type":"options","options":[{"name":"Immediately","value":"onReceived","description":"As soon as this node executes"},{"name":"When Last Node Finishes","value":"lastNode","description":"Returns data of the last-executed node"},{"name":"Using 'Respond to Webhook' Node","value":"responseNode","description":"Response defined in that node"}],"default":"onReceived","description":"When and how to respond to the webhook","displayOptions":{"show":{"resume":["webhook"]}}},{"displayName":"Response Data","name":"responseData","type":"options","displayOptions":{"show":{"responseMode":["lastNode"],"resume":["webhook"]}},"options":[{"name":"All Entries","value":"allEntries","description":"Returns all the entries of the last node. Always returns an array."},{"name":"First Entry JSON","value":"firstEntryJson","description":"Returns the JSON data of the first entry of the last node. Always returns a JSON object."},{"name":"First Entry Binary","value":"firstEntryBinary","description":"Returns the binary data of the first entry of the last node. Always returns a binary file."},{"name":"No Response Body","value":"noData","description":"Returns without a body"}],"default":"firstEntryJson","description":"What data should be returned. If it should return all items as an array or only the first item as object."},{"displayName":"Property Name","name":"responseBinaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"responseData":["firstEntryBinary"],"resume":["webhook"]}},"description":"Name of the binary property to return"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"boolean","default":false,"description":"Whether the workflow will automatically resume execution after the specified limit type","displayOptions":{"show":{"resume":["webhook","form"]}}},{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","displayOptions":{"show":{"limitWaitTime":[true],"resume":["webhook","form"]}},"options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"],"limitWaitTime":[true],"resume":["webhook","form"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"],"limitWaitTime":[true],"resume":["webhook","form"]}},"options":[{"name":"Seconds","value":"seconds"},{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"],"limitWaitTime":[true],"resume":["webhook","form"]}},"default":"","description":"Continue execution after the specified date and time"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Binary File","name":"binaryData","type":"boolean","displayOptions":{"show":{"/httpMethod":["PATCH","PUT","POST"],"@version":[1]}},"default":false,"description":"Whether the webhook will receive binary data"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"binaryData":[true],"@version":[1]}},"hint":"The name of the output binary field to put the file in","description":"If the data gets received via \"Form-Data Multipart\" it will be the prefix and a number starting with 0 will be attached to it"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"hide":{"@version":[1]}},"description":"Name of the binary property to write the data of the received file to, only relevant if binary data is received"},{"displayName":"Ignore Bots","name":"ignoreBots","type":"boolean","default":false,"description":"Whether to ignore requests from bots like link previewers and web crawlers"},{"displayName":"IP(s) Whitelist","name":"ipWhitelist","type":"string","placeholder":"e.g. 127.0.0.1","default":"","description":"Comma-separated list of allowed IP addresses. Leave empty to allow all IPs."},{"displayName":"No Response Body","name":"noResponseBody","type":"boolean","default":false,"description":"Whether to send any body in the response","displayOptions":{"hide":{"rawBody":[true]},"show":{"/responseMode":["onReceived"]}}},{"displayName":"Raw Body","name":"rawBody","type":"boolean","displayOptions":{"show":{"@version":[1]},"hide":{"binaryData":[true],"noResponseBody":[true]}},"default":false,"description":"Raw body (binary)"},{"displayName":"Raw Body","name":"rawBody","type":"boolean","displayOptions":{"hide":{"noResponseBody":[true],"@version":[1]}},"default":false,"description":"Whether to return the raw body"},{"displayName":"Response Data","name":"responseData","type":"string","displayOptions":{"show":{"/responseMode":["onReceived"]},"hide":{"noResponseBody":[true]}},"default":"","placeholder":"success","description":"Custom response data to send"},{"displayName":"Response Content-Type","name":"responseContentType","type":"string","displayOptions":{"show":{"/responseData":["firstEntryJson"],"/responseMode":["lastNode"]}},"default":"","placeholder":"application/xml","description":"Set a custom content-type to return if another one as the \"application/json\" should be returned"},{"displayName":"Response Headers","name":"responseHeaders","placeholder":"Add Response Header","description":"Add headers to the webhook response","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"entries","displayName":"Entries","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the header"}]}]},{"displayName":"Property Name","name":"responsePropertyName","type":"string","displayOptions":{"show":{"/responseData":["firstEntryJson"],"/responseMode":["lastNode"]}},"default":"data","description":"Name of the property to return the data of instead of the whole JSON"},{"displayName":"Webhook Suffix","name":"webhookSuffix","type":"string","default":"","placeholder":"webhook","noDataExpression":true,"description":"This suffix path will be appended to the restart URL. Helpful when using multiple wait nodes."}],"displayOptions":{"show":{"resume":["webhook"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resume":["form"]},"hide":{"responseMode":["responseNode"]}},"options":[{"displayName":"Form Response","name":"respondWithOptions","type":"fixedCollection","placeholder":"Add Option","default":{"values":{"respondWith":"text"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Respond With","name":"respondWith","type":"options","default":"text","options":[{"name":"Form Submitted Text","value":"text","description":"Show a response text to the user"},{"name":"Redirect URL","value":"redirect","description":"Redirect the user to a URL"}]},{"displayName":"Text to Show","name":"formSubmittedText","description":"The text displayed to users after they fill the form. Leave it empty if don't want to show any additional text.","type":"string","default":"Your response has been recorded","displayOptions":{"show":{"respondWith":["text"]}}},{"displayName":"URL to Redirect to","name":"redirectUrl","description":"The URL to redirect users to after they fill the form. Must be a valid URL.","type":"string","default":"","validateType":"url","placeholder":"e.g. http://www.n8n.io","displayOptions":{"show":{"respondWith":["redirect"]}}}]}]},{"displayName":"Webhook Suffix","name":"webhookSuffix","type":"string","default":"","placeholder":"webhook","noDataExpression":true,"description":"This suffix path will be appended to the restart URL. Helpful when using multiple wait nodes."}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resume":["form"]},"hide":{"responseMode":["onReceived","lastNode"]}},"options":[{"displayName":"Webhook Suffix","name":"webhookSuffix","type":"string","default":"","placeholder":"webhook","noDataExpression":true,"description":"This suffix path will be appended to the restart URL. Helpful when using multiple wait nodes."}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Flow"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.wait/"}]},"alias":["pause","sleep","delay","timeout"]}},
422
422
  {"displayName":"Webflow","name":"n8n-nodes-base.webflow","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Webflow API","defaults":{"name":"Webflow"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"webflowApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"webflowOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Item","value":"item"}],"default":"item"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create an item"},{"name":"Delete","value":"delete","action":"Delete an item"},{"name":"Get","value":"get","action":"Get an item"},{"name":"Get Many","value":"getAll","action":"Get many items"},{"name":"Update","value":"update","action":"Update an item"}],"displayOptions":{"show":{"resource":["item"]}}},{"displayName":"Site Name or ID","name":"siteId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSites"},"default":"","displayOptions":{"show":{"resource":["item"],"operation":["create"]}},"description":"ID of the site containing the collection whose items to add to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getCollections","loadOptionsDependsOn":["siteId"]},"default":"","displayOptions":{"show":{"resource":["item"],"operation":["create"]}},"description":"ID of the collection to add an item to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Live","name":"live","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["item"],"operation":["create"]}},"description":"Whether the item should be published on the live site"},{"displayName":"Fields","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["item"],"operation":["create"]}},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getFields","loadOptionsDependsOn":["collectionId"]},"default":"","description":"Field to set for the item to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value to set for the item to create"}]}]},{"displayName":"Site Name or ID","name":"siteId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSites"},"default":"","displayOptions":{"show":{"resource":["item"],"operation":["delete","get"]}},"description":"ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getCollections","loadOptionsDependsOn":["siteId"]},"default":"","displayOptions":{"show":{"resource":["item"],"operation":["delete","get"]}},"description":"ID of the collection whose items to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Item ID","name":"itemId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["item"],"operation":["delete","get"]}},"description":"ID of the item to operate on"},{"displayName":"Site Name or ID","name":"siteId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSites"},"default":"","displayOptions":{"show":{"resource":["item"],"operation":["update"]}},"description":"ID of the site containing the collection whose items to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getCollections","loadOptionsDependsOn":["siteId"]},"default":"","displayOptions":{"show":{"resource":["item"],"operation":["update"]}},"description":"ID of the collection whose items to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Item ID","name":"itemId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["item"],"operation":["update"]}},"description":"ID of the item to update"},{"displayName":"Live","name":"live","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["item"],"operation":["update"]}},"description":"Whether the item should be published on the live site"},{"displayName":"Fields","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["item"],"operation":["update"]}},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getFields","loadOptionsDependsOn":["collectionId"]},"default":"","description":"Field to set for the item to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value to set for the item to update"}]}]},{"displayName":"Site Name or ID","name":"siteId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSites"},"default":"","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}},"description":"ID of the site containing the collection whose items to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getCollections","loadOptionsDependsOn":["siteId"]},"default":"","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}},"description":"ID of the collection whose items to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["item"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.webflow/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/webflow"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Webflow/webflow.svg"},
423
423
  {"displayName":"Webflow Trigger","name":"n8n-nodes-base.webflowTrigger","group":["trigger"],"version":1,"description":"Handle Webflow events via webhooks","defaults":{"name":"Webflow Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"webflowApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"webflowOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Site Name or ID","name":"site","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getSites"},"description":"Site that will trigger the events. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Event","name":"event","type":"options","required":true,"options":[{"name":"Collection Item Created","value":"collection_item_created"},{"name":"Collection Item Deleted","value":"collection_item_deleted"},{"name":"Collection Item Updated","value":"collection_item_changed"},{"name":"Ecomm Inventory Changed","value":"ecomm_inventory_changed"},{"name":"Ecomm New Order","value":"ecomm_new_order"},{"name":"Ecomm Order Changed","value":"ecomm_order_changed"},{"name":"Form Submission","value":"form_submission"},{"name":"Site Publish","value":"site_publish"}],"default":"form_submission"}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.webflowtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/webflow"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Webflow/webflow.svg"},
424
- {"displayName":"Webhook","name":"n8n-nodes-base.webhook","group":["trigger"],"version":[1,1.1,2],"description":"Starts the workflow when a webhook is called","eventTriggerDescription":"Waiting for you to call the Test URL","activationMessage":"You can now make calls to your production webhook URL.","defaults":{"name":"Webhook"},"supportsCORS":true,"triggerPanel":{"header":"","executionsHelp":{"inactive":"Webhooks have two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'listen' button, then make a request to the test URL. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. These executions will show up in the executions list, but not in the editor.","active":"Webhooks have two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'listen' button, then make a request to the test URL. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. Since the workflow is activated, you can make requests to the production URL. These executions will show up in the <a data-key=\"executions\">executions list</a>, but not in the editor."},"activationHint":"Once you've finished building your workflow, run it without having to click this button by using the production webhook URL."},"inputs":[],"outputs":"={{((parameters) => {\n const httpMethod = parameters.httpMethod;\n return [\n {\n type: `${\"main\"}`,\n displayName: httpMethod,\n },\n ];\n})($parameter)}}","credentials":[{"name":"httpBasicAuth","required":true,"displayOptions":{"show":{"authentication":["basicAuth"]}}},{"name":"httpHeaderAuth","required":true,"displayOptions":{"show":{"authentication":["headerAuth"]}}},{"name":"jwtAuth","required":true,"displayOptions":{"show":{"authentication":["jwtAuth"]}}}],"webhooks":[{"name":"default","httpMethod":"={{$parameter[\"httpMethod\"] || \"GET\"}}","isFullPath":true,"responseCode":"={{((parameters) => {\n var _a;\n if (parameters.responseCode) {\n return parameters.responseCode;\n }\n const responseCodeOptions = parameters.options;\n if ((_a = responseCodeOptions === null || responseCodeOptions === void 0 ? void 0 : responseCodeOptions.responseCode) === null || _a === void 0 ? void 0 : _a.values) {\n const { responseCode, customCode } = responseCodeOptions.responseCode.values;\n if (customCode) {\n return customCode;\n }\n return responseCode;\n }\n return 200;\n})($parameter)}}","responseMode":"={{$parameter[\"responseMode\"]}}","responseData":"={{((parameters) => {\n const { responseData, responseMode, options } = parameters;\n if (responseData)\n return responseData;\n if (responseMode === 'onReceived') {\n const data = options === null || options === void 0 ? void 0 : options.responseData;\n if (data)\n return data;\n }\n if (options === null || options === void 0 ? void 0 : options.noResponseBody)\n return 'noData';\n return undefined;\n})($parameter)}}","responseBinaryPropertyName":"={{$parameter[\"responseBinaryPropertyName\"]}}","responseContentType":"={{$parameter[\"options\"][\"responseContentType\"]}}","responsePropertyName":"={{$parameter[\"options\"][\"responsePropertyName\"]}}","responseHeaders":"={{$parameter[\"options\"][\"responseHeaders\"]}}","path":"={{$parameter[\"path\"]}}"}],"properties":[{"displayName":"HTTP Method","name":"httpMethod","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The HTTP method to listen to"},{"displayName":"Path","name":"path","type":"string","default":"","placeholder":"webhook","required":true,"description":"The path to listen to, dynamic values could be specified by using ':', e.g. 'your-path/:dynamic-value'. If dynamic values are set 'webhookId' would be prepended to path."},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"Header Auth","value":"headerAuth"},{"name":"JWT Auth","value":"jwtAuth"},{"name":"None","value":"none"}],"default":"none","description":"The way to authenticate"},{"displayName":"Respond","name":"responseMode","type":"options","options":[{"name":"Immediately","value":"onReceived","description":"As soon as this node executes"},{"name":"When Last Node Finishes","value":"lastNode","description":"Returns data of the last-executed node"},{"name":"Using 'Respond to Webhook' Node","value":"responseNode","description":"Response defined in that node"}],"default":"onReceived","description":"When and how to respond to the webhook"},{"displayName":"Insert a 'Respond to Webhook' node to control when and how you respond. <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook/\" target=\"_blank\">More details</a>","name":"webhookNotice","type":"notice","displayOptions":{"show":{"responseMode":["responseNode"]}},"default":""},{"displayName":"Response Code","name":"responseCode","type":"number","displayOptions":{"show":{"@version":[1,1.1]},"hide":{"responseMode":["responseNode"]}},"typeOptions":{"minValue":100,"maxValue":599},"default":200,"description":"The HTTP Response code to return"},{"displayName":"Response Data","name":"responseData","type":"options","displayOptions":{"show":{"responseMode":["lastNode"]}},"options":[{"name":"All Entries","value":"allEntries","description":"Returns all the entries of the last node. Always returns an array."},{"name":"First Entry JSON","value":"firstEntryJson","description":"Returns the JSON data of the first entry of the last node. Always returns a JSON object."},{"name":"First Entry Binary","value":"firstEntryBinary","description":"Returns the binary data of the first entry of the last node. Always returns a binary file."},{"name":"No Response Body","value":"noData","description":"Returns without a body"}],"default":"firstEntryJson","description":"What data should be returned. If it should return all items as an array or only the first item as object."},{"displayName":"Property Name","name":"responseBinaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"responseData":["firstEntryBinary"]}},"description":"Name of the binary property to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Allowed Origins (CORS)","name":"allowedOrigins","type":"string","default":"*","description":"Comma-separated list of URLs allowed for cross-origin non-preflight requests. Use * (default) to allow all origins."},{"displayName":"Binary File","name":"binaryData","type":"boolean","displayOptions":{"show":{"/httpMethod":["PATCH","PUT","POST"],"@version":[1]}},"default":false,"description":"Whether the webhook will receive binary data"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"hide":{"@version":[1]}},"description":"Name of the binary property to write the data of the received file to, only relevant if binary data is received"},{"displayName":"Ignore Bots","name":"ignoreBots","type":"boolean","default":false,"description":"Whether to ignore requests from bots like link previewers and web crawlers"},{"displayName":"IP(s) Whitelist","name":"ipWhitelist","type":"string","placeholder":"e.g. 127.0.0.1","default":"","description":"Comma-separated list of allowed IP addresses. Leave empty to allow all IPs."},{"displayName":"No Response Body","name":"noResponseBody","type":"boolean","default":false,"description":"Whether to send any body in the response","displayOptions":{"hide":{"rawBody":[true]},"show":{"/responseMode":["onReceived"]}}},{"displayName":"Property Name","name":"responsePropertyName","type":"string","displayOptions":{"show":{"/responseData":["firstEntryJson"],"/responseMode":["lastNode"]}},"default":"data","description":"Name of the property to return the data of instead of the whole JSON"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"binaryData":[true],"@version":[1]}},"hint":"The name of the output binary field to put the file in","description":"If the data gets received via \"Form-Data Multipart\" it will be the prefix and a number starting with 0 will be attached to it"},{"displayName":"Raw Body","name":"rawBody","type":"boolean","displayOptions":{"show":{"@version":[1]},"hide":{"binaryData":[true],"noResponseBody":[true]}},"default":false,"description":"Raw body (binary)"},{"displayName":"Raw Body","name":"rawBody","type":"boolean","displayOptions":{"hide":{"noResponseBody":[true],"@version":[1]}},"default":false,"description":"Whether to return the raw body"},{"displayName":"Response Code","name":"responseCode","placeholder":"Add Response Code","type":"fixedCollection","default":{"values":{"responseCode":200}},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Response Code","name":"responseCode","type":"options","options":[{"name":"200","value":200,"description":"OK - Request has succeeded"},{"name":"201","value":201,"description":"Created - Request has been fulfilled"},{"name":"204","value":204,"description":"No Content - Request processed, no content returned"},{"name":"301","value":301,"description":"Moved Permanently - Requested resource moved permanently"},{"name":"302","value":302,"description":"Found - Requested resource moved temporarily"},{"name":"304","value":304,"description":"Not Modified - Resource has not been modified"},{"name":"400","value":400,"description":"Bad Request - Request could not be understood"},{"name":"401","value":401,"description":"Unauthorized - Request requires user authentication"},{"name":"403","value":403,"description":"Forbidden - Server understood, but refuses to fulfill"},{"name":"404","value":404,"description":"Not Found - Server has not found a match"},{"name":"Custom Code","value":"customCode","description":"Write any HTTP code"}],"default":200,"description":"The HTTP response code to return"},{"displayName":"Code","name":"customCode","type":"number","default":200,"placeholder":"e.g. 400","typeOptions":{"minValue":100},"displayOptions":{"show":{"responseCode":["customCode"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2}}]},"hide":{"/responseMode":["responseNode"]}}},{"displayName":"Response Content-Type","name":"responseContentType","type":"string","displayOptions":{"show":{"/responseData":["firstEntryJson"],"/responseMode":["lastNode"]}},"default":"","placeholder":"application/xml","description":"Set a custom content-type to return if another one as the \"application/json\" should be returned"},{"displayName":"Response Data","name":"responseData","type":"string","displayOptions":{"show":{"/responseMode":["onReceived"]},"hide":{"noResponseBody":[true]}},"default":"","placeholder":"success","description":"Custom response data to send"},{"displayName":"Response Headers","name":"responseHeaders","placeholder":"Add Response Header","description":"Add headers to the webhook response","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"entries","displayName":"Entries","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the header"}]}]}]}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.webhook/"}]},"alias":["HTTP","API","Build","WH"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Webhook/webhook.svg"},
424
+ {"displayName":"Webhook","name":"n8n-nodes-base.webhook","group":["trigger"],"version":[1,1.1,2],"description":"Starts the workflow when a webhook is called","eventTriggerDescription":"Waiting for you to call the Test URL","activationMessage":"You can now make calls to your production webhook URL.","defaults":{"name":"Webhook"},"supportsCORS":true,"triggerPanel":{"header":"","executionsHelp":{"inactive":"Webhooks have two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'listen' button, then make a request to the test URL. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. These executions will show up in the executions list, but not in the editor.","active":"Webhooks have two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'listen' button, then make a request to the test URL. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. Since the workflow is activated, you can make requests to the production URL. These executions will show up in the <a data-key=\"executions\">executions list</a>, but not in the editor."},"activationHint":"Once you've finished building your workflow, run it without having to click this button by using the production webhook URL."},"inputs":[],"outputs":"={{((parameters) => {\n const httpMethod = parameters.httpMethod;\n if (!Array.isArray(httpMethod))\n return [\n {\n type: `${\"main\"}`,\n displayName: httpMethod,\n },\n ];\n const outputs = httpMethod.map((method) => {\n return {\n type: `${\"main\"}`,\n displayName: method,\n };\n });\n return outputs;\n})($parameter)}}","credentials":[{"name":"httpBasicAuth","required":true,"displayOptions":{"show":{"authentication":["basicAuth"]}}},{"name":"httpHeaderAuth","required":true,"displayOptions":{"show":{"authentication":["headerAuth"]}}},{"name":"jwtAuth","required":true,"displayOptions":{"show":{"authentication":["jwtAuth"]}}}],"webhooks":[{"name":"default","httpMethod":"={{$parameter[\"httpMethod\"] || \"GET\"}}","isFullPath":true,"responseCode":"={{((parameters) => {\n var _a;\n if (parameters.responseCode) {\n return parameters.responseCode;\n }\n const responseCodeOptions = parameters.options;\n if ((_a = responseCodeOptions === null || responseCodeOptions === void 0 ? void 0 : responseCodeOptions.responseCode) === null || _a === void 0 ? void 0 : _a.values) {\n const { responseCode, customCode } = responseCodeOptions.responseCode.values;\n if (customCode) {\n return customCode;\n }\n return responseCode;\n }\n return 200;\n})($parameter)}}","responseMode":"={{$parameter[\"responseMode\"]}}","responseData":"={{((parameters) => {\n const { responseData, responseMode, options } = parameters;\n if (responseData)\n return responseData;\n if (responseMode === 'onReceived') {\n const data = options === null || options === void 0 ? void 0 : options.responseData;\n if (data)\n return data;\n }\n if (options === null || options === void 0 ? void 0 : options.noResponseBody)\n return 'noData';\n return undefined;\n})($parameter)}}","responseBinaryPropertyName":"={{$parameter[\"responseBinaryPropertyName\"]}}","responseContentType":"={{$parameter[\"options\"][\"responseContentType\"]}}","responsePropertyName":"={{$parameter[\"options\"][\"responsePropertyName\"]}}","responseHeaders":"={{$parameter[\"options\"][\"responseHeaders\"]}}","path":"={{$parameter[\"path\"]}}"}],"properties":[{"displayName":"Allow Multiple HTTP Methods","name":"multipleMethods","type":"boolean","default":false,"isNodeSetting":true,"description":"Whether to allow the webhook to listen for multiple HTTP methods"},{"displayName":"HTTP Method","name":"httpMethod","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The HTTP method to listen to","displayOptions":{"show":{"multipleMethods":[false]}}},{"displayName":"HTTP Methods","name":"httpMethod","type":"multiOptions","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":["GET","POST"],"description":"The HTTP methods to listen to","displayOptions":{"show":{"multipleMethods":[true]}}},{"displayName":"Path","name":"path","type":"string","default":"","placeholder":"webhook","required":true,"description":"The path to listen to, dynamic values could be specified by using ':', e.g. 'your-path/:dynamic-value'. If dynamic values are set 'webhookId' would be prepended to path."},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"Header Auth","value":"headerAuth"},{"name":"JWT Auth","value":"jwtAuth"},{"name":"None","value":"none"}],"default":"none","description":"The way to authenticate"},{"displayName":"Respond","name":"responseMode","type":"options","options":[{"name":"Immediately","value":"onReceived","description":"As soon as this node executes"},{"name":"When Last Node Finishes","value":"lastNode","description":"Returns data of the last-executed node"},{"name":"Using 'Respond to Webhook' Node","value":"responseNode","description":"Response defined in that node"}],"default":"onReceived","description":"When and how to respond to the webhook"},{"displayName":"Insert a 'Respond to Webhook' node to control when and how you respond. <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook/\" target=\"_blank\">More details</a>","name":"webhookNotice","type":"notice","displayOptions":{"show":{"responseMode":["responseNode"]}},"default":""},{"displayName":"Response Code","name":"responseCode","type":"number","displayOptions":{"show":{"@version":[1,1.1]},"hide":{"responseMode":["responseNode"]}},"typeOptions":{"minValue":100,"maxValue":599},"default":200,"description":"The HTTP Response code to return"},{"displayName":"Response Data","name":"responseData","type":"options","displayOptions":{"show":{"responseMode":["lastNode"]}},"options":[{"name":"All Entries","value":"allEntries","description":"Returns all the entries of the last node. Always returns an array."},{"name":"First Entry JSON","value":"firstEntryJson","description":"Returns the JSON data of the first entry of the last node. Always returns a JSON object."},{"name":"First Entry Binary","value":"firstEntryBinary","description":"Returns the binary data of the first entry of the last node. Always returns a binary file."},{"name":"No Response Body","value":"noData","description":"Returns without a body"}],"default":"firstEntryJson","description":"What data should be returned. If it should return all items as an array or only the first item as object."},{"displayName":"Property Name","name":"responseBinaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"responseData":["firstEntryBinary"]}},"description":"Name of the binary property to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Allowed Origins (CORS)","name":"allowedOrigins","type":"string","default":"*","description":"Comma-separated list of URLs allowed for cross-origin non-preflight requests. Use * (default) to allow all origins."},{"displayName":"Binary File","name":"binaryData","type":"boolean","displayOptions":{"show":{"/httpMethod":["PATCH","PUT","POST"],"@version":[1]}},"default":false,"description":"Whether the webhook will receive binary data"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"hide":{"@version":[1]}},"description":"Name of the binary property to write the data of the received file to, only relevant if binary data is received"},{"displayName":"Ignore Bots","name":"ignoreBots","type":"boolean","default":false,"description":"Whether to ignore requests from bots like link previewers and web crawlers"},{"displayName":"IP(s) Whitelist","name":"ipWhitelist","type":"string","placeholder":"e.g. 127.0.0.1","default":"","description":"Comma-separated list of allowed IP addresses. Leave empty to allow all IPs."},{"displayName":"No Response Body","name":"noResponseBody","type":"boolean","default":false,"description":"Whether to send any body in the response","displayOptions":{"hide":{"rawBody":[true]},"show":{"/responseMode":["onReceived"]}}},{"displayName":"Property Name","name":"responsePropertyName","type":"string","displayOptions":{"show":{"/responseData":["firstEntryJson"],"/responseMode":["lastNode"]}},"default":"data","description":"Name of the property to return the data of instead of the whole JSON"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"binaryData":[true],"@version":[1]}},"hint":"The name of the output binary field to put the file in","description":"If the data gets received via \"Form-Data Multipart\" it will be the prefix and a number starting with 0 will be attached to it"},{"displayName":"Raw Body","name":"rawBody","type":"boolean","displayOptions":{"show":{"@version":[1]},"hide":{"binaryData":[true],"noResponseBody":[true]}},"default":false,"description":"Raw body (binary)"},{"displayName":"Raw Body","name":"rawBody","type":"boolean","displayOptions":{"hide":{"noResponseBody":[true],"@version":[1]}},"default":false,"description":"Whether to return the raw body"},{"displayName":"Response Code","name":"responseCode","placeholder":"Add Response Code","type":"fixedCollection","default":{"values":{"responseCode":200}},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Response Code","name":"responseCode","type":"options","options":[{"name":"200","value":200,"description":"OK - Request has succeeded"},{"name":"201","value":201,"description":"Created - Request has been fulfilled"},{"name":"204","value":204,"description":"No Content - Request processed, no content returned"},{"name":"301","value":301,"description":"Moved Permanently - Requested resource moved permanently"},{"name":"302","value":302,"description":"Found - Requested resource moved temporarily"},{"name":"304","value":304,"description":"Not Modified - Resource has not been modified"},{"name":"400","value":400,"description":"Bad Request - Request could not be understood"},{"name":"401","value":401,"description":"Unauthorized - Request requires user authentication"},{"name":"403","value":403,"description":"Forbidden - Server understood, but refuses to fulfill"},{"name":"404","value":404,"description":"Not Found - Server has not found a match"},{"name":"Custom Code","value":"customCode","description":"Write any HTTP code"}],"default":200,"description":"The HTTP response code to return"},{"displayName":"Code","name":"customCode","type":"number","default":200,"placeholder":"e.g. 400","typeOptions":{"minValue":100},"displayOptions":{"show":{"responseCode":["customCode"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2}}]},"hide":{"/responseMode":["responseNode"]}}},{"displayName":"Response Content-Type","name":"responseContentType","type":"string","displayOptions":{"show":{"/responseData":["firstEntryJson"],"/responseMode":["lastNode"]}},"default":"","placeholder":"application/xml","description":"Set a custom content-type to return if another one as the \"application/json\" should be returned"},{"displayName":"Response Data","name":"responseData","type":"string","displayOptions":{"show":{"/responseMode":["onReceived"]},"hide":{"noResponseBody":[true]}},"default":"","placeholder":"success","description":"Custom response data to send"},{"displayName":"Response Headers","name":"responseHeaders","placeholder":"Add Response Header","description":"Add headers to the webhook response","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"entries","displayName":"Entries","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the header"}]}]}]}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.webhook/"}]},"alias":["HTTP","API","Build","WH"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Webhook/webhook.svg"},
425
425
  {"displayName":"Wekan","name":"n8n-nodes-base.wekan","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Wekan API","defaults":{"name":"Wekan"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"wekanApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Board","value":"board"},{"name":"Card","value":"card"},{"name":"Card Comment","value":"cardComment"},{"name":"Checklist","value":"checklist"},{"name":"Checklist Item","value":"checklistItem"},{"name":"List","value":"list"}],"default":"card"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["board"]}},"options":[{"name":"Create","value":"create","description":"Create a new board","action":"Create a board"},{"name":"Delete","value":"delete","description":"Delete a board","action":"Delete a board"},{"name":"Get","value":"get","description":"Get the data of a board","action":"Get a board"},{"name":"Get Many","value":"getAll","description":"Get many user boards","action":"Get many boards"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["card"]}},"options":[{"name":"Create","value":"create","description":"Create a new card","action":"Create a card"},{"name":"Delete","value":"delete","description":"Delete a card","action":"Delete a card"},{"name":"Get","value":"get","description":"Get a card","action":"Get a card"},{"name":"Get Many","value":"getAll","description":"Get many cards","action":"Get many cards"},{"name":"Update","value":"update","description":"Update a card","action":"Update a card"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["cardComment"]}},"options":[{"name":"Create","value":"create","description":"Create a comment on a card","action":"Create a comment on a card"},{"name":"Delete","value":"delete","description":"Delete a comment from a card","action":"Delete a comment from a card"},{"name":"Get","value":"get","description":"Get a card comment","action":"Get a card comment"},{"name":"Get Many","value":"getAll","description":"Get many card comments","action":"Get many card comments"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["checklist"]}},"options":[{"name":"Create","value":"create","description":"Create a new checklist","action":"Create a checklist"},{"name":"Delete","value":"delete","description":"Delete a checklist","action":"Delete a checklist"},{"name":"Get","value":"get","description":"Get the data of a checklist","action":"Get a checklist"},{"name":"Get Many","value":"getAll","description":"Returns many checklists for the card","action":"Get many checklists"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["checklistItem"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a checklist item","action":"Delete a checklist item"},{"name":"Get","value":"get","description":"Get a checklist item","action":"Get a checklist item"},{"name":"Update","value":"update","description":"Update a checklist item","action":"Update a checklist item"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Create","value":"create","description":"Create a new list","action":"Create a list"},{"name":"Delete","value":"delete","description":"Delete a list","action":"Delete a list"},{"name":"Get","value":"get","description":"Get the data of a list","action":"Get a list"},{"name":"Get Many","value":"getAll","description":"Get many board lists","action":"Get many lists"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","default":"","placeholder":"My board","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["board"]}},"description":"The title of the board"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["board"]}},"description":"The user ID in Wekan. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["board"]}},"default":{},"options":[{"displayName":"Active","name":"isActive","type":"boolean","default":false,"description":"Whether to set the board active"},{"displayName":"Admin","name":"isAdmin","type":"boolean","default":false,"description":"Whether to set the owner an admin of the board"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Belize","value":"belize"},{"name":"Midnight","value":"midnight"},{"name":"Nephritis","value":"nephritis"},{"name":"Pomegranate","value":"pomegranate"},{"name":"Pumpkin","value":"pumpkin"},{"name":"Wisteria","value":"wisteria"}],"default":"","description":"The color of the board"},{"displayName":"Comment Only","name":"isCommentOnly","type":"boolean","default":false,"description":"Whether to enable comments"},{"displayName":"No Comments","name":"isNoComments","type":"boolean","default":false,"description":"Whether to disable comments"},{"displayName":"Permission","name":"permission","type":"options","options":[{"name":"Private","value":"private"},{"name":"Public","value":"public"}],"default":"private","description":"Set the board permission"},{"displayName":"Worker","name":"isWorker","type":"boolean","default":false,"description":"Whether to only move cards, assign himself to card and comment"}]},{"displayName":"Board ID","name":"boardId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["board"]}},"description":"The ID of the board to delete"},{"displayName":"Board ID","name":"boardId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["board"]}},"description":"The ID of the board to get"},{"displayName":"User Name or ID","name":"IdUser","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["board"]}},"description":"The ID of the user that boards are attached. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["board"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["board"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["card"]}},"description":"The ID of the board that list belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["card"]}},"description":"The ID of the list to create card in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","placeholder":"My card","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["card"]}},"description":"The title of the card"},{"displayName":"Swimlane Name or ID","name":"swimlaneId","type":"options","typeOptions":{"loadOptionsMethod":"getSwimlanes","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["card"]}},"description":"The swimlane ID of the new card. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Author Name or ID","name":"authorId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["card"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["card"]}},"default":{},"options":[{"displayName":"Assignee Names or IDs","name":"assignees","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"The new list of assignee IDs attached to the card. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","description":"The new description of the card"},{"displayName":"Member Names or IDs","name":"members","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"The new list of member IDs attached to the card. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["card"]}},"description":"The ID of the board that list belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["card"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["card"]}},"description":"The ID of the card to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["card"]}},"description":"The ID of the board that list belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["card"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Card ID","name":"cardId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["card"]}},"description":"The ID of the card to get"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["card"]}},"description":"The ID of the board that list belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"From Object","name":"fromObject","type":"options","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["card"]}},"options":[{"name":"List","value":"list"},{"name":"Swimlane","value":"swimlane"}],"default":""},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"fromObject":["list"],"operation":["getAll"],"resource":["card"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Swimlane Name or ID","name":"swimlaneId","type":"options","typeOptions":{"loadOptionsMethod":"getSwimlanes","loadOptionsDependsOn":["boardId"]},"default":"","displayOptions":{"show":{"fromObject":["swimlane"],"operation":["getAll"],"resource":["card"]}},"description":"The ID of the swimlane that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["card"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["card"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["card"]}},"description":"The ID of the board that list belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["card"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["card"]}},"description":"The ID of the card to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["card"]}},"default":{},"options":[{"displayName":"Author Name or ID","name":"authorId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"Update the owner of the card. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Assignee Names or IDs","name":"assignees","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"The new list of assignee IDs attached to the card. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Color","name":"color","type":"options","options":[{"value":"black","name":"Black"},{"value":"blue","name":"Blue"},{"value":"crimson","name":"Crimson"},{"value":"darkgreen","name":"Darkgreen"},{"value":"gold","name":"Gold"},{"value":"gray","name":"Gray"},{"value":"green","name":"Green"},{"value":"indigo","name":"Indigo"},{"value":"lime","name":"Lime"},{"value":"magenta","name":"Magenta"},{"value":"mistyrose","name":"Mistyrose"},{"value":"navy","name":"Navy"},{"value":"orange","name":"Orange"},{"value":"paleturquoise","name":"Paleturquoise"},{"value":"peachpuff","name":"Peachpuff"},{"value":"pink","name":"Pink"},{"value":"plum","name":"Plum"},{"value":"purple","name":"Purple"},{"value":"red","name":"Red"},{"value":"saddlebrown","name":"Saddlebrown"},{"value":"silver","name":"Silver"},{"value":"sky","name":"Sky"},{"value":"slateblue","name":"Slateblue"},{"value":"white","name":"White"},{"value":"yellow","name":"Yellow"}],"default":"","description":"The new color of the card"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The new description of the card"},{"displayName":"Due At","name":"dueAt","type":"dateTime","default":"","description":"The new due at field of the card"},{"displayName":"End At","name":"endAt","type":"dateTime","default":"","description":"The new end at field of the card"},{"displayName":"Label IDs","name":"labelIds","type":"string","default":"","description":"The label IDs attached to the card"},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","description":"The new list ID of the card (move operation). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Member Names or IDs","name":"members","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"The new list of member IDs attached to the card. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Over Time","name":"isOverTime","type":"boolean","default":false,"description":"The new over time field of the card"},{"displayName":"Parent Name or ID","name":"parentId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","description":"The parent of the card. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Received At","name":"receivedAt","type":"dateTime","default":"","description":"The new received at field of the card"},{"displayName":"Sort","name":"sort","type":"number","default":0,"description":"The internally used sort value of a card"},{"displayName":"Spent Time","name":"spentTime","type":"number","typeOptions":{"minValue":0},"default":"","description":"The new spent time field of the card"},{"displayName":"Start At","name":"startAt","type":"dateTime","default":"","description":"The new start at field of the card"},{"displayName":"Swimlane Name or ID","name":"swimlaneId","type":"options","typeOptions":{"loadOptionsMethod":"getSwimlanes","loadOptionsDependsOn":["boardId"]},"default":"","description":"The new swimlane ID of the card. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","description":"The new title of the card"}]},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["cardComment"]}},"description":"The ID of the board that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["cardComment"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["cardComment"]}},"description":"The ID of the card. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Author Name or ID","name":"authorId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["cardComment"]}},"description":"The user who posted the comment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Comment","name":"comment","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["cardComment"]}},"description":"The comment text"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["cardComment"]}},"description":"The ID of the board that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["cardComment"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["cardComment"]}},"description":"The ID of the card. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Comment Name or ID","name":"commentId","type":"options","typeOptions":{"loadOptionsMethod":"getComments","loadOptionsDependsOn":["boardId","cardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["cardComment"]}},"description":"The ID of the comment to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Board ID","name":"boardId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["cardComment"]}},"description":"The ID of the board that card belongs to"},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["cardComment"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["cardComment"]}},"description":"The ID of the card. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Comment ID","name":"commentId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["cardComment"]}},"description":"The ID of the comment to get"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["cardComment"]}},"description":"The ID of the board that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["cardComment"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["cardComment"]}},"description":"The ID of the card. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["cardComment"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["cardComment"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["checklist"]}},"description":"The ID of the board where the card is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["checklist"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["checklist"]}},"description":"The ID of the card to add checklist to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["checklist"]}},"description":"The title of the checklist to add"},{"displayName":"Items","name":"items","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Item"},"displayOptions":{"show":{"operation":["create"],"resource":["checklist"]}},"default":[],"description":"Items to be added to the checklist"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklist"]}},"description":"The ID of the board that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklist"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklist"]}},"description":"The ID of the card that checklist belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Checklist Name or ID","name":"checklistId","type":"options","typeOptions":{"loadOptionsMethod":"getChecklists","loadOptionsDependsOn":["boardId","cardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklist"]}},"description":"The ID of the checklist to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklist"]}},"description":"The ID of the board that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklist"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklist"]}},"description":"The ID of the card that checklist belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Checklist Name or ID","name":"checklistId","type":"options","typeOptions":{"loadOptionsMethod":"getChecklists","loadOptionsDependsOn":["boardId","cardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklist"]}},"description":"The ID of the checklist to get. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["checklist"]}},"description":"The ID of the board that list belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["checklist"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["checklist"]}},"description":"The ID of the card to get checklists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["checklist"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["checklist"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklistItem"]}},"description":"The ID of the board that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklistItem"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklistItem"]}},"description":"The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Checklist Name or ID","name":"checklistId","type":"options","typeOptions":{"loadOptionsMethod":"getChecklists","loadOptionsDependsOn":["boardId","cardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklistItem"]}},"description":"The ID of the checklistItem that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Checklist Item Name or ID","name":"checklistItemId","type":"options","typeOptions":{"loadOptionsMethod":"getChecklistItems","loadOptionsDependsOn":["boardId","cardId","checklistId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklistItem"]}},"description":"The ID of the checklistItem item to get. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklistItem"]}},"description":"The ID of the board that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklistItem"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklistItem"]}},"description":"The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Checklist ID","name":"checklistId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklistItem"]}},"description":"The ID of the checklistItem that card belongs to"},{"displayName":"Checklist Item Name or ID","name":"checklistItemId","type":"options","typeOptions":{"loadOptionsMethod":"getChecklistItems","loadOptionsDependsOn":["boardId","cardId","checklistId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklistItem"]}},"description":"The ID of the checklistItem item to get. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["checklistItem"]}},"description":"The ID of the board that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["checklistItem"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["checklistItem"]}},"description":"The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"CheckList Name or ID","name":"checklistId","type":"options","typeOptions":{"loadOptionsMethod":"getChecklists","loadOptionsDependsOn":["boardId","cardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["checklistItem"]}},"description":"The ID of the checklistItem that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Checklist Item Name or ID","name":"checklistItemId","type":"options","typeOptions":{"loadOptionsMethod":"getChecklistItems","loadOptionsDependsOn":["boardId","cardId","checklistId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["checklistItem"]}},"description":"The ID of the checklistItem item to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["checklistItem"]}},"default":{},"options":[{"displayName":"Title","name":"title","type":"string","default":"","description":"The new title for the checklistItem item"},{"displayName":"Finished","name":"isFinished","type":"boolean","default":false,"description":"Whether the item is checked"}]},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["list"]}},"description":"The ID of the board the list should be created in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","placeholder":"My list","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["list"]}},"description":"The title of the list"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["list"]}},"description":"The ID of the board that list belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["list"]}},"description":"The ID of the list to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["list"]}},"description":"The ID of the board that list belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List ID","name":"listId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["list"]}},"description":"The ID of the list to get"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["list"]}},"description":"ID of the board where the lists are in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["list"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["list"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.wekan/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/wekan"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Wekan/wekan.png"},
426
+ {"displayName":"WhatsApp Trigger","name":"n8n-nodes-base.whatsAppTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle WhatsApp events via webhooks","defaults":{"name":"WhatsApp Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"whatsAppTriggerApi","required":true}],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","path":"webhook"},{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Due to Facebook API limitations, you can use just one WhatsApp trigger for each Facebook App","name":"whatsAppNotice","type":"notice","default":""},{"displayName":"Trigger On","name":"updates","type":"multiOptions","required":true,"default":[],"options":[{"name":"Account Review Update","value":"account_review_update"},{"name":"Account Update","value":"account_update"},{"name":"Business Capability Update","value":"business_capability_update"},{"name":"Message Template Quality Update","value":"message_template_quality_update"},{"name":"Message Template Status Update","value":"message_template_status_update"},{"name":"Messages","value":"messages"},{"name":"Phone Number Name Update","value":"phone_number_name_update"},{"name":"Phone Number Quality Update","value":"phone_number_quality_update"},{"name":"Security","value":"security"},{"name":"Template Category Update","value":"template_category_update"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.whatsapptrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/credentials/whatsapp/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/WhatsApp/whatsapp.svg"},
426
427
  {"displayName":"WhatsApp Business Cloud","name":"n8n-nodes-base.whatsApp","group":["output"],"version":1,"subtitle":"={{ $parameter[\"resource\"] + \": \" + $parameter[\"operation\"] }}","description":"Access WhatsApp API","defaults":{"name":"WhatsApp Business Cloud"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"whatsAppApi","required":true}],"requestDefaults":{"baseURL":"https://graph.facebook.com/v13.0/"},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Message","value":"message"},{"name":"Media","value":"media"}],"default":"message"},{"displayName":"Operation","noDataExpression":true,"name":"operation","type":"options","placeholder":"","options":[{"name":"Send","value":"send","action":"Send message"},{"name":"Send Template","value":"sendTemplate","action":"Send template"}],"default":"sendTemplate","routing":{"request":{"ignoreHttpStatusErrors":true},"send":{"preSend":[null]},"output":{"postReceive":[null]}},"displayOptions":{"show":{"resource":["message"]}}},{"displayName":"Messaging Product","name":"messagingProduct","default":"whatsapp","type":"hidden","routing":{"send":{"type":"body","property":"messaging_product"}},"displayOptions":{"show":{"resource":["message"]}}},{"displayName":"Sender Phone Number (or ID)","name":"phoneNumberId","type":"options","typeOptions":{"loadOptions":{"routing":{"request":{"url":"={{$credentials.businessAccountId}}/phone_numbers","method":"GET"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.display_phone_number}} - {{$responseItem.verified_name}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"default":"","placeholder":"","required":true,"description":"The ID of the business account's phone number from which the message will be sent from","routing":{"request":{"method":"POST","url":"={{$value}}/messages"}},"displayOptions":{"show":{"resource":["message"]}}},{"displayName":"Recipient's Phone Number","name":"recipientPhoneNumber","type":"string","default":"","required":true,"description":"Phone number of the recipient of the message","hint":"When entering a phone number, make sure to include the country code","routing":{"send":{"type":"body","preSend":[null]}},"displayOptions":{"show":{"resource":["message"]}}},{"displayName":"MessageType","noDataExpression":true,"name":"messageType","type":"options","placeholder":"","options":[{"name":"Audio","value":"audio"},{"name":"Contacts","value":"contacts"},{"name":"Document","value":"document"},{"name":"Image","value":"image"},{"name":"Location","value":"location"},{"name":"Text","value":"text"},{"name":"Video","value":"video"}],"default":"text","description":"The type of the message","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","placeholder":"","options":[{"name":"Upload","value":"mediaUpload","action":"Upload media"},{"name":"Download","value":"mediaUrlGet","action":"Download media"},{"name":"Delete","value":"mediaDelete","action":"Delete media"}],"default":"mediaUpload","displayOptions":{"show":{"resource":["media"]}},"description":"The operation to perform on the media"},{"displayName":"Name","name":"name","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"operation":["send"],"messageType":["contacts"]}},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"Name","name":"data","values":[{"displayName":"Formatted Name","name":"formatted_name","type":"string","required":true,"default":"","routing":{"send":{"type":"body","property":"contacts[0].name.formatted_name"}}},{"displayName":"First Name","name":"first_name","type":"string","default":"","routing":{"send":{"type":"body","property":"contacts[0].name.first_name"}}},{"displayName":"Last Name","name":"last_name","type":"string","default":"","routing":{"send":{"type":"body","property":"contacts[0].name.last_name"}}},{"displayName":"Middle Name","name":"middle_name","type":"string","default":"","routing":{"send":{"type":"body","property":"contacts[0].name.middle_name"}}},{"displayName":"Suffix","name":"suffix","type":"string","default":"","routing":{"send":{"type":"body","property":"contacts[0].name.suffix"}}},{"displayName":"Prefix","name":"prefix","type":"string","default":"","routing":{"send":{"type":"body","property":"contacts[0].name.prefix"}}}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["send"],"messageType":["contacts"]}},"options":[{"displayName":"Addresses","name":"addresses","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"Address","name":"address","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Home","value":"HOME"},{"name":"Work","value":"WORK"}],"default":"HOME","routing":{"send":{"property":"=contacts[0].addresses[{{$index}}].type","type":"body"}}},{"displayName":"Street","name":"street","type":"string","default":"","routing":{"send":{"property":"=contacts[0].addresses[{{$index}}].street","type":"body"}}},{"displayName":"City","name":"city","type":"string","default":"","routing":{"send":{"property":"=contacts[0].addresses[{{$index}}].city","type":"body"}}},{"displayName":"State","name":"state","type":"string","default":"","routing":{"send":{"property":"=contacts[0].addresses[{{$index}}].state","type":"body"}}},{"displayName":"Zip","name":"zip","type":"string","default":"","routing":{"send":{"property":"=contacts[0].addresses[{{$index}}].zip","type":"body"}}},{"displayName":"Country","name":"country","type":"string","default":"","routing":{"send":{"property":"=contacts[0].addresses[{{$index}}].country","type":"body"}}},{"displayName":"Country Code","name":"country_code","type":"string","default":"","routing":{"send":{"property":"=contacts[0].addresses[{{$index}}].country_code","type":"body"}}}]}]},{"displayName":"Birthday","name":"birthday","type":"string","default":"","routing":{"send":{"property":"contacts[0].birthday","type":"body"}},"placeholder":"YYYY-MM-DD"},{"displayName":"Emails","name":"emails","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"Email","name":"data","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Home","value":"HOME"},{"name":"Work","value":"WORK"}],"default":"HOME","routing":{"send":{"property":"=contacts[0].emails[{{$index}}].type","type":"body"}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","routing":{"send":{"property":"=contacts[0].emails[{{$index}}].email","type":"body"}}}]}]},{"displayName":"Organization","name":"organization","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"Organization","name":"data","values":[{"displayName":"Company","name":"company","type":"string","default":"","routing":{"send":{"type":"body","property":"contacts[0].org.company"}}},{"displayName":"Department","name":"department","type":"string","default":"","routing":{"send":{"type":"body","property":"contacts[0].org.department"}}},{"displayName":"Title","name":"title","type":"string","default":"","routing":{"send":{"type":"body","property":"contacts[0].org.title"}}}]}]},{"displayName":"Phones","name":"phones","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"Phone","name":"data","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Cell","value":"CELL"},{"name":"Home","value":"HOME"},{"name":"Iphone","value":"IPHONE"},{"name":"Main","value":"MAIN"},{"name":"WhatsApp ID","value":"wa_id"},{"name":"Work","value":"WORK"}],"default":"CELL","routing":{"send":{"property":"=contacts[0].phones[{{$index}}].type","type":"body"}}},{"displayName":"Phone","name":"phone","type":"string","default":"","routing":{"send":{"property":"=contacts[0].phones[{{$index}}].phone","type":"body"}}}]}]},{"displayName":"URLs","name":"urls","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"URL","name":"url","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Home","value":"HOME"},{"name":"Work","value":"WORK"}],"default":"HOME","routing":{"send":{"property":"=contacts[0].urls[{{$index}}].type","type":"body"}}},{"displayName":"URL","name":"url","type":"string","default":"","routing":{"send":{"property":"=contacts[0].urls[{{$index}}].url","type":"body"}}}]}]}]},{"displayName":"Longitude","name":"longitude","type":"number","required":true,"default":"","typeOptions":{"minValue":-180,"maxValue":180},"displayOptions":{"show":{"resource":["message"],"operation":["send"],"messageType":["location"]}},"routing":{"send":{"type":"body","property":"location.longitude"}}},{"displayName":"Latitude","name":"latitude","type":"number","default":"","required":true,"typeOptions":{"minValue":-90,"maxValue":90},"displayOptions":{"show":{"resource":["message"],"operation":["send"],"messageType":["location"]}},"routing":{"send":{"type":"body","property":"location.latitude"}}},{"displayName":"Additional Fields","name":"additionalFields","type":"fixedCollection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["send"],"messageType":["location"]}},"options":[{"displayName":"Name and Address","name":"nameAndAddress","values":[{"displayName":"Name","name":"name","type":"string","default":"","routing":{"send":{"type":"body","property":"location.name"}}},{"displayName":"Address","name":"address","type":"string","default":"","routing":{"send":{"type":"body","property":"location.address"}}}]}]},{"displayName":"Text Body","name":"textBody","type":"string","required":true,"default":"","description":"The body of the message (max 4096 characters)","displayOptions":{"show":{"resource":["message"],"operation":["send"],"messageType":["text"]}},"routing":{"send":{"type":"body","property":"text.body"}}},{"displayName":"Take Audio From","name":"mediaPath","type":"options","default":"useMediaLink","description":"Use a link, an ID, or n8n to upload an audio file","options":[{"name":"Link","value":"useMediaLink","description":"WhatsApp will download the audio, saving you the step of uploading audio yourself"},{"name":"WhatsApp Media","value":"useMediaId","description":"If you have already uploaded the audio to WhatsApp"},{"name":"n8n","value":"useMedian8n","description":"Use binary data passed into this node"}],"displayOptions":{"show":{"operation":["send"],"messageType":["audio"]}}},{"displayName":"Take Document From","name":"mediaPath","type":"options","default":"useMediaLink","description":"Use a link, an ID, or n8n to upload a document","options":[{"name":"Link","value":"useMediaLink","description":"When using a link, WhatsApp will download the document, saving you the step of uploading document yourself"},{"name":"WhatsApp Media","value":"useMediaId","description":"You can use an ID if you have already uploaded the document to WhatsApp"},{"name":"n8n","value":"useMedian8n","description":"Upload a binary file on the item being processed in n8n"}],"displayOptions":{"show":{"operation":["send"],"messageType":["document"]}}},{"displayName":"Take Image From","name":"mediaPath","type":"options","default":"useMediaLink","description":"Use a link, an ID, or n8n to upload an image","options":[{"name":"Link","value":"useMediaLink","description":"When using a link, WhatsApp will download the image, saving you the step of uploading image yourself"},{"name":"WhatsApp Media","value":"useMediaId","description":"You can use an ID if you have already uploaded the image to WhatsApp"},{"name":"n8n","value":"useMedian8n","description":"Upload a binary file on the item being processed in n8n"}],"displayOptions":{"show":{"operation":["send"],"messageType":["image"]}}},{"displayName":"Take Video From","name":"mediaPath","type":"options","default":"useMediaLink","description":"Use a link, an ID, or n8n to upload a video","options":[{"name":"Link","value":"useMediaLink","description":"When using a link, WhatsApp will download the video, saving you the step of uploading video yourself"},{"name":"WhatsApp Media","value":"useMediaId","description":"You can use an ID if you have already uploaded the video to WhatsApp"},{"name":"n8n","value":"useMedian8n","description":"Upload a binary file on the item being processed in n8n"}],"displayOptions":{"show":{"operation":["send"],"messageType":["video"]}}},{"displayName":"Link","name":"mediaLink","type":"string","default":"","description":"Link of the media to be sent","displayOptions":{"show":{"operation":["send"],"messageType":["image","video","audio","sticker","document"],"mediaPath":["useMediaLink"]}},"routing":{"send":{"type":"body","property":"={{$parameter[\"messageType\"]}}.link"}}},{"displayName":"ID","name":"mediaId","type":"string","default":"","description":"ID of the media to be sent","displayOptions":{"show":{"operation":["send"],"messageType":["image","video","audio","sticker","document"],"mediaPath":["useMediaId"]}},"routing":{"send":{"type":"body","property":"={{$parameter[\"messageType\"]}}.id"}}},{"displayName":"Input Data Field Name","name":"mediaPropertyName","type":"string","default":"data","description":"The name of the input field containing the binary file data to be uploaded","required":true,"displayOptions":{"show":{"operation":["send"],"messageType":["image","video","audio","sticker","document"],"mediaPath":["useMedian8n"]}},"routing":{"send":{"preSend":[null]}}},{"displayName":"Filename","name":"mediaFilename","type":"string","default":"","description":"The name of the file (required when using a file ID)","required":true,"displayOptions":{"show":{"operation":["send"],"messageType":["document"],"mediaPath":["useMediaId"]}},"routing":{"send":{"type":"body","property":"={{$parameter[\"messageType\"]}}.filename"}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["send"],"messageType":["image","video","audio","sticker","document"]}},"options":[{"displayName":"Filename","name":"mediaFilename","type":"string","default":"","description":"The name of the file","routing":{"send":{"type":"body","property":"={{$parameter[\"messageType\"]}}.filename"}},"displayOptions":{"show":{"/messageType":["document"]}}},{"displayName":"Caption","name":"mediaCaption","type":"string","default":"","description":"The caption of the media","routing":{"send":{"type":"body","property":"={{$parameter[\"messageType\"]}}.caption"}}}]},{"displayName":"Template","name":"template","default":"","type":"options","displayOptions":{"show":{"operation":["sendTemplate"],"resource":["message"]}},"typeOptions":{"loadOptions":{"routing":{"request":{"url":"={{$credentials.businessAccountId}}/message_templates","method":"GET"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}} - {{$responseItem.language}}","value":"={{$responseItem.name}}|{{$responseItem.language}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"required":true,"description":"Name of the template","routing":{"send":{"type":"body","preSend":[null]}}},{"displayName":"Components","name":"components","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Component","displayOptions":{"show":{"operation":["sendTemplate"],"resource":["message"]}},"routing":{"send":{"preSend":[null]}},"options":[{"name":"component","displayName":"Component","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Body","value":"body"},{"name":"Button","value":"button"},{"name":"Header","value":"header"}],"default":"body"},{"displayName":"Parameters","name":"bodyParameters","type":"fixedCollection","typeOptions":{"sortable":true,"multipleValues":true},"displayOptions":{"show":{"type":["body"]}},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"Parameter","name":"parameter","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Text","value":"text"},{"name":"Currency","value":"currency"},{"name":"Date Time","value":"date_time"}],"default":"text"},{"displayName":"Text","name":"text","type":"string","displayOptions":{"show":{"type":["text"]}},"default":""},{"displayName":"Currency Code","name":"code","type":"options","options":[{"name":"AED - UAE Dirham","value":"AED"},{"name":"AFN - Afghani","value":"AFN"},{"name":"ALL - Lek","value":"ALL"},{"name":"AMD - Armenian Dram","value":"AMD"},{"name":"ANG - Netherlands Antillean Guilder","value":"ANG"},{"name":"AOA - Kwanza","value":"AOA"},{"name":"ARS - Argentine Peso","value":"ARS"},{"name":"AUD - Australian Dollar","value":"AUD"},{"name":"AWG - Aruban Florin","value":"AWG"},{"name":"AZN - Azerbaijan Manat","value":"AZN"},{"name":"BAM - Convertible Mark","value":"BAM"},{"name":"BBD - Barbados Dollar","value":"BBD"},{"name":"BDT - Taka","value":"BDT"},{"name":"BGN - Bulgarian Lev","value":"BGN"},{"name":"BHD - Bahraini Dinar","value":"BHD"},{"name":"BIF - Burundi Franc","value":"BIF"},{"name":"BMD - Bermudian Dollar","value":"BMD"},{"name":"BND - Brunei Dollar","value":"BND"},{"name":"BOB - Boliviano","value":"BOB"},{"name":"BOV - Mvdol","value":"BOV"},{"name":"BRL - Brazilian Real","value":"BRL"},{"name":"BSD - Bahamian Dollar","value":"BSD"},{"name":"BTN - Ngultrum","value":"BTN"},{"name":"BWP - Pula","value":"BWP"},{"name":"BYN - Belarusian Ruble","value":"BYN"},{"name":"BZD - Belize Dollar","value":"BZD"},{"name":"CAD - Canadian Dollar","value":"CAD"},{"name":"CDF - Congolese Franc","value":"CDF"},{"name":"CHE - WIR Euro","value":"CHE"},{"name":"CHF - Swiss Franc","value":"CHF"},{"name":"CHW - WIR Franc","value":"CHW"},{"name":"CLF - Unidad de Fomento","value":"CLF"},{"name":"CLP - Chilean Peso","value":"CLP"},{"name":"CNY - Yuan Renminbi","value":"CNY"},{"name":"COP - Colombian Peso","value":"COP"},{"name":"COU - Unidad de Valor Real","value":"COU"},{"name":"CRC - Costa Rican Colon","value":"CRC"},{"name":"CUC - Peso Convertible","value":"CUC"},{"name":"CUP - Cuban Peso","value":"CUP"},{"name":"CVE - Cabo Verde Escudo","value":"CVE"},{"name":"CZK - Czech Koruna","value":"CZK"},{"name":"DJF - Djibouti Franc","value":"DJF"},{"name":"DKK - Danish Krone","value":"DKK"},{"name":"DOP - Dominican Peso","value":"DOP"},{"name":"DZD - Algerian Dinar","value":"DZD"},{"name":"EGP - Egyptian Pound","value":"EGP"},{"name":"ERN - Nakfa","value":"ERN"},{"name":"ETB - Ethiopian Birr","value":"ETB"},{"name":"EUR - Euro","value":"EUR"},{"name":"FJD - Fiji Dollar","value":"FJD"},{"name":"FKP - Falkland Islands Pound","value":"FKP"},{"name":"GBP - Pound Sterling","value":"GBP"},{"name":"GEL - Lari","value":"GEL"},{"name":"GHS - Ghana Cedi","value":"GHS"},{"name":"GIP - Gibraltar Pound","value":"GIP"},{"name":"GMD - Dalasi","value":"GMD"},{"name":"GNF - Guinean Franc","value":"GNF"},{"name":"GTQ - Quetzal","value":"GTQ"},{"name":"GYD - Guyana Dollar","value":"GYD"},{"name":"HKD - Hong Kong Dollar","value":"HKD"},{"name":"HNL - Lempira","value":"HNL"},{"name":"HRK - Kuna","value":"HRK"},{"name":"HTG - Gourde","value":"HTG"},{"name":"HUF - Forint","value":"HUF"},{"name":"IDR - Rupiah","value":"IDR"},{"name":"ILS - New Israeli Sheqel","value":"ILS"},{"name":"INR - Indian Rupee","value":"INR"},{"name":"IQD - Iraqi Dinar","value":"IQD"},{"name":"IRR - Iranian Rial","value":"IRR"},{"name":"ISK - Iceland Krona","value":"ISK"},{"name":"JMD - Jamaican Dollar","value":"JMD"},{"name":"JOD - Jordanian Dinar","value":"JOD"},{"name":"JPY - Yen","value":"JPY"},{"name":"KES - Kenyan Shilling","value":"KES"},{"name":"KGS - Som","value":"KGS"},{"name":"KHR - Riel","value":"KHR"},{"name":"KMF - Comorian Franc ","value":"KMF"},{"name":"KPW - North Korean Won","value":"KPW"},{"name":"KRW - Won","value":"KRW"},{"name":"KWD - Kuwaiti Dinar","value":"KWD"},{"name":"KYD - Cayman Islands Dollar","value":"KYD"},{"name":"KZT - Tenge","value":"KZT"},{"name":"LAK - Lao Kip","value":"LAK"},{"name":"LBP - Lebanese Pound","value":"LBP"},{"name":"LKR - Sri Lanka Rupee","value":"LKR"},{"name":"LRD - Liberian Dollar","value":"LRD"},{"name":"LSL - Loti","value":"LSL"},{"name":"LYD - Libyan Dinar","value":"LYD"},{"name":"MAD - Moroccan Dirham","value":"MAD"},{"name":"MDL - Moldovan Leu","value":"MDL"},{"name":"MGA - Malagasy Ariary","value":"MGA"},{"name":"MKD - Denar","value":"MKD"},{"name":"MMK - Kyat","value":"MMK"},{"name":"MNT - Tugrik","value":"MNT"},{"name":"MOP - Pataca","value":"MOP"},{"name":"MRU - Ouguiya","value":"MRU"},{"name":"MUR - Mauritius Rupee","value":"MUR"},{"name":"MVR - Rufiyaa","value":"MVR"},{"name":"MWK - Malawi Kwacha","value":"MWK"},{"name":"MXN - Mexican Peso","value":"MXN"},{"name":"MXV - Mexican Unidad de Inversion (UDI)","value":"MXV"},{"name":"MYR - Malaysian Ringgit","value":"MYR"},{"name":"MZN - Mozambique Metical","value":"MZN"},{"name":"NAD - Namibia Dollar","value":"NAD"},{"name":"NGN - Naira","value":"NGN"},{"name":"NIO - Cordoba Oro","value":"NIO"},{"name":"NOK - Norwegian Krone","value":"NOK"},{"name":"NPR - Nepalese Rupee","value":"NPR"},{"name":"NZD - New Zealand Dollar","value":"NZD"},{"name":"OMR - Rial Omani","value":"OMR"},{"name":"PAB - Balboa","value":"PAB"},{"name":"PEN - Sol","value":"PEN"},{"name":"PGK - Kina","value":"PGK"},{"name":"PHP - Philippine Peso","value":"PHP"},{"name":"PKR - Pakistan Rupee","value":"PKR"},{"name":"PLN - Zloty","value":"PLN"},{"name":"PYG - Guarani","value":"PYG"},{"name":"QAR - Qatari Rial","value":"QAR"},{"name":"RON - Romanian Leu","value":"RON"},{"name":"RSD - Serbian Dinar","value":"RSD"},{"name":"RUB - Russian Ruble","value":"RUB"},{"name":"RWF - Rwanda Franc","value":"RWF"},{"name":"SAR - Saudi Riyal","value":"SAR"},{"name":"SBD - Solomon Islands Dollar","value":"SBD"},{"name":"SCR - Seychelles Rupee","value":"SCR"},{"name":"SDG - Sudanese Pound","value":"SDG"},{"name":"SEK - Swedish Krona","value":"SEK"},{"name":"SGD - Singapore Dollar","value":"SGD"},{"name":"SHP - Saint Helena Pound","value":"SHP"},{"name":"SLL - Leone","value":"SLL"},{"name":"SOS - Somali Shilling","value":"SOS"},{"name":"SRD - Surinam Dollar","value":"SRD"},{"name":"SSP - South Sudanese Pound","value":"SSP"},{"name":"STN - Dobra","value":"STN"},{"name":"SVC - El Salvador Colon","value":"SVC"},{"name":"SYP - Syrian Pound","value":"SYP"},{"name":"SZL - Lilangeni","value":"SZL"},{"name":"THB - Baht","value":"THB"},{"name":"TJS - Somoni","value":"TJS"},{"name":"TMT - Turkmenistan New Manat","value":"TMT"},{"name":"TND - Tunisian Dinar","value":"TND"},{"name":"TOP - Pa’anga","value":"TOP"},{"name":"TRY - Turkish Lira","value":"TRY"},{"name":"TTD - Trinidad and Tobago Dollar","value":"TTD"},{"name":"TWD - New Taiwan Dollar","value":"TWD"},{"name":"TZS - Tanzanian Shilling","value":"TZS"},{"name":"UAH - Hryvnia","value":"UAH"},{"name":"UGX - Uganda Shilling","value":"UGX"},{"name":"USD - US Dollar","value":"USD"},{"name":"USN - US Dollar (Next day)","value":"USN"},{"name":"UYI - Uruguay Peso en Unidades Indexadas (UI)","value":"UYI"},{"name":"UYU - Peso Uruguayo","value":"UYU"},{"name":"UYW - Unidad Previsional","value":"UYW"},{"name":"UZS - Uzbekistan Sum","value":"UZS"},{"name":"VES - Bolívar Soberano","value":"VES"},{"name":"VND - Dong","value":"VND"},{"name":"VUV - Vatu","value":"VUV"},{"name":"WST - Tala","value":"WST"},{"name":"XAF - CFA Franc BEAC","value":"XAF"},{"name":"XAG - Silver","value":"XAG"},{"name":"XAU - Gold","value":"XAU"},{"name":"XBA - Bond Markets Unit European Composite Unit (EURCO)","value":"XBA"},{"name":"XBB - Bond Markets Unit European Monetary Unit (E.M.U.-6)","value":"XBB"},{"name":"XBC - Bond Markets Unit European Unit of Account 9 (E.U.A.-9)","value":"XBC"},{"name":"XBD - Bond Markets Unit European Unit of Account 17 (E.U.A.-17)","value":"XBD"},{"name":"XCD - East Caribbean Dollar","value":"XCD"},{"name":"XDR - SDR (Special Drawing Right)","value":"XDR"},{"name":"XOF - CFA Franc BCEAO","value":"XOF"},{"name":"XPD - Palladium","value":"XPD"},{"name":"XPF - CFP Franc","value":"XPF"},{"name":"XPT - Platinum","value":"XPT"},{"name":"XSU - Sucre","value":"XSU"},{"name":"XTS - Codes specifically reserved for testing purposes","value":"XTS"},{"name":"XUA - ADB Unit of Account","value":"XUA"},{"name":"XXX - The codes assigned for transactions where no currency is involved","value":"XXX"},{"name":"YER - Yemeni Rial","value":"YER"},{"name":"ZAR - Rand","value":"ZAR"},{"name":"ZMW - Zambian Kwacha","value":"ZMW"},{"name":"ZWL - Zimbabwe Dollar","value":"ZWL"}],"displayOptions":{"show":{"type":["currency"]}},"default":"","placeholder":"USD"},{"displayName":"Amount","name":"amount_1000","type":"number","displayOptions":{"show":{"type":["currency"]}},"default":"","placeholder":""},{"displayName":"Date Time","name":"date_time","type":"dateTime","displayOptions":{"show":{"type":["date_time"]}},"default":"","placeholder":""},{"displayName":"Fallback Value","name":"fallback_value","type":"string","displayOptions":{"show":{"type":["currency"]}},"default":""}]}]},{"displayName":"Sub Type","name":"sub_type","type":"options","displayOptions":{"show":{"type":["button"]}},"options":[{"name":"Quick Reply","value":"quick_reply","description":"Allows your customer to call a phone number and visit a website"},{"name":"URL","value":"url"}],"default":"quick_reply"},{"displayName":"Index","name":"index","type":"number","typeOptions":{"maxValue":2,"minValue":0},"displayOptions":{"show":{"type":["button"]}},"default":0},{"displayName":"Parameters","name":"buttonParameters","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"type":["button"]}},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"Parameter","name":"parameter","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Payload","value":"payload"},{"name":"Text","value":"text"}],"default":"payload"},{"displayName":"Payload","name":"payload","type":"string","displayOptions":{"show":{"type":["payload"]}},"default":""},{"displayName":"Text","name":"text","type":"string","displayOptions":{"show":{"type":["text"]}},"default":""}]}]},{"displayName":"Parameters","name":"headerParameters","type":"fixedCollection","typeOptions":{"sortable":true,"multipleValues":true},"displayOptions":{"show":{"type":["header"]}},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"Parameter","name":"parameter","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Text","value":"text"},{"name":"Currency","value":"currency"},{"name":"Date Time","value":"date_time"},{"name":"Image","value":"image"}],"default":"text"},{"displayName":"Text","name":"text","type":"string","displayOptions":{"show":{"type":["text"]}},"default":""},{"displayName":"Currency Code","name":"code","type":"options","options":[{"name":"AED - UAE Dirham","value":"AED"},{"name":"AFN - Afghani","value":"AFN"},{"name":"ALL - Lek","value":"ALL"},{"name":"AMD - Armenian Dram","value":"AMD"},{"name":"ANG - Netherlands Antillean Guilder","value":"ANG"},{"name":"AOA - Kwanza","value":"AOA"},{"name":"ARS - Argentine Peso","value":"ARS"},{"name":"AUD - Australian Dollar","value":"AUD"},{"name":"AWG - Aruban Florin","value":"AWG"},{"name":"AZN - Azerbaijan Manat","value":"AZN"},{"name":"BAM - Convertible Mark","value":"BAM"},{"name":"BBD - Barbados Dollar","value":"BBD"},{"name":"BDT - Taka","value":"BDT"},{"name":"BGN - Bulgarian Lev","value":"BGN"},{"name":"BHD - Bahraini Dinar","value":"BHD"},{"name":"BIF - Burundi Franc","value":"BIF"},{"name":"BMD - Bermudian Dollar","value":"BMD"},{"name":"BND - Brunei Dollar","value":"BND"},{"name":"BOB - Boliviano","value":"BOB"},{"name":"BOV - Mvdol","value":"BOV"},{"name":"BRL - Brazilian Real","value":"BRL"},{"name":"BSD - Bahamian Dollar","value":"BSD"},{"name":"BTN - Ngultrum","value":"BTN"},{"name":"BWP - Pula","value":"BWP"},{"name":"BYN - Belarusian Ruble","value":"BYN"},{"name":"BZD - Belize Dollar","value":"BZD"},{"name":"CAD - Canadian Dollar","value":"CAD"},{"name":"CDF - Congolese Franc","value":"CDF"},{"name":"CHE - WIR Euro","value":"CHE"},{"name":"CHF - Swiss Franc","value":"CHF"},{"name":"CHW - WIR Franc","value":"CHW"},{"name":"CLF - Unidad de Fomento","value":"CLF"},{"name":"CLP - Chilean Peso","value":"CLP"},{"name":"CNY - Yuan Renminbi","value":"CNY"},{"name":"COP - Colombian Peso","value":"COP"},{"name":"COU - Unidad de Valor Real","value":"COU"},{"name":"CRC - Costa Rican Colon","value":"CRC"},{"name":"CUC - Peso Convertible","value":"CUC"},{"name":"CUP - Cuban Peso","value":"CUP"},{"name":"CVE - Cabo Verde Escudo","value":"CVE"},{"name":"CZK - Czech Koruna","value":"CZK"},{"name":"DJF - Djibouti Franc","value":"DJF"},{"name":"DKK - Danish Krone","value":"DKK"},{"name":"DOP - Dominican Peso","value":"DOP"},{"name":"DZD - Algerian Dinar","value":"DZD"},{"name":"EGP - Egyptian Pound","value":"EGP"},{"name":"ERN - Nakfa","value":"ERN"},{"name":"ETB - Ethiopian Birr","value":"ETB"},{"name":"EUR - Euro","value":"EUR"},{"name":"FJD - Fiji Dollar","value":"FJD"},{"name":"FKP - Falkland Islands Pound","value":"FKP"},{"name":"GBP - Pound Sterling","value":"GBP"},{"name":"GEL - Lari","value":"GEL"},{"name":"GHS - Ghana Cedi","value":"GHS"},{"name":"GIP - Gibraltar Pound","value":"GIP"},{"name":"GMD - Dalasi","value":"GMD"},{"name":"GNF - Guinean Franc","value":"GNF"},{"name":"GTQ - Quetzal","value":"GTQ"},{"name":"GYD - Guyana Dollar","value":"GYD"},{"name":"HKD - Hong Kong Dollar","value":"HKD"},{"name":"HNL - Lempira","value":"HNL"},{"name":"HRK - Kuna","value":"HRK"},{"name":"HTG - Gourde","value":"HTG"},{"name":"HUF - Forint","value":"HUF"},{"name":"IDR - Rupiah","value":"IDR"},{"name":"ILS - New Israeli Sheqel","value":"ILS"},{"name":"INR - Indian Rupee","value":"INR"},{"name":"IQD - Iraqi Dinar","value":"IQD"},{"name":"IRR - Iranian Rial","value":"IRR"},{"name":"ISK - Iceland Krona","value":"ISK"},{"name":"JMD - Jamaican Dollar","value":"JMD"},{"name":"JOD - Jordanian Dinar","value":"JOD"},{"name":"JPY - Yen","value":"JPY"},{"name":"KES - Kenyan Shilling","value":"KES"},{"name":"KGS - Som","value":"KGS"},{"name":"KHR - Riel","value":"KHR"},{"name":"KMF - Comorian Franc ","value":"KMF"},{"name":"KPW - North Korean Won","value":"KPW"},{"name":"KRW - Won","value":"KRW"},{"name":"KWD - Kuwaiti Dinar","value":"KWD"},{"name":"KYD - Cayman Islands Dollar","value":"KYD"},{"name":"KZT - Tenge","value":"KZT"},{"name":"LAK - Lao Kip","value":"LAK"},{"name":"LBP - Lebanese Pound","value":"LBP"},{"name":"LKR - Sri Lanka Rupee","value":"LKR"},{"name":"LRD - Liberian Dollar","value":"LRD"},{"name":"LSL - Loti","value":"LSL"},{"name":"LYD - Libyan Dinar","value":"LYD"},{"name":"MAD - Moroccan Dirham","value":"MAD"},{"name":"MDL - Moldovan Leu","value":"MDL"},{"name":"MGA - Malagasy Ariary","value":"MGA"},{"name":"MKD - Denar","value":"MKD"},{"name":"MMK - Kyat","value":"MMK"},{"name":"MNT - Tugrik","value":"MNT"},{"name":"MOP - Pataca","value":"MOP"},{"name":"MRU - Ouguiya","value":"MRU"},{"name":"MUR - Mauritius Rupee","value":"MUR"},{"name":"MVR - Rufiyaa","value":"MVR"},{"name":"MWK - Malawi Kwacha","value":"MWK"},{"name":"MXN - Mexican Peso","value":"MXN"},{"name":"MXV - Mexican Unidad de Inversion (UDI)","value":"MXV"},{"name":"MYR - Malaysian Ringgit","value":"MYR"},{"name":"MZN - Mozambique Metical","value":"MZN"},{"name":"NAD - Namibia Dollar","value":"NAD"},{"name":"NGN - Naira","value":"NGN"},{"name":"NIO - Cordoba Oro","value":"NIO"},{"name":"NOK - Norwegian Krone","value":"NOK"},{"name":"NPR - Nepalese Rupee","value":"NPR"},{"name":"NZD - New Zealand Dollar","value":"NZD"},{"name":"OMR - Rial Omani","value":"OMR"},{"name":"PAB - Balboa","value":"PAB"},{"name":"PEN - Sol","value":"PEN"},{"name":"PGK - Kina","value":"PGK"},{"name":"PHP - Philippine Peso","value":"PHP"},{"name":"PKR - Pakistan Rupee","value":"PKR"},{"name":"PLN - Zloty","value":"PLN"},{"name":"PYG - Guarani","value":"PYG"},{"name":"QAR - Qatari Rial","value":"QAR"},{"name":"RON - Romanian Leu","value":"RON"},{"name":"RSD - Serbian Dinar","value":"RSD"},{"name":"RUB - Russian Ruble","value":"RUB"},{"name":"RWF - Rwanda Franc","value":"RWF"},{"name":"SAR - Saudi Riyal","value":"SAR"},{"name":"SBD - Solomon Islands Dollar","value":"SBD"},{"name":"SCR - Seychelles Rupee","value":"SCR"},{"name":"SDG - Sudanese Pound","value":"SDG"},{"name":"SEK - Swedish Krona","value":"SEK"},{"name":"SGD - Singapore Dollar","value":"SGD"},{"name":"SHP - Saint Helena Pound","value":"SHP"},{"name":"SLL - Leone","value":"SLL"},{"name":"SOS - Somali Shilling","value":"SOS"},{"name":"SRD - Surinam Dollar","value":"SRD"},{"name":"SSP - South Sudanese Pound","value":"SSP"},{"name":"STN - Dobra","value":"STN"},{"name":"SVC - El Salvador Colon","value":"SVC"},{"name":"SYP - Syrian Pound","value":"SYP"},{"name":"SZL - Lilangeni","value":"SZL"},{"name":"THB - Baht","value":"THB"},{"name":"TJS - Somoni","value":"TJS"},{"name":"TMT - Turkmenistan New Manat","value":"TMT"},{"name":"TND - Tunisian Dinar","value":"TND"},{"name":"TOP - Pa’anga","value":"TOP"},{"name":"TRY - Turkish Lira","value":"TRY"},{"name":"TTD - Trinidad and Tobago Dollar","value":"TTD"},{"name":"TWD - New Taiwan Dollar","value":"TWD"},{"name":"TZS - Tanzanian Shilling","value":"TZS"},{"name":"UAH - Hryvnia","value":"UAH"},{"name":"UGX - Uganda Shilling","value":"UGX"},{"name":"USD - US Dollar","value":"USD"},{"name":"USN - US Dollar (Next day)","value":"USN"},{"name":"UYI - Uruguay Peso en Unidades Indexadas (UI)","value":"UYI"},{"name":"UYU - Peso Uruguayo","value":"UYU"},{"name":"UYW - Unidad Previsional","value":"UYW"},{"name":"UZS - Uzbekistan Sum","value":"UZS"},{"name":"VES - Bolívar Soberano","value":"VES"},{"name":"VND - Dong","value":"VND"},{"name":"VUV - Vatu","value":"VUV"},{"name":"WST - Tala","value":"WST"},{"name":"XAF - CFA Franc BEAC","value":"XAF"},{"name":"XAG - Silver","value":"XAG"},{"name":"XAU - Gold","value":"XAU"},{"name":"XBA - Bond Markets Unit European Composite Unit (EURCO)","value":"XBA"},{"name":"XBB - Bond Markets Unit European Monetary Unit (E.M.U.-6)","value":"XBB"},{"name":"XBC - Bond Markets Unit European Unit of Account 9 (E.U.A.-9)","value":"XBC"},{"name":"XBD - Bond Markets Unit European Unit of Account 17 (E.U.A.-17)","value":"XBD"},{"name":"XCD - East Caribbean Dollar","value":"XCD"},{"name":"XDR - SDR (Special Drawing Right)","value":"XDR"},{"name":"XOF - CFA Franc BCEAO","value":"XOF"},{"name":"XPD - Palladium","value":"XPD"},{"name":"XPF - CFP Franc","value":"XPF"},{"name":"XPT - Platinum","value":"XPT"},{"name":"XSU - Sucre","value":"XSU"},{"name":"XTS - Codes specifically reserved for testing purposes","value":"XTS"},{"name":"XUA - ADB Unit of Account","value":"XUA"},{"name":"XXX - The codes assigned for transactions where no currency is involved","value":"XXX"},{"name":"YER - Yemeni Rial","value":"YER"},{"name":"ZAR - Rand","value":"ZAR"},{"name":"ZMW - Zambian Kwacha","value":"ZMW"},{"name":"ZWL - Zimbabwe Dollar","value":"ZWL"}],"displayOptions":{"show":{"type":["currency"]}},"default":"","placeholder":"USD"},{"displayName":"Amount","name":"amount_1000","type":"number","displayOptions":{"show":{"type":["currency"]}},"default":"","placeholder":""},{"displayName":"Date Time","name":"date_time","type":"dateTime","displayOptions":{"show":{"type":["date_time"]}},"default":"","placeholder":""},{"displayName":"Image Link","name":"imageLink","type":"string","displayOptions":{"show":{"type":["image"]}},"default":""}]}]}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["send"],"messageType":["text"]}},"options":[{"displayName":"Show URL Previews","name":"previewUrl","type":"boolean","default":false,"description":"Whether to display URL previews in text messages","routing":{"send":{"type":"body","property":"text.preview_url"}}}]},{"displayName":"Sender Phone Number (or ID)","name":"phoneNumberId","type":"options","typeOptions":{"loadOptions":{"routing":{"request":{"url":"={{$credentials.businessAccountId}}/phone_numbers","method":"GET"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.display_phone_number}} - {{$responseItem.verified_name}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"default":"","placeholder":"","routing":{"request":{"method":"POST","url":"={{$value}}/media"}},"displayOptions":{"show":{"operation":["mediaUpload"],"resource":["media"]}},"required":true,"description":"The ID of the business account's phone number to store the media"},{"displayName":"Property Name","name":"mediaPropertyName","type":"string","default":"data","displayOptions":{"show":{"operation":["mediaUpload"],"resource":["media"]}},"required":true,"description":"Name of the binary property which contains the data for the file to be uploaded","routing":{"send":{"preSend":[null]}}},{"displayName":"Media ID","name":"mediaGetId","type":"string","default":"","displayOptions":{"show":{"operation":["mediaUrlGet"],"resource":["media"]}},"routing":{"request":{"method":"GET","url":"=/{{$value}}"}},"required":true,"description":"The ID of the media"},{"displayName":"Media ID","name":"mediaDeleteId","type":"string","default":"","displayOptions":{"show":{"operation":["mediaDelete"],"resource":["media"]}},"routing":{"request":{"method":"DELETE","url":"=/{{$value}}"}},"required":true,"description":"The ID of the media"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["media"],"operation":["mediaUpload"]}},"options":[{"displayName":"Filename","name":"mediaFileName","type":"string","default":"","description":"The name to use for the file"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.whatsapp/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/whatsapp/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/WhatsApp/whatsapp.svg"},
427
428
  {"displayName":"Wise","name":"n8n-nodes-base.wise","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Wise API","defaults":{"name":"Wise"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"wiseApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"},{"name":"Exchange Rate","value":"exchangeRate"},{"name":"Profile","value":"profile"},{"name":"Quote","value":"quote"},{"name":"Recipient","value":"recipient"},{"name":"Transfer","value":"transfer"}],"default":"account"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getBalances","options":[{"name":"Get Balances","value":"getBalances","description":"Retrieve balances for all account currencies of this user","action":"Get balances"},{"name":"Get Currencies","value":"getCurrencies","description":"Retrieve currencies in the borderless account of this user","action":"Get currencies"},{"name":"Get Statement","value":"getStatement","description":"Retrieve the statement for the borderless account of this user","action":"Get a statement"}],"displayOptions":{"show":{"resource":["account"]}}},{"displayName":"Profile Name or ID","name":"profileId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getProfiles"},"description":"ID of the user profile to retrieve the balance of. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["account"],"operation":["getBalances"]}}},{"displayName":"Profile Name or ID","name":"profileId","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getProfiles"},"description":"ID of the user profile whose account to retrieve the statement of. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["account"],"operation":["getStatement"]}}},{"displayName":"Borderless Account Name or ID","name":"borderlessAccountId","type":"options","default":[],"required":true,"typeOptions":{"loadOptionsMethod":"getBorderlessAccounts","loadOptionsDependsOn":["profileId"]},"description":"ID of the borderless account to retrieve the statement of. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["account"],"operation":["getStatement"]}}},{"displayName":"Currency","name":"currency","type":"string","default":"","description":"Code of the currency of the borderless account to retrieve the statement of","displayOptions":{"show":{"resource":["account"],"operation":["getStatement"]}}},{"displayName":"Format","name":"format","type":"options","default":"json","description":"File format to retrieve the statement in","displayOptions":{"show":{"resource":["account"],"operation":["getStatement"]}},"options":[{"name":"JSON","value":"json"},{"name":"CSV","value":"csv"},{"name":"PDF","value":"pdf"}]},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","required":true,"default":"data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["account"],"operation":["getStatement"],"format":["csv","pdf"]}}},{"displayName":"File Name","name":"fileName","type":"string","required":true,"default":"","placeholder":"data.pdf","description":"Name of the file that will be downloaded","displayOptions":{"show":{"resource":["account"],"operation":["getStatement"],"format":["csv","pdf"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["getStatement"]}},"options":[{"displayName":"Line Style","name":"lineStyle","type":"options","default":"COMPACT","description":"Line style to retrieve the statement in","options":[{"name":"Compact","value":"COMPACT","description":"Single line per transaction"},{"name":"Flat","value":"FLAT","description":"Separate lines for transaction fees"}]},{"displayName":"Range","name":"range","type":"fixedCollection","placeholder":"Add Range","default":{},"options":[{"displayName":"Range Properties","name":"rangeProperties","values":[{"displayName":"Range Start","name":"intervalStart","type":"dateTime","default":""},{"displayName":"Range End","name":"intervalEnd","type":"dateTime","default":""}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get an exchange rate"}],"displayOptions":{"show":{"resource":["exchangeRate"]}}},{"displayName":"Source Currency","name":"source","type":"string","default":"","description":"Code of the source currency to retrieve the exchange rate for","displayOptions":{"show":{"resource":["exchangeRate"],"operation":["get"]}}},{"displayName":"Target Currency","name":"target","type":"string","default":"","description":"Code of the target currency to retrieve the exchange rate for","displayOptions":{"show":{"resource":["exchangeRate"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["exchangeRate"],"operation":["get"]}},"options":[{"displayName":"Interval","name":"interval","type":"options","default":"day","options":[{"name":"Day","value":"day"},{"name":"Hour","value":"hour"},{"name":"Minute","value":"minute"}]},{"displayName":"Range","name":"range","type":"fixedCollection","placeholder":"Add Range","description":"Range of time to retrieve the exchange rate for","default":{},"options":[{"displayName":"Range Properties","name":"rangeProperties","values":[{"displayName":"Range Start","name":"from","type":"dateTime","default":""},{"displayName":"Range End","name":"to","type":"dateTime","default":""}]}]},{"displayName":"Time","name":"time","type":"dateTime","default":"","description":"Point in time to retrieve the exchange rate for"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get a profile"},{"name":"Get Many","value":"getAll","action":"Get many profiles"}],"displayOptions":{"show":{"resource":["profile"]}}},{"displayName":"Profile Name or ID","name":"profileId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getProfiles"},"description":"ID of the user profile to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["profile"],"operation":["get"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a quote"},{"name":"Get","value":"get","action":"Get a quote"}],"displayOptions":{"show":{"resource":["quote"]}}},{"displayName":"Profile Name or ID","name":"profileId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getProfiles"},"description":"ID of the user profile to create the quote under. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["quote"],"operation":["create"]}}},{"displayName":"Target Account Name or ID","name":"targetAccountId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getRecipients"},"description":"ID of the account that will receive the funds. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["quote"],"operation":["create"]}}},{"displayName":"Amount Type","name":"amountType","type":"options","default":"source","options":[{"name":"Source","value":"source"},{"name":"Target","value":"target"}],"description":"Whether the amount is to be sent or received","displayOptions":{"show":{"resource":["quote"],"operation":["create"]}}},{"displayName":"Amount","name":"amount","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Amount of funds for the quote to create","displayOptions":{"show":{"resource":["quote"],"operation":["create"]}}},{"displayName":"Source Currency","name":"sourceCurrency","type":"string","default":"","description":"Code of the currency to send for the quote to create","displayOptions":{"show":{"resource":["quote"],"operation":["create"]}}},{"displayName":"Target Currency","name":"targetCurrency","type":"string","default":"","description":"Code of the currency to receive for the quote to create","displayOptions":{"show":{"resource":["quote"],"operation":["create"]}}},{"displayName":"Quote ID","name":"quoteId","type":"string","required":true,"default":"","description":"ID of the quote to retrieve","displayOptions":{"show":{"resource":["quote"],"operation":["get"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","options":[{"name":"Get Many","value":"getAll","action":"Get many recipients"}],"displayOptions":{"show":{"resource":["recipient"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["recipient"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["recipient"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a transfer"},{"name":"Delete","value":"delete","action":"Delete a transfer"},{"name":"Execute","value":"execute","action":"Execute a transfer"},{"name":"Get","value":"get","action":"Get a transfer"},{"name":"Get Many","value":"getAll","action":"Get many transfers"}],"displayOptions":{"show":{"resource":["transfer"]}}},{"displayName":"Profile Name or ID","name":"profileId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getProfiles","loadOptionsDependsOn":["profileId"]},"description":"ID of the user profile to retrieve the balance of. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["transfer"],"operation":["create"]}}},{"displayName":"Quote ID","name":"quoteId","type":"string","required":true,"default":"","description":"ID of the quote based on which to create the transfer","displayOptions":{"show":{"resource":["transfer"],"operation":["create"]}}},{"displayName":"Target Account Name or ID","name":"targetAccountId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getRecipients"},"description":"ID of the account that will receive the funds. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["transfer"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["transfer"],"operation":["create"]}},"options":[{"displayName":"Reference","name":"reference","type":"string","default":"","description":"Reference text to show in the recipient's bank statement"}]},{"displayName":"Transfer ID","name":"transferId","type":"string","required":true,"default":"","description":"ID of the transfer to delete","displayOptions":{"show":{"resource":["transfer"],"operation":["delete"]}}},{"displayName":"Profile Name or ID","name":"profileId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getProfiles"},"description":"ID of the user profile to execute the transfer under. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["transfer"],"operation":["execute"]}}},{"displayName":"Transfer ID","name":"transferId","type":"string","required":true,"default":"","description":"ID of the transfer to execute","displayOptions":{"show":{"resource":["transfer"],"operation":["execute"]}}},{"displayName":"Transfer ID","name":"transferId","type":"string","required":true,"default":"","description":"ID of the transfer to retrieve","displayOptions":{"show":{"resource":["transfer"],"operation":["get"]}}},{"displayName":"Download Receipt","name":"downloadReceipt","type":"boolean","required":true,"default":false,"description":"Whether to download the transfer receipt as a PDF file. Only for executed transfers, having status 'Outgoing Payment Sent'.","displayOptions":{"show":{"resource":["transfer"],"operation":["get"]}}},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","required":true,"default":"data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["transfer"],"operation":["get"],"downloadReceipt":[true]}}},{"displayName":"File Name","name":"fileName","type":"string","required":true,"default":"","placeholder":"data.pdf","description":"Name of the file that will be downloaded","displayOptions":{"show":{"resource":["transfer"],"operation":["get"],"downloadReceipt":[true]}}},{"displayName":"Profile Name or ID","name":"profileId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getProfiles"},"description":"ID of the user profile to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["transfer"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["transfer"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["transfer"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["transfer"],"operation":["getAll"]}},"options":[{"displayName":"Range","name":"range","type":"fixedCollection","placeholder":"Add Range","description":"Range of time for filtering the transfers","default":{},"options":[{"displayName":"Range Properties","name":"rangeProperties","values":[{"displayName":"Created Date Start","name":"createdDateStart","type":"dateTime","default":""},{"displayName":"Created Date End","name":"createdDateEnd","type":"dateTime","default":""}]}]},{"displayName":"Source Currency","name":"sourceCurrency","type":"string","default":"","description":"Code of the source currency for filtering the transfers"},{"displayName":"Status","name":"status","type":"options","default":"processing","options":[{"name":"Bounced Back","value":"bounced_back"},{"name":"Cancelled","value":"cancelled"},{"name":"Charged Back","value":"charged_back"},{"name":"Funds Converted","value":"funds_converted"},{"name":"Funds Refunded","value":"funds_refunded"},{"name":"Incoming Payment Waiting","value":"incoming_payment_waiting"},{"name":"Outgoing Payment Sent","value":"outgoing_payment_sent"},{"name":"Processing","value":"processing"},{"name":"Unknown","value":"unknown"},{"name":"Waiting for Recipient Input to Proceed","value":"waiting_recipient_input_to_proceed"}]},{"displayName":"Target Currency","name":"targetCurrency","type":"string","default":"","description":"Code of the target currency for filtering the transfers"}]}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.wise/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/wise"}]},"alias":["Currency"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Wise/wise.svg"},
428
429
  {"displayName":"Wise Trigger","name":"n8n-nodes-base.wiseTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle Wise events via webhooks","defaults":{"name":"Wise Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"wiseApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Profile Name or ID","name":"profileId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getProfiles"},"default":""},{"displayName":"Event","name":"event","type":"options","required":true,"default":"","options":[{"name":"Balance Credit","value":"balanceCredit","description":"Triggered every time a balance account is credited"},{"name":"Transfer Active Case","value":"transferActiveCases","description":"Triggered every time a transfer's list of active cases is updated"},{"name":"Transfer State Changed","value":"tranferStateChange","description":"Triggered every time a transfer's status is updated"}]}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.wisetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/wise"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Wise/wise.svg"},
@@ -436,7 +437,7 @@
436
437
  {"displayName":"Xero","name":"n8n-nodes-base.xero","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Xero API","defaults":{"name":"Xero"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"xeroOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Contact","value":"contact"},{"name":"Invoice","value":"invoice"}],"default":"invoice"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"required":true},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"description":"Full name of contact/organisation","required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Account Number","name":"accountNumber","type":"string","default":"","description":"A user defined account number"},{"displayName":"Addresses","name":"addressesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Address","options":[{"name":"addressesValues","displayName":"Address","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"PO Box","value":"POBOX"},{"name":"Street","value":"STREET"}],"default":""},{"displayName":"Line 1","name":"line1","type":"string","default":""},{"displayName":"Line 2","name":"line2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Region","name":"region","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Attention To","name":"attentionTo","type":"string","default":""}]}]},{"displayName":"Bank Account Details","name":"bankAccountDetails","type":"string","default":"","description":"Bank account number of contact"},{"displayName":"Contact Number","name":"contactNumber","type":"string","default":"","description":"This field is read only on the Xero contact screen, used to identify contacts in external systems"},{"displayName":"Contact Status","name":"contactStatus","type":"options","options":[{"name":"Active","value":"ACTIVE","description":"The Contact is active and can be used in transactions"},{"name":"Archived","value":"ARCHIVED","description":"The Contact is archived and can no longer be used in transactions"},{"name":"GDPR Request","value":"GDPRREQUEST","description":"The Contact is the subject of a GDPR erasure request"}],"default":"","description":"Current status of a contact - see contact status types"},{"displayName":"Default Currency","name":"defaultCurrency","type":"string","default":"","description":"Default currency for raising invoices against contact"},{"displayName":"Email","name":"emailAddress","type":"string","default":"","description":"Email address of contact person (umlauts not supported) (max length = 255)"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of contact person (max length = 255)"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of contact person (max length = 255)"},{"displayName":"Phones","name":"phonesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Phone","options":[{"name":"phonesValues","displayName":"Phones","values":[{"displayName":"Type","name":"phoneType","type":"options","options":[{"name":"Default","value":"DEFAULT"},{"name":"DDI","value":"DDI"},{"name":"Mobile","value":"MOBILE"},{"name":"Fax","value":"FAX"}],"default":""},{"displayName":"Number","name":"phoneNumber","type":"string","default":""},{"displayName":"Area Code","name":"phoneAreaCode","type":"string","default":""},{"displayName":"Country Code","name":"phoneCountryCode","type":"string","default":""}]}]},{"displayName":"Purchase Default Account Code Name or ID","name":"purchasesDefaultAccountCode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCodes"},"default":"","description":"The default purchases account code for contacts. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sales Default Account Code Name or ID","name":"salesDefaultAccountCode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCodes"},"default":"","description":"The default sales account code for contacts. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Skype","name":"skypeUserName","type":"string","default":"","description":"Skype user name of contact"},{"displayName":"Tax Number","name":"taxNumber","type":"string","default":"","description":"Tax number of contact"},{"displayName":"Xero Network Key","name":"xeroNetworkKey","type":"string","default":"","description":"Store XeroNetworkKey for contacts"}]},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"required":true},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"required":true},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Include Archived","name":"includeArchived","type":"boolean","default":false,"description":"Whether contacts with a status of ARCHIVED will be included in the response"},{"displayName":"Order By","name":"orderBy","type":"string","placeholder":"contactID","default":"","description":"Order by any element returned"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"Asc","value":"ASC"},{"name":"Desc","value":"DESC"}],"default":""},{"displayName":"Where","name":"where","type":"string","placeholder":"EmailAddress!=null&&EmailAddress.StartsWith(\"boom\")","default":"","description":"The where parameter allows you to filter on endpoints and elements that don't have explicit parameters. <a href=\"https://developer.xero.com/documentation/api/requests-and-responses#get-modified\">Examples Here</a>."}]},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"required":true},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"required":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Account Number","name":"accountNumber","type":"string","default":"","description":"A user defined account number"},{"displayName":"Addresses","name":"addressesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Address","options":[{"name":"addressesValues","displayName":"Address","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"PO Box","value":"POBOX"},{"name":"Street","value":"STREET"}],"default":""},{"displayName":"Line 1","name":"line1","type":"string","default":""},{"displayName":"Line 2","name":"line2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Region","name":"region","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Attention To","name":"attentionTo","type":"string","default":""}]}]},{"displayName":"Bank Account Details","name":"bankAccountDetails","type":"string","default":"","description":"Bank account number of contact"},{"displayName":"Contact Number","name":"contactNumber","type":"string","default":"","description":"This field is read only on the Xero contact screen, used to identify contacts in external systems"},{"displayName":"Contact Status","name":"contactStatus","type":"options","options":[{"name":"Active","value":"ACTIVE","description":"The Contact is active and can be used in transactions"},{"name":"Archived","value":"ARCHIVED","description":"The Contact is archived and can no longer be used in transactions"},{"name":"GDPR Request","value":"GDPRREQUEST","description":"The Contact is the subject of a GDPR erasure request"}],"default":"","description":"Current status of a contact - see contact status types"},{"displayName":"Default Currency","name":"defaultCurrency","type":"string","default":"","description":"Default currency for raising invoices against contact"},{"displayName":"Email","name":"emailAddress","type":"string","default":"","description":"Email address of contact person (umlauts not supported) (max length = 255)"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of contact person (max length = 255)"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of contact person (max length = 255)"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Full name of contact/organisation"},{"displayName":"Phones","name":"phonesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Phone","options":[{"name":"phonesValues","displayName":"Phones","values":[{"displayName":"Type","name":"phoneType","type":"options","options":[{"name":"Default","value":"DEFAULT"},{"name":"DDI","value":"DDI"},{"name":"Mobile","value":"MOBILE"},{"name":"Fax","value":"FAX"}],"default":""},{"displayName":"Number","name":"phoneNumber","type":"string","default":""},{"displayName":"Area Code","name":"phoneAreaCode","type":"string","default":""},{"displayName":"Country Code","name":"phoneCountryCode","type":"string","default":""}]}]},{"displayName":"Purchase Default Account Code Name or ID","name":"purchasesDefaultAccountCode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCodes"},"default":"","description":"The default purchases account code for contacts. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sales Default Account Code Name or ID","name":"salesDefaultAccountCode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCodes"},"default":"","description":"The default sales account code for contacts. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Skype","name":"skypeUserName","type":"string","default":"","description":"Skype user name of contact"},{"displayName":"Tax Number","name":"taxNumber","type":"string","default":"","description":"Tax number of contact"},{"displayName":"Xero Network Key","name":"xeroNetworkKey","type":"string","default":"","description":"Store XeroNetworkKey for contacts"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["invoice"]}},"options":[{"name":"Create","value":"create","description":"Create a invoice","action":"Create an invoice"},{"name":"Get","value":"get","description":"Get a invoice","action":"Get an invoice"},{"name":"Get Many","value":"getAll","description":"Get many invoices","action":"Get many invoices"},{"name":"Update","value":"update","description":"Update a invoice","action":"Update an invoice"}],"default":"create"},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"required":true},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Bill","value":"ACCPAY","description":"Accounts Payable or supplier invoice"},{"name":"Sales Invoice","value":"ACCREC","description":"Accounts Receivable or customer invoice"}],"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"required":true,"description":"Invoice Type"},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"required":true},{"displayName":"Line Items","name":"lineItemsUi","placeholder":"Add Line Item","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"description":"Line item data","options":[{"name":"lineItemsValues","displayName":"Line Item","values":[{"displayName":"Description","name":"description","type":"string","default":"","description":"A line item with just a description"},{"displayName":"Quantity","name":"quantity","type":"number","default":1,"typeOptions":{"minValue":1},"description":"LineItem Quantity"},{"displayName":"Unit Amount","name":"unitAmount","type":"string","default":"","description":"Lineitem unit amount. By default, unit amount will be rounded to two decimal places."},{"displayName":"Item Code Name or ID","name":"itemCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getItemCodes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Account Code Name or ID","name":"accountCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountCodes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Tax Type","name":"taxType","type":"options","options":[{"name":"Tax on Purchases","value":"INPUT"},{"name":"Tax Exempt","value":"NONE"},{"name":"Tax on Sales","value":"OUTPUT"},{"name":"Sales Tax on Imports","value":"GSTONIMPORTS"}],"default":"","required":true},{"displayName":"Tax Amount","name":"taxAmount","type":"string","default":"","description":"The tax amount is auto calculated as a percentage of the line amount based on the tax rate"},{"displayName":"Line Amount","name":"lineAmount","type":"string","default":"","description":"The line amount reflects the discounted price if a DiscountRate has been used"},{"displayName":"Discount Rate","name":"discountRate","type":"string","default":"","description":"Percentage discount or discount amount being applied to a line item. Only supported on ACCREC invoices - ACCPAY invoices and credit notes in Xero do not support discounts."}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"options":[{"displayName":"Branding Theme Name or ID","name":"brandingThemeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBrandingThemes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Currency Name or ID","name":"currency","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCurrencies","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Currency Rate","name":"currencyRate","type":"string","default":"","description":"The currency rate for a multicurrency invoice. If no rate is specified, the XE.com day rate is used."},{"displayName":"Date","name":"date","type":"dateTime","default":"","description":"Date invoice was issued - YYYY-MM-DD. If the Date element is not specified it will default to the current date based on the timezone setting of the organisation."},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":"","description":"Date invoice is due - YYYY-MM-DD"},{"displayName":"Expected Payment Date","name":"expectedPaymentDate","type":"dateTime","default":"","description":"Shown on sales invoices (Accounts Receivable) when this has been set"},{"displayName":"Invoice Number","name":"invoiceNumber","type":"string","default":""},{"displayName":"Line Amount Type","name":"lineAmountType","type":"options","options":[{"name":"Exclusive","value":"Exclusive","description":"Line items are exclusive of tax"},{"name":"Inclusive","value":"Inclusive","description":"Line items are inclusive tax"},{"name":"NoTax","value":"NoTax","description":"Line have no tax"}],"default":"Exclusive"},{"displayName":"Planned Payment Date","name":"plannedPaymentDate","type":"dateTime","default":"","description":"Shown on bills (Accounts Payable) when this has been set"},{"displayName":"Reference","name":"reference","type":"string","default":"","description":"ACCREC only - additional reference number (max length = 255)"},{"displayName":"Send To Contact","name":"sendToContact","type":"boolean","default":false,"description":"Whether the invoice in the Xero app should be marked as \"sent\". This can be set only on invoices that have been approved."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"DRAFT"},{"name":"Submitted","value":"SUBMITTED"},{"name":"Authorised","value":"AUTHORISED"}],"default":"DRAFT"},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL link to a source document - shown as \"Go to [appName]\" in the Xero app"}]},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}},"required":true},{"displayName":"Invoice ID","name":"invoiceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}},"options":[{"displayName":"Branding Theme Name or ID","name":"brandingThemeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBrandingThemes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Contact ID","name":"contactId","type":"string","default":""},{"displayName":"Currency Name or ID","name":"currency","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCurrencies","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Currency Rate","name":"currencyRate","type":"string","default":"","description":"The currency rate for a multicurrency invoice. If no rate is specified, the XE.com day rate is used."},{"displayName":"Date","name":"date","type":"dateTime","default":"","description":"Date invoice was issued - YYYY-MM-DD. If the Date element is not specified it will default to the current date based on the timezone setting of the organisation."},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":"","description":"Date invoice is due - YYYY-MM-DD"},{"displayName":"Expected Payment Date","name":"expectedPaymentDate","type":"dateTime","default":"","description":"Shown on sales invoices (Accounts Receivable) when this has been set"},{"displayName":"Invoice Number","name":"invoiceNumber","type":"string","default":""},{"displayName":"Line Amount Type","name":"lineAmountType","type":"options","options":[{"name":"Exclusive","value":"Exclusive","description":"Line items are exclusive of tax"},{"name":"Inclusive","value":"Inclusive","description":"Line items are inclusive tax"},{"name":"NoTax","value":"NoTax","description":"Line have no tax"}],"default":"Exclusive"},{"displayName":"Line Items","name":"lineItemsUi","placeholder":"Add Line Item","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Line item data","options":[{"name":"lineItemsValues","displayName":"Line Item","values":[{"displayName":"Line Item ID","name":"lineItemId","type":"string","default":"","description":"The Xero generated identifier for a LineItem"},{"displayName":"Description","name":"description","type":"string","default":"","description":"A line item with just a description"},{"displayName":"Quantity","name":"quantity","type":"number","default":1,"typeOptions":{"minValue":1},"description":"LineItem Quantity"},{"displayName":"Unit Amount","name":"unitAmount","type":"string","default":"","description":"Lineitem unit amount. By default, unit amount will be rounded to two decimal places."},{"displayName":"Item Code Name or ID","name":"itemCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getItemCodes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Account Code Name or ID","name":"accountCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountCodes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Tax Type","name":"taxType","type":"options","options":[{"name":"Tax on Purchases","value":"INPUT"},{"name":"Tax Exempt","value":"NONE"},{"name":"Tax on Sales","value":"OUTPUT"},{"name":"Sales Tax on Imports","value":"GSTONIMPORTS"}],"default":"","required":true},{"displayName":"Tax Amount","name":"taxAmount","type":"string","default":"","description":"The tax amount is auto calculated as a percentage of the line amount based on the tax rate"},{"displayName":"Line Amount","name":"lineAmount","type":"string","default":"","description":"The line amount reflects the discounted price if a DiscountRate has been used"},{"displayName":"Discount Rate","name":"discountRate","type":"string","default":"","description":"Percentage discount or discount amount being applied to a line item. Only supported on ACCREC invoices - ACCPAY invoices and credit notes in Xero do not support discounts."}]}]},{"displayName":"Planned Payment Date","name":"plannedPaymentDate","type":"dateTime","default":"","description":"Shown on bills (Accounts Payable) when this has been set"},{"displayName":"Reference","name":"reference","type":"string","default":"","description":"ACCREC only - additional reference number (max length = 255)"},{"displayName":"Send To Contact","name":"sendToContact","type":"boolean","default":false,"description":"Whether the invoice in the Xero app should be marked as \"sent\". This can be set only on invoices that have been approved."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"DRAFT"},{"name":"Submitted","value":"SUBMITTED"},{"name":"Authorised","value":"AUTHORISED"}],"default":"DRAFT"},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL link to a source document - shown as \"Go to [appName]\" in the Xero app"}]},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["get"]}},"required":true},{"displayName":"Invoice ID","name":"invoiceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["get"]}}},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}},"options":[{"displayName":"Created By My App","name":"createdByMyApp","type":"boolean","default":false,"description":"Whether you'll only retrieve Invoices created by your app"},{"displayName":"Order By","name":"orderBy","type":"string","placeholder":"InvoiceID","default":"","description":"Order by any element returned"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"Asc","value":"ASC"},{"name":"Desc","value":"DESC"}],"default":""},{"displayName":"Statuses","name":"statuses","type":"multiOptions","options":[{"name":"Draft","value":"DRAFT"},{"name":"Submitted","value":"SUBMITTED"},{"name":"Authorised","value":"AUTHORISED"}],"default":[]},{"displayName":"Where","name":"where","type":"string","placeholder":"EmailAddress!=null&&EmailAddress.StartsWith(\"boom\")","default":"","description":"The where parameter allows you to filter on endpoints and elements that don't have explicit parameters. <a href=\"https://developer.xero.com/documentation/api/requests-and-responses#get-modified\">Examples Here</a>."}]}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.xero/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/xero"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Xero/xero.svg"},
437
438
  {"displayName":"XML","name":"n8n-nodes-base.xml","icon":"fa:file-code","group":["transform"],"version":1,"subtitle":"={{$parameter[\"mode\"]===\"jsonToxml\" ? \"JSON to XML\" : \"XML to JSON\"}}","description":"Convert data from and to XML","defaults":{"name":"XML","color":"#333377"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"JSON to XML","value":"jsonToxml","description":"Converts data from JSON to XML"},{"name":"XML to JSON","value":"xmlToJson","description":"Converts data from XML to JSON"}],"default":"xmlToJson","description":"From and to what format the data should be converted"},{"displayName":"If your XML is inside a binary file, use the 'Extract from File' node to convert it to text first","name":"xmlNotice","type":"notice","default":"","displayOptions":{"show":{"mode":["xmlToJson"]}}},{"displayName":"Property Name","name":"dataPropertyName","type":"string","displayOptions":{"show":{"mode":["jsonToxml"]}},"default":"data","required":true,"description":"Name of the property to which to contains the converted XML data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","displayOptions":{"show":{"mode":["jsonToxml"]}},"default":{},"options":[{"displayName":"Allow Surrogate Chars","name":"allowSurrogateChars","type":"boolean","default":false,"description":"Whether to allow using characters from the Unicode surrogate blocks"},{"displayName":"Attribute Key","name":"attrkey","type":"string","default":"$","description":"Prefix that is used to access the attributes"},{"displayName":"Cdata","name":"cdata","type":"boolean","default":false,"description":"Whether to wrap text nodes in &lt;![CDATA[ ... ]]&gt; instead of escaping when necessary. Does not add &lt;![CDATA[ ... ]]&gt; if it is not required."},{"displayName":"Character Key","name":"charkey","type":"string","default":"_","description":"Prefix that is used to access the character content"},{"displayName":"Headless","name":"headless","type":"boolean","default":false,"description":"Whether to omit the XML header"},{"displayName":"Root Name","name":"rootName","type":"string","default":"root","description":"Root element name to be used"}]},{"displayName":"Property Name","name":"dataPropertyName","type":"string","displayOptions":{"show":{"mode":["xmlToJson"]}},"default":"data","required":true,"description":"Name of the property which contains the XML data to convert"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","displayOptions":{"show":{"mode":["xmlToJson"]}},"default":{},"options":[{"displayName":"Attribute Key","name":"attrkey","type":"string","default":"$","description":"Prefix that is used to access the attributes"},{"displayName":"Character Key","name":"charkey","type":"string","default":"_","description":"Prefix that is used to access the character content"},{"displayName":"Explicit Array","name":"explicitArray","type":"boolean","default":false,"description":"Whether to always put child nodes in an array if true; otherwise an array is created only if there is more than one"},{"displayName":"Explicit Root","name":"explicitRoot","type":"boolean","default":true,"description":"Whether to set this if you want to get the root node in the resulting object"},{"displayName":"Ignore Attributes","name":"ignoreAttrs","type":"boolean","default":false,"description":"Whether to ignore all XML attributes and only create text nodes"},{"displayName":"Merge Attributes","name":"mergeAttrs","type":"boolean","default":true,"description":"Whether to merge attributes and child elements as properties of the parent, instead of keying attributes off a child attribute object. This option is ignored if ignoreAttrs is true."},{"displayName":"Normalize","name":"normalize","type":"boolean","default":false,"description":"Whether to trim whitespaces inside text nodes"},{"displayName":"Normalize Tags","name":"normalizeTags","type":"boolean","default":false,"description":"Whether to normalize all tag names to lowercase"},{"displayName":"Trim","name":"trim","type":"boolean","default":false,"description":"Whether to trim the whitespace at the beginning and end of text nodes"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.xml/"}]},"alias":["Parse"]}},
438
439
  {"displayName":"Yourls","name":"n8n-nodes-base.yourls","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Yourls API","defaults":{"name":"Yourls"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"yourlsApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"URL","value":"url"}],"default":"url"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["url"]}},"options":[{"name":"Expand","value":"expand","description":"Expand a URL","action":"Expand a URL"},{"name":"Shorten","value":"shorten","description":"Shorten a URL","action":"Shorten a URL"},{"name":"Stats","value":"stats","description":"Get stats about one short URL","action":"Get stats for a URL"}],"default":"shorten"},{"displayName":"URL","name":"url","type":"string","required":true,"displayOptions":{"show":{"resource":["url"],"operation":["shorten"]}},"default":"","description":"The URL to shorten"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["url"],"operation":["shorten"]}},"options":[{"displayName":"Keyword","name":"keyword","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title for custom short URLs"}]},{"displayName":"Short URL","name":"shortUrl","type":"string","required":true,"displayOptions":{"show":{"resource":["url"],"operation":["expand"]}},"default":"","description":"The short URL to expand"},{"displayName":"Short URL","name":"shortUrl","type":"string","required":true,"displayOptions":{"show":{"resource":["url"],"operation":["stats"]}},"default":"","description":"The short URL for which to get stats"}],"codex":{"categories":["Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.yourls/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/yourls"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Yourls/yourls.png"},
439
- {"displayName":"Zammad","name":"n8n-nodes-base.zammad","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Zammad API","defaults":{"name":"Zammad"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"zammadBasicAuthApi","required":true,"testedBy":"zammadBasicAuthApiTest","displayOptions":{"show":{"authentication":["basicAuth"]}}},{"name":"zammadTokenAuthApi","required":true,"testedBy":"zammadTokenAuthApiTest","displayOptions":{"show":{"authentication":["tokenAuth"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"Token Auth","value":"tokenAuth"}],"default":"tokenAuth"},{"displayName":"Resource","name":"resource","noDataExpression":true,"type":"options","options":[{"name":"Group","value":"group"},{"name":"Organization","value":"organization"},{"name":"Ticket","value":"ticket"},{"name":"User","value":"user"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["group"]}},"options":[{"name":"Create","value":"create","description":"Create a group","action":"Create a group"},{"name":"Delete","value":"delete","description":"Delete a group","action":"Delete a group"},{"name":"Get","value":"get","description":"Retrieve a group","action":"Get a group"},{"name":"Get Many","value":"getAll","description":"Get many groups","action":"Get many groups"},{"name":"Update","value":"update","description":"Update a group","action":"Update a group"}],"default":"create"},{"displayName":"Group Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["group"]}}},{"displayName":"Group ID","name":"id","type":"string","description":"Group to update. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["update"]}}},{"displayName":"Group ID","name":"id","type":"string","description":"Group to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["delete"]}}},{"displayName":"Group ID","name":"id","type":"string","description":"Group to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadGroupCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Notes","name":"note","type":"string","default":""}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["group"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadGroupCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Group Name","name":"name","type":"string","default":""},{"displayName":"Notes","name":"note","type":"string","default":""}]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["group"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["organization"]}},"options":[{"name":"Create","value":"create","description":"Create an organization","action":"Create an organization"},{"name":"Delete","value":"delete","description":"Delete an organization","action":"Delete an organization"},{"name":"Get","value":"get","description":"Retrieve an organization","action":"Get an organization"},{"name":"Get Many","value":"getAll","description":"Retrieve many organizations","action":"Get many organizations"},{"name":"Update","value":"update","description":"Update an organization","action":"Update an organization"}],"default":"create"},{"displayName":"Organization Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["organization"]}}},{"displayName":"Organization ID","name":"id","type":"string","description":"Organization to update. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["update"]}}},{"displayName":"Organization ID","name":"id","type":"string","description":"Organization to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["delete"]}}},{"displayName":"Organization ID","name":"id","type":"string","description":"Organization to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["organization"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadOrganizationCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Notes","name":"note","type":"string","default":""}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["organization"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadOrganizationCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Organization Name","name":"name","type":"string","default":""},{"displayName":"Notes","name":"note","type":"string","default":""}]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["organization"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["organization"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Retrieve a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Retrieve many tickets","action":"Get many tickets"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","description":"Title of the ticket to create","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Group Name or ID","name":"group","type":"options","typeOptions":{"loadOptionsMethod":"loadGroupNames"},"placeholder":"First-Level Helpdesk","description":"Group that will own the ticket to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Customer Email Name or ID","name":"customer","type":"options","typeOptions":{"loadOptionsMethod":"loadCustomerEmails"},"description":"Email address of the customer concerned in the ticket to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","placeholder":"hello@n8n.io","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Ticket ID","name":"id","type":"string","description":"Ticket to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}}},{"displayName":"Ticket ID","name":"id","type":"string","default":"","description":"Ticket to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"]}}},{"displayName":"Article","name":"article","type":"fixedCollection","placeholder":"Add Article","required":true,"default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"displayName":"Article Details","name":"articleDetails","values":[{"displayName":"Subject","name":"subject","type":"string","default":""},{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"Visibility","name":"visibility","type":"options","default":"internal","options":[{"name":"External","value":"external","description":"Visible to customers"},{"name":"Internal","value":"internal","description":"Visible to help desk"}]},{"displayName":"Article Type","name":"type","type":"options","options":[{"name":"Chat","value":"chat"},{"name":"Email","value":"email"},{"name":"Fax","value":"fax"},{"name":"Note","value":"note"},{"name":"Phone","value":"phone"},{"name":"SMS","value":"sms"}],"default":"note"}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadTicketCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Retrieve a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Retrieve many users","action":"Get many users"},{"name":"Get Self","value":"getSelf","description":"Retrieve currently logged-in user","action":"Get currently logged-in user"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"create"},{"displayName":"First Name","name":"firstname","type":"string","default":"","placeholder":"John","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Last Name","name":"lastname","type":"string","default":"","placeholder":"Smith","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"User ID","name":"id","type":"string","description":"User to update. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"User ID","name":"id","type":"string","description":"User to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"User ID","name":"id","type":"string","description":"User to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Address","name":"addressUi","type":"fixedCollection","placeholder":"Add Address","default":{},"options":[{"displayName":"Address Details","name":"addressDetails","values":[{"displayName":"City","name":"city","type":"string","default":"","placeholder":"Berlin"},{"displayName":"Country","name":"country","type":"string","default":"","placeholder":"Germany"},{"displayName":"Street & Number","name":"address","type":"string","default":"","placeholder":"Borsigstr. 27"},{"displayName":"Zip Code","name":"zip","type":"string","default":"","placeholder":"10115"}]}]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadUserCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Department","name":"department","type":"string","default":"","placeholder":"Finance"},{"displayName":"Email Address","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Fax","name":"fax","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"Notes","name":"note","type":"string","default":""},{"displayName":"Organization Name or ID","name":"organization","type":"options","description":"Name of the organization to assign to the user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","typeOptions":{"loadOptionsMethod":"loadOrganizations"}},{"displayName":"Phone (Landline)","name":"phone","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"Phone (Mobile)","name":"mobile","type":"string","default":"","placeholder":"+49 1522 3433333"},{"displayName":"Verified","name":"verified","type":"boolean","default":false,"description":"Whether the user has been verified"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the user is a Very Important Person"},{"displayName":"Website","name":"web","type":"string","default":"","placeholder":"https://n8n.io"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["user"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Address","name":"addressUi","type":"fixedCollection","placeholder":"Add Address","default":{},"options":[{"displayName":"Address Details","name":"addressDetails","values":[{"displayName":"City","name":"city","type":"string","default":"","placeholder":"Berlin"},{"displayName":"Country","name":"country","type":"string","default":"","placeholder":"Germany"},{"displayName":"Street & Number","name":"address","type":"string","default":"","placeholder":"Borsigstr. 27"},{"displayName":"Zip Code","name":"zip","type":"string","default":"","placeholder":"10115"}]}]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadUserCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Department","name":"department","type":"string","default":"","placeholder":"Finance"},{"displayName":"Email Address","name":"email","type":"string","default":"","placeholder":"hello@n8n.io"},{"displayName":"Fax","name":"fax","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"First Name","name":"firstname","type":"string","default":"","placeholder":"John"},{"displayName":"Last Name","name":"lastname","type":"string","default":"","placeholder":"Smith"},{"displayName":"Notes","name":"note","type":"string","default":""},{"displayName":"Organization Name or ID","name":"organization","type":"options","description":"Name of the organization to assign to the user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","typeOptions":{"loadOptionsMethod":"loadOrganizationNames"}},{"displayName":"Phone (Landline)","name":"phone","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"Phone (Mobile)","name":"mobile","type":"string","default":"","placeholder":"+49 1522 3433333"},{"displayName":"Verified","name":"verified","type":"boolean","default":false,"description":"Whether the user has been verified"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the user is a Very Important Person"},{"displayName":"Website","name":"web","type":"string","default":"","placeholder":"https://n8n.io"}]},{"displayName":"Query","name":"query","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["search"],"resource":["user"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["search"],"resource":["user"]}},"description":"Max number of results to return"},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":{},"placeholder":"Add Filter","options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"Query to filter results by","placeholder":"user.firstname:john"},{"displayName":"Sort","name":"sortUi","type":"fixedCollection","placeholder":"Add Sort Options","default":{},"options":[{"displayName":"Sort Options","name":"sortDetails","values":[{"displayName":"Sort Key Name or ID","name":"sort_by","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"loadUserFields"},"default":""},{"displayName":"Sort Order","name":"order_by","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"}]}]}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zammad/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/zammad/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zammad/zammad.svg"},
440
+ {"displayName":"Zammad","name":"n8n-nodes-base.zammad","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Zammad API","defaults":{"name":"Zammad"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"zammadBasicAuthApi","required":true,"testedBy":"zammadBasicAuthApiTest","displayOptions":{"show":{"authentication":["basicAuth"]}}},{"name":"zammadTokenAuthApi","required":true,"testedBy":"zammadTokenAuthApiTest","displayOptions":{"show":{"authentication":["tokenAuth"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"Token Auth","value":"tokenAuth"}],"default":"tokenAuth"},{"displayName":"Resource","name":"resource","noDataExpression":true,"type":"options","options":[{"name":"Group","value":"group"},{"name":"Organization","value":"organization"},{"name":"Ticket","value":"ticket"},{"name":"User","value":"user"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["group"]}},"options":[{"name":"Create","value":"create","description":"Create a group","action":"Create a group"},{"name":"Delete","value":"delete","description":"Delete a group","action":"Delete a group"},{"name":"Get","value":"get","description":"Retrieve a group","action":"Get a group"},{"name":"Get Many","value":"getAll","description":"Get many groups","action":"Get many groups"},{"name":"Update","value":"update","description":"Update a group","action":"Update a group"}],"default":"create"},{"displayName":"Group Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["group"]}}},{"displayName":"Group ID","name":"id","type":"string","description":"Group to update. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["update"]}}},{"displayName":"Group ID","name":"id","type":"string","description":"Group to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["delete"]}}},{"displayName":"Group ID","name":"id","type":"string","description":"Group to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadGroupCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Notes","name":"note","type":"string","default":""}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["group"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadGroupCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Group Name","name":"name","type":"string","default":""},{"displayName":"Notes","name":"note","type":"string","default":""}]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["group"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["organization"]}},"options":[{"name":"Create","value":"create","description":"Create an organization","action":"Create an organization"},{"name":"Delete","value":"delete","description":"Delete an organization","action":"Delete an organization"},{"name":"Get","value":"get","description":"Retrieve an organization","action":"Get an organization"},{"name":"Get Many","value":"getAll","description":"Retrieve many organizations","action":"Get many organizations"},{"name":"Update","value":"update","description":"Update an organization","action":"Update an organization"}],"default":"create"},{"displayName":"Organization Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["organization"]}}},{"displayName":"Organization ID","name":"id","type":"string","description":"Organization to update. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["update"]}}},{"displayName":"Organization ID","name":"id","type":"string","description":"Organization to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["delete"]}}},{"displayName":"Organization ID","name":"id","type":"string","description":"Organization to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["organization"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Shared","name":"shared","type":"boolean","default":false,"description":"Whether the organization is shared with other instances"},{"displayName":"Domain","name":"domain","type":"string","default":"","description":"The domain associated with the organization"},{"displayName":"Domain Assignment","name":"domain_assignment","type":"boolean","default":true,"description":"Whether to assign users based on their email domain"},{"displayName":"Active","name":"active","type":"boolean","default":true,"description":"Whether the organization is active"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the organization is marked as VIP"},{"displayName":"Notes","name":"note","type":"string","default":"","description":"A note about the organization"},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadOrganizationCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["organization"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Shared","name":"shared","type":"boolean","default":false,"description":"Whether the organization is shared with other instances"},{"displayName":"Domain","name":"domain","type":"string","default":"","description":"The domain associated with the organization"},{"displayName":"Domain Assignment","name":"domain_assignment","type":"boolean","default":true,"description":"Whether to assign users based on their email domain"},{"displayName":"Active","name":"active","type":"boolean","default":true,"description":"Whether the organization is active"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the organization is marked as VIP"},{"displayName":"Notes","name":"note","type":"string","default":"","description":"A note about the organization"},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadOrganizationCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["organization"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["organization"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Retrieve a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Retrieve many tickets","action":"Get many tickets"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","description":"Title of the ticket to create","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Group Name or ID","name":"group","type":"options","typeOptions":{"loadOptionsMethod":"loadGroupNames"},"placeholder":"First-Level Helpdesk","description":"Group that will own the ticket to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Customer Email Name or ID","name":"customer","type":"options","typeOptions":{"loadOptionsMethod":"loadCustomerEmails"},"description":"Email address of the customer concerned in the ticket to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","placeholder":"hello@n8n.io","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Ticket ID","name":"id","type":"string","description":"Ticket to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}}},{"displayName":"Ticket ID","name":"id","type":"string","default":"","description":"Ticket to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"]}}},{"displayName":"Article","name":"article","type":"fixedCollection","placeholder":"Add Article","required":true,"default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"displayName":"Article Details","name":"articleDetails","values":[{"displayName":"Subject","name":"subject","type":"string","default":""},{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"Visibility","name":"visibility","type":"options","default":"internal","options":[{"name":"External","value":"external","description":"Visible to customers"},{"name":"Internal","value":"internal","description":"Visible to help desk"}]},{"displayName":"Article Type","name":"type","type":"options","options":[{"name":"Chat","value":"chat"},{"name":"Email","value":"email"},{"name":"Fax","value":"fax"},{"name":"Note","value":"note"},{"name":"Phone","value":"phone"},{"name":"SMS","value":"sms"}],"default":"note"}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadTicketCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Retrieve a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Retrieve many users","action":"Get many users"},{"name":"Get Self","value":"getSelf","description":"Retrieve currently logged-in user","action":"Get currently logged-in user"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"create"},{"displayName":"First Name","name":"firstname","type":"string","default":"","placeholder":"John","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Last Name","name":"lastname","type":"string","default":"","placeholder":"Smith","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"User ID","name":"id","type":"string","description":"User to update. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"User ID","name":"id","type":"string","description":"User to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"User ID","name":"id","type":"string","description":"User to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Address","name":"addressUi","type":"fixedCollection","placeholder":"Add Address","default":{},"options":[{"displayName":"Address Details","name":"addressDetails","values":[{"displayName":"City","name":"city","type":"string","default":"","placeholder":"Berlin"},{"displayName":"Country","name":"country","type":"string","default":"","placeholder":"Germany"},{"displayName":"Street & Number","name":"address","type":"string","default":"","placeholder":"Borsigstr. 27"},{"displayName":"Zip Code","name":"zip","type":"string","default":"","placeholder":"10115"}]}]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadUserCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Department","name":"department","type":"string","default":"","placeholder":"Finance"},{"displayName":"Email Address","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Fax","name":"fax","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"Notes","name":"note","type":"string","default":""},{"displayName":"Organization Name or ID","name":"organization","type":"options","description":"Name of the organization to assign to the user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","typeOptions":{"loadOptionsMethod":"loadOrganizations"}},{"displayName":"Phone (Landline)","name":"phone","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"Phone (Mobile)","name":"mobile","type":"string","default":"","placeholder":"+49 1522 3433333"},{"displayName":"Verified","name":"verified","type":"boolean","default":false,"description":"Whether the user has been verified"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the user is a Very Important Person"},{"displayName":"Website","name":"web","type":"string","default":"","placeholder":"https://n8n.io"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["user"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Address","name":"addressUi","type":"fixedCollection","placeholder":"Add Address","default":{},"options":[{"displayName":"Address Details","name":"addressDetails","values":[{"displayName":"City","name":"city","type":"string","default":"","placeholder":"Berlin"},{"displayName":"Country","name":"country","type":"string","default":"","placeholder":"Germany"},{"displayName":"Street & Number","name":"address","type":"string","default":"","placeholder":"Borsigstr. 27"},{"displayName":"Zip Code","name":"zip","type":"string","default":"","placeholder":"10115"}]}]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadUserCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Department","name":"department","type":"string","default":"","placeholder":"Finance"},{"displayName":"Email Address","name":"email","type":"string","default":"","placeholder":"hello@n8n.io"},{"displayName":"Fax","name":"fax","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"First Name","name":"firstname","type":"string","default":"","placeholder":"John"},{"displayName":"Last Name","name":"lastname","type":"string","default":"","placeholder":"Smith"},{"displayName":"Notes","name":"note","type":"string","default":""},{"displayName":"Organization Name or ID","name":"organization","type":"options","description":"Name of the organization to assign to the user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","typeOptions":{"loadOptionsMethod":"loadOrganizationNames"}},{"displayName":"Phone (Landline)","name":"phone","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"Phone (Mobile)","name":"mobile","type":"string","default":"","placeholder":"+49 1522 3433333"},{"displayName":"Verified","name":"verified","type":"boolean","default":false,"description":"Whether the user has been verified"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the user is a Very Important Person"},{"displayName":"Website","name":"web","type":"string","default":"","placeholder":"https://n8n.io"}]},{"displayName":"Query","name":"query","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["search"],"resource":["user"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["search"],"resource":["user"]}},"description":"Max number of results to return"},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":{},"placeholder":"Add Filter","options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"Query to filter results by","placeholder":"user.firstname:john"},{"displayName":"Sort","name":"sortUi","type":"fixedCollection","placeholder":"Add Sort Options","default":{},"options":[{"displayName":"Sort Options","name":"sortDetails","values":[{"displayName":"Sort Key Name or ID","name":"sort_by","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"loadUserFields"},"default":""},{"displayName":"Sort Order","name":"order_by","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"}]}]}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zammad/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/zammad/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zammad/zammad.svg"},
440
441
  {"displayName":"Zendesk","name":"n8n-nodes-base.zendesk","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Zendesk API","defaults":{"name":"Zendesk"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"zendeskApi","required":true,"displayOptions":{"show":{"authentication":["apiToken"]}}},{"name":"zendeskOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Token","value":"apiToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Ticket","value":"ticket","description":"Tickets are the means through which your end users (customers) communicate with agents in Zendesk Support"},{"name":"Ticket Field","value":"ticketField","description":"Manage system and custom ticket fields"},{"name":"User","value":"user","description":"Manage users"},{"name":"Organization","value":"organization","description":"Manage organizations"}],"default":"ticket"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Get a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Get many tickets","action":"Get many tickets"},{"name":"Recover","value":"recover","description":"Recover a suspended ticket","action":"Recover a ticket"},{"name":"Update","value":"update","description":"Update a ticket","action":"Update a ticket"}],"default":"create"},{"displayName":"Description","name":"description","type":"string","default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"required":true,"description":"The first comment on the ticket"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"],"jsonParameters":[false]}},"options":[{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Custom Field","name":"customFieldsValues","values":[{"displayName":"Name or ID","name":"id","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"Custom field ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom field Value"}]}]},{"displayName":"External ID","name":"externalId","type":"string","default":"","description":"An ID you can use to link Zendesk Support tickets to local records"},{"displayName":"Group Name or ID","name":"group","type":"options","typeOptions":{"loadOptionsMethod":"getGroups"},"default":"","description":"The group this ticket is assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recipient","name":"recipient","type":"string","default":"","description":"The original recipient e-mail address of the ticket"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Closed","value":"closed"},{"name":"New","value":"new"},{"name":"On-Hold","value":"hold"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Solved","value":"solved"}],"default":"","description":"The state of the ticket"},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The value of the subject field for this ticket"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The array of tags applied to this ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Question","value":"question"},{"name":"Incident","value":"incident"},{"name":"Problem","value":"problem"},{"name":"Task","value":"task"}],"default":"","description":"The type of this ticket"}]},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["create"],"jsonParameters":[true]}},"description":"Object of values to set as described <a href=\"https://developer.zendesk.com/rest_api/docs/support/tickets\">here</a>"},{"displayName":"Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}}},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["update"],"jsonParameters":[false]}},"options":[{"displayName":"Assignee Email","name":"assigneeEmail","type":"string","default":"","description":"The e-mail address of the assignee"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Custom Field","name":"customFieldsValues","values":[{"displayName":"Name or ID","name":"id","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"Custom field ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom field Value"}]}]},{"displayName":"External ID","name":"externalId","type":"string","default":"","description":"An ID you can use to link Zendesk Support tickets to local records"},{"displayName":"Group Name or ID","name":"group","type":"options","typeOptions":{"loadOptionsMethod":"getGroups"},"default":"","description":"The group this ticket is assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Internal Note","name":"internalNote","type":"string","default":"","description":"Internal Ticket Note (Accepts HTML)"},{"displayName":"Public Reply","name":"publicReply","type":"string","default":"","description":"Public ticket reply"},{"displayName":"Recipient","name":"recipient","type":"string","default":"","description":"The original recipient e-mail address of the ticket"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Closed","value":"closed"},{"name":"New","value":"new"},{"name":"On-Hold","value":"hold"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Solved","value":"solved"}],"default":"","description":"The state of the ticket"},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The value of the subject field for this ticket"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The array of tags applied to this ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Question","value":"question"},{"name":"Incident","value":"incident"},{"name":"Problem","value":"problem"},{"name":"Task","value":"task"}],"default":"","description":"The type of this ticket"}]},{"displayName":"Update Fields","name":"updateFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["update"],"jsonParameters":[true]}},"description":"Object of values to update as described <a href=\"https://developer.zendesk.com/rest_api/docs/support/tickets\">here</a>"},{"displayName":"Ticket Type","name":"ticketType","type":"options","options":[{"name":"Regular","value":"regular"},{"name":"Suspended","value":"suspended"}],"default":"regular","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get","delete","getAll"]}}},{"displayName":"Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"],"ticketType":["regular"]}}},{"displayName":"Suspended Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"],"ticketType":["suspended"]}},"description":"Ticket ID"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"options":[{"displayName":"Group Name or ID","name":"group","type":"options","typeOptions":{"loadOptionsMethod":"getGroups"},"displayOptions":{"show":{"/ticketType":["regular"]}},"default":"","description":"The group to search. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"/ticketType":["regular"]}},"default":"","description":"<a href=\"https://developer.zendesk.com/api-reference/ticketing/ticket-management/search/#syntax-examples\">Query syntax</a> to search tickets"},{"displayName":"Sort By","name":"sortBy","type":"options","options":[{"name":"Created At","value":"created_at"},{"name":"Priority","value":"priority"},{"name":"Status","value":"status"},{"name":"Ticket Type","value":"ticket_type"},{"name":"Updated At","value":"updated_at"}],"default":"updated_at","description":"Defaults to sorting by relevance"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"},{"displayName":"Status","name":"status","type":"options","displayOptions":{"show":{"/ticketType":["regular"]}},"options":[{"name":"Closed","value":"closed"},{"name":"New","value":"new"},{"name":"On-Hold","value":"hold"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Solved","value":"solved"}],"default":"","description":"The state of the ticket"}]},{"displayName":"Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"],"ticketType":["regular"]}}},{"displayName":"Suspended Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"],"ticketType":["suspended"]}},"description":"Ticket ID"},{"displayName":"Suspended Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["recover"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticketField"]}},"options":[{"name":"Get","value":"get","description":"Get a ticket field","action":"Get a ticket field"},{"name":"Get Many","value":"getAll","description":"Get many system and custom ticket fields","action":"Get many ticket fields"}],"default":"get"},{"displayName":"Ticket Field ID","name":"ticketFieldId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticketField"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["ticketField"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["ticketField"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Get a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Get many users","action":"Get many users"},{"name":"Get Organizations","value":"getOrganizations","description":"Get a user's organizations","action":"Get a user's organizations"},{"name":"Get Related Data","value":"getRelatedData","description":"Get data related to the user","action":"Get data related to a user"},{"name":"Search","value":"search","description":"Search users","action":"Search a user"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"required":true,"description":"The user's name"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"Alias","name":"alias","type":"string","default":"","description":"An alias displayed to end users"},{"displayName":"Custom Role ID","name":"custom_role_id","type":"number","default":0,"description":"A custom role if the user is an agent on the Enterprise plan"},{"displayName":"Details","name":"details","type":"string","default":"","description":"Any details you want to store about the user, such as an address"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The user's primary email address"},{"displayName":"External ID","name":"external_id","type":"string","default":"","description":"A unique identifier from another system"},{"displayName":"Locale","name":"locale","type":"options","typeOptions":{"loadOptionsMethod":"getLocales"},"default":"","description":"The user's locale. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Moderator","name":"moderator","type":"boolean","default":false,"description":"Whether the user has forum moderation capabilities"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Any notes you want to store about the user"},{"displayName":"Only Private Comments","name":"only_private_comments","type":"boolean","default":false,"description":"Whether the user can only create private comments"},{"displayName":"Organization Name or ID","name":"organization_id","typeOptions":{"loadOptionsMethod":"getOrganizations"},"type":"options","default":"","description":"The ID of the user's organization. If the user has more than one organization memberships, the ID of the user's default organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The user's primary phone number"},{"displayName":"Report CSV","name":"report_csv","type":"boolean","default":false,"description":"Whether or not the user can access the CSV report on the Search tab of the Reporting page in the Support admin interface"},{"displayName":"Restricted Agent","name":"restricted_agent","type":"boolean","default":false,"description":"Whether the agent has any restrictions; false for admins and unrestricted agents, true for other agents"},{"displayName":"Role","name":"role","type":"options","options":[{"name":"End User","value":"end-user"},{"name":"Agent","value":"agent"},{"name":"Admin","value":"admin"}],"default":"","description":"The user's role"},{"displayName":"Signature","name":"signature","type":"string","default":"","description":"The user's signature. Only agents and admins can have signatures."},{"displayName":"Suspended","name":"suspended","type":"boolean","default":false,"description":"Whether the agent is suspended. Tickets from suspended users are also suspended, and these users cannot sign in to the end user portal."},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The array of tags applied to this user. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticket Restriction","name":"ticket_restriction","type":"options","options":[{"name":"Organization","value":"organization"},{"name":"Groups","value":"groups"},{"name":"Assigned","value":"assigned"},{"name":"Requested","value":"requested"}],"default":"","description":"Specifies which tickets the user has access to"},{"displayName":"Timezone","name":"time_zone","type":"string","default":"","description":"The user's time zone"},{"displayName":"User Fields","name":"userFieldsUi","placeholder":"Add User Field","description":"Values of custom fields in the user's profile","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"userFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getUserFields"},"default":"","description":"Name of the field to sort on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field"}]}]},{"displayName":"Verified","name":"verified","type":"boolean","default":false,"description":"Whether the user's primary identity is verified or not"}]},{"displayName":"User ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"Alias","name":"alias","type":"string","default":"","description":"An alias displayed to end users"},{"displayName":"Custom Role ID","name":"custom_role_id","type":"number","default":0,"description":"A custom role if the user is an agent on the Enterprise plan"},{"displayName":"Details","name":"details","type":"string","default":"","description":"Any details you want to store about the user, such as an address"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The user's primary email address"},{"displayName":"External ID","name":"external_id","type":"string","default":"","description":"A unique identifier from another system"},{"displayName":"Locale","name":"locale","type":"options","typeOptions":{"loadOptionsMethod":"getLocales"},"default":"","description":"The user's locale. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Moderator","name":"moderator","type":"boolean","default":false,"description":"Whether the user has forum moderation capabilities"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The user's name"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Any notes you want to store about the user"},{"displayName":"Only Private Comments","name":"only_private_comments","type":"boolean","default":false,"description":"Whether the user can only create private comments"},{"displayName":"Organization Name or ID","name":"organization_id","typeOptions":{"loadOptionsMethod":"getOrganizations"},"type":"options","default":"","description":"The ID of the user's organization. If the user has more than one organization memberships, the ID of the user's default organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The user's primary phone number"},{"displayName":"Report CSV","name":"report_csv","type":"boolean","default":false,"description":"Whether or not the user can access the CSV report on the Search tab of the Reporting page in the Support admin interface"},{"displayName":"Restricted Agent","name":"restricted_agent","type":"boolean","default":false,"description":"Whether the agent has any restrictions; false for admins and unrestricted agents, true for other agents"},{"displayName":"Role","name":"role","type":"options","options":[{"name":"End User","value":"end-user"},{"name":"Agent","value":"agent"},{"name":"Admin","value":"admin"}],"default":"","description":"The user's role"},{"displayName":"Signature","name":"signature","type":"string","default":"","description":"The user's signature. Only agents and admins can have signatures."},{"displayName":"Suspended","name":"suspended","type":"boolean","default":false,"description":"Whether the agent is suspended. Tickets from suspended users are also suspended, and these users cannot sign in to the end user portal."},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The array of tags applied to this user. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticket Restriction","name":"ticket_restriction","type":"options","options":[{"name":"Organization","value":"organization"},{"name":"Groups","value":"groups"},{"name":"Assigned","value":"assigned"},{"name":"Requested","value":"requested"}],"default":"","description":"Specifies which tickets the user has access to"},{"displayName":"Timezone","name":"time_zone","type":"string","default":"","description":"The user's time zone"},{"displayName":"User Fields","name":"userFieldsUi","placeholder":"Add User Field","description":"Values of custom fields in the user's profile","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"userFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getUserFields"},"default":"","description":"Name of the field to sort on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field"}]}]},{"displayName":"Verified","name":"verified","type":"boolean","default":false,"description":"Whether the user's primary identity is verified or not"}]},{"displayName":"User ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Roles","name":"role","type":"multiOptions","options":[{"name":"End User","value":"end-user"},{"name":"Agent","value":"agent"},{"name":"Admin","value":"admin"}],"default":[]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["search"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":""},{"displayName":"External ID","name":"external_id","type":"string","default":""}]},{"displayName":"User ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"User ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["getRelatedData"]}}},{"displayName":"User ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["getOrganizations"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["organization"]}},"options":[{"name":"Count","value":"count","description":"Count organizations","action":"Count organizations"},{"name":"Create","value":"create","description":"Create an organization","action":"Create an organization"},{"name":"Delete","value":"delete","description":"Delete an organization","action":"Delete an organization"},{"name":"Get","value":"get","description":"Get an organization","action":"Get an organization"},{"name":"Get Many","value":"getAll","description":"Get many organizations","action":"Get many organizations"},{"name":"Get Related Data","value":"getRelatedData","description":"Get data related to the organization","action":"Get data related to an organization"},{"name":"Update","value":"update","description":"Update a organization","action":"Update an organization"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"options":[{"displayName":"Details","name":"details","type":"string","default":"","description":"Details about the organization, such as the address"},{"displayName":"Domain Names","name":"domain_names","type":"string","default":"","description":"Comma-separated domain names associated with this organization"},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Organization Fields","name":"organizationFieldsUi","placeholder":"Add Organization Field","description":"Values of custom fields in the organization's profile","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"organizationFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getOrganizationFields"},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"IDs of tags applied to this organization. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Organization ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["update"]}},"options":[{"displayName":"Details","name":"details","type":"string","default":"","description":"Details about the organization, such as the address"},{"displayName":"Domain Names","name":"domain_names","type":"string","default":"","description":"Comma-separated domain names associated with this organization"},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Organization Fields","name":"organizationFieldsUi","placeholder":"Add Organization Field","description":"Values of custom fields in the organization's profile","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"organizationFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getOrganizationFields"},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"IDs of tags applied to this organization. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Organization ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["organization"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["organization"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Organization ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["delete"]}}},{"displayName":"Organization ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["getRelatedData"]}}}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zendesk/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/zendesk"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zendesk/zendesk.svg"},
441
442
  {"displayName":"Zendesk Trigger","name":"n8n-nodes-base.zendeskTrigger","group":["trigger"],"version":1,"description":"Handle Zendesk events via webhooks","defaults":{"name":"Zendesk Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"zendeskApi","required":true,"displayOptions":{"show":{"authentication":["apiToken"]}}},{"name":"zendeskOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Token","value":"apiToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiToken"},{"displayName":"Service","name":"service","type":"options","required":true,"options":[{"name":"Support","value":"support"}],"default":"support"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"service":["support"]}},"default":{},"options":[{"displayName":"Field Names or IDs","name":"fields","description":"The fields to return the values of. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getFields"}}],"placeholder":"Add Option"},{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"service":["support"]}},"description":"The condition to set","default":{},"options":[{"name":"all","displayName":"All","values":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Ticket","value":"ticket"}],"default":"ticket"},{"displayName":"Field","name":"field","type":"options","displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Assignee","value":"assignee"},{"name":"Group","value":"group"},{"name":"Priority","value":"priority"},{"name":"Status","value":"status"},{"name":"Type","value":"type"}],"default":"status"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Changed","value":"changed"},{"name":"Changed From","value":"value_previous"},{"name":"Changed To","value":"value"},{"name":"Greater Than","value":"greater_than"},{"name":"Is","value":"is"},{"name":"Is Not","value":"is_not"},{"name":"Less Than","value":"less_than"},{"name":"Not Changed","value":"not_changed"},{"name":"Not Changed From","value":"not_value_previous"},{"name":"Not Changed To","value":"not_value"}],"displayOptions":{"hide":{"field":["assignee"]}},"default":"is"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Changed","value":"changed"},{"name":"Changed From","value":"value_previous"},{"name":"Changed To","value":"value"},{"name":"Is","value":"is"},{"name":"Is Not","value":"is_not"},{"name":"Not Changed","value":"not_changed"},{"name":"Not Changed From","value":"not_value_previous"},{"name":"Not Changed To","value":"not_value"}],"displayOptions":{"show":{"field":["assignee"]}},"default":"is"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["status"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","priority","type"]}},"options":[{"name":"Closed","value":"closed"},{"name":"New","value":"new"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Solved","value":"solved"}],"default":"open"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["type"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","priority","status"]}},"options":[{"name":"Question","value":"question"},{"name":"Incident","value":"incident"},{"name":"Problem","value":"problem"},{"name":"Task","value":"task"}],"default":"question"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["priority"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","type","status"]}},"options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"},{"name":"Urgent","value":"urgent"}],"default":"low"},{"displayName":"Value","name":"value","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups"},"displayOptions":{"show":{"field":["group"]},"hide":{"field":["assignee","priority","type","status"]}},"default":""},{"displayName":"Value","name":"value","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"field":["assignee"]},"hide":{"field":["group","priority","type","status"]}},"default":""}]},{"name":"any","displayName":"Any","values":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Ticket","value":"ticket"}],"default":"ticket"},{"displayName":"Field","name":"field","type":"options","displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Assignee","value":"assignee"},{"name":"Group","value":"group"},{"name":"Priority","value":"priority"},{"name":"Status","value":"status"},{"name":"Type","value":"type"}],"default":"status"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Changed","value":"changed"},{"name":"Changed From","value":"value_previous"},{"name":"Changed To","value":"value"},{"name":"Greater Than","value":"greater_than"},{"name":"Is","value":"is"},{"name":"Is Not","value":"is_not"},{"name":"Less Than","value":"less_than"},{"name":"Not Changed","value":"not_changed"},{"name":"Not Changed From","value":"not_value_previous"},{"name":"Not Changed To","value":"not_value"}],"displayOptions":{"hide":{"field":["assignee"]}},"default":"is"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Changed","value":"changed"},{"name":"Changed From","value":"value_previous"},{"name":"Changed To","value":"value"},{"name":"Is","value":"is"},{"name":"Is Not","value":"is_not"},{"name":"Not Changed","value":"not_changed"},{"name":"Not Changed From","value":"not_value_previous"},{"name":"Not Changed To","value":"not_value"}],"displayOptions":{"show":{"field":["assignee"]}},"default":"is"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["status"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","priority","type"]}},"options":[{"name":"Closed","value":"closed"},{"name":"New","value":"new"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Solved","value":"solved"}],"default":"open"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["type"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","priority","status"]}},"options":[{"name":"Question","value":"question"},{"name":"Incident","value":"incident"},{"name":"Problem","value":"problem"},{"name":"Task","value":"task"}],"default":"question"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["priority"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","type","status"]}},"options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"},{"name":"Urgent","value":"urgent"}],"default":"low"},{"displayName":"Value","name":"value","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups"},"displayOptions":{"show":{"field":["group"]},"hide":{"field":["assignee","priority","type","status"]}},"default":""},{"displayName":"Value","name":"value","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"field":["assignee"]},"hide":{"field":["group","priority","type","status"]}},"default":""}]}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.zendesktrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/zendesk"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zendesk/zendesk.svg"},
442
443
  {"displayName":"Zoho CRM","name":"n8n-nodes-base.zohoCrm","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","version":1,"description":"Consume Zoho CRM API","defaults":{"name":"Zoho CRM"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"zohoOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"},{"name":"Contact","value":"contact"},{"name":"Deal","value":"deal"},{"name":"Invoice","value":"invoice"},{"name":"Lead","value":"lead"},{"name":"Product","value":"product"},{"name":"Purchase Order","value":"purchaseOrder"},{"name":"Quote","value":"quote"},{"name":"Sales Order","value":"salesOrder"},{"name":"Vendor","value":"vendor"}],"default":"account"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Create","value":"create","description":"Create an account","action":"Create an account"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or Update an account"},{"name":"Delete","value":"delete","description":"Delete an account","action":"Delete an account"},{"name":"Get","value":"get","description":"Get an account","action":"Get an account"},{"name":"Get Many","value":"getAll","description":"Get many accounts","action":"Get many accounts"},{"name":"Update","value":"update","description":"Update an account","action":"Update an account"}],"default":"create"},{"displayName":"Account Name","name":"accountName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["create"]}}},{"displayName":"Account Name","name":"accountName","description":"Name of the account. If a record with this account name exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create","upsert"]}},"options":[{"displayName":"Account Number","name":"Account_Number","type":"string","default":""},{"displayName":"Account Site","name":"Account_Site","type":"string","default":"","description":"Name of the account’s location, e.g. Headquarters or London"},{"displayName":"Account Type Name or ID","name":"Account_Type","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountType"},"default":[]},{"displayName":"Annual Revenue","name":"Annual_Revenue","type":"number","default":""},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Contact Details","name":"Contact_Details","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomAccountFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Employees","name":"Employees","type":"number","default":"","description":"Number of employees in the account’s company"},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":"","description":"Exchange rate of the default currency to the home currency"},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"Industry","name":"Industry","type":"string","default":""},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Ticker Symbol","name":"Ticker_Symbol","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"displayName":"Account ID","name":"accountId","description":"ID of the account to delete. Can be found at the end of the URL.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["delete"]}}},{"displayName":"Account ID","name":"accountId","description":"ID of the account to retrieve. Can be found at the end of the URL.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Account ID","name":"accountId","description":"ID of the account to update. Can be found at the end of the URL.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["update"]}},"options":[{"displayName":"Account Name","name":"Account_Name","type":"string","default":""},{"displayName":"Account Number","name":"Account_Number","type":"string","default":""},{"displayName":"Account Site","name":"Account_Site","type":"string","default":"","description":"Name of the account’s location, e.g. Headquarters or London"},{"displayName":"Account Type Name or ID","name":"Account_Type","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountType"},"default":[]},{"displayName":"Annual Revenue","name":"Annual_Revenue","type":"number","default":""},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Contact Details","name":"Contact_Details","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomAccountFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Employees","name":"Employees","type":"number","default":"","description":"Number of employees in the account’s company"},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":"","description":"Exchange rate of the default currency to the home currency"},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"Industry","name":"Industry","type":"string","default":""},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Ticker Symbol","name":"Ticker_Symbol","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or Update a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Assistant","name":"Assistant","type":"string","default":"","description":"Name of the contact’s assistant"},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomContactFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Date of Birth","name":"Date_of_Birth","type":"dateTime","default":""},{"displayName":"Department","name":"Department","type":"string","default":"","description":"Company department to which the contact belongs"},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Email (Primary)","name":"Email","type":"string","default":""},{"displayName":"Email (Secondary)","name":"Secondary_Email","type":"string","default":""},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Mailing Address","name":"Mailing_Address","type":"fixedCollection","default":{},"placeholder":"Add Mailing Address Field","options":[{"displayName":"Mailing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Mailing_Street","type":"string","default":""},{"displayName":"City","name":"Mailing_City","type":"string","default":""},{"displayName":"State","name":"Mailing_State","type":"string","default":""},{"displayName":"Country","name":"Mailing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Mailing_Zip","type":"string","default":""}]}]},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Other Address","name":"Other_Address","type":"fixedCollection","default":{},"placeholder":"Add Other Address Field","options":[{"displayName":"Other Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Other_Street","type":"string","default":""},{"displayName":"City","name":"Other_City","type":"string","default":""},{"displayName":"State","name":"Other_State","type":"string","default":""},{"displayName":"Zip Code","name":"Other_Zip","type":"string","default":""}]}]},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Phone (Assistant)","name":"Asst_Phone","type":"string","default":"","description":"Phone number of the contact’s assistant"},{"displayName":"Phone (Home)","name":"Home_Phone","type":"string","default":""},{"displayName":"Phone (Other)","name":"Other_Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Title","name":"Title","type":"string","default":"","description":"Position of the contact at their company"},{"displayName":"Twitter","name":"Twitter","type":"string","default":""}]},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"displayName":"Assistant","name":"Assistant","type":"string","default":"","description":"Name of the contact’s assistant"},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomContactFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Date of Birth","name":"Date_of_Birth","type":"dateTime","default":""},{"displayName":"Department","name":"Department","type":"string","default":"","description":"Company department to which the contact belongs"},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Email (Primary)","name":"Email","type":"string","default":"","description":"Email of the contact. If a record with this email exists it will be updated, otherwise a new one will be created."},{"displayName":"Email (Secondary)","name":"Secondary_Email","type":"string","default":""},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Mailing Address","name":"Mailing_Address","type":"fixedCollection","default":{},"placeholder":"Add Mailing Address Field","options":[{"displayName":"Mailing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Mailing_Street","type":"string","default":""},{"displayName":"City","name":"Mailing_City","type":"string","default":""},{"displayName":"State","name":"Mailing_State","type":"string","default":""},{"displayName":"Country","name":"Mailing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Mailing_Zip","type":"string","default":""}]}]},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Other Address","name":"Other_Address","type":"fixedCollection","default":{},"placeholder":"Add Other Address Field","options":[{"displayName":"Other Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Other_Street","type":"string","default":""},{"displayName":"City","name":"Other_City","type":"string","default":""},{"displayName":"State","name":"Other_State","type":"string","default":""},{"displayName":"Zip Code","name":"Other_Zip","type":"string","default":""}]}]},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Phone (Assistant)","name":"Asst_Phone","type":"string","default":"","description":"Phone number of the contact’s assistant"},{"displayName":"Phone (Home)","name":"Home_Phone","type":"string","default":""},{"displayName":"Phone (Other)","name":"Other_Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Title","name":"Title","type":"string","default":"","description":"Position of the contact at their company"},{"displayName":"Twitter","name":"Twitter","type":"string","default":""}]},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getContactFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Assistant","name":"Assistant","type":"string","default":""},{"displayName":"Assistant’s Phone","name":"Asst_Phone","type":"string","default":"","description":"Phone number of the contact’s assistant"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomContactFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Date of Birth","name":"Date_of_Birth","type":"dateTime","default":""},{"displayName":"Department","name":"Department","type":"string","default":""},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Email (Primary)","name":"Email","type":"string","default":""},{"displayName":"Email (Secondary)","name":"Secondary_Email","type":"string","default":""},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Home Phone","name":"Home_Phone","type":"string","default":""},{"displayName":"Last Name","name":"Last_Name","type":"string","default":""},{"displayName":"Mailing Address","name":"Mailing_Address","type":"fixedCollection","default":{},"placeholder":"Add Mailing Address Field","options":[{"displayName":"Mailing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Mailing_Street","type":"string","default":""},{"displayName":"City","name":"Mailing_City","type":"string","default":""},{"displayName":"State","name":"Mailing_State","type":"string","default":""},{"displayName":"Country","name":"Mailing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Mailing_Zip","type":"string","default":""}]}]},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Other Address","name":"Other_Address","type":"fixedCollection","default":{},"placeholder":"Add Other Address Field","options":[{"displayName":"Other Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Other_Street","type":"string","default":""},{"displayName":"City","name":"Other_City","type":"string","default":""},{"displayName":"State","name":"Other_State","type":"string","default":""},{"displayName":"Zip Code","name":"Other_Zip","type":"string","default":""}]}]},{"displayName":"Other Phone","name":"Other_Phone","type":"string","default":""},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Title","name":"Title","type":"string","default":"","description":"Position of the contact at their company"},{"displayName":"Twitter","name":"Twitter","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["deal"]}},"options":[{"name":"Create","value":"create","description":"Create a deal","action":"Create a deal"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or Update a deal"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a deal"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a deal"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many deals"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a deal"}],"default":"create"},{"displayName":"Deal Name","name":"dealName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["create"]}}},{"displayName":"Deal Name","name":"dealName","description":"Name of the deal. If a record with this deal name exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["upsert"]}}},{"displayName":"Stage Name or ID","name":"stage","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getDealStage"},"displayOptions":{"show":{"resource":["deal"],"operation":["create","upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["create","upsert"]}},"options":[{"displayName":"Amount","name":"Amount","type":"number","default":"","description":"Monetary amount of the deal"},{"displayName":"Closing Date","name":"Closing_Date","type":"dateTime","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomDealFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Lead Conversion Time","name":"Lead_Conversion_Time","type":"number","default":"","description":"Average number of days to convert the lead into a deal"},{"displayName":"Next Step","name":"Next_Step","type":"string","default":"","description":"Description of the next step in the sales process"},{"displayName":"Overall Sales Duration","name":"Overall_Sales_Duration","type":"number","default":"","description":"Average number of days to convert the lead into a deal and to win the deal"},{"displayName":"Probability","name":"Probability","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":"","description":"Probability of deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Sales Cycle Duration","name":"Sales_Cycle_Duration","type":"number","default":0,"description":"Average number of days for the deal to be won"}]},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["delete"]}}},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getDealFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"options":[{"displayName":"Amount","name":"Amount","type":"number","default":"","description":"Monetary amount of the deal"},{"displayName":"Closing Date","name":"Closing_Date","type":"dateTime","default":""},{"displayName":"Currency","name":"Currency","type":"string","default":"","description":"Symbol of the currency in which revenue is generated"},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomDealFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Deal Name","name":"Deal_Name","type":"string","default":""},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Lead Conversion Time","name":"Lead_Conversion_Time","type":"number","default":"","description":"Average number of days to convert the lead into a deal"},{"displayName":"Next Step","name":"Next_Step","type":"string","default":"","description":"Description of the next step in the sales process"},{"displayName":"Overall Sales Duration","name":"Overall_Sales_Duration","type":"number","default":"","description":"Average number of days to convert the lead into a deal and to win the deal"},{"displayName":"Probability","name":"Probability","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":"","description":"Probability of deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Sales Cycle Duration","name":"Sales_Cycle_Duration","type":"number","default":0,"description":"Average number of days to win the deal"},{"displayName":"Stage Name or ID","name":"Stage","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealStage"},"default":[]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["invoice"]}},"options":[{"name":"Create","value":"create","description":"Create an invoice","action":"Create an invoice"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or Update an invoice"},{"name":"Delete","value":"delete","description":"Delete an invoice","action":"Delete an invoice"},{"name":"Get","value":"get","description":"Get an invoice","action":"Get an invoice"},{"name":"Get Many","value":"getAll","description":"Get many invoices","action":"Get many invoices"},{"name":"Update","value":"update","description":"Update an invoice","action":"Update an invoice"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"Subject or title of the invoice","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","description":"Subject or title of the invoice. If a record with this subject exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["upsert"]}}},{"displayName":"Products","name":"Product_Details","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Product"},"default":{},"placeholder":"Add Field","options":[{"displayName":"List Price","name":"list_price","type":"number","default":""},{"displayName":"Product Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getProducts"}},{"displayName":"Product Description","name":"product_description","type":"string","default":""},{"displayName":"Quantity","name":"quantity","type":"number","default":1},{"displayName":"Quantity in Stock","name":"quantity_in_stock","type":"number","default":0},{"displayName":"Tax","name":"Tax","type":"number","default":0},{"displayName":"Total","name":"total","type":"number","default":0},{"displayName":"Total After Discount","name":"total_after_discount","type":"number","default":0},{"displayName":"Total (Net)","name":"net_total","type":"number","default":0},{"displayName":"Unit Price","name":"unit_price","type":"number","default":0}],"displayOptions":{"show":{"resource":["invoice"],"operation":["create","upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["create","upsert"]}},"options":[{"displayName":"Account Name or ID","name":"accountId","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account associated with this invoice. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Adjustment","name":"Adjustment","type":"number","default":"","description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomInvoiceFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":"","description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":"","description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Invoice Date","name":"Invoice_Date","type":"dateTime","default":""},{"displayName":"Invoice Number","name":"Invoice_Number","type":"string","default":""},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":"","description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status","name":"Status","type":"string","default":""},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":"","description":"Total amount for the product excluding tax"},{"displayName":"Tax","name":"Tax","type":"number","default":"","description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the invoice"}]},{"displayName":"Invoice ID","name":"invoiceId","description":"ID of the invoice to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["delete"]}}},{"displayName":"Invoice ID","name":"invoiceId","description":"ID of the invoice to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getInvoiceFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getInvoiceFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Invoice ID","name":"invoiceId","description":"ID of the invoice to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}},"options":[{"displayName":"Account Name or ID","name":"accountId","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account associated with this invoice. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Adjustment","name":"Adjustment","type":"number","default":"","description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomInvoiceFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":"","description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":"","description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Invoice Date","name":"Invoice_Date","type":"dateTime","default":""},{"displayName":"Invoice Number","name":"Invoice_Number","type":"string","default":""},{"displayName":"Products","name":"Product_Details","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Product"},"default":{},"placeholder":"Add Field","options":[{"displayName":"List Price","name":"list_price","type":"number","default":""},{"displayName":"Product Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getProducts"}},{"displayName":"Product Description","name":"product_description","type":"string","default":""},{"displayName":"Quantity","name":"quantity","type":"number","default":1},{"displayName":"Quantity in Stock","name":"quantity_in_stock","type":"number","default":0},{"displayName":"Tax","name":"Tax","type":"number","default":0},{"displayName":"Total","name":"total","type":"number","default":0},{"displayName":"Total After Discount","name":"total_after_discount","type":"number","default":0},{"displayName":"Total (Net)","name":"net_total","type":"number","default":0},{"displayName":"Unit Price","name":"unit_price","type":"number","default":0}]},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":"","description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status","name":"Status","type":"string","default":""},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":"","description":"Total amount for the product excluding tax"},{"displayName":"Subject","name":"Subject","type":"string","default":"","description":"Subject or title of the invoice"},{"displayName":"Tax","name":"Tax","type":"number","default":"","description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the invoice"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["lead"]}},"options":[{"name":"Create","value":"create","description":"Create a lead","action":"Create a lead"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a lead"},{"name":"Delete","value":"delete","description":"Delete a lead","action":"Delete a lead"},{"name":"Get","value":"get","description":"Get a lead","action":"Get a lead"},{"name":"Get Fields","value":"getFields","description":"Get lead fields","action":"Get lead fields"},{"name":"Get Many","value":"getAll","description":"Get many leads","action":"Get many leads"},{"name":"Update","value":"update","description":"Update a lead","action":"Update a lead"}],"default":"create"},{"displayName":"Company","name":"Company","description":"Company at which the lead works","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["create"]}}},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["create"]}},"options":[{"displayName":"Address","name":"Address","type":"fixedCollection","default":{},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Street","type":"string","default":""},{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"State","name":"State","type":"string","default":""},{"displayName":"Country","name":"Country","type":"string","default":""},{"displayName":"Zip Code","name":"Zip_Code","type":"string","default":""}]}]},{"displayName":"Annual Revenue","name":"Annual_Revenue","type":"number","default":"","description":"Annual revenue of the lead’s company"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomLeadFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Designation","name":"Designation","type":"string","default":"","description":"Position of the lead at their company"},{"displayName":"Email","name":"Email","type":"string","default":""},{"displayName":"Email Opt Out","name":"Email_Opt_Out","type":"boolean","default":false},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Industry","name":"Industry","type":"string","default":"","description":"Industry to which the lead belongs"},{"displayName":"Industry Type","name":"Industry_Type","type":"string","default":"","description":"Type of industry to which the lead belongs"},{"displayName":"Lead Source","name":"Lead_Source","type":"string","default":"","description":"Source from which the lead was created"},{"displayName":"Lead Status","name":"Lead_Status","type":"string","default":""},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Number of Employees","name":"No_of_Employees","type":"number","default":"","description":"Number of employees in the lead’s company"},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Secondary Email","name":"Secondary_Email","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Twitter","name":"Twitter","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"displayName":"Company","name":"Company","description":"Company at which the lead works","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["upsert"]}}},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["upsert"]}},"options":[{"displayName":"Address","name":"Address","type":"fixedCollection","default":{},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Street","type":"string","default":""},{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"State","name":"State","type":"string","default":""},{"displayName":"Country","name":"Country","type":"string","default":""},{"displayName":"Zip Code","name":"Zip_Code","type":"string","default":""}]}]},{"displayName":"Annual Revenue","name":"Annual_Revenue","type":"number","default":"","description":"Annual revenue of the lead’s company"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomLeadFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Designation","name":"Designation","type":"string","default":"","description":"Position of the lead at their company"},{"displayName":"Email","name":"Email","type":"string","default":"","description":"Email of the lead. If a record with this email exists it will be updated, otherwise a new one will be created."},{"displayName":"Email Opt Out","name":"Email_Opt_Out","type":"boolean","default":false},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Industry","name":"Industry","type":"string","default":"","description":"Industry to which the lead belongs"},{"displayName":"Industry Type","name":"Industry_Type","type":"string","default":"","description":"Type of industry to which the lead belongs"},{"displayName":"Lead Source","name":"Lead_Source","type":"string","default":"","description":"Source from which the lead was created"},{"displayName":"Lead Status","name":"Lead_Status","type":"string","default":""},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Number of Employees","name":"No_of_Employees","type":"number","default":"","description":"Number of employees in the lead’s company"},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Secondary Email","name":"Secondary_Email","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Twitter","name":"Twitter","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"displayName":"Lead ID","name":"leadId","description":"ID of the lead to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}}},{"displayName":"Lead ID","name":"leadId","description":"ID of the lead to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["lead"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLeadFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getLeadFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Lead ID","name":"leadId","description":"ID of the lead to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["update"]}},"options":[{"displayName":"Address","name":"Address","type":"fixedCollection","default":{},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Street","type":"string","default":""},{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"State","name":"State","type":"string","default":""},{"displayName":"Country","name":"Country","type":"string","default":""},{"displayName":"Zip Code","name":"Zip_Code","type":"string","default":""}]}]},{"displayName":"Annual Revenue","name":"Annual_Revenue","type":"number","default":"","description":"Annual revenue of the lead’s company"},{"displayName":"Company","name":"Company","type":"string","default":"","description":"Company at which the lead works"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomLeadFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Designation","name":"Designation","type":"string","default":"","description":"Position of the lead at their company"},{"displayName":"Email","name":"Email","type":"string","default":""},{"displayName":"Email Opt Out","name":"Email_Opt_Out","type":"boolean","default":false},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Industry","name":"Industry","type":"string","default":"","description":"Industry to which the lead belongs"},{"displayName":"Industry Type","name":"Industry_Type","type":"string","default":"","description":"Type of industry to which the lead belongs"},{"displayName":"Last Name","name":"Last_Name","type":"string","default":""},{"displayName":"Lead Source","name":"Lead_Source","type":"string","default":"","description":"Source from which the lead was created"},{"displayName":"Lead Status","name":"Lead_Status","type":"string","default":""},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Number of Employees","name":"No_of_Employees","type":"number","default":"","description":"Number of employees in the lead’s company"},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Secondary Email","name":"Secondary_Email","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Twitter","name":"Twitter","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["product"]}},"options":[{"name":"Create","value":"create","description":"Create a product","action":"Create a product"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a product"},{"name":"Delete","value":"delete","description":"Delete a product","action":"Delete a product"},{"name":"Get","value":"get","description":"Get a product","action":"Get a product"},{"name":"Get Many","value":"getAll","description":"Get many products","action":"Get many products"},{"name":"Update","value":"update","description":"Update a product","action":"Update a product"}],"default":"create"},{"displayName":"Product Name","name":"productName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["create"]}}},{"displayName":"Product Name","name":"productName","description":"Name of the product. If a record with this product name exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["create","upsert"]}},"options":[{"displayName":"Commission Rate","name":"Commission_Rate","type":"number","description":"Commission rate for the product. For example, enter 12 for 12%.","typeOptions":{"minValue":0},"default":0},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomProductFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Manufacturer","name":"Manufacturer","type":"string","default":""},{"displayName":"Product Active","name":"Product_Active","type":"boolean","default":false},{"displayName":"Product Category","name":"Product_Category","type":"string","default":""},{"displayName":"Quantity in Demand","name":"Qty_in_Demand","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Quantity in Stock","name":"Qty_in_Stock","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Taxable","name":"Taxable","type":"boolean","default":false},{"displayName":"Unit Price","name":"Unit_Price","type":"number","typeOptions":{"minValue":0},"default":0}]},{"displayName":"Product ID","name":"productId","description":"ID of the product to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["delete"]}}},{"displayName":"Product ID","name":"productId","description":"ID of the product to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["product"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["product"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getProductFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getProductFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Product ID","name":"productId","description":"ID of the product to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"options":[{"displayName":"Commission Rate","name":"Commission_Rate","type":"number","description":"Commission rate for the product. For example, enter 12 for 12%.","typeOptions":{"minValue":0},"default":0},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomProductFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Manufacturer","name":"Manufacturer","type":"string","default":""},{"displayName":"Product Active","name":"Product_Active","type":"boolean","default":false},{"displayName":"Product Category","name":"Product_Category","type":"string","default":""},{"displayName":"Quantity in Demand","name":"Qty_in_Demand","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Quantity in Stock","name":"Qty_in_Stock","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Taxable","name":"Taxable","type":"boolean","default":false},{"displayName":"Unit Price","name":"Unit_Price","type":"number","typeOptions":{"minValue":0},"default":0}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["purchaseOrder"]}},"options":[{"name":"Create","value":"create","description":"Create a purchase order","action":"Create a purchase order"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a purchase order"},{"name":"Delete","value":"delete","description":"Delete a purchase order","action":"Delete a purchase order"},{"name":"Get","value":"get","description":"Get a purchase order","action":"Get a purchase order"},{"name":"Get Many","value":"getAll","description":"Get many purchase orders","action":"Get many purchase orders"},{"name":"Update","value":"update","description":"Update a purchase order","action":"Update a purchase order"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"Subject or title of the purchase order","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","description":"Subject or title of the purchase order. If a record with this subject exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["upsert"]}}},{"displayName":"Vendor Name or ID","name":"vendorId","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getVendors"},"description":"ID of the vendor associated with the purchase order. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["create","upsert"]}}},{"displayName":"Products","name":"Product_Details","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Product"},"default":{},"placeholder":"Add Field","options":[{"displayName":"List Price","name":"list_price","type":"number","default":""},{"displayName":"Product Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getProducts"}},{"displayName":"Product Description","name":"product_description","type":"string","default":""},{"displayName":"Quantity","name":"quantity","type":"number","default":1},{"displayName":"Quantity in Stock","name":"quantity_in_stock","type":"number","default":0},{"displayName":"Tax","name":"Tax","type":"number","default":0},{"displayName":"Total","name":"total","type":"number","default":0},{"displayName":"Total After Discount","name":"total_after_discount","type":"number","default":0},{"displayName":"Total (Net)","name":"net_total","type":"number","default":0},{"displayName":"Unit Price","name":"unit_price","type":"number","default":0}],"displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["create","upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["create","upsert"]}},"options":[{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"billing_address_fields","values":[{"displayName":"Billing City","name":"Billing_City","type":"string","default":""},{"displayName":"Billing Code","name":"Billing_Code","type":"string","default":""},{"displayName":"Billing Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Billing State","name":"Billing_State","type":"string","default":""},{"displayName":"Billing Street","name":"Billing_Street","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":"","description":"Name of the carrier"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomPurchaseOrderFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Discount","name":"Discount","type":"number","description":"Discount applied to the purchase order. For example, enter 12 for 12%.","default":0,"typeOptions":{"minValue":0}},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"PO Date","name":"PO_Date","type":"dateTime","default":"","description":"Date on which the purchase order was issued"},{"displayName":"PO Number","name":"PO_Number","type":"string","default":"","description":"ID of the purchase order after creating a case"},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status Name or ID","name":"Status","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getPurchaseOrderStatus"},"description":"Status of the purchase order. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the purchase order"},{"displayName":"Tracking Number","name":"Tracking_Number","type":"string","default":""}]},{"displayName":"Purchase Order ID","name":"purchaseOrderId","description":"ID of the purchase order to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["delete"]}}},{"displayName":"Purchase Order ID","name":"purchaseOrderId","description":"ID of the purchase order to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getPurchaseOrderFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getPurchaseOrderFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Purchase Order ID","name":"purchaseOrderId","description":"ID of the purchase order to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["update"]}},"options":[{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":"","description":"Name of the carrier"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomPurchaseOrderFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Discount","name":"Discount","type":"number","default":0,"typeOptions":{"minValue":0}},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"PO Date","name":"PO_Date","type":"dateTime","default":"","description":"Date on which the purchase order was issued"},{"displayName":"PO Number","name":"PO_Number","type":"string","default":"","description":"ID of the purchase order after creating a case"},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status Name or ID","name":"Status","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getPurchaseOrderStatus"},"description":"Status of the purchase order. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Subject","name":"Subject","type":"string","default":"","description":"Subject or title of the purchase order"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the purchase order"},{"displayName":"Tracking Number","name":"Tracking_Number","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["quote"]}},"options":[{"name":"Create","value":"create","description":"Create a quote","action":"Create a quote"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a quote"},{"name":"Delete","value":"delete","description":"Delete a quote","action":"Delete a quote"},{"name":"Get","value":"get","description":"Get a quote","action":"Get a quote"},{"name":"Get Many","value":"getAll","description":"Get many quotes","action":"Get many quotes"},{"name":"Update","value":"update","description":"Update a quote","action":"Update a quote"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"Subject or title of the quote","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["quote"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","description":"Subject or title of the quote. If a record with this subject exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["quote"],"operation":["upsert"]}}},{"displayName":"Products","name":"Product_Details","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Product"},"default":{},"placeholder":"Add Field","options":[{"displayName":"List Price","name":"list_price","type":"number","default":""},{"displayName":"Product Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getProducts"}},{"displayName":"Product Description","name":"product_description","type":"string","default":""},{"displayName":"Quantity","name":"quantity","type":"number","default":1},{"displayName":"Quantity in Stock","name":"quantity_in_stock","type":"number","default":0},{"displayName":"Tax","name":"Tax","type":"number","default":0},{"displayName":"Total","name":"total","type":"number","default":0},{"displayName":"Total After Discount","name":"total_after_discount","type":"number","default":0},{"displayName":"Total (Net)","name":"net_total","type":"number","default":0},{"displayName":"Unit Price","name":"unit_price","type":"number","default":0}],"displayOptions":{"show":{"resource":["quote"],"operation":["create","upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["quote"],"operation":["create","upsert"]}},"options":[{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomQuoteFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Quote Stage Name or ID","name":"Quote_Stage","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getQuoteStage"},"description":"Stage of the quote. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount as the sum of sales tax and value-added tax"},{"displayName":"Team","name":"Team","type":"string","default":"","description":"Team for whom the quote is created"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the quote"},{"displayName":"Valid Till","name":"Valid_Till","type":"dateTime","default":"","description":"Date until when the quote is valid"}]},{"displayName":"Quote ID","name":"quoteId","description":"ID of the quote to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["quote"],"operation":["delete"]}}},{"displayName":"Quote ID","name":"quoteId","description":"ID of the quote to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["quote"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["quote"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["quote"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["quote"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getQuoteFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getQuoteFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Quote ID","name":"quoteId","description":"ID of the quote to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["quote"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["quote"],"operation":["update"]}},"options":[{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomQuoteFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Quote Stage Name or ID","name":"Quote_Stage","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getQuoteStage"},"description":"Stage of the quote. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Subject","name":"Subject","type":"string","default":"","description":"Subject or title of the quote"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Team","name":"Team","type":"string","default":"","description":"Team for whom the quote is created"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the quote"},{"displayName":"Valid Till","name":"Valid_Till","type":"dateTime","default":"","description":"Date until when the quote is valid"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["salesOrder"]}},"options":[{"name":"Create","value":"create","description":"Create a sales order","action":"Create a sales order"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a sales order"},{"name":"Delete","value":"delete","description":"Delete a sales order","action":"Delete a sales order"},{"name":"Get","value":"get","description":"Get a sales order","action":"Get a sales order"},{"name":"Get Many","value":"getAll","description":"Get many sales orders","action":"Get many sales orders"},{"name":"Update","value":"update","description":"Update a sales order","action":"Update a sales order"}],"default":"create"},{"displayName":"Account Name or ID","name":"accountId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"displayOptions":{"show":{"resource":["salesOrder"],"operation":["create","upsert"]}}},{"displayName":"Subject","name":"subject","description":"Subject or title of the sales order","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesOrder"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","description":"Subject or title of the sales order. If a record with this subject exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesOrder"],"operation":["upsert"]}}},{"displayName":"Products","name":"Product_Details","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Product"},"default":{},"placeholder":"Add Field","options":[{"displayName":"List Price","name":"list_price","type":"number","default":""},{"displayName":"Product Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getProducts"}},{"displayName":"Product Description","name":"product_description","type":"string","default":""},{"displayName":"Quantity","name":"quantity","type":"number","default":1},{"displayName":"Quantity in Stock","name":"quantity_in_stock","type":"number","default":0},{"displayName":"Tax","name":"Tax","type":"number","default":0},{"displayName":"Total","name":"total","type":"number","default":0},{"displayName":"Total After Discount","name":"total_after_discount","type":"number","default":0},{"displayName":"Total (Net)","name":"net_total","type":"number","default":0},{"displayName":"Unit Price","name":"unit_price","type":"number","default":0}],"displayOptions":{"show":{"resource":["salesOrder"],"operation":["create","upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["salesOrder"],"operation":["create","upsert"]}},"options":[{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":"","description":"Name of the carrier"},{"displayName":"Contact Name or ID","name":"contactId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getContacts"}},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomSalesOrderFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Deal Name or ID","name":"dealId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getDeals"}},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Discount","name":"Discount","type":"number","description":"Discount applied to the sales order. For example, enter 12 for 12%.","default":0,"typeOptions":{"minValue":0}},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Sales Order Number","name":"SO_Number","type":"string","default":"","description":"ID of the sales order after creating a case"},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status Name or ID","name":"Status","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getSalesOrderStatus"},"description":"Status of the sales order. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the purchase order"}]},{"displayName":"Sales Order ID","name":"salesOrderId","description":"ID of the sales order to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesOrder"],"operation":["delete"]}}},{"displayName":"Sales Order ID","name":"salesOrderId","description":"ID of the sales order to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesOrder"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["salesOrder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["salesOrder"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["salesOrder"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getSalesOrderFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getSalesOrderFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Sales Order ID","name":"salesOrderId","description":"ID of the sales order to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesOrder"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["salesOrder"],"operation":["update"]}},"options":[{"displayName":"Account Name or ID","name":"accountId","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account associated with this invoice. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":"","description":"Name of the carrier"},{"displayName":"Contact Name or ID","name":"contactId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getContacts"}},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomSalesOrderFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Deal Name or ID","name":"dealId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getDeals"}},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Discount","name":"Discount","type":"number","default":0,"typeOptions":{"minValue":0}},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Sales Order Number","name":"SO_Number","type":"string","default":"","description":"ID of the sales order after creating a case"},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status Name or ID","name":"Status","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getSalesOrderStatus"},"description":"Status of the sales order. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Subject","name":"Subject","type":"string","default":"","description":"Subject or title of the sales order"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the purchase order"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["vendor"]}},"options":[{"name":"Create","value":"create","description":"Create a vendor","action":"Create a vendor"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a vendor"},{"name":"Delete","value":"delete","description":"Delete a vendor","action":"Delete a vendor"},{"name":"Get","value":"get","description":"Get a vendor","action":"Get a vendor"},{"name":"Get Many","value":"getAll","description":"Get many vendors","action":"Get many vendors"},{"name":"Update","value":"update","description":"Update a vendor","action":"Update a vendor"}],"default":"create"},{"displayName":"Vendor Name","name":"vendorName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["vendor"],"operation":["create"]}}},{"displayName":"Vendor Name","name":"vendorName","description":"Name of the vendor. If a record with this vendor name exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["vendor"],"operation":["upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["vendor"],"operation":["create","upsert"]}},"options":[{"displayName":"Address","name":"Address","type":"fixedCollection","default":{},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Street","type":"string","default":""},{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"State","name":"State","type":"string","default":""},{"displayName":"Country","name":"Country","type":"string","default":""},{"displayName":"Zip Code","name":"Zip_Code","type":"string","default":""}]}]},{"displayName":"Category","name":"Category","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomVendorFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Email","name":"Email","type":"string","default":""},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"displayName":"Vendor ID","name":"vendorId","description":"ID of the vendor to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["vendor"],"operation":["delete"]}}},{"displayName":"Vendor ID","name":"vendorId","description":"ID of the vendor to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["vendor"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["vendor"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["vendor"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["vendor"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getVendorFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getVendorFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Vendor ID","name":"vendorId","description":"ID of the vendor to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["vendor"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["vendor"],"operation":["update"]}},"options":[{"displayName":"Address","name":"Address","type":"fixedCollection","default":{},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Street","type":"string","default":""},{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"State","name":"State","type":"string","default":""},{"displayName":"Country","name":"Country","type":"string","default":""},{"displayName":"Zip Code","name":"Zip_Code","type":"string","default":""}]}]},{"displayName":"Category","name":"Category","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"string","default":""},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomVendorFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Email","name":"Email","type":"string","default":""},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Vendor Name","name":"Vendor_Name","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]}],"codex":{"categories":["Communication","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zohocrm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/zoho"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zoho/zoho.svg"},