n8n-nodes-base 1.24.0 → 1.25.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.
- package/dist/build.tsbuildinfo +1 -1
- package/dist/methods/defined.json +0 -1
- package/dist/methods/referenced.json +1 -2
- package/dist/nodes/Airtable/AirtableTrigger.node.js +2 -2
- package/dist/nodes/Airtable/AirtableTrigger.node.js.map +1 -1
- package/dist/nodes/Aws/S3/V2/AwsS3V2.node.js +1 -1
- package/dist/nodes/Aws/S3/V2/AwsS3V2.node.js.map +1 -1
- package/dist/nodes/BambooHr/v1/actions/employee/create/execute.js +3 -3
- package/dist/nodes/BambooHr/v1/actions/employee/create/execute.js.map +1 -1
- package/dist/nodes/BambooHr/v1/actions/employee/update/execute.js +3 -3
- package/dist/nodes/BambooHr/v1/actions/employee/update/execute.js.map +1 -1
- package/dist/nodes/Cortex/GenericFunctions.js +2 -2
- package/dist/nodes/Cortex/GenericFunctions.js.map +1 -1
- package/dist/nodes/Cron/Cron.node.js +1 -1
- package/dist/nodes/Cron/Cron.node.js.map +1 -1
- package/dist/nodes/DateTime/V2/GenericFunctions.js +2 -2
- package/dist/nodes/DateTime/V2/GenericFunctions.js.map +1 -1
- package/dist/nodes/Discord/v2/actions/versionDescription.js +1 -1
- package/dist/nodes/Discord/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Filter/V1/GenericFunctions.js +2 -2
- package/dist/nodes/Filter/V1/GenericFunctions.js.map +1 -1
- package/dist/nodes/GoToWebinar/GenericFunctions.js +4 -4
- package/dist/nodes/GoToWebinar/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/Calendar/GoogleCalendarTrigger.node.js +8 -8
- package/dist/nodes/Google/Calendar/GoogleCalendarTrigger.node.js.map +1 -1
- package/dist/nodes/Google/Contacts/GoogleContacts.node.js +5 -5
- package/dist/nodes/Google/Contacts/GoogleContacts.node.js.map +1 -1
- package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.js +2 -2
- package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.js.map +1 -1
- package/dist/nodes/Google/Drive/v2/actions/file/download.operation.js +2 -2
- package/dist/nodes/Google/Drive/v2/actions/file/download.operation.js.map +1 -1
- package/dist/nodes/Google/Drive/v2/transport/index.js +1 -1
- package/dist/nodes/Google/Drive/v2/transport/index.js.map +1 -1
- package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js +3 -1
- package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js.map +1 -1
- package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js +3 -1
- package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js.map +1 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +12 -35
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
- package/dist/nodes/Hubspot/V1/GenericFunctions.js +3 -3
- package/dist/nodes/Hubspot/V1/GenericFunctions.js.map +1 -1
- package/dist/nodes/Hubspot/V2/GenericFunctions.js +3 -3
- package/dist/nodes/Hubspot/V2/GenericFunctions.js.map +1 -1
- package/dist/nodes/If/V1/IfV1.node.js +2 -2
- package/dist/nodes/If/V1/IfV1.node.js.map +1 -1
- package/dist/nodes/Interval/Interval.node.js +1 -1
- package/dist/nodes/Interval/Interval.node.js.map +1 -1
- package/dist/nodes/Mailchimp/Mailchimp.node.js +5 -5
- package/dist/nodes/Mailchimp/Mailchimp.node.js.map +1 -1
- package/dist/nodes/Mandrill/Mandrill.node.js +2 -2
- package/dist/nodes/Mandrill/Mandrill.node.js.map +1 -1
- package/dist/nodes/Microsoft/Sql/MicrosoftSql.node.js +1 -3
- package/dist/nodes/Microsoft/Sql/MicrosoftSql.node.js.map +1 -1
- package/dist/nodes/Nasa/Nasa.node.js +13 -13
- package/dist/nodes/Nasa/Nasa.node.js.map +1 -1
- package/dist/nodes/Notion/NotionTrigger.node.js +7 -7
- package/dist/nodes/Notion/NotionTrigger.node.js.map +1 -1
- package/dist/nodes/OpenAi/ChatDescription.js +62 -0
- package/dist/nodes/OpenAi/ChatDescription.js.map +1 -1
- package/dist/nodes/OpenAi/ImageDescription.js +62 -0
- package/dist/nodes/OpenAi/ImageDescription.js.map +1 -1
- package/dist/nodes/OpenAi/OpenAi.node.js +1 -1
- package/dist/nodes/OpenAi/OpenAi.node.js.map +1 -1
- package/dist/nodes/OpenAi/TextDescription.js +2 -2
- package/dist/nodes/OpenAi/TextDescription.js.map +1 -1
- package/dist/nodes/Orbit/Orbit.node.js +3 -3
- package/dist/nodes/Orbit/Orbit.node.js.map +1 -1
- package/dist/nodes/Oura/Oura.node.js +3 -3
- package/dist/nodes/Oura/Oura.node.js.map +1 -1
- package/dist/nodes/Paddle/Paddle.node.js +6 -6
- package/dist/nodes/Paddle/Paddle.node.js.map +1 -1
- package/dist/nodes/Redis/Redis.node.d.ts +3 -2
- package/dist/nodes/Redis/Redis.node.js +114 -293
- package/dist/nodes/Redis/Redis.node.js.map +1 -1
- package/dist/nodes/Redis/RedisTrigger.node.d.ts +6 -0
- package/dist/nodes/Redis/RedisTrigger.node.js +17 -27
- package/dist/nodes/Redis/RedisTrigger.node.js.map +1 -1
- package/dist/nodes/Redis/utils.d.ts +10 -0
- package/dist/nodes/Redis/utils.js +145 -0
- package/dist/nodes/Redis/utils.js.map +1 -0
- package/dist/nodes/RssFeedRead/RssFeedReadTrigger.node.js +2 -2
- package/dist/nodes/RssFeedRead/RssFeedReadTrigger.node.js.map +1 -1
- package/dist/nodes/Salesforce/GenericFunctions.js +1 -1
- package/dist/nodes/Schedule/ScheduleTrigger.node.js +1 -1
- package/dist/nodes/Schedule/ScheduleTrigger.node.js.map +1 -1
- package/dist/nodes/SeaTable/SeaTableTrigger.node.js +4 -4
- package/dist/nodes/SeaTable/SeaTableTrigger.node.js.map +1 -1
- package/dist/nodes/SecurityScorecard/SecurityScorecard.node.js +7 -7
- package/dist/nodes/SecurityScorecard/SecurityScorecard.node.js.map +1 -1
- package/dist/nodes/Slack/V1/SlackV1.node.js +2 -2
- package/dist/nodes/Slack/V1/SlackV1.node.js.map +1 -1
- package/dist/nodes/Slack/V2/SlackV2.node.js +2 -2
- package/dist/nodes/Slack/V2/SlackV2.node.js.map +1 -1
- package/dist/nodes/Spontit/Spontit.node.js +3 -3
- package/dist/nodes/Spontit/Spontit.node.js.map +1 -1
- package/dist/nodes/Strava/Strava.node.js +2 -2
- package/dist/nodes/Strava/Strava.node.js.map +1 -1
- package/dist/nodes/Supabase/Supabase.node.js +8 -2
- package/dist/nodes/Supabase/Supabase.node.js.map +1 -1
- package/dist/nodes/TheHive/GenericFunctions.js +2 -2
- package/dist/nodes/TheHive/GenericFunctions.js.map +1 -1
- package/dist/nodes/Toggl/TogglTrigger.node.js +2 -2
- package/dist/nodes/Toggl/TogglTrigger.node.js.map +1 -1
- package/dist/nodes/Twist/Twist.node.js +5 -5
- package/dist/nodes/Twist/Twist.node.js.map +1 -1
- package/dist/nodes/UnleashedSoftware/UnleashedSoftware.node.js +6 -6
- package/dist/nodes/UnleashedSoftware/UnleashedSoftware.node.js.map +1 -1
- package/dist/nodes/Venafi/Datacenter/VenafiTlsProtectDatacenterTrigger.node.js +2 -2
- package/dist/nodes/Venafi/Datacenter/VenafiTlsProtectDatacenterTrigger.node.js.map +1 -1
- package/dist/nodes/Venafi/ProtectCloud/CertificateRequestDescription.js +0 -17
- package/dist/nodes/Venafi/ProtectCloud/CertificateRequestDescription.js.map +1 -1
- package/dist/nodes/Venafi/ProtectCloud/VenafiTlsProtectCloud.node.d.ts +0 -1
- package/dist/nodes/Venafi/ProtectCloud/VenafiTlsProtectCloud.node.js +0 -13
- package/dist/nodes/Venafi/ProtectCloud/VenafiTlsProtectCloud.node.js.map +1 -1
- package/dist/nodes/Venafi/ProtectCloud/VenafiTlsProtectCloudTrigger.node.js +7 -6
- package/dist/nodes/Venafi/ProtectCloud/VenafiTlsProtectCloudTrigger.node.js.map +1 -1
- package/dist/types/nodes.json +10 -10
- package/package.json +4 -6
package/dist/types/nodes.json
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
{"displayName":"Copper Trigger","name":"n8n-nodes-base.copperTrigger","group":["trigger"],"version":1,"description":"Handle Copper events via webhooks","defaults":{"name":"Copper Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"copperApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"required":true,"default":"","options":[{"name":"Company","value":"company"},{"name":"Lead","value":"lead"},{"name":"Opportunity","value":"opportunity"},{"name":"Person","value":"person"},{"name":"Project","value":"project"},{"name":"Task","value":"task"}],"description":"The resource which will fire the event"},{"displayName":"Event","name":"event","type":"options","required":true,"default":"","options":[{"name":"Delete","value":"delete","description":"An existing record is removed"},{"name":"New","value":"new","description":"A new record is created"},{"name":"Update","value":"update","description":"Any field in the existing entity record is changed"}],"description":"The event to listen to"}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.coppertrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/copper"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Copper/copper.svg"},
|
|
71
71
|
{"displayName":"Cortex","name":"n8n-nodes-base.cortex","group":["transform"],"subtitle":"={{$parameter[\"operation\"]+ \": \" + $parameter[\"resource\"]}}","version":1,"description":"Apply the Cortex analyzer/responder on the given entity","defaults":{"name":"Cortex"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"cortexApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Analyzer","value":"analyzer"},{"name":"Job","value":"job"},{"name":"Responder","value":"responder"}],"default":"analyzer","description":"Choose a resource","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"description":"Choose an operation","displayOptions":{"show":{"resource":["analyzer"]}},"default":"execute","options":[{"name":"Execute","value":"execute","description":"Execute Analyzer","action":"Execute an analyzer"}]},{"displayName":"Analyzer Type Name or ID","name":"analyzer","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"loadActiveAnalyzers"},"displayOptions":{"show":{"resource":["analyzer"],"operation":["execute"]}},"description":"Choose the analyzer. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":""},{"displayName":"Observable Type Name or ID","name":"observableType","type":"options","required":true,"displayOptions":{"show":{"resource":["analyzer"],"operation":["execute"]},"hide":{"analyzer":[""]}},"typeOptions":{"loadOptionsMethod":"loadObservableOptions","loadOptionsDependsOn":["analyzer"]},"default":"","description":"Choose the observable type. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Observable Value","name":"observableValue","type":"string","required":true,"displayOptions":{"show":{"resource":["analyzer"],"operation":["execute"]},"hide":{"observableType":["file"],"analyzer":[""]}},"default":"","description":"Enter the observable value"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"observableType":["file"],"resource":["analyzer"],"operation":["execute"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"TLP","name":"tlp","type":"options","displayOptions":{"show":{"resource":["analyzer"],"operation":["execute"]},"hide":{"observableType":[""],"analyzer":[""]}},"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"default":2,"description":"The TLP of the analyzed observable"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["analyzer"],"operation":["execute"]}},"options":[{"displayName":"Force","name":"force","type":"boolean","default":false,"description":"Whether to force bypassing the cache"},{"displayName":"Timeout (Seconds)","name":"timeout","type":"number","default":3,"description":"Timeout to wait for the report in case it is not available at the time the query was made"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"description":"Choose an operation","displayOptions":{"show":{"resource":["responder"]}},"options":[{"name":"Execute","value":"execute","description":"Execute Responder","action":"Execute a responder"}],"default":"execute"},{"displayName":"Responder Type Name or ID","name":"responder","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"loadActiveResponders"},"default":"","displayOptions":{"show":{"resource":["responder"]}},"description":"Choose the responder. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Entity Type Name or ID","name":"entityType","type":"options","required":true,"displayOptions":{"show":{"resource":["responder"]}},"typeOptions":{"loadOptionsMethod":"loadDataTypeOptions","loadOptionsDependsOn":["responder"]},"default":"","description":"Choose the Data type. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"JSON Parameters","name":"jsonObject","type":"boolean","default":false,"description":"Choose between providing JSON object or seperated attributes","displayOptions":{"show":{"resource":["responder"]}}},{"displayName":"Entity Object (JSON)","name":"objectData","type":"string","required":true,"displayOptions":{"show":{"resource":["responder"],"jsonObject":[true]}},"default":""},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","placeholder":"Add Parameter","options":[{"displayName":"Case Attributes","name":"values","values":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the case"},{"displayName":"Flag","name":"flag","type":"boolean","default":false,"description":"Flag of the case default=false"},{"displayName":"Owner","name":"owner","type":"string","default":"","description":"User who owns the case. This is automatically set to current user when status is set to InProgress."},{"displayName":"Severity","name":"severity","type":"options","default":2,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"description":"Severity of the case. Default=Medium."},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Date and time of the begin of the case default=now"},{"displayName":"Tags","name":"tags","type":"string","default":"","placeholder":"tag1,tag2,..."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the case"},{"displayName":"TLP","name":"tlp","type":"options","default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"description":"Traffic Light Protocol (TLP). Default=Amber."}]}],"typeOptions":{"loadOptionsDependsOn":["entityType"]},"displayOptions":{"show":{"resource":["responder"],"jsonObject":[false],"entityType":["case"]},"hide":{"entityType":["","alert","case_artifact","case_task","case_task_log"]}},"default":{}},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","placeholder":"Add Parameter","options":[{"displayName":"Alert Attributes","name":"values","values":[{"displayName":"Artifacts","name":"artifacts","type":"fixedCollection","placeholder":"Add an artifact","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add an Artifact"},"default":[],"options":[{"displayName":"Artifact","name":"artifactValues","values":[{"displayName":"Binary Field","name":"binaryProperty","type":"string","displayOptions":{"show":{"dataType":["file"]}},"default":"data"},{"displayName":"Data","name":"data","type":"string","displayOptions":{"hide":{"dataType":["file"]}},"default":""},{"displayName":"Data Type","name":"dataType","type":"options","default":"","options":[{"name":"Domain","value":"domain"},{"name":"File","value":"file"},{"name":"Filename","value":"filename"},{"name":"Fqdn","value":"fqdn"},{"name":"Hash","value":"hash"},{"name":"IP","value":"ip"},{"name":"Mail","value":"mail"},{"name":"Mail Subject","value":"mail_subject"},{"name":"Other","value":"other"},{"name":"Regexp","value":"regexp"},{"name":"Registry","value":"registry"},{"name":"Uri Path","value":"uri_path"},{"name":"URL","value":"url"},{"name":"User Agent","value":"user-agent"}]},{"displayName":"Message","name":"message","type":"string","default":""},{"displayName":"Tags","name":"tags","type":"string","default":""}]}]},{"displayName":"Date","name":"date","type":"dateTime","default":"","description":"Date and time when the alert was raised default=now"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the alert"},{"displayName":"Follow","name":"follow","type":"boolean","default":false},{"displayName":"Severity","name":"severity","type":"options","default":2,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"description":"Severity of the case. Default=Medium."},{"displayName":"Source","name":"source","type":"string","default":"","description":"Source of the alert"},{"displayName":"SourceRef","name":"sourceRef","type":"string","default":"","description":"Source reference of the alert"},{"displayName":"Status","name":"status","type":"options","default":"New","options":[{"name":"New","value":"New"},{"name":"Updated","value":"Updated"},{"name":"Ignored","value":"Ignored"},{"name":"Imported","value":"Imported"}],"description":"Status of the alert. Default=New."},{"displayName":"Tags","name":"tags","type":"string","placeholder":"tag1,tag2,...","default":""},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the alert"},{"displayName":"TLP","name":"tlp","type":"options","default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"description":"Traffic Light Protocol (TLP). Default=Amber."},{"displayName":"Type","name":"type","type":"string","default":"","description":"Type of the alert"}]}],"typeOptions":{"loadOptionsDependsOn":["entityType"]},"displayOptions":{"show":{"resource":["responder"],"jsonObject":[false],"entityType":["alert"]},"hide":{"responder":[""],"entityType":["","case","case_artifact","case_task","case_task_log"]}},"default":{}},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","placeholder":"Add Parameter","options":[{"displayName":"Observable Attributes","name":"values","values":[{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"dataType":["file"]}},"hint":"The name of the input binary field containing the attachement data"},{"displayName":"Data","name":"data","type":"string","default":"","displayOptions":{"hide":{"dataType":["file"]}}},{"displayName":"DataType","name":"dataType","type":"options","default":"","options":[{"name":"Domain","value":"domain"},{"name":"File","value":"file"},{"name":"Filename","value":"filename"},{"name":"Fqdn","value":"fqdn"},{"name":"Hash","value":"hash"},{"name":"IP","value":"ip"},{"name":"Mail","value":"mail"},{"name":"Mail Subject","value":"mail_subject"},{"name":"Other","value":"other"},{"name":"Regexp","value":"regexp"},{"name":"Registry","value":"registry"},{"name":"Uri Path","value":"uri_path"},{"name":"URL","value":"url"},{"name":"User Agent","value":"user-agent"}]},{"displayName":"IOC","name":"ioc","type":"boolean","default":false,"description":"Whether the observable is an IOC (Indicator of compromise)"},{"displayName":"Message","name":"message","type":"string","default":""},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Date and time of the begin of the case default=now"},{"displayName":"Status","name":"status","type":"options","default":"","options":[{"name":"Ok","value":"Ok"},{"name":"Deleted","value":"Deleted"}],"description":"Status of the observable (Ok or Deleted) default=Ok"},{"displayName":"TLP","name":"tlp","type":"options","default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"description":"Traffic Light Protocol (TLP). Default=Amber."}]}],"typeOptions":{"loadOptionsDependsOn":["entityType"]},"displayOptions":{"show":{"resource":["responder"],"jsonObject":[false],"entityType":["case_artifact"]},"hide":{"responder":[""],"entityType":["","case","alert","case_task","case_task_log"]}},"default":{}},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","placeholder":"Add Parameter","options":[{"displayName":"Task Attributes","name":"values","values":[{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the task"},{"displayName":"Status","name":"status","type":"options","default":"Waiting","options":[{"name":"Waiting","value":"Waiting"},{"name":"InProgress","value":"InProgress"},{"name":"Completed","value":"Completed"},{"name":"Cancel","value":"Cancel"}]},{"displayName":"Flag","name":"flag","type":"boolean","default":false}]}],"typeOptions":{"loadOptionsDependsOn":["entityType"]},"displayOptions":{"show":{"resource":["responder"],"jsonObject":[false],"entityType":["case_task"]},"hide":{"responder":[""],"entityType":["","case","alert","case_artifact","case_task_log"]}},"default":{}},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","placeholder":"Add Parameter","options":[{"displayName":"Log Attributes","name":"values","values":[{"displayName":"Message","name":"message","type":"string","default":""},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Date and time of the begin of the case default=now"},{"displayName":"Status","name":"status","type":"options","required":true,"default":"","options":[{"name":"Ok","value":"Ok"},{"name":"Deleted","value":"Deleted"}]}]}],"typeOptions":{"loadOptionsDependsOn":["entityType"]},"displayOptions":{"show":{"resource":["responder"],"jsonObject":[false],"entityType":["case_task_log"]},"hide":{"responder":[""],"entityType":["","case","alert","case_artifact","case_task"]}},"default":{}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"description":"Choose an operation","required":true,"displayOptions":{"show":{"resource":["job"]}},"options":[{"name":"Get","value":"get","description":"Get job details","action":"Get a job"},{"name":"Report","value":"report","description":"Get job report","action":"Get a job report"}],"default":"get"},{"displayName":"Job ID","name":"jobId","type":"string","required":true,"displayOptions":{"show":{"resource":["job"],"operation":["get","report"]}},"default":"","description":"ID of the job"}],"codex":{"categories":["Development","Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.cortex/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/cortex"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Cortex/cortex.svg"},
|
|
72
72
|
{"displayName":"CrateDB","name":"n8n-nodes-base.crateDb","group":["input"],"version":1,"description":"Add and update data in CrateDB","defaults":{"name":"CrateDB"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"crateDb","required":true}],"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"}],"default":"insert"},{"displayName":"Query","name":"query","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor","rows":5,"sqlDialect":"PostgreSQL"},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT id, name FROM product WHERE quantity > $1 AND price <= $2","required":true,"description":"The SQL query to execute. You can use n8n expressions or $1 and $2 in conjunction with query parameters."},{"displayName":"Schema","name":"schema","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"doc","required":true,"description":"Name of the schema the table belongs to"},{"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","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":"Schema","name":"schema","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"doc","required":true,"description":"Name of the schema the table belongs to"},{"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","displayOptions":{"show":{"operation":["update"]}},"default":"id","required":true,"description":"Comma-separated list of the properties which decides which rows in the database should be updated. Normally that would be \"id\"."},{"displayName":"Columns","name":"columns","type":"string","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":"Return Fields","name":"returnFields","type":"string","displayOptions":{"show":{"operation":["insert","update"]}},"default":"*","description":"Comma-separated list of the fields that the operation will return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Independently","value":"independently","description":"Execute each query independently"},{"name":"Multiple Queries","value":"multiple","description":"<b>Default</b>. Sends multiple queries at once to database."}],"default":"multiple","description":"The way queries should be sent to database. Can be used in conjunction with <b>Continue on Fail</b>. See <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.cratedb/\">the docs</a> for more examples."},{"displayName":"Query Parameters","name":"queryParams","type":"string","displayOptions":{"show":{"/operation":["executeQuery"]}},"default":"","placeholder":"quantity,price","description":"Comma-separated list of properties which should be used as query parameters"}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.cratedb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/crateDb"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/CrateDb/cratedb.png"},
|
|
73
|
-
{"displayName":"Cron","name":"n8n-nodes-base.cron","icon":"fa:clock","group":["trigger","schedule"],"version":1,"hidden":true,"description":"Triggers the workflow at a specific time","eventTriggerDescription":"","activationMessage":"Your cron trigger will now trigger executions on the schedule you have defined.","defaults":{"name":"Cron","color":"#29a568"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"This workflow will run on the schedule you define here once you <a data-key=\"activate\">activate</a> it.<br><br>For testing, you can also trigger it manually: by going back to the canvas and clicking test workflow
|
|
73
|
+
{"displayName":"Cron","name":"n8n-nodes-base.cron","icon":"fa:clock","group":["trigger","schedule"],"version":1,"hidden":true,"description":"Triggers the workflow at a specific time","eventTriggerDescription":"","activationMessage":"Your cron trigger will now trigger executions on the schedule you have defined.","defaults":{"name":"Cron","color":"#29a568"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"This workflow will run on the schedule you define here once you <a data-key=\"activate\">activate</a> it.<br><br>For testing, you can also trigger it manually: by going back to the canvas and clicking 'test workflow'","name":"notice","type":"notice","default":""},{"displayName":"Trigger Times","name":"triggerTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Time"},"default":{},"description":"Triggers for the workflow","placeholder":"Add Cron 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"}]}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.scheduletrigger/"}]},"alias":["Time","Scheduler","Polling","Cron","Interval"]}},
|
|
74
74
|
{"displayName":"crowd.dev","name":"n8n-nodes-base.crowdDev","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"crowd.dev is an open-source suite of community and data tools built to unlock community-led growth for your organization.","defaults":{"name":"crowd.dev"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"crowdDevApi","required":true}],"requestDefaults":{"baseURL":"={{$credentials.url}}/api/tenant/{{$credentials.tenantId}}","json":true,"skipSslCertificateValidation":"={{ $credentials.allowUnauthorizedCerts }}"},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"activity","placeholder":"Resourcee","options":[{"name":"Activity","value":"activity"},{"name":"Automation","value":"automation"},{"name":"Member","value":"member"},{"name":"Note","value":"note"},{"name":"Organization","value":"organization"},{"name":"Task","value":"task"}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["activity"]}},"noDataExpression":true,"default":"createWithMember","options":[{"name":"Create or Update with a Member","value":"createWithMember","description":"Create or update an activity with a member","action":"Create or update an activity with a member","routing":{"send":{"preSend":[null]},"request":{"method":"POST","url":"/activity/with-member"}}},{"name":"Create","value":"createForMember","description":"Create an activity for a member","action":"Create an activity for a member","routing":{"send":{"preSend":[null]},"request":{"method":"POST","url":"/activity"}}}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["member"]}},"noDataExpression":true,"default":"find","options":[{"name":"Create or Update","value":"createOrUpdate","description":"Create or update a member","action":"Create or update a member","routing":{"send":{"preSend":[null]},"request":{"method":"POST","url":"/member"}}},{"name":"Delete","value":"delete","description":"Delete a member","action":"Delete a member","routing":{"request":{"method":"DELETE","url":"=/member"}}},{"name":"Find","value":"find","description":"Find a member","action":"Find a member","routing":{"request":{"method":"GET","url":"=/member/{{$parameter[\"id\"]}}"}}},{"name":"Update","value":"update","description":"Update a member","action":"Update a member","routing":{"send":{"preSend":[null]},"request":{"method":"PUT","url":"=/member/{{$parameter[\"id\"]}}"}}}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["note"]}},"noDataExpression":true,"default":"find","options":[{"name":"Create","value":"create","description":"Create a note","action":"Create a note","routing":{"send":{"preSend":[null]},"request":{"method":"POST","url":"/note"}}},{"name":"Delete","value":"delete","description":"Delete a note","action":"Delete a note","routing":{"request":{"method":"DELETE","url":"=/note"}}},{"name":"Find","value":"find","description":"Find a note","action":"Find a note","routing":{"request":{"method":"GET","url":"=/note/{{$parameter[\"id\"]}}"}}},{"name":"Update","value":"update","description":"Update a note","action":"Update a note","routing":{"send":{"preSend":[null]},"request":{"method":"PUT","url":"=/note/{{$parameter[\"id\"]}}"}}}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["organization"]}},"noDataExpression":true,"default":"find","options":[{"name":"Create","value":"create","description":"Create an organization","action":"Create an organization","routing":{"send":{"preSend":[null]},"request":{"method":"POST","url":"/organization"}}},{"name":"Delete","value":"delete","description":"Delete an organization","action":"Delete an organization","routing":{"request":{"method":"DELETE","url":"=/organization"}}},{"name":"Find","value":"find","description":"Find an organization","action":"Find an organization","routing":{"request":{"method":"GET","url":"=/organization/{{$parameter[\"id\"]}}"}}},{"name":"Update","value":"update","description":"Update an organization","action":"Update an organization","routing":{"send":{"preSend":[null]},"request":{"method":"PUT","url":"=/organization/{{$parameter[\"id\"]}}"}}}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["task"]}},"noDataExpression":true,"default":"find","options":[{"name":"Create","value":"create","description":"Create a task","action":"Create a task","routing":{"send":{"preSend":[null]},"request":{"method":"POST","url":"/task"}}},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task","routing":{"request":{"method":"DELETE","url":"=/task"}}},{"name":"Find","value":"find","description":"Find a task","action":"Find a task","routing":{"request":{"method":"GET","url":"=/task/{{$parameter[\"id\"]}}"}}},{"name":"Update","value":"update","description":"Update a task","action":"Update a task","routing":{"send":{"preSend":[null]},"request":{"method":"PUT","url":"=/task/{{$parameter[\"id\"]}}"}}}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["automation"]}},"noDataExpression":true,"default":"list","options":[{"name":"Create","value":"create","description":"Create a new automation for the tenant","action":"Create a new automation for the tenant","routing":{"send":{"preSend":[null]},"request":{"method":"POST","url":"/automation"}}},{"name":"Destroy","value":"destroy","description":"Destroy an existing automation for the tenant","action":"Destroy an existing automation for the tenant","routing":{"request":{"method":"DELETE","url":"=/automation/{{$parameter[\"id\"]}}"}}},{"name":"Find","value":"find","description":"Get an existing automation data for the tenant","action":"Get an existing automation data for the tenant","routing":{"request":{"method":"GET","url":"=/automation/{{$parameter[\"id\"]}}"}}},{"name":"List","value":"list","description":"Get all existing automation data for tenant","action":"Get all existing automation data for tenant","routing":{"request":{"method":"GET","url":"/automation"}}},{"name":"Update","value":"update","description":"Updates an existing automation for the tenant","action":"Updates an existing automation for the tenant","routing":{"send":{"preSend":[null]},"request":{"method":"PUT","url":"=/automation/{{$parameter[\"id\"]}}"}}}]},{"displayName":"Username","name":"username","type":"fixedCollection","typeOptions":{"multipleValues":true},"required":true,"default":{},"options":[{"displayName":"Item Choice","name":"itemChoice","values":[{"displayName":"Platform","description":"Platform name (e.g twitter, github, etc)","name":"key","type":"string","required":true,"default":""},{"displayName":"Username","description":"Username at the specified Platform","name":"value","type":"string","required":true,"default":""}]}],"displayOptions":{"show":{"resource":["activity"],"operation":["createWithMember"]}}},{"displayName":"displayName","name":"displayName","description":"UI friendly name of the member","type":"string","default":"","displayOptions":{"show":{"resource":["activity"],"operation":["createWithMember"]}}},{"displayName":"Emails","name":"emails","description":"Email addresses of the member","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Item Choice","name":"itemChoice","values":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""}]}],"displayOptions":{"show":{"resource":["activity"],"operation":["createWithMember"]}}},{"displayName":"Joined At","name":"joinedAt","description":"Date of joining the community","type":"dateTime","default":"","displayOptions":{"show":{"resource":["activity"],"operation":["createWithMember"]}}},{"displayName":"Member","name":"member","description":"The ID of the member that performed the activity","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["activity"],"operation":["createForMember"]}}},{"displayName":"Type","name":"type","description":"Type of activity","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["activity"]}}},{"displayName":"Timestamp","name":"timestamp","description":"Date and time when the activity took place","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["activity"]}}},{"displayName":"Platform","name":"platform","description":"Platform on which the activity took place","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["activity"]}}},{"displayName":"Source ID","name":"sourceId","description":"The ID of the activity in the platform (e.g. the ID of the message in Discord)","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["activity"]}}},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","displayOptions":{"show":{"resource":["activity"]}},"default":{},"placeholder":"Add Option","options":[{"displayName":"Title","name":"title","description":"Title of the activity","type":"string","default":""},{"displayName":"Body","name":"body","description":"Body of the activity","type":"string","default":""},{"displayName":"Channel","name":"channel","description":"Channel of the activity","type":"string","default":""},{"displayName":"Source Parent ID","name":"sourceParentId","description":"The ID of the parent activity in the platform (e.g. the ID of the parent message in Discord)","type":"string","default":""}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","routing":{"send":{"type":"query","property":"ids[]"}},"description":"The ID of the member","displayOptions":{"show":{"resource":["member"],"operation":["delete","find","update"]}}},{"displayName":"Platform","name":"platform","description":"Platform for which to check member existence","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["member"],"operation":["createOrUpdate","update"]}}},{"displayName":"Username","name":"username","description":"Username of the member in platform","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["member"],"operation":["createOrUpdate","update"]}}},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","displayOptions":{"show":{"resource":["member"],"operation":["createOrUpdate","update"]}},"default":{},"placeholder":"Add Option","options":[{"displayName":"Display Name","name":"displayName","description":"UI friendly name of the member","type":"string","default":""},{"displayName":"Emails","name":"emails","description":"Email addresses of the member","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Item Choice","name":"itemChoice","values":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""}]}]},{"displayName":"Joined At","name":"joinedAt","description":"Date of joining the community","type":"dateTime","default":""},{"displayName":"Organizations","name":"organizations","description":"Organizations associated with the member. Each element in the array is the name of the organization, or an organization object. If the organization does not exist, it will be created.","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Item Choice","name":"itemChoice","values":[{"displayName":"Name","name":"name","description":"The name of the organization","type":"string","required":true,"default":""},{"displayName":"Url","name":"url","description":"The URL of the organization","type":"string","default":""},{"displayName":"Description","name":"description","description":"A short description of the organization","type":"string","typeOptions":{"rows":3},"default":""},{"displayName":"Logo","name":"logo","description":"A URL for logo of the organization","type":"string","default":""},{"displayName":"Employees","name":"employees","description":"The number of employees of the organization","type":"number","default":""}]}]},{"displayName":"Tags","name":"tags","description":"Tags associated with the member. Each element in the array is the ID of the tag.","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Item Choice","name":"itemChoice","values":[{"displayName":"Tag","name":"tag","type":"string","default":""}]}]},{"displayName":"Tasks","name":"tasks","description":"Tasks associated with the member. Each element in the array is the ID of the task.","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Item Choice","name":"itemChoice","values":[{"displayName":"Task","name":"task","type":"string","default":""}]}]},{"displayName":"Notes","name":"notes","description":"Notes associated with the member. Each element in the array is the ID of the note.","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Item Choice","name":"itemChoice","values":[{"displayName":"Note","name":"note","type":"string","default":""}]}]},{"displayName":"Activities","name":"activities","description":"Activities associated with the member. Each element in the array is the ID of the activity.","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Item Choice","name":"itemChoice","values":[{"displayName":"Activity","name":"activity","type":"string","default":""}]}]}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","routing":{"send":{"type":"query","property":"ids[]"}},"description":"The ID of the note","displayOptions":{"show":{"resource":["note"],"operation":["delete","find","update"]}}},{"displayName":"Body","name":"body","description":"The body of the note","type":"string","typeOptions":{"rows":4},"default":"","displayOptions":{"show":{"resource":["note"],"operation":["create","update"]}}},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","routing":{"send":{"type":"query","property":"ids[]"}},"description":"The ID of the organization","displayOptions":{"show":{"resource":["organization"],"operation":["delete","find","update"]}}},{"displayName":"Name","name":"name","description":"The name of the organization","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organization"],"operation":["create","update"]}}},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","displayOptions":{"show":{"resource":["organization"],"operation":["create","update"]}},"default":{},"placeholder":"Add Option","options":[{"displayName":"Url","name":"url","description":"The URL of the organization","type":"string","default":""},{"displayName":"Description","name":"description","description":"A short description of the organization","type":"string","typeOptions":{"rows":3},"default":""},{"displayName":"Logo","name":"logo","description":"A URL for logo of the organization","type":"string","default":""},{"displayName":"Employees","name":"employees","description":"The number of employees of the organization","type":"number","default":""},{"displayName":"Members","name":"members","description":"Members associated with the organization. Each element in the array is the ID of the member.","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Item Choice","name":"itemChoice","values":[{"displayName":"Member","name":"member","type":"string","default":""}]}]}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","routing":{"send":{"type":"query","property":"ids[]"}},"description":"The ID of the task","displayOptions":{"show":{"resource":["task"],"operation":["delete","find","update"]}}},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","displayOptions":{"show":{"resource":["task"],"operation":["create","update"]}},"default":{},"placeholder":"Add Option","options":[{"displayName":"Name","name":"name","description":"The name of the task","type":"string","default":""},{"displayName":"Body","name":"body","description":"The body of the task","type":"string","typeOptions":{"rows":4},"default":""},{"displayName":"Status","name":"status","description":"The status of the task","type":"string","default":""},{"displayName":"Members","name":"members","description":"Members associated with the task. Each element in the array is the ID of the member.","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Item Choice","name":"itemChoice","values":[{"displayName":"Member","name":"member","type":"string","default":""}]}]},{"displayName":"Activities","name":"activities","description":"Activities associated with the task. Each element in the array is the ID of the activity.","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Item Choice","name":"itemChoice","values":[{"displayName":"Activity","name":"activity","type":"string","default":""}]}]},{"displayName":"Assigneess","name":"assigneess","description":"Users assigned with the task. Each element in the array is the ID of the user.","type":"string","default":""}]},{"displayName":"ID","name":"id","description":"The ID of the automation","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["automation"],"operation":["destroy","find","update"]}}},{"displayName":"Trigger","name":"trigger","description":"What will trigger an automation","type":"options","required":true,"default":"new_activity","options":[{"name":"New Activity","value":"new_activity"},{"name":"New Member","value":"new_member"}],"displayOptions":{"show":{"resource":["automation"],"operation":["create","update"]}}},{"displayName":"URL","name":"url","description":"URL to POST webhook data to","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["automation"],"operation":["create","update"]}}}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.crowddev/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/crowddev"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/CrowdDev/crowdDev.svg"},
|
|
75
75
|
{"displayName":"crowd.dev Trigger","name":"n8n-nodes-base.crowdDevTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when crowd.dev events occur.","defaults":{"name":"crowd.dev Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"crowdDevApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Trigger","name":"trigger","description":"What will trigger an automation","type":"options","required":true,"default":"new_activity","options":[{"name":"New Activity","value":"new_activity"},{"name":"New Member","value":"new_member"}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.crowddevtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/crowddev"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/CrowdDev/crowdDev.svg"},
|
|
76
76
|
{"displayName":"Crypto","name":"n8n-nodes-base.crypto","icon":"fa:key","group":["transform"],"version":1,"subtitle":"={{$parameter[\"action\"]}}","description":"Provide cryptographic utilities","defaults":{"name":"Crypto","color":"#408000"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Action","name":"action","type":"options","options":[{"name":"Generate","description":"Generate random string","value":"generate","action":"Generate random string"},{"name":"Hash","description":"Hash a text or file in a specified format","value":"hash","action":"Hash a text or file in a specified format"},{"name":"Hmac","description":"Hmac a text or file in a specified format","value":"hmac","action":"HMAC a text or file in a specified format"},{"name":"Sign","description":"Sign a string using a private key","value":"sign","action":"Sign a string using a private key"}],"default":"hash"},{"displayName":"Type","name":"type","displayOptions":{"show":{"action":["hash"]}},"type":"options","options":[{"name":"MD5","value":"MD5"},{"name":"SHA256","value":"SHA256"},{"name":"SHA3-256","value":"SHA3-256"},{"name":"SHA3-384","value":"SHA3-384"},{"name":"SHA3-512","value":"SHA3-512"},{"name":"SHA384","value":"SHA384"},{"name":"SHA512","value":"SHA512"}],"default":"MD5","description":"The hash type to use","required":true},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"action":["hash","hmac"]}},"description":"Whether the data to hashed should be taken from binary field"},{"displayName":"Binary Property Name","name":"binaryPropertyName","displayOptions":{"show":{"action":["hash","hmac"],"binaryData":[true]}},"type":"string","default":"data","description":"Name of the binary property which contains the input data","required":true},{"displayName":"Value","name":"value","displayOptions":{"show":{"action":["hash"],"binaryData":[false]}},"type":"string","default":"","description":"The value that should be hashed","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["hash"]}},"description":"Name of the property to which to write the hash"},{"displayName":"Encoding","name":"encoding","displayOptions":{"show":{"action":["hash"]}},"type":"options","options":[{"name":"BASE64","value":"base64"},{"name":"HEX","value":"hex"}],"default":"hex","required":true},{"displayName":"Type","name":"type","displayOptions":{"show":{"action":["hmac"]}},"type":"options","options":[{"name":"MD5","value":"MD5"},{"name":"SHA256","value":"SHA256"},{"name":"SHA3-256","value":"SHA3-256"},{"name":"SHA3-384","value":"SHA3-384"},{"name":"SHA3-512","value":"SHA3-512"},{"name":"SHA384","value":"SHA384"},{"name":"SHA512","value":"SHA512"}],"default":"MD5","description":"The hash type to use","required":true},{"displayName":"Value","name":"value","displayOptions":{"show":{"action":["hmac"],"binaryData":[false]}},"type":"string","default":"","description":"The value of which the hmac should be created","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["hmac"]}},"description":"Name of the property to which to write the hmac"},{"displayName":"Secret","name":"secret","displayOptions":{"show":{"action":["hmac"]}},"type":"string","typeOptions":{"password":true},"default":"","required":true},{"displayName":"Encoding","name":"encoding","displayOptions":{"show":{"action":["hmac"]}},"type":"options","options":[{"name":"BASE64","value":"base64"},{"name":"HEX","value":"hex"}],"default":"hex","required":true},{"displayName":"Value","name":"value","displayOptions":{"show":{"action":["sign"]}},"type":"string","default":"","description":"The value that should be signed","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["sign"]}},"description":"Name of the property to which to write the signed value"},{"displayName":"Algorithm Name or ID","name":"algorithm","displayOptions":{"show":{"action":["sign"]}},"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","options":[{"name":"RSA-MD5","value":"RSA-MD5"},{"name":"RSA-RIPEMD160","value":"RSA-RIPEMD160"},{"name":"RSA-SHA1","value":"RSA-SHA1"},{"name":"RSA-SHA1-2","value":"RSA-SHA1-2"},{"name":"RSA-SHA224","value":"RSA-SHA224"},{"name":"RSA-SHA256","value":"RSA-SHA256"},{"name":"RSA-SHA3-224","value":"RSA-SHA3-224"},{"name":"RSA-SHA3-256","value":"RSA-SHA3-256"},{"name":"RSA-SHA3-384","value":"RSA-SHA3-384"},{"name":"RSA-SHA3-512","value":"RSA-SHA3-512"},{"name":"RSA-SHA384","value":"RSA-SHA384"},{"name":"RSA-SHA512","value":"RSA-SHA512"},{"name":"RSA-SHA512/224","value":"RSA-SHA512/224"},{"name":"RSA-SHA512/256","value":"RSA-SHA512/256"},{"name":"RSA-SM3","value":"RSA-SM3"},{"name":"blake2b512","value":"blake2b512"},{"name":"blake2s256","value":"blake2s256"},{"name":"id-rsassa-pkcs1-v1_5-with-sha3-224","value":"id-rsassa-pkcs1-v1_5-with-sha3-224"},{"name":"id-rsassa-pkcs1-v1_5-with-sha3-256","value":"id-rsassa-pkcs1-v1_5-with-sha3-256"},{"name":"id-rsassa-pkcs1-v1_5-with-sha3-384","value":"id-rsassa-pkcs1-v1_5-with-sha3-384"},{"name":"id-rsassa-pkcs1-v1_5-with-sha3-512","value":"id-rsassa-pkcs1-v1_5-with-sha3-512"},{"name":"md5","value":"md5"},{"name":"md5-sha1","value":"md5-sha1"},{"name":"md5WithRSAEncryption","value":"md5WithRSAEncryption"},{"name":"ripemd","value":"ripemd"},{"name":"ripemd160","value":"ripemd160"},{"name":"ripemd160WithRSA","value":"ripemd160WithRSA"},{"name":"rmd160","value":"rmd160"},{"name":"sha1","value":"sha1"},{"name":"sha1WithRSAEncryption","value":"sha1WithRSAEncryption"},{"name":"sha224","value":"sha224"},{"name":"sha224WithRSAEncryption","value":"sha224WithRSAEncryption"},{"name":"sha256","value":"sha256"},{"name":"sha256WithRSAEncryption","value":"sha256WithRSAEncryption"},{"name":"sha3-224","value":"sha3-224"},{"name":"sha3-256","value":"sha3-256"},{"name":"sha3-384","value":"sha3-384"},{"name":"sha3-512","value":"sha3-512"},{"name":"sha384","value":"sha384"},{"name":"sha384WithRSAEncryption","value":"sha384WithRSAEncryption"},{"name":"sha512","value":"sha512"},{"name":"sha512-224","value":"sha512-224"},{"name":"sha512-224WithRSAEncryption","value":"sha512-224WithRSAEncryption"},{"name":"sha512-256","value":"sha512-256"},{"name":"sha512-256WithRSAEncryption","value":"sha512-256WithRSAEncryption"},{"name":"sha512WithRSAEncryption","value":"sha512WithRSAEncryption"},{"name":"shake128","value":"shake128"},{"name":"shake256","value":"shake256"},{"name":"sm3","value":"sm3"},{"name":"sm3WithRSAEncryption","value":"sm3WithRSAEncryption"},{"name":"ssl3-md5","value":"ssl3-md5"},{"name":"ssl3-sha1","value":"ssl3-sha1"}],"default":"","required":true},{"displayName":"Encoding","name":"encoding","displayOptions":{"show":{"action":["sign"]}},"type":"options","options":[{"name":"BASE64","value":"base64"},{"name":"HEX","value":"hex"}],"default":"hex","required":true},{"displayName":"Private Key","name":"privateKey","displayOptions":{"show":{"action":["sign"]}},"type":"string","description":"Private key to use when signing the string","default":"","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["generate"]}},"description":"Name of the property to which to write the random string"},{"displayName":"Type","name":"encodingType","displayOptions":{"show":{"action":["generate"]}},"type":"options","options":[{"name":"ASCII","value":"ascii"},{"name":"BASE64","value":"base64"},{"name":"HEX","value":"hex"},{"name":"UUID","value":"uuid"}],"default":"uuid","description":"Encoding that will be used to generate string","required":true},{"displayName":"Length","name":"stringLength","type":"number","default":32,"description":"Length of the generated string","displayOptions":{"show":{"action":["generate"],"encodingType":["ascii","base64","hex"]}}}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.crypto/"}]},"alias":["Encrypt","SHA","Hash"]}},
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
{"displayName":"DeepL","name":"n8n-nodes-base.deepL","group":["input","output"],"version":1,"description":"Translate data using DeepL","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"DeepL"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"deepLApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Language","value":"language"}],"default":"language"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["language"]}},"options":[{"name":"Translate","value":"translate","description":"Translate data","action":"Translate a language"}],"default":"translate"},{"displayName":"Text","name":"text","type":"string","default":"","description":"Input text to translate","required":true,"displayOptions":{"show":{"operation":["translate"]}}},{"displayName":"Target Language Name or ID","name":"translateTo","type":"options","typeOptions":{"loadOptionsMethod":"getLanguages"},"default":"","description":"Language to translate to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","required":true,"displayOptions":{"show":{"operation":["translate"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Source Language Name or ID","name":"sourceLang","type":"options","default":"","description":"Language to translate from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getLanguages"}},{"displayName":"Split Sentences","name":"splitSentences","type":"options","default":"1","description":"How the translation engine should split sentences","options":[{"name":"Interpunction Only","value":"nonewlines","description":"Split text on interpunction only, ignoring newlines"},{"name":"No Splitting","value":"0","description":"Treat all text as a single sentence"},{"name":"On Punctuation and Newlines","value":"1","description":"Split text on interpunction and newlines"}]},{"displayName":"Preserve Formatting","name":"preserveFormatting","type":"options","default":"0","description":"Whether the translation engine should respect the original formatting, even if it would usually correct some aspects","options":[{"name":"Apply Corrections","value":"0","description":"Fix punctuation at the beginning and end of sentences and fixes lower/upper caseing at the beginning"},{"name":"Do Not Correct","value":"1","description":"Keep text as similar as possible to the original"}]},{"displayName":"Formality","name":"formality","type":"options","default":"default","description":"How formal or informal the target text should be. May not be supported with all languages.","options":[{"name":"Formal","value":"more"},{"name":"Informal","value":"less"},{"name":"Neutral","value":"default"}]}]}],"codex":{"categories":["Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.deepl/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/deepL"}]},"alias":["Translate","Translator"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/DeepL/deepl.svg"},
|
|
83
83
|
{"displayName":"Demio","name":"n8n-nodes-base.demio","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Demio API","defaults":{"name":"Demio"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"demioApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Event","value":"event"},{"name":"Report","value":"report"}],"default":"event"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Get","value":"get","description":"Get an event","action":"Get an event"},{"name":"Get Many","value":"getAll","description":"Get many events","action":"Get many events"},{"name":"Register","value":"register","description":"Register someone to an event","action":"Register an event"}],"default":"get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["event"]}},"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":["event"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}},"options":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Automated","value":"automated"},{"name":"Past","value":"past"},{"name":"Upcoming","value":"upcoming"}],"default":""}]},{"displayName":"Event ID","name":"eventId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["get"]}},"options":[{"displayName":"Active","name":"active","type":"boolean","default":false,"description":"Whether to return only active dates in series"},{"displayName":"Session ID","name":"date_id","type":"string","default":"","description":"Event Date ID"}]},{"displayName":"Event Name or ID","name":"eventId","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":"getEvents"},"displayOptions":{"show":{"resource":["event"],"operation":["register"]}},"default":""},{"displayName":"First Name","name":"firstName","type":"string","default":"","required":true,"description":"The registrant's first name","displayOptions":{"show":{"resource":["event"],"operation":["register"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"description":"The registrant's email address","displayOptions":{"show":{"resource":["event"],"operation":["register"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["register"]}},"options":[{"displayName":"Company","name":"company","type":"string","default":"","description":"The value for the predefined Company field"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"string","default":"","description":"Each custom field's unique identifier can be found within the Event's Registration block in the Customize tab"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Event Registration URL","name":"ref_url","type":"string","default":"","description":"Event Registration page URL. It can be useful when you do not know Event ID, but have Event link."},{"displayName":"GDPR","name":"gdpr","type":"string","default":"","description":"The value for the predefined GDPR field"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"The value for the predefined Last Name field"},{"displayName":"Phone Number","name":"phone_number","type":"string","default":"","description":"The value for the predefined Phone Number field"},{"displayName":"Session Name or ID","name":"date_id","type":"options","typeOptions":{"loadOptionsMethod":"getEventSessions","loadOptionsDependsOn":["eventId"]},"default":"","description":"Event Session ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Website","name":"website","type":"string","default":"","description":"The value for the predefined Website field"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Get an event report","action":"Get a report"}],"default":"get"},{"displayName":"Event Name or ID","name":"eventId","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":"getEvents"},"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"default":""},{"displayName":"Session Name or ID","name":"dateId","type":"options","typeOptions":{"loadOptionsMethod":"getEventSessions","loadOptionsDependsOn":["eventId"]},"default":"","required":true,"description":"ID of the session. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["report"],"operation":["get"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"options":[{"displayName":"Status","name":"status","type":"options","options":[{"name":"Attended","value":"attended"},{"name":"Banned","value":"banned"},{"name":"Completed","value":"completed"},{"name":"Did Not Attend","value":"did-not-attend"},{"name":"Left Early","value":"left-early"}],"default":"","description":"Filter results by participation status"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.demio/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/demio"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Demio/demio.svg"},
|
|
84
84
|
{"displayName":"DHL","name":"n8n-nodes-base.dhl","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume DHL API","defaults":{"name":"DHL"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"dhlApi","required":true,"testedBy":"dhlApiCredentialTest"}],"properties":[{"displayName":"Resource","name":"resource","noDataExpression":true,"type":"hidden","options":[{"name":"Shipment","value":"shipment"}],"default":"shipment"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["shipment"]}},"options":[{"name":"Get Tracking Details","value":"get","action":"Get tracking details for a shipment"}],"default":"get"},{"displayName":"Tracking Number","name":"trackingNumber","type":"string","required":true,"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Recipient's Postal Code","name":"recipientPostalCode","type":"string","default":"","description":"DHL will return more detailed information on the shipment when you provide the Recipient's Postal Code - it acts as a verification step"}]}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.dhl/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/dhl"}]},"alias":["Shipping"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Dhl/dhl.svg"},
|
|
85
|
-
{"displayName":"Discord","name":"n8n-nodes-base.discord","group":["output"],"defaultVersion":2,"description":"Sends data to Discord","version":2,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","defaults":{"name":"Discord"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"discordBotApi","required":true,"displayOptions":{"show":{"authentication":["botToken"]}}},{"name":"discordOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}},{"name":"discordWebhookApi","displayOptions":{"show":{"authentication":["webhook"]}}}],"properties":[{"displayName":"Connection Type","name":"authentication","type":"options","options":[{"name":"Bot Token","value":"botToken","description":"Manage messages, channels, and members on a server"},{"name":"OAuth2","value":"oAuth2","description":"Manage messages, channels, and members on a server"},{"name":"Webhook","value":"webhook","description":"Send messages to a specific channel"}],"default":"botToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Channel","value":"channel"},{"name":"Message","value":"message"},{"name":"Member","value":"member"}],"default":"channel","displayOptions":{"hide":{"authentication":["webhook"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"],"authentication":["botToken","oAuth2"]}},"options":[{"name":"Delete","value":"deleteMessage","description":"Delete a message in a channel","action":"Delete a message"},{"name":"Get","value":"get","description":"Get a message in a channel","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"Retrieve the latest messages in a channel","action":"Get many messages"},{"name":"React with Emoji","value":"react","description":"React to a message with an emoji","action":"React with an emoji to a message"},{"name":"Send","value":"send","description":"Send a message to a channel, thread, or member","action":"Send a message"}],"default":"send"},{"displayName":"Server","name":"guildId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the server (guild) that your bot is connected to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-server","typeOptions":{"searchListMethod":"guildSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)","errorMessage":"Not a valid Discord Server URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Server ID"}}]}],"displayOptions":{"show":{"resource":["message"],"authentication":["botToken","oAuth2"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"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"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["message"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["message"],"operation":["react"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Message ID","name":"messageId","type":"string","default":"","required":true,"description":"The ID of the message","placeholder":"e.g. 1057576506244726804","displayOptions":{"show":{"resource":["message"],"operation":["react"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Emoji","name":"emoji","type":"string","default":"","required":true,"description":"The emoji you want to react with","displayOptions":{"show":{"resource":["message"],"operation":["react"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Send To","name":"sendTo","type":"options","options":[{"name":"User","value":"user"},{"name":"Channel","value":"channel"}],"default":"channel","description":"Send message to a channel or DM to a user","displayOptions":{"show":{"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the user you want to assign a role to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. DiscordUser","typeOptions":{"searchListMethod":"userSearch"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 786953432728469534","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid User ID"}}]}],"displayOptions":{"show":{"sendTo":["user"],"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"textChannelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"sendTo":["channel"],"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Message","name":"content","type":"string","default":"","description":"The content of the message (up to 2000 characters)","placeholder":"e.g. My message","typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Flags","name":"flags","type":"multiOptions","default":[],"description":"Message flags. <a href=\"https://discord.com/developers/docs/resources/channel#message-object-message-flags\" target=\"_blank\">More info</a>.”.","options":[{"name":"Suppress Embeds","value":"SUPPRESS_EMBEDS"},{"name":"Suppress Notifications","value":"SUPPRESS_NOTIFICATIONS"}]},{"displayName":"Message to Reply to","name":"message_reference","type":"string","default":"","description":"Fill this to make your message a reply. Add the message ID.","placeholder":"e.g. 1059467601836773386"},{"displayName":"Text-to-Speech (TTS)","name":"tts","type":"boolean","default":false,"description":"Whether to have a bot reading the message directly in the channel"}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Embeds","name":"embeds","type":"fixedCollection","placeholder":"Add Embeds","typeOptions":{"multipleValues":true},"default":[],"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input Method","name":"inputMethod","type":"options","options":[{"name":"Enter Fields","value":"fields"},{"name":"Raw JSON","value":"json"}],"default":"fields"},{"displayName":"Value","name":"json","type":"json","default":"={}","typeOptions":{"rows":2},"displayOptions":{"show":{"inputMethod":["json"]}}},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of embed","placeholder":"e.g. My description","typeOptions":{"rows":2},"displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Author","name":"author","type":"string","default":"","description":"The name of the author","placeholder":"e.g. John Doe","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Color","name":"color","type":"color","default":"","description":"Color code of the embed","placeholder":"e.g. 12123432","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","description":"The time displayed at the bottom of the embed. Provide in ISO8601 format.","placeholder":"e.g. 2023-02-08 09:30:26","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of embed","placeholder":"e.g. Embed's title","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL","name":"url","type":"string","default":"","description":"The URL where you want to link the embed to","placeholder":"e.g. https://discord.com/","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Image","name":"image","type":"string","default":"","description":"Source URL of image (only supports http(s) and attachments)","placeholder":"e.g. https://example.com/image.png","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Thumbnail","name":"thumbnail","type":"string","default":"","description":"Source URL of thumbnail (only supports http(s) and attachments)","placeholder":"e.g. https://example.com/image.png","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Video","name":"video","type":"string","default":"","description":"Source URL of video","placeholder":"e.g. https://example.com/video.mp4","displayOptions":{"show":{"inputMethod":["fields"]}}}]}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Files","name":"files","type":"fixedCollection","placeholder":"Add Files","typeOptions":{"multipleValues":true},"default":[],"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input Data Field Name","name":"inputFieldName","type":"string","default":"data","description":"The contents of the file being sent with the message","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be sent"}]}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["message"],"operation":["deleteMessage"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Message ID","name":"messageId","type":"string","default":"","required":true,"description":"The ID of the message","placeholder":"e.g. 1057576506244726804","displayOptions":{"show":{"resource":["message"],"operation":["deleteMessage"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Message ID","name":"messageId","type":"string","default":"","required":true,"description":"The ID of the message","placeholder":"e.g. 1057576506244726804","displayOptions":{"show":{"resource":["message"],"operation":["get"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"],"authentication":["botToken","oAuth2"]}},"options":[{"name":"Create","value":"create","description":"Create a new channel","action":"Create a channel"},{"name":"Delete","value":"deleteChannel","description":"Delete a channel","action":"Delete a channel"},{"name":"Get","value":"get","description":"Get a channel","action":"Get a channel"},{"name":"Get Many","value":"getAll","description":"Retrieve the channels of a server","action":"Get many channels"},{"name":"Update","value":"update","description":"Update a channel","action":"Update a channel"}],"default":"create"},{"displayName":"Server","name":"guildId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the server (guild) that your bot is connected to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-server","typeOptions":{"searchListMethod":"guildSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)","errorMessage":"Not a valid Discord Server URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Server ID"}}]}],"displayOptions":{"show":{"resource":["channel"],"authentication":["botToken","oAuth2"]}}},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"description":"The name of the channel","placeholder":"e.g. new-channel","displayOptions":{"show":{"resource":["channel"],"operation":["create"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Type","name":"type","type":"options","default":"0","required":true,"description":"The type of channel to create","options":[{"name":"Guild Text","value":"0"},{"name":"Guild Voice","value":"2"},{"name":"Guild Category","value":"4"}],"displayOptions":{"show":{"resource":["channel"],"operation":["create"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Age-Restricted (NSFW)","name":"nsfw","type":"boolean","default":false,"description":"Whether the content of the channel might be nsfw (not safe for work)","displayOptions":{"hide":{"/type":["4"]}}},{"displayName":"Bitrate","name":"bitrate","type":"number","default":8000,"placeholder":"e.g. 8000","typeOptions":{"minValue":8000,"maxValue":96000},"description":"The bitrate (in bits) of the voice channel","displayOptions":{"show":{"/type":["2"]}}},{"displayName":"Parent Category","name":"categoryId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"The parent category where you want the channel to appear","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"categorySearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Category URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Category ID"}}]}],"displayOptions":{"hide":{"/type":["4"]}}},{"displayName":"Position","name":"position","type":"number","default":1},{"displayName":"Rate Limit Per User","name":"rate_limit_per_user","type":"number","default":0,"description":"Amount of seconds a user has to wait before sending another message","displayOptions":{"hide":{"/type":["4"]}}},{"displayName":"Topic","name":"topic","type":"string","default":"","typeOptions":{"rows":2},"description":"The channel topic description (0-1024 characters)","placeholder":"e.g. This channel is about…","displayOptions":{"hide":{"/type":["4"]}}},{"displayName":"User Limit","name":"user_limit","type":"number","default":0,"typeOptions":{"minValue":0,"maxValue":99},"placeholder":"e.g. 20","description":"The limit for the number of members that can be in the channel (0 refers to no limit)","displayOptions":{"show":{"/type":["2"]}}}],"displayOptions":{"show":{"resource":["channel"],"operation":["create"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["channel"],"operation":["deleteChannel"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["channel"],"operation":["get"]},"hide":{"authentication":["webhook"]}}},{"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":["channel"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["channel"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Filter by Type","name":"filter","type":"multiOptions","default":[],"options":[{"name":"Guild Text","value":0},{"name":"Guild Voice","value":2},{"name":"Guild Category","value":4}]}],"displayOptions":{"show":{"resource":["channel"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["channel"],"operation":["update"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Name","name":"name","type":"string","default":"","description":"The new name of the channel. Fill this field only if you want to change the channel's name.","placeholder":"e.g. new-channel-name","displayOptions":{"show":{"resource":["channel"],"operation":["update"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Age-Restricted (NSFW)","name":"nsfw","type":"boolean","default":false,"description":"Whether the content of the channel might be nsfw (not safe for work)"},{"displayName":"Bitrate","name":"bitrate","type":"number","default":8000,"typeOptions":{"minValue":8000,"maxValue":96000},"description":"The bitrate (in bits) of the voice channel","hint":"Only applicable to voice channels"},{"displayName":"Parent Category","name":"categoryId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"The parent category where you want the channel to appear","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"categorySearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Category URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Category ID"}}]}]},{"displayName":"Position","name":"position","type":"number","default":1},{"displayName":"Rate Limit Per User","name":"rate_limit_per_user","type":"number","default":0,"description":"Amount of seconds a user has to wait before sending another message"},{"displayName":"Topic","name":"topic","type":"string","default":"","typeOptions":{"rows":2},"description":"The channel topic description (0-1024 characters)","placeholder":"e.g. This channel is about…"},{"displayName":"User Limit","name":"user_limit","type":"number","default":0,"typeOptions":{"minValue":0,"maxValue":99},"placeholder":"e.g. 20","hint":"Only applicable to voice channels","description":"The limit for the number of members that can be in the channel (0 refers to no limit)"}],"displayOptions":{"show":{"resource":["channel"],"operation":["update"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["member"],"authentication":["botToken","oAuth2"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieve the members of a server","action":"Get many members"},{"name":"Role Add","value":"roleAdd","description":"Add a role to a member","action":"Add a role to a member"},{"name":"Role Remove","value":"roleRemove","description":"Remove a role from a member","action":"Remove a role from a member"}],"default":"getAll"},{"displayName":"Server","name":"guildId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the server (guild) that your bot is connected to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-server","typeOptions":{"searchListMethod":"guildSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)","errorMessage":"Not a valid Discord Server URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Server ID"}}]}],"displayOptions":{"show":{"resource":["member"],"authentication":["botToken","oAuth2"]}}},{"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":["member"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["member"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"After","name":"after","type":"string","default":"","placeholder":"e.g. 786953432728469534","description":"The ID of the user after which to return the members","displayOptions":{"show":{"resource":["member"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"displayOptions":{"show":{"resource":["member"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the user you want to assign a role to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. DiscordUser","typeOptions":{"searchListMethod":"userSearch"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 786953432728469534","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid User ID"}}]}],"displayOptions":{"show":{"resource":["member"],"operation":["roleAdd"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Role","name":"role","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getRoles","loadOptionsDependsOn":["userId.value","guildId.value","operation"]},"required":true,"description":"Select the roles you want to add to the user","default":[],"displayOptions":{"show":{"resource":["member"],"operation":["roleAdd"]},"hide":{"authentication":["webhook"]}}},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the user you want to assign a role to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. DiscordUser","typeOptions":{"searchListMethod":"userSearch"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 786953432728469534","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid User ID"}}]}],"displayOptions":{"show":{"resource":["member"],"operation":["roleRemove"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Role","name":"role","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getRoles","loadOptionsDependsOn":["userId.value","guildId.value","operation"]},"required":true,"description":"Select the roles you want to add to the user","default":[],"displayOptions":{"show":{"resource":["member"],"operation":["roleRemove"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"authentication":["webhook"]}},"options":[{"name":"Send a Message","value":"sendLegacy","description":"Send a message to a channel using the webhook","action":"Send a message"}],"default":"sendLegacy"},{"displayName":"Message","name":"content","type":"string","default":"","required":true,"description":"The content of the message (up to 2000 characters)","placeholder":"e.g. My message","typeOptions":{"rows":2},"displayOptions":{"show":{"operation":["sendLegacy"]},"hide":{"authentication":["botToken","oAuth2"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Avatar URL","name":"avatar_url","type":"string","default":"","description":"Override the default avatar of the webhook","placeholder":"e.g. https://example.com/image.png"},{"displayName":"Flags","name":"flags","type":"multiOptions","default":[],"description":"Message flags. <a href=\"https://discord.com/developers/docs/resources/channel#message-object-message-flags\" target=\"_blank\">More info</a>.”.","options":[{"name":"Suppress Embeds","value":"SUPPRESS_EMBEDS"},{"name":"Suppress Notifications","value":"SUPPRESS_NOTIFICATIONS"}]},{"displayName":"Text-to-Speech (TTS)","name":"tts","type":"boolean","default":false,"description":"Whether to have a bot reading the message directly in the channel"},{"displayName":"Username","name":"username","type":"string","default":"","description":"Override the default username of the webhook","placeholder":"e.g. My Username"},{"displayName":"Wait","name":"wait","type":"boolean","default":false,"description":"Whether wait for the message to be created before returning its response"}],"displayOptions":{"show":{"operation":["sendLegacy"]},"hide":{"authentication":["botToken","oAuth2"]}}},{"displayName":"Embeds","name":"embeds","type":"fixedCollection","placeholder":"Add Embeds","typeOptions":{"multipleValues":true},"default":[],"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input Method","name":"inputMethod","type":"options","options":[{"name":"Enter Fields","value":"fields"},{"name":"Raw JSON","value":"json"}],"default":"fields"},{"displayName":"Value","name":"json","type":"json","default":"={}","typeOptions":{"rows":2},"displayOptions":{"show":{"inputMethod":["json"]}}},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of embed","placeholder":"e.g. My description","typeOptions":{"rows":2},"displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Author","name":"author","type":"string","default":"","description":"The name of the author","placeholder":"e.g. John Doe","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Color","name":"color","type":"color","default":"","description":"Color code of the embed","placeholder":"e.g. 12123432","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","description":"The time displayed at the bottom of the embed. Provide in ISO8601 format.","placeholder":"e.g. 2023-02-08 09:30:26","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of embed","placeholder":"e.g. Embed's title","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL","name":"url","type":"string","default":"","description":"The URL where you want to link the embed to","placeholder":"e.g. https://discord.com/","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Image","name":"image","type":"string","default":"","description":"Source URL of image (only supports http(s) and attachments)","placeholder":"e.g. https://example.com/image.png","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Thumbnail","name":"thumbnail","type":"string","default":"","description":"Source URL of thumbnail (only supports http(s) and attachments)","placeholder":"e.g. https://example.com/image.png","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Video","name":"video","type":"string","default":"","description":"Source URL of video","placeholder":"e.g. https://example.com/video.mp4","displayOptions":{"show":{"inputMethod":["fields"]}}}]}],"displayOptions":{"show":{"operation":["sendLegacy"]},"hide":{"authentication":["botToken","oAuth2"]}}},{"displayName":"Files","name":"files","type":"fixedCollection","placeholder":"Add Files","typeOptions":{"multipleValues":true},"default":[],"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input Data Field Name","name":"inputFieldName","type":"string","default":"data","description":"The contents of the file being sent with the message","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be sent"}]}],"displayOptions":{"show":{"operation":["sendLegacy"]},"hide":{"authentication":["botToken","oAuth2"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Discord/discord.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.discord/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/discord"}]}}},
|
|
85
|
+
{"displayName":"Discord","name":"n8n-nodes-base.discord","group":["output"],"defaultVersion":2,"description":"Sends data to Discord","version":2,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","defaults":{"name":"Discord"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"discordBotApi","required":true,"displayOptions":{"show":{"authentication":["botToken"]}}},{"name":"discordOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}},{"name":"discordWebhookApi","displayOptions":{"show":{"authentication":["webhook"]}}}],"properties":[{"displayName":"Connection Type","name":"authentication","type":"options","options":[{"name":"Bot Token","value":"botToken","description":"Manage messages, channels, and members on a server"},{"name":"OAuth2","value":"oAuth2","description":"Same features as 'Bot Token' with easier Bot installation"},{"name":"Webhook","value":"webhook","description":"Send messages to a specific channel"}],"default":"botToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Channel","value":"channel"},{"name":"Message","value":"message"},{"name":"Member","value":"member"}],"default":"channel","displayOptions":{"hide":{"authentication":["webhook"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"],"authentication":["botToken","oAuth2"]}},"options":[{"name":"Delete","value":"deleteMessage","description":"Delete a message in a channel","action":"Delete a message"},{"name":"Get","value":"get","description":"Get a message in a channel","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"Retrieve the latest messages in a channel","action":"Get many messages"},{"name":"React with Emoji","value":"react","description":"React to a message with an emoji","action":"React with an emoji to a message"},{"name":"Send","value":"send","description":"Send a message to a channel, thread, or member","action":"Send a message"}],"default":"send"},{"displayName":"Server","name":"guildId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the server (guild) that your bot is connected to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-server","typeOptions":{"searchListMethod":"guildSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)","errorMessage":"Not a valid Discord Server URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Server ID"}}]}],"displayOptions":{"show":{"resource":["message"],"authentication":["botToken","oAuth2"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"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"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["message"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["message"],"operation":["react"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Message ID","name":"messageId","type":"string","default":"","required":true,"description":"The ID of the message","placeholder":"e.g. 1057576506244726804","displayOptions":{"show":{"resource":["message"],"operation":["react"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Emoji","name":"emoji","type":"string","default":"","required":true,"description":"The emoji you want to react with","displayOptions":{"show":{"resource":["message"],"operation":["react"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Send To","name":"sendTo","type":"options","options":[{"name":"User","value":"user"},{"name":"Channel","value":"channel"}],"default":"channel","description":"Send message to a channel or DM to a user","displayOptions":{"show":{"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the user you want to assign a role to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. DiscordUser","typeOptions":{"searchListMethod":"userSearch"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 786953432728469534","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid User ID"}}]}],"displayOptions":{"show":{"sendTo":["user"],"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"textChannelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"sendTo":["channel"],"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Message","name":"content","type":"string","default":"","description":"The content of the message (up to 2000 characters)","placeholder":"e.g. My message","typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Flags","name":"flags","type":"multiOptions","default":[],"description":"Message flags. <a href=\"https://discord.com/developers/docs/resources/channel#message-object-message-flags\" target=\"_blank\">More info</a>.”.","options":[{"name":"Suppress Embeds","value":"SUPPRESS_EMBEDS"},{"name":"Suppress Notifications","value":"SUPPRESS_NOTIFICATIONS"}]},{"displayName":"Message to Reply to","name":"message_reference","type":"string","default":"","description":"Fill this to make your message a reply. Add the message ID.","placeholder":"e.g. 1059467601836773386"},{"displayName":"Text-to-Speech (TTS)","name":"tts","type":"boolean","default":false,"description":"Whether to have a bot reading the message directly in the channel"}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Embeds","name":"embeds","type":"fixedCollection","placeholder":"Add Embeds","typeOptions":{"multipleValues":true},"default":[],"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input Method","name":"inputMethod","type":"options","options":[{"name":"Enter Fields","value":"fields"},{"name":"Raw JSON","value":"json"}],"default":"fields"},{"displayName":"Value","name":"json","type":"json","default":"={}","typeOptions":{"rows":2},"displayOptions":{"show":{"inputMethod":["json"]}}},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of embed","placeholder":"e.g. My description","typeOptions":{"rows":2},"displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Author","name":"author","type":"string","default":"","description":"The name of the author","placeholder":"e.g. John Doe","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Color","name":"color","type":"color","default":"","description":"Color code of the embed","placeholder":"e.g. 12123432","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","description":"The time displayed at the bottom of the embed. Provide in ISO8601 format.","placeholder":"e.g. 2023-02-08 09:30:26","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of embed","placeholder":"e.g. Embed's title","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL","name":"url","type":"string","default":"","description":"The URL where you want to link the embed to","placeholder":"e.g. https://discord.com/","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Image","name":"image","type":"string","default":"","description":"Source URL of image (only supports http(s) and attachments)","placeholder":"e.g. https://example.com/image.png","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Thumbnail","name":"thumbnail","type":"string","default":"","description":"Source URL of thumbnail (only supports http(s) and attachments)","placeholder":"e.g. https://example.com/image.png","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Video","name":"video","type":"string","default":"","description":"Source URL of video","placeholder":"e.g. https://example.com/video.mp4","displayOptions":{"show":{"inputMethod":["fields"]}}}]}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Files","name":"files","type":"fixedCollection","placeholder":"Add Files","typeOptions":{"multipleValues":true},"default":[],"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input Data Field Name","name":"inputFieldName","type":"string","default":"data","description":"The contents of the file being sent with the message","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be sent"}]}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["message"],"operation":["deleteMessage"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Message ID","name":"messageId","type":"string","default":"","required":true,"description":"The ID of the message","placeholder":"e.g. 1057576506244726804","displayOptions":{"show":{"resource":["message"],"operation":["deleteMessage"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Message ID","name":"messageId","type":"string","default":"","required":true,"description":"The ID of the message","placeholder":"e.g. 1057576506244726804","displayOptions":{"show":{"resource":["message"],"operation":["get"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"],"authentication":["botToken","oAuth2"]}},"options":[{"name":"Create","value":"create","description":"Create a new channel","action":"Create a channel"},{"name":"Delete","value":"deleteChannel","description":"Delete a channel","action":"Delete a channel"},{"name":"Get","value":"get","description":"Get a channel","action":"Get a channel"},{"name":"Get Many","value":"getAll","description":"Retrieve the channels of a server","action":"Get many channels"},{"name":"Update","value":"update","description":"Update a channel","action":"Update a channel"}],"default":"create"},{"displayName":"Server","name":"guildId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the server (guild) that your bot is connected to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-server","typeOptions":{"searchListMethod":"guildSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)","errorMessage":"Not a valid Discord Server URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Server ID"}}]}],"displayOptions":{"show":{"resource":["channel"],"authentication":["botToken","oAuth2"]}}},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"description":"The name of the channel","placeholder":"e.g. new-channel","displayOptions":{"show":{"resource":["channel"],"operation":["create"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Type","name":"type","type":"options","default":"0","required":true,"description":"The type of channel to create","options":[{"name":"Guild Text","value":"0"},{"name":"Guild Voice","value":"2"},{"name":"Guild Category","value":"4"}],"displayOptions":{"show":{"resource":["channel"],"operation":["create"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Age-Restricted (NSFW)","name":"nsfw","type":"boolean","default":false,"description":"Whether the content of the channel might be nsfw (not safe for work)","displayOptions":{"hide":{"/type":["4"]}}},{"displayName":"Bitrate","name":"bitrate","type":"number","default":8000,"placeholder":"e.g. 8000","typeOptions":{"minValue":8000,"maxValue":96000},"description":"The bitrate (in bits) of the voice channel","displayOptions":{"show":{"/type":["2"]}}},{"displayName":"Parent Category","name":"categoryId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"The parent category where you want the channel to appear","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"categorySearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Category URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Category ID"}}]}],"displayOptions":{"hide":{"/type":["4"]}}},{"displayName":"Position","name":"position","type":"number","default":1},{"displayName":"Rate Limit Per User","name":"rate_limit_per_user","type":"number","default":0,"description":"Amount of seconds a user has to wait before sending another message","displayOptions":{"hide":{"/type":["4"]}}},{"displayName":"Topic","name":"topic","type":"string","default":"","typeOptions":{"rows":2},"description":"The channel topic description (0-1024 characters)","placeholder":"e.g. This channel is about…","displayOptions":{"hide":{"/type":["4"]}}},{"displayName":"User Limit","name":"user_limit","type":"number","default":0,"typeOptions":{"minValue":0,"maxValue":99},"placeholder":"e.g. 20","description":"The limit for the number of members that can be in the channel (0 refers to no limit)","displayOptions":{"show":{"/type":["2"]}}}],"displayOptions":{"show":{"resource":["channel"],"operation":["create"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["channel"],"operation":["deleteChannel"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["channel"],"operation":["get"]},"hide":{"authentication":["webhook"]}}},{"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":["channel"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["channel"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Filter by Type","name":"filter","type":"multiOptions","default":[],"options":[{"name":"Guild Text","value":0},{"name":"Guild Voice","value":2},{"name":"Guild Category","value":4}]}],"displayOptions":{"show":{"resource":["channel"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["channel"],"operation":["update"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Name","name":"name","type":"string","default":"","description":"The new name of the channel. Fill this field only if you want to change the channel's name.","placeholder":"e.g. new-channel-name","displayOptions":{"show":{"resource":["channel"],"operation":["update"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Age-Restricted (NSFW)","name":"nsfw","type":"boolean","default":false,"description":"Whether the content of the channel might be nsfw (not safe for work)"},{"displayName":"Bitrate","name":"bitrate","type":"number","default":8000,"typeOptions":{"minValue":8000,"maxValue":96000},"description":"The bitrate (in bits) of the voice channel","hint":"Only applicable to voice channels"},{"displayName":"Parent Category","name":"categoryId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"The parent category where you want the channel to appear","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"categorySearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Category URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Category ID"}}]}]},{"displayName":"Position","name":"position","type":"number","default":1},{"displayName":"Rate Limit Per User","name":"rate_limit_per_user","type":"number","default":0,"description":"Amount of seconds a user has to wait before sending another message"},{"displayName":"Topic","name":"topic","type":"string","default":"","typeOptions":{"rows":2},"description":"The channel topic description (0-1024 characters)","placeholder":"e.g. This channel is about…"},{"displayName":"User Limit","name":"user_limit","type":"number","default":0,"typeOptions":{"minValue":0,"maxValue":99},"placeholder":"e.g. 20","hint":"Only applicable to voice channels","description":"The limit for the number of members that can be in the channel (0 refers to no limit)"}],"displayOptions":{"show":{"resource":["channel"],"operation":["update"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["member"],"authentication":["botToken","oAuth2"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieve the members of a server","action":"Get many members"},{"name":"Role Add","value":"roleAdd","description":"Add a role to a member","action":"Add a role to a member"},{"name":"Role Remove","value":"roleRemove","description":"Remove a role from a member","action":"Remove a role from a member"}],"default":"getAll"},{"displayName":"Server","name":"guildId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the server (guild) that your bot is connected to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-server","typeOptions":{"searchListMethod":"guildSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)","errorMessage":"Not a valid Discord Server URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Server ID"}}]}],"displayOptions":{"show":{"resource":["member"],"authentication":["botToken","oAuth2"]}}},{"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":["member"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["member"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"After","name":"after","type":"string","default":"","placeholder":"e.g. 786953432728469534","description":"The ID of the user after which to return the members","displayOptions":{"show":{"resource":["member"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"displayOptions":{"show":{"resource":["member"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the user you want to assign a role to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. DiscordUser","typeOptions":{"searchListMethod":"userSearch"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 786953432728469534","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid User ID"}}]}],"displayOptions":{"show":{"resource":["member"],"operation":["roleAdd"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Role","name":"role","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getRoles","loadOptionsDependsOn":["userId.value","guildId.value","operation"]},"required":true,"description":"Select the roles you want to add to the user","default":[],"displayOptions":{"show":{"resource":["member"],"operation":["roleAdd"]},"hide":{"authentication":["webhook"]}}},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the user you want to assign a role to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. DiscordUser","typeOptions":{"searchListMethod":"userSearch"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 786953432728469534","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid User ID"}}]}],"displayOptions":{"show":{"resource":["member"],"operation":["roleRemove"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Role","name":"role","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getRoles","loadOptionsDependsOn":["userId.value","guildId.value","operation"]},"required":true,"description":"Select the roles you want to add to the user","default":[],"displayOptions":{"show":{"resource":["member"],"operation":["roleRemove"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"authentication":["webhook"]}},"options":[{"name":"Send a Message","value":"sendLegacy","description":"Send a message to a channel using the webhook","action":"Send a message"}],"default":"sendLegacy"},{"displayName":"Message","name":"content","type":"string","default":"","required":true,"description":"The content of the message (up to 2000 characters)","placeholder":"e.g. My message","typeOptions":{"rows":2},"displayOptions":{"show":{"operation":["sendLegacy"]},"hide":{"authentication":["botToken","oAuth2"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Avatar URL","name":"avatar_url","type":"string","default":"","description":"Override the default avatar of the webhook","placeholder":"e.g. https://example.com/image.png"},{"displayName":"Flags","name":"flags","type":"multiOptions","default":[],"description":"Message flags. <a href=\"https://discord.com/developers/docs/resources/channel#message-object-message-flags\" target=\"_blank\">More info</a>.”.","options":[{"name":"Suppress Embeds","value":"SUPPRESS_EMBEDS"},{"name":"Suppress Notifications","value":"SUPPRESS_NOTIFICATIONS"}]},{"displayName":"Text-to-Speech (TTS)","name":"tts","type":"boolean","default":false,"description":"Whether to have a bot reading the message directly in the channel"},{"displayName":"Username","name":"username","type":"string","default":"","description":"Override the default username of the webhook","placeholder":"e.g. My Username"},{"displayName":"Wait","name":"wait","type":"boolean","default":false,"description":"Whether wait for the message to be created before returning its response"}],"displayOptions":{"show":{"operation":["sendLegacy"]},"hide":{"authentication":["botToken","oAuth2"]}}},{"displayName":"Embeds","name":"embeds","type":"fixedCollection","placeholder":"Add Embeds","typeOptions":{"multipleValues":true},"default":[],"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input Method","name":"inputMethod","type":"options","options":[{"name":"Enter Fields","value":"fields"},{"name":"Raw JSON","value":"json"}],"default":"fields"},{"displayName":"Value","name":"json","type":"json","default":"={}","typeOptions":{"rows":2},"displayOptions":{"show":{"inputMethod":["json"]}}},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of embed","placeholder":"e.g. My description","typeOptions":{"rows":2},"displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Author","name":"author","type":"string","default":"","description":"The name of the author","placeholder":"e.g. John Doe","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Color","name":"color","type":"color","default":"","description":"Color code of the embed","placeholder":"e.g. 12123432","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","description":"The time displayed at the bottom of the embed. Provide in ISO8601 format.","placeholder":"e.g. 2023-02-08 09:30:26","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of embed","placeholder":"e.g. Embed's title","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL","name":"url","type":"string","default":"","description":"The URL where you want to link the embed to","placeholder":"e.g. https://discord.com/","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Image","name":"image","type":"string","default":"","description":"Source URL of image (only supports http(s) and attachments)","placeholder":"e.g. https://example.com/image.png","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Thumbnail","name":"thumbnail","type":"string","default":"","description":"Source URL of thumbnail (only supports http(s) and attachments)","placeholder":"e.g. https://example.com/image.png","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Video","name":"video","type":"string","default":"","description":"Source URL of video","placeholder":"e.g. https://example.com/video.mp4","displayOptions":{"show":{"inputMethod":["fields"]}}}]}],"displayOptions":{"show":{"operation":["sendLegacy"]},"hide":{"authentication":["botToken","oAuth2"]}}},{"displayName":"Files","name":"files","type":"fixedCollection","placeholder":"Add Files","typeOptions":{"multipleValues":true},"default":[],"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input Data Field Name","name":"inputFieldName","type":"string","default":"data","description":"The contents of the file being sent with the message","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be sent"}]}],"displayOptions":{"show":{"operation":["sendLegacy"]},"hide":{"authentication":["botToken","oAuth2"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Discord/discord.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.discord/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/discord"}]}}},
|
|
86
86
|
{"displayName":"Discord","name":"n8n-nodes-base.discord","group":["output"],"defaultVersion":2,"description":"Sends data to Discord","version":1,"defaults":{"name":"Discord"},"inputs":["main"],"outputs":["main"],"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":"Webhook URL","name":"webhookUri","type":"string","required":true,"default":"","placeholder":"https://discord.com/api/webhooks/ID/TOKEN"},{"displayName":"Content","name":"text","type":"string","typeOptions":{"maxValue":2000},"default":"","placeholder":"Hello World!"},{"displayName":"Additional Fields","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Allowed Mentions","name":"allowedMentions","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Attachments","name":"attachments","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Avatar URL","name":"avatarUrl","type":"string","default":""},{"displayName":"Components","name":"components","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Embeds","name":"embeds","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Flags","name":"flags","type":"number","default":""},{"displayName":"JSON Payload","name":"payloadJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Username","name":"username","type":"string","default":"","placeholder":"User"},{"displayName":"TTS","name":"tts","type":"boolean","default":false,"description":"Whether this message be sent as a Text To Speech message"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Discord/discord.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.discord/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/discord"}]}}},
|
|
87
87
|
{"displayName":"Discourse","name":"n8n-nodes-base.discourse","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Discourse API","defaults":{"name":"Discourse"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"discourseApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Category","value":"category"},{"name":"Group","value":"group"},{"name":"Post","value":"post"},{"name":"User","value":"user"},{"name":"User Group","value":"userGroup"}],"default":"post"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"description":"Choose an operation","required":true,"displayOptions":{"show":{"resource":["category"]}},"options":[{"name":"Create","value":"create","description":"Create a category","action":"Create a category"},{"name":"Get Many","value":"getAll","description":"Get many categories","action":"Get many categories"},{"name":"Update","value":"update","description":"Update a category","action":"Update a category"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["category"],"operation":["create"]}},"default":"","description":"Name of the category"},{"displayName":"Color","name":"color","type":"color","required":true,"displayOptions":{"show":{"resource":["category"],"operation":["create"]}},"default":"0000FF","description":"Color of the category"},{"displayName":"Text Color","name":"textColor","type":"color","required":true,"displayOptions":{"show":{"resource":["category"],"operation":["create"]}},"default":"0000FF","description":"Text color of the category"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["category"],"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":["category"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Category ID","name":"categoryId","type":"string","required":true,"displayOptions":{"show":{"resource":["category"],"operation":["update"]}},"default":"","description":"ID of the category"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["category"],"operation":["update"]}},"default":"","description":"New name of the category"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["category"],"operation":["update"]}},"options":[{"displayName":"Color","name":"color","type":"color","default":"0000FF","description":"Color of the category"},{"displayName":"Text Color","name":"textColor","type":"color","default":"0000FF","description":"Text color of the category"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"description":"Choose an operation","required":true,"displayOptions":{"show":{"resource":["group"]}},"options":[{"name":"Create","value":"create","description":"Create a group","action":"Create a group"},{"name":"Get","value":"get","description":"Get 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":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["get","create"]}},"default":"","description":"Name of the group"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["group"],"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":["group"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Group ID","name":"groupId","type":"string","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["update"]}},"default":"","description":"ID of the group to update"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["update"]}},"default":"","description":"New name of the group"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"description":"Choose an operation","required":true,"displayOptions":{"show":{"resource":["post"]}},"options":[{"name":"Create","value":"create","description":"Create a post","action":"Create a post"},{"name":"Get","value":"get","description":"Get a post","action":"Get a post"},{"name":"Get Many","value":"getAll","description":"Get many posts","action":"Get many posts"},{"name":"Update","value":"update","description":"Update a post","action":"Update a post"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"default":"","description":"Title of the post"},{"displayName":"Content","name":"content","type":"string","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"default":"","description":"Content of the post"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"default":{},"options":[{"displayName":"Category Name or ID","name":"category","type":"options","typeOptions":{"loadOptionsMethod":"getCategories"},"default":"","description":"ID of the category. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Reply To Post Number","name":"reply_to_post_number","type":"string","default":"","description":"The number of the post to reply to"},{"displayName":"Topic ID","name":"topic_id","type":"string","default":"","description":"ID of the topic"}]},{"displayName":"Post ID","name":"postId","type":"string","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["get"]}},"default":"","description":"ID of the post"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["post"],"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":["post"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Post ID","name":"postId","type":"string","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"default":"","description":"ID of the post"},{"displayName":"Content","name":"content","type":"string","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"default":"","description":"Content of the post. HTML is supported."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"options":[{"displayName":"Edit Reason","name":"edit_reason","type":"string","default":""},{"displayName":"Cooked","name":"cooked","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"description":"Choose an operation","required":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a user","action":"Create 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"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":"","description":"Name of the user to create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":"","description":"Email of the user to create"},{"displayName":"Username","name":"username","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":"","description":"The username of the user to create"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":"","description":"The password of the user to create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"Active","name":"active","type":"boolean","default":false},{"displayName":"Approved","name":"approved","type":"boolean","default":false}]},{"displayName":"By","name":"by","type":"options","options":[{"name":"Username","value":"username"},{"name":"SSO External ID","value":"externalId"}],"required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"default":"username","description":"What to search by"},{"displayName":"Username","name":"username","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"],"by":["username"]}},"default":"","description":"The username of the user to return"},{"displayName":"SSO External ID","name":"externalId","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"],"by":["externalId"]}},"default":"","description":"Discourse SSO external ID"},{"displayName":"Flag","name":"flag","type":"options","options":[{"name":"Active","value":"active"},{"name":"Blocked","value":"blocked"},{"name":"New","value":"new"},{"name":"Staff","value":"staff"},{"name":"Suspect","value":"suspect"},{"name":"Suspended","value":"suspended"}],"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":"","description":"User flags to search for"},{"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":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Ascending","name":"asc","type":"boolean","default":true,"description":"Whether to sort ascending"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Created","value":"created"},{"name":"Days Visited","value":"days_visited"},{"name":"Email","value":"email"},{"name":"Last Emailed","value":"last_emailed"},{"name":"Posts","value":"posts"},{"name":"Posts Read","value":"posts_read"},{"name":"Read Time","value":"read_time"},{"name":"Seen","value":"seen"},{"name":"Topics Viewed","value":"topics_viewed"},{"name":"Trust Level","value":"trust_level"},{"name":"Username","value":"username"}],"default":"created","description":"What to order by"},{"displayName":"Show Emails","name":"showEmails","type":"boolean","default":false,"description":"Whether to include user email addresses"},{"displayName":"Stats","name":"stats","type":"boolean","default":false,"description":"Whether to return user stats"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"description":"Choose an operation","required":true,"displayOptions":{"show":{"resource":["userGroup"]}},"options":[{"name":"Add","value":"add","description":"Create a user to group","action":"Add a user to a group"},{"name":"Remove","value":"remove","description":"Remove user from group","action":"Remove a user from a group"}],"default":"add"},{"displayName":"Usernames","name":"usernames","type":"string","required":true,"displayOptions":{"show":{"resource":["userGroup"],"operation":["add"]}},"default":"","description":"Usernames to add to group. Multiples can be defined separated by comma."},{"displayName":"Group ID","name":"groupId","type":"string","required":true,"displayOptions":{"show":{"resource":["userGroup"],"operation":["add"]}},"default":"","description":"ID of the group"},{"displayName":"Usernames","name":"usernames","type":"string","required":true,"displayOptions":{"show":{"resource":["userGroup"],"operation":["remove"]}},"default":"","description":"Usernames to remove from group. Multiples can be defined separated by comma."},{"displayName":"Group ID","name":"groupId","type":"string","required":true,"displayOptions":{"show":{"resource":["userGroup"],"operation":["remove"]}},"default":"","description":"ID of the group to remove"}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.discourse/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/discourse"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Discourse/discourse.svg"},
|
|
88
88
|
{"displayName":"Disqus","name":"n8n-nodes-base.disqus","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Access data on Disqus","defaults":{"name":"Disqus"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"disqusApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Forum","value":"forum"}],"default":"forum"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["forum"]}},"options":[{"name":"Get","value":"get","description":"Return forum details","action":"Get a forum"},{"name":"Get All Categories","value":"getCategories","description":"Return a list of categories within a forum","action":"Get all categories in a forum"},{"name":"Get All Threads","value":"getThreads","description":"Return a list of threads within a forum","action":"Get all threads in a forum"},{"name":"Get All Posts","value":"getPosts","description":"Return a list of posts within a forum","action":"Get all posts in a forum"}],"default":"get"},{"displayName":"Forum Name","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["forum"]}},"description":"The short name(aka ID) of the forum to get"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["get"],"resource":["forum"]}},"default":{},"options":[{"displayName":"Attach","name":"attach","type":"multiOptions","options":[{"name":"Counters","value":"counters"},{"name":"followsForum","value":"followsForum"},{"name":"forumCanDisableAds","value":"forumCanDisableAds"},{"name":"forumDaysAlive","value":"forumDaysAlive"},{"name":"forumFeatures","value":"forumFeatures"},{"name":"forumForumCategory","value":"forumForumCategory"},{"name":"forumIntegration","value":"forumIntegration"},{"name":"forumNewPolicy","value":"forumNewPolicy"},{"name":"forumPermissions","value":"forumPermissions"}],"default":[]},{"displayName":"Related","name":"related","type":"multiOptions","options":[{"name":"author","value":"author"}],"default":[],"description":"You may specify relations to include with your response"}]},{"displayName":"Forum Name","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["getPosts"],"resource":["forum"]}},"description":"The short name(aka ID) of the forum to get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["forum"],"operation":["getPosts"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["forum"],"operation":["getPosts"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getPosts"],"resource":["forum"]}},"default":{},"options":[{"displayName":"Filters","name":"filters","type":"multiOptions","options":[{"name":"Has_Bad_Word","value":"Has_Bad_Word"},{"name":"Has_Link","value":"Has_Link"},{"name":"Has_Low_Rep_Author","value":"Has_Low_Rep_Author"},{"name":"Has_Media","value":"Has_Media"},{"name":"Is_Anonymous","value":"Is_Anonymous"},{"name":"Is_At_Flag_Limit","value":"Is_At_Flag_Limit"},{"name":"Is_Flagged","value":"Is_Flagged"},{"name":"Is_Toxic","value":"Is_Toxic"},{"name":"Modified_By_Rule","value":"Modified_By_Rule"},{"name":"No_Issue","value":"No_Issue"},{"name":"Shadow_Banned","value":"Shadow_Banned"}],"default":[],"description":"You may specify filters for your response"},{"displayName":"Include","name":"include","type":"multiOptions","options":[{"name":"Approved","value":"approved"}],"default":[],"description":"You may specify relations to include with your response"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"asc","description":"You may specify order to sort your response"},{"displayName":"Query","name":"query","type":"string","default":"","description":"You may specify query forChoices: asc, desc your response"},{"displayName":"Related","name":"related","type":"multiOptions","options":[{"name":"Thread","value":"thread"}],"default":[],"description":"You may specify relations to include with your response"},{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"Unix timestamp (or ISO datetime standard)"}]},{"displayName":"Forum Name","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["getCategories"],"resource":["forum"]}},"description":"The short name(aka ID) of the forum to get Categories"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["forum"],"operation":["getCategories"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["forum"],"operation":["getCategories"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getCategories"],"resource":["forum"]}},"default":{},"options":[{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"asc","description":"You may specify order to sort your response"}]},{"displayName":"Forum Name","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["getThreads"],"resource":["forum"]}},"description":"The short name(aka ID) of the forum to get Threads"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["forum"],"operation":["getThreads"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["forum"],"operation":["getThreads"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getThreads"],"resource":["forum"]}},"default":{},"options":[{"displayName":"Related","name":"related","type":"multiOptions","options":[{"name":"author","value":"author"},{"name":"Forum","value":"forum"}],"default":[],"description":"You may specify relations to include with your response"},{"displayName":"Include","name":"include","type":"multiOptions","options":[{"name":"Closed","value":"closed"},{"name":"Open","value":"open"},{"name":"Killed","value":"killed"}],"default":[],"description":"You may specify relations to include with your response"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"asc","description":"You may specify order to sort your response"},{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"Unix timestamp (or ISO datetime standard)"},{"displayName":"Thread","name":"thread","type":"string","default":"","description":"Looks up a thread by ID. You may pass us the \"ident\" query type instead of an ID by including \"forum\". You may pass us the \"link\" query type to filter by URL. You must pass the \"forum\" if you do not have the Pro API Access addon."}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.disqus/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/disqus"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Disqus/disqus.png"},
|
|
@@ -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 repsitory"},{"displayName":"Repository Name","name":"repository","type":"string","default":"","required":true,"placeholder":"n8n","description":"The name of the repsitory"},{"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-01-02T00: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-01-09T00: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-01-02T00: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-01-09T00: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-01-09T00: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-01-16T00: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-01-09T00: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-01-16T00: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/"}]}}},
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
{"displayName":"If","name":"n8n-nodes-base.if","icon":"fa:map-signs","group":["transform"],"description":"Route items to different branches (true/false)","defaultVersion":2,"version":2,"defaults":{"name":"If","color":"#408000"},"inputs":["main"],"outputs":["main","main"],"outputNames":["true","false"],"properties":[{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"filter","default":{},"typeOptions":{"filter":{"caseSensitive":"={{!$parameter.options.ignoreCase}}","typeValidation":"={{$parameter.options.looseTypeValidation ? \"loose\" : \"strict\"}}"}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Ignore Case","description":"Whether to ignore letter case when evaluating conditions","name":"ignoreCase","type":"boolean","default":true},{"displayName":"Less Strict Type Validation","description":"Whether to try casting value types based on the selected operator","name":"looseTypeValidation","type":"boolean","default":true}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.if/"}]},"alias":["Router","Filter","Condition","Logic","Boolean","Branch"]}},
|
|
195
195
|
{"displayName":"If","name":"n8n-nodes-base.if","icon":"fa:map-signs","group":["transform"],"description":"Route items to different branches (true/false)","defaultVersion":2,"version":1,"defaults":{"name":"If","color":"#408000"},"inputs":["main"],"outputs":["main","main"],"outputNames":["true","false"],"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","name":"combineOperation","type":"options","options":[{"name":"ALL","description":"Only if all conditions are met it goes into \"true\" branch","value":"all"},{"name":"ANY","description":"If any of the conditions is met it goes into \"true\" branch","value":"any"}],"default":"all","description":"If multiple rules got set this settings decides if it is true as soon as ANY condition matches or only if ALL get meet"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.if/"}]},"alias":["Router","Filter","Condition","Logic","Boolean","Branch"]}},
|
|
196
196
|
{"displayName":"Intercom","name":"n8n-nodes-base.intercom","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Intercom API","defaults":{"name":"Intercom"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"intercomApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Company","value":"company","description":"Companies allow you to represent commercial organizations using your product"},{"name":"Lead","value":"lead","description":"Leads are useful for representing logged-out users of your application"},{"name":"User","value":"user","description":"The Users resource is the primary way of interacting with Intercom"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["lead"]}},"options":[{"name":"Create","value":"create","description":"Create a new lead","action":"Create a lead"},{"name":"Delete","value":"delete","description":"Delete a lead","action":"Delete a lead"},{"name":"Get","value":"get","description":"Get data of a lead","action":"Get a lead"},{"name":"Get Many","value":"getAll","description":"Get data of many leads","action":"Get many leads"},{"name":"Update","value":"update","description":"Update new lead","action":"Update a lead"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a new user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Get data of a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Get data of many users","action":"Get many users"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Create","value":"create","description":"Create a new company","action":"Create a company"},{"name":"Get","value":"get","description":"Get data of a company","action":"Get a company"},{"name":"Get Many","value":"getAll","description":"Get data of many companies","action":"Get many companies"},{"name":"Update","value":"update","description":"Update a company","action":"Update a company"},{"name":"Users","value":"users","description":"List company's users","action":"List users of a company"}],"default":"create"},{"displayName":"ID","name":"id","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete"]}},"default":"","description":"The Intercom defined ID representing the Lead"},{"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":60},"default":50,"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":"Company ID","name":"company_id","type":"string","default":"","description":"Company ID representing the user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address of the user"},{"displayName":"Segment ID","name":"segment_id","type":"string","default":"","description":"Segment representing the user"},{"displayName":"Tag ID","name":"tag_id","type":"string","default":"","description":"Tag representing the user"}]},{"displayName":"Select By","name":"selectBy","type":"options","displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"options":[{"name":"ID","value":"id","default":"","description":"The Intercom defined ID representing the Lead"},{"name":"User ID","value":"userId","default":"","description":"Automatically generated identifier for the Lead"}],"default":"","description":"The property to select the user by"},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"description":"View by value"},{"displayName":"Update By","name":"updateBy","type":"options","displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"name":"ID","value":"id","description":"The Intercom defined ID representing the user"},{"name":"Email","value":"email","description":"The email address of user"},{"name":"User ID","value":"userId","description":"Automatically generated identifier for the user"}],"default":"id","description":"The property via which to query the user"},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"description":"Value of the property to identify the user to update"},{"displayName":"Identifier Type","name":"identifierType","type":"options","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"name":"User ID","value":"userId","description":"A unique string identifier for the user. It is required on creation if an email is not supplied."},{"name":"Email","value":"email","description":"The user's email address. It is required on creation if a user_id is not supplied."}],"default":"","description":"Unique string identifier"},{"displayName":"Value","name":"idValue","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"Unique string identifier value"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["create","update"],"resource":["user"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create","update"],"resource":["user"]}},"options":[{"displayName":"Avatar","name":"avatar","type":"string","default":"","description":"An avatar image URL. note: the image URL needs to be https."},{"displayName":"Company Names or IDs","name":"companies","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[],"description":"Identifies the companies this user belongs to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Email","name":"email","displayOptions":{"show":{"/operation":["update"],"/resource":["user"]},"hide":{"/updateBy":["email"]}},"type":"string","placeholder":"name@email.com","default":"","description":"Email of the user"},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"","description":"Name of the user"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The phone number of the user"},{"displayName":"Session Count","name":"sessionCount","type":"number","default":false,"options":[],"description":"How many sessions the user has recorded"},{"displayName":"User ID","name":"userId","displayOptions":{"show":{"/operation":["update"],"/resource":["user"]},"hide":{"/updateBy":["email","userId"]}},"type":"string","default":"","description":"Email of the user"},{"displayName":"Unsubscribed From Emails","name":"unsubscribedFromEmails","type":"boolean","default":false,"placeholder":"","description":"Whether the user is unsubscribed from emails"},{"displayName":"Update Last Request At","name":"updateLastRequestAt","type":"boolean","default":false,"options":[],"description":"Whether to instruct Intercom to update the users last_request_at value to the current API service time in UTC"},{"displayName":"UTM Campaign","name":"utmCampaign","type":"string","default":"","description":"Identifies a specific product promotion or strategic campaign"},{"displayName":"UTM Content","name":"utmContent","type":"string","default":"","description":"Identifies what specifically was clicked to bring the user to the site"},{"displayName":"UTM Medium","name":"utmMedium","type":"string","default":"","description":"Identifies what type of link was used"},{"displayName":"UTM Source","name":"utmSource","type":"string","default":"","description":"An avatar image URL. note: the image URL needs to be https."},{"displayName":"UTM Term","name":"utmTerm","type":"string","default":"","description":"Identifies search terms"}]},{"displayName":"Custom Attributes","name":"customAttributesJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["user"],"operation":["create","update"],"jsonParameters":[true]}},"default":"","description":"A hash of key/value pairs to represent custom data you want to attribute to a user"},{"displayName":"Custom Attributes","name":"customAttributesUi","type":"fixedCollection","default":{},"placeholder":"Add Attribute","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["user"],"operation":["create","update"],"jsonParameters":[false]}},"options":[{"name":"customAttributesValues","displayName":"Attributes","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"A hash of key/value pairs to represent custom data you want to attribute to a user"},{"displayName":"Delete By","name":"deleteBy","type":"options","displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}},"options":[{"name":"ID","value":"id","description":"The Intercom defined ID representing the Lead"},{"name":"User ID","value":"userId","description":"Automatically generated identifier for the Lead"}],"default":""},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}},"description":"Delete by value"},{"displayName":"Select By","name":"selectBy","type":"options","displayOptions":{"show":{"resource":["lead"],"operation":["get"]}},"options":[{"name":"Email","value":"email","description":"Email representing the Lead"},{"name":"ID","value":"id","description":"The Intercom defined ID representing the Lead"},{"name":"User ID","value":"userId","description":"Automatically generated identifier for the Lead"},{"name":"Phone","value":"phone","description":"Phone representing the Lead"}],"default":"","description":"The property to select the lead by"},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["get"]}},"description":"View by value"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["lead"],"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":["lead"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address of the lead"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The phone number of the lead"}]},{"displayName":"Update By","name":"updateBy","type":"options","displayOptions":{"show":{"resource":["lead"],"operation":["update"]}},"options":[{"name":"User ID","value":"userId","description":"Automatically generated identifier for the Lead"},{"name":"ID","value":"id","description":"The Intercom defined ID representing the Lead"}],"default":"id","description":"The property via which to query the lead"},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["update"]}},"description":"Value of the property to identify the lead to update"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["create"]}},"description":"The email of the user"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["create","update"],"resource":["lead"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create","update"],"resource":["lead"]}},"options":[{"displayName":"Avatar","name":"avatar","type":"string","default":"","description":"An avatar image URL. note: the image URL needs to be https."},{"displayName":"Company Names or IDs","name":"companies","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[],"description":"Identifies the companies this user belongs to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","displayOptions":{"show":{"/resource":["lead"],"/operation":["update"]}},"description":"The email of the user"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the user"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The phone number of the user"},{"displayName":"Unsubscribed From Emails","name":"unsubscribedFromEmails","type":"boolean","default":false,"description":"Whether the Lead is unsubscribed from emails"},{"displayName":"Update Last Request At","name":"updateLastRequestAt","type":"boolean","default":false,"description":"Whether to instruct Intercom to update the users last_request_at value to the current API service time in UTC. default value if not sent is false."},{"displayName":"UTM Campaign","name":"utmCampaign","type":"string","default":"","description":"Identifies a specific product promotion or strategic campaign"},{"displayName":"UTM Content","name":"utmContent","type":"string","default":"","description":"Identifies what specifically was clicked to bring the user to the site"},{"displayName":"UTM Medium","name":"utmMedium","type":"string","default":"","description":"Identifies what type of link was used"},{"displayName":"UTM Source","name":"utmSource","type":"string","default":"","description":"An avatar image URL. note: the image URL needs to be https."},{"displayName":"UTM Term","name":"utmTerm","type":"string","default":"","description":"Identifies search terms"}]},{"displayName":"Custom Attributes","name":"customAttributesJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["lead"],"operation":["create","update"],"jsonParameters":[true]}},"default":"","description":"A hash of key/value pairs to represent custom data you want to attribute to a user"},{"displayName":"Custom Attributes","name":"customAttributesUi","type":"fixedCollection","default":{},"placeholder":"Add Attribute","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["lead"],"operation":["create","update"],"jsonParameters":[false]}},"options":[{"name":"customAttributesValues","displayName":"Attributes","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"A hash of key/value pairs to represent custom data you want to attribute to a user"},{"displayName":"List By","name":"listBy","type":"options","displayOptions":{"show":{"resource":["company"],"operation":["users"]}},"options":[{"name":"ID","value":"id","description":"The Intercom defined ID representing the company"},{"name":"Company ID","value":"companyId","description":"The company_id you have given to the company"}],"default":""},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["users"]}},"description":"View by value"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["users"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["users"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"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":["company"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"options":[{"displayName":"Segment ID","name":"segment_id","type":"string","default":"","description":"Segment representing the Lead"},{"displayName":"Tag ID","name":"tag_id","type":"string","default":"","description":"Tag representing the Lead"}]},{"displayName":"Select By","name":"selectBy","type":"options","displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"options":[{"name":"Company ID","value":"companyId","description":"The company_id you have given to the company"},{"name":"ID","value":"id","description":"The Intercom defined ID representing the company"},{"name":"Name","value":"name","description":"The name of the company"}],"default":"","description":"What property to use to query the company"},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"description":"View by value"},{"displayName":"Company ID","name":"companyId","type":"string","default":"","displayOptions":{"show":{"resource":["company"],"operation":["create","update"]}},"description":"The company ID you have defined for the company"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["create","update"],"resource":["company"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create","update"],"resource":["company"]}},"options":[{"displayName":"Industry","name":"industry","type":"string","default":"","description":"The industry that this company operates in"},{"displayName":"Monthly Spend","name":"monthlySpend","type":"string","default":"","description":"The phone number of the user"},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"","description":"Name of the user"},{"displayName":"Plan","name":"plan","type":"string","default":"","placeholder":"","description":"The name of the plan you have associated with the company"},{"displayName":"Size","name":"size","type":"number","default":"","description":"The number of employees in this company"},{"displayName":"Website","name":"website","type":"string","default":"","description":"The URL for this company's website. Please note that the value specified here is not validated. Accepts any string."}]},{"displayName":"Custom Attributes","name":"customAttributesJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["company"],"operation":["create","update"],"jsonParameters":[true]}},"default":"","description":"A hash of key/value pairs to represent custom data you want to attribute to a user"},{"displayName":"Custom Attributes","name":"customAttributesUi","type":"fixedCollection","default":{},"placeholder":"Add Attribute","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["company"],"operation":["create","update"],"jsonParameters":[false]}},"options":[{"name":"customAttributesValues","displayName":"Attributes","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"A hash of key/value pairs to represent custom data you want to attribute to a user"}],"codex":{"categories":["Communication","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.intercom/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/intercom"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Intercom/intercom.png"},
|
|
197
|
-
{"displayName":"Interval","name":"n8n-nodes-base.interval","icon":"fa:hourglass","group":["trigger","schedule"],"version":1,"hidden":true,"description":"Triggers the workflow in a given interval","eventTriggerDescription":"","activationMessage":"Your interval trigger will now trigger executions on the schedule you have defined.","defaults":{"name":"Interval","color":"#00FF00"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"This workflow will run on the schedule you define here once you <a data-key=\"activate\">activate</a> it.<br><br>For testing, you can also trigger it manually: by going back to the canvas and clicking test workflow
|
|
197
|
+
{"displayName":"Interval","name":"n8n-nodes-base.interval","icon":"fa:hourglass","group":["trigger","schedule"],"version":1,"hidden":true,"description":"Triggers the workflow in a given interval","eventTriggerDescription":"","activationMessage":"Your interval trigger will now trigger executions on the schedule you have defined.","defaults":{"name":"Interval","color":"#00FF00"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"This workflow will run on the schedule you define here once you <a data-key=\"activate\">activate</a> it.<br><br>For testing, you can also trigger it manually: by going back to the canvas and clicking 'test workflow'","name":"notice","type":"notice","default":""},{"displayName":"Interval","name":"interval","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Interval value"},{"displayName":"Unit","name":"unit","type":"options","options":[{"name":"Seconds","value":"seconds"},{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"seconds","description":"Unit of the interval value"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.interval/"}]},"alias":["Time","Scheduler","Polling"]}},
|
|
198
198
|
{"displayName":"Invoice Ninja","name":"n8n-nodes-base.invoiceNinja","group":["output"],"version":[1,2],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Invoice Ninja API","defaults":{"name":"Invoice Ninja"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"invoiceNinjaApi","required":true}],"properties":[{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[1]}},"options":[{"name":"Version 4","value":"v4"},{"name":"Version 5","value":"v5"}],"default":"v4"},{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[2]}},"options":[{"name":"Version 4","value":"v4"},{"name":"Version 5","value":"v5"}],"default":"v5"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Client","value":"client"},{"name":"Expense","value":"expense"},{"name":"Invoice","value":"invoice"},{"name":"Payment","value":"payment"},{"name":"Quote","value":"quote"},{"name":"Task","value":"task"}],"default":"client"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["client"]}},"options":[{"name":"Create","value":"create","description":"Create a new client","action":"Create a client"},{"name":"Delete","value":"delete","description":"Delete a client","action":"Delete a client"},{"name":"Get","value":"get","description":"Get data of a client","action":"Get a client"},{"name":"Get Many","value":"getAll","description":"Get data of many clients","action":"Get many clients"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["client"]}},"options":[{"displayName":"Client Name","name":"clientName","type":"string","default":""},{"displayName":"ID Number","name":"idNumber","type":"string","default":""},{"displayName":"Private Notes","name":"privateNotes","type":"string","default":""},{"displayName":"VAT Number","name":"vatNumber","type":"string","default":""},{"displayName":"Work Phone","name":"workPhone","type":"string","default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Billing Address","name":"billingAddressUi","placeholder":"Add Billing Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["client"],"operation":["create"]}},"default":{},"options":[{"name":"billingAddressValue","displayName":"Billing Address","values":[{"displayName":"Street Address","name":"streetAddress","type":"string","default":""},{"displayName":"Apt/Suite","name":"aptSuite","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Country Code Name or ID","name":"countryCode","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":"getCountryCodes"},"default":""}]}]},{"displayName":"Contacts","name":"contactsUi","placeholder":"Add Contact","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["client"],"operation":["create"]}},"default":{},"options":[{"name":"contacstValues","displayName":"Contact","values":[{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]}]},{"displayName":"Shipping Address","name":"shippingAddressUi","placeholder":"Add Shipping Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["client"],"operation":["create"]}},"default":{},"options":[{"name":"shippingAddressValue","displayName":"Shipping Address","values":[{"displayName":"Street Address","name":"streetAddress","type":"string","default":""},{"displayName":"Apt/Suite","name":"aptSuite","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Country Code Name or ID","name":"countryCode","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":"getCountryCodes"},"default":""}]}]},{"displayName":"Client ID","name":"clientId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["client"],"operation":["delete"]}}},{"displayName":"Client ID","name":"clientId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["client"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["client"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Invoices","value":"invoices"}],"default":"invoices"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["client"],"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":["client"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["client"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Invoices","value":"invoices"}],"default":"invoices"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["invoice"]}},"options":[{"name":"Create","value":"create","description":"Create a new invoice","action":"Create an invoice"},{"name":"Delete","value":"delete","description":"Delete a invoice","action":"Delete an invoice"},{"name":"Email","value":"email","description":"Email an invoice","action":"Email an invoice"},{"name":"Get","value":"get","description":"Get data of a invoice","action":"Get an invoice"},{"name":"Get Many","value":"getAll","description":"Get data of many invoices","action":"Get many invoices"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["invoice"]}},"options":[{"displayName":"Client Name or ID","name":"client","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":"getClients"},"default":""},{"displayName":"Auto Bill","name":"autoBill","type":"boolean","default":false},{"displayName":"Custom Value 1","name":"customValue1","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Custom Value 2","name":"customValue2","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Discount","name":"discount","type":"string","default":""},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Email Invoice","name":"emailInvoice","type":"boolean","default":false},{"displayName":"Invoice Date","name":"invoiceDate","type":"dateTime","default":""},{"displayName":"Invoice Number","name":"invoiceNumber","type":"string","default":""},{"displayName":"Invoice Status","name":"invoiceStatus","type":"options","options":[{"name":"Draft","value":1},{"name":"Sent","value":2}],"default":1},{"displayName":"Is Amount Discount","name":"isAmountDiscount","type":"boolean","default":false},{"displayName":"Paid","name":"paid","type":"number","default":0},{"displayName":"Partial","name":"partial","type":"number","default":0},{"displayName":"Partial Due Date","name":"partialDueDate","type":"dateTime","default":""},{"displayName":"PO Number","name":"poNumber","type":"string","default":""},{"displayName":"Private Notes","name":"privateNotes","type":"string","default":""},{"displayName":"Public Notes","name":"publicNotes","type":"string","default":""},{"displayName":"Tax Name 1","name":"taxName1","type":"string","default":""},{"displayName":"Tax Name 2","name":"taxName2","type":"string","default":""},{"displayName":"Tax Rate 1","name":"taxRate1","type":"number","default":0},{"displayName":"Tax Rate 2","name":"taxRate2","type":"number","default":0}]},{"displayName":"Invoice Items","name":"invoiceItemsUi","placeholder":"Add Invoice Item","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"default":{},"options":[{"name":"invoiceItemsValues","displayName":"Invoice Item","values":[{"displayName":"Cost","name":"cost","type":"number","default":0},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Service","name":"service","type":"string","default":""},{"displayName":"Hours","name":"hours","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Tax Name 1","name":"taxName1","type":"string","default":""},{"displayName":"Tax Name 2","name":"taxName2","type":"string","default":""},{"displayName":"Tax Rate 1","name":"taxRate1","type":"number","default":0},{"displayName":"Tax Rate 2","name":"taxRate2","type":"number","default":0}]}]},{"displayName":"Invoice ID","name":"invoiceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["delete"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["email"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["invoice"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"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":60},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["invoice"]}},"options":[{"displayName":"Invoice Number","name":"invoiceNumber","type":"string","default":""},{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"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":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Get data of a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get data of many tasks","action":"Get many tasks"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"options":[{"displayName":"Client Name or ID","name":"client","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":"getClients"},"default":""},{"displayName":"Custom Value 1","name":"customValue1","type":"string","default":""},{"displayName":"Custom Value 2","name":"customValue2","type":"string","default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Project Name or ID","name":"project","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":"getProjects"},"default":""}]},{"displayName":"Time Logs","name":"timeLogsUi","placeholder":"Add Time Log","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"default":{},"options":[{"name":"timeLogsValues","displayName":"Time Log","values":[{"displayName":"Start Date","name":"startDate","type":"dateTime","default":""},{"displayName":"End Date","name":"endDate","type":"dateTime","default":""},{"displayName":"Duration (Hours)","name":"duration","type":"number","typeOptions":{"minValue":0},"default":0}]}]},{"displayName":"Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["delete"]}}},{"displayName":"Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["task"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"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":60},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["payment"]}},"options":[{"name":"Create","value":"create","description":"Create a new payment","action":"Create a payment"},{"name":"Delete","value":"delete","description":"Delete a payment","action":"Delete a payment"},{"name":"Get","value":"get","description":"Get data of a payment","action":"Get a payment"},{"name":"Get Many","value":"getAll","description":"Get data of many payments","action":"Get many payments"}],"default":"create"},{"displayName":"Invoice Name or ID","name":"invoice","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":"getInvoices"},"displayOptions":{"show":{"operation":["create"],"resource":["payment"]}},"default":""},{"displayName":"Amount","name":"amount","type":"number","displayOptions":{"show":{"operation":["create"],"resource":["payment"]}},"typeOptions":{"minValue":0},"default":0},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["payment"]}},"options":[{"displayName":"Payment Type","name":"paymentType","type":"options","options":[{"name":"ACH","value":5},{"name":"Alipay","value":28},{"name":"American Express","value":8},{"name":"Apply Credit","value":1},{"name":"Bank Transfer","value":2},{"name":"Bitcoin","value":32},{"name":"Carte Blanche","value":17},{"name":"Cash","value":3},{"name":"Check","value":16},{"name":"Credit Card Other","value":13},{"name":"Debit","value":4},{"name":"Diners Card","value":10},{"name":"Discover Card","value":9},{"name":"EuroCard","value":11},{"name":"GoCardless","value":31},{"name":"Google Wallet","value":15},{"name":"iZettle","value":24},{"name":"JCB","value":19},{"name":"Laser","value":20},{"name":"Maestro","value":21},{"name":"MasterCard","value":7},{"name":"Money Order","value":27},{"name":"Nova","value":12},{"name":"Paypal","value":14},{"name":"SEPA","value":30},{"name":"Sofort","value":29},{"name":"Solo","value":22},{"name":"Swich","value":23},{"name":"Swish","value":25},{"name":"UnionPay","value":18},{"name":"Venmo","value":26},{"name":"Visa Card","value":6}],"default":1},{"displayName":"Transfer Reference","name":"transferReference","type":"string","default":""},{"displayName":"Private Notes","name":"privateNotes","type":"string","default":""}]},{"displayName":"Payment ID","name":"paymentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["payment"],"operation":["delete"]}}},{"displayName":"Payment ID","name":"paymentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["payment"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["payment"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["payment"],"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":["payment"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["payment"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["expense"]}},"options":[{"name":"Create","value":"create","description":"Create a new expense","action":"Create an expense"},{"name":"Delete","value":"delete","description":"Delete an expense","action":"Delete an expense"},{"name":"Get","value":"get","description":"Get data of an expense","action":"Get an expense"},{"name":"Get Many","value":"getAll","description":"Get data of many expenses","action":"Get many expenses"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["expense"]}},"options":[{"displayName":"Amount","name":"amount","type":"number","default":0},{"displayName":"Billable","name":"billable","type":"boolean","default":false},{"displayName":"Client Name or ID","name":"client","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":"getClients"},"default":""},{"displayName":"Custom Value 1","name":"customValue1","type":"string","default":""},{"displayName":"Custom Value 2","name":"customValue2","type":"string","default":""},{"displayName":"Category Name or ID","name":"category","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":"getExpenseCategories"},"default":""},{"displayName":"Expense Date","name":"expenseDate","type":"dateTime","default":""},{"displayName":"Payment Date","name":"paymentDate","type":"dateTime","default":""},{"displayName":"Payment Type","name":"paymentType","type":"options","options":[{"name":"ACH","value":5},{"name":"Alipay","value":28},{"name":"American Express","value":8},{"name":"Apply Credit","value":1},{"name":"Bank Transfer","value":2},{"name":"Bitcoin","value":32},{"name":"Carte Blanche","value":17},{"name":"Cash","value":3},{"name":"Check","value":16},{"name":"Credit Card Other","value":13},{"name":"Debit","value":4},{"name":"Diners Card","value":10},{"name":"Discover Card","value":9},{"name":"EuroCard","value":11},{"name":"GoCardless","value":31},{"name":"Google Wallet","value":15},{"name":"iZettle","value":24},{"name":"JCB","value":19},{"name":"Laser","value":20},{"name":"Maestro","value":21},{"name":"MasterCard","value":7},{"name":"Money Order","value":27},{"name":"Nova","value":12},{"name":"Paypal","value":14},{"name":"SEPA","value":30},{"name":"Sofort","value":29},{"name":"Solo","value":22},{"name":"Swich","value":23},{"name":"Swish","value":25},{"name":"UnionPay","value":18},{"name":"Venmo","value":26},{"name":"Visa Card","value":6}],"default":1},{"displayName":"Private Notes","name":"privateNotes","type":"string","default":""},{"displayName":"Public Notes","name":"publicNotes","type":"string","default":""},{"displayName":"Tax Name 1","name":"taxName1","type":"string","default":""},{"displayName":"Tax Name 2","name":"taxName2","type":"string","default":""},{"displayName":"Tax Rate 1","name":"taxRate1","type":"number","default":0},{"displayName":"Tax Rate 2","name":"taxRate2","type":"number","default":0},{"displayName":"Transaction Reference","name":"transactionReference","type":"string","default":""},{"displayName":"Vendor Name or ID","name":"vendor","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":"getVendors"},"default":""}]},{"displayName":"Expense ID","name":"expenseId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["expense"],"operation":["delete"]}}},{"displayName":"Expense ID","name":"expenseId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["expense"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["expense"],"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":["expense"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["quote"]}},"options":[{"name":"Create","value":"create","description":"Create a new quote","action":"Create a quote"},{"name":"Delete","value":"delete","description":"Delete a quote","action":"Delete a quote"},{"name":"Email","value":"email","description":"Email an quote","action":"Email a quote"},{"name":"Get","value":"get","description":"Get data of a quote","action":"Get a quote"},{"name":"Get Many","value":"getAll","description":"Get data of many quotes","action":"Get many quotes"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["quote"]}},"options":[{"displayName":"Client Name or ID","name":"client","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":"getClients"},"default":""},{"displayName":"Auto Bill","name":"autoBill","type":"boolean","default":false},{"displayName":"Custom Value 1","name":"customValue1","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Custom Value 2","name":"customValue2","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Discount","name":"discount","type":"string","default":""},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Email Quote","name":"emailQuote","type":"boolean","default":false},{"displayName":"Quote Date","name":"quoteDate","type":"dateTime","default":""},{"displayName":"Quote Number","name":"quoteNumber","type":"string","default":""},{"displayName":"Quote Status","name":"quoteStatus","type":"options","options":[{"name":"Draft","value":1},{"name":"Sent","value":2}],"default":1},{"displayName":"Is Amount Discount","name":"isAmountDiscount","type":"boolean","default":false},{"displayName":"Paid","name":"paid","type":"number","default":0},{"displayName":"Partial","name":"partial","type":"number","default":0},{"displayName":"Partial Due Date","name":"partialDueDate","type":"dateTime","default":""},{"displayName":"Po Number","name":"poNumber","type":"string","default":""},{"displayName":"Private Notes","name":"privateNotes","type":"string","default":""},{"displayName":"Public Notes","name":"publicNotes","type":"string","default":""},{"displayName":"Tax Name 1","name":"taxName1","type":"string","default":""},{"displayName":"Tax Name 2","name":"taxName2","type":"string","default":""},{"displayName":"Tax Rate 1","name":"taxRate1","type":"number","default":0},{"displayName":"Tax Rate 2","name":"taxRate2","type":"number","default":0}]},{"displayName":"Invoice Items","name":"invoiceItemsUi","placeholder":"Add Invoice Item","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["quote"],"operation":["create"]}},"default":{},"options":[{"name":"invoiceItemsValues","displayName":"Invoice Item","values":[{"displayName":"Cost","name":"cost","type":"number","default":0},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Service","name":"service","type":"string","default":""},{"displayName":"Hours","name":"hours","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Tax Name 1","name":"taxName1","type":"string","default":""},{"displayName":"Tax Name 2","name":"taxName2","type":"string","default":""},{"displayName":"Tax Rate 1","name":"taxRate1","type":"number","default":0},{"displayName":"Tax Rate 2","name":"taxRate2","type":"number","default":0}]}]},{"displayName":"Quote ID","name":"quoteId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["quote"],"operation":["delete"]}}},{"displayName":"Quote ID","name":"quoteId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["quote"],"operation":["email"]}}},{"displayName":"Quote ID","name":"quoteId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["quote"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["quote"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["quote"],"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":["quote"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["quote"]}},"options":[{"displayName":"Quote Number","name":"quoteNumber","type":"string","default":""},{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.invoiceninja/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/invoiceNinja"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/InvoiceNinja/invoiceNinja.svg"},
|
|
199
199
|
{"displayName":"Invoice Ninja Trigger","name":"n8n-nodes-base.invoiceNinjaTrigger","group":["trigger"],"version":[1,2],"description":"Starts the workflow when Invoice Ninja events occur","defaults":{"name":"Invoice Ninja Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"invoiceNinjaApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[1]}},"options":[{"name":"Version 4","value":"v4"},{"name":"Version 5","value":"v5"}],"default":"v4"},{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[2]}},"options":[{"name":"Version 4","value":"v4"},{"name":"Version 5","value":"v5"}],"default":"v5"},{"displayName":"Event","name":"event","type":"options","options":[{"name":"Client Created","value":"create_client"},{"name":"Invoice Created","value":"create_invoice"},{"name":"Payment Created","value":"create_payment"},{"name":"Quote Created","value":"create_quote"},{"name":"Vendor Created","value":"create_vendor"}],"default":"","required":true}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.invoiceninjatrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/invoiceNinja"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/InvoiceNinja/invoiceNinja.svg"},
|
|
200
200
|
{"displayName":"Item Lists","name":"n8n-nodes-base.itemLists","group":["input"],"hidden":true,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Helper for working with lists of items and transforming arrays","defaultVersion":3.1,"version":[3,3.1],"defaults":{"name":"Item Lists"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"Resource","name":"resource","type":"hidden","options":[{"name":"Item List","value":"itemList"}],"default":"itemList"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["itemList"]}},"options":[{"name":"Concatenate Items","value":"concatenateItems","description":"Combine fields into a list in a single new item","action":"Concatenate Items"},{"name":"Limit","value":"limit","description":"Remove items if there are too many","action":"Limit"},{"name":"Remove Duplicates","value":"removeDuplicates","description":"Remove extra items that are similar","action":"Remove Duplicates"},{"name":"Sort","value":"sort","description":"Change the item order","action":"Sort"},{"name":"Split Out Items","value":"splitOutItems","description":"Turn a list or values of object's properties inside item(s) into separate items","action":"Split Out Items"},{"name":"Summarize","value":"summarize","description":"Aggregate items together (pivot table)","action":"Summarize"}],"default":"splitOutItems"},{"displayName":"Aggregate","name":"aggregate","type":"options","default":"aggregateIndividualFields","options":[{"name":"Individual Fields","value":"aggregateIndividualFields"},{"name":"All Item Data (Into a Single List)","value":"aggregateAllItemData"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["concatenateItems"]}}},{"displayName":"Fields To Aggregate","name":"fieldsToAggregate","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Aggregate","default":{"fieldToAggregate":[{"fieldToAggregate":"","renameField":false}]},"displayOptions":{"show":{"aggregate":["aggregateIndividualFields"],"resource":["itemList"],"operation":["concatenateItems"]}},"options":[{"displayName":"","name":"fieldToAggregate","values":[{"displayName":"Input Field Name","name":"fieldToAggregate","type":"string","default":"","description":"The name of a field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Rename Field","name":"renameField","type":"boolean","default":false,"description":"Whether to give the field a different name in the output"},{"displayName":"Output Field Name","name":"outputFieldName","displayOptions":{"show":{"renameField":[true]}},"type":"string","default":"","description":"The name of the field to put the aggregated data in. Leave blank to use the input field name.","requiresDataPath":"single"}]}]},{"displayName":"Put Output in Field","name":"destinationFieldName","type":"string","displayOptions":{"show":{"aggregate":["aggregateAllItemData"],"resource":["itemList"],"operation":["concatenateItems"]}},"default":"data","description":"The name of the output field to put the data in"},{"displayName":"Include","name":"include","type":"options","default":"allFields","options":[{"name":"All Fields","value":"allFields"},{"name":"Specified Fields","value":"specifiedFields"},{"name":"All Fields Except","value":"allFieldsExcept"}],"displayOptions":{"show":{"aggregate":["aggregateAllItemData"],"resource":["itemList"],"operation":["concatenateItems"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"string","placeholder":"e.g. email, name","default":"","requiresDataPath":"multiple","displayOptions":{"show":{"aggregate":["aggregateAllItemData"],"include":["allFieldsExcept"],"resource":["itemList"],"operation":["concatenateItems"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"string","placeholder":"e.g. email, name","default":"","requiresDataPath":"multiple","displayOptions":{"show":{"aggregate":["aggregateAllItemData"],"include":["specifiedFields"],"resource":["itemList"],"operation":["concatenateItems"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name","displayOptions":{"hide":{"/aggregate":["aggregateAllItemData"]}}},{"displayName":"Merge Lists","name":"mergeLists","type":"boolean","default":false,"description":"Whether to merge the output into a single flat list (rather than a list of lists), if the field to aggregate is a list","displayOptions":{"hide":{"/aggregate":["aggregateAllItemData"]}}},{"displayName":"Include Binaries","name":"includeBinaries","type":"boolean","default":false,"description":"Whether to include the binary data in the new item"},{"displayName":"Keep Only Unique Binaries","name":"keepOnlyUnique","type":"boolean","default":false,"description":"Whether to keep only unique binaries by comparing mime types, file types, file sizes and file extensions","displayOptions":{"show":{"includeBinaries":[true]}}},{"displayName":"Keep Missing And Null Values","name":"keepMissing","type":"boolean","default":false,"description":"Whether to add a null entry to the aggregated list when there is a missing or null value","displayOptions":{"hide":{"/aggregate":["aggregateAllItemData"]}}}],"displayOptions":{"show":{"resource":["itemList"],"operation":["concatenateItems"]}}},{"displayName":"Max Items","name":"maxItems","type":"number","typeOptions":{"minValue":1},"default":1,"description":"If there are more items than this number, some are removed","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Keep","name":"keep","type":"options","options":[{"name":"First Items","value":"firstItems"},{"name":"Last Items","value":"lastItems"}],"default":"firstItems","description":"When removing items, whether to keep the ones at the start or the ending","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Compare","name":"compare","type":"options","options":[{"name":"All Fields","value":"allFields"},{"name":"All Fields Except","value":"allFieldsExcept"},{"name":"Selected Fields","value":"selectedFields"}],"default":"allFields","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"string","placeholder":"e.g. email, name","requiresDataPath":"multiple","description":"Fields in the input to exclude from the comparison","default":"","displayOptions":{"show":{"compare":["allFieldsExcept"],"resource":["itemList"],"operation":["removeDuplicates"]}}},{"displayName":"Fields To Compare","name":"fieldsToCompare","type":"string","placeholder":"e.g. email, name","requiresDataPath":"multiple","description":"Fields in the input to add to the comparison","default":"","displayOptions":{"show":{"compare":["selectedFields"],"resource":["itemList"],"operation":["removeDuplicates"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"compare":["allFieldsExcept","selectedFields"],"resource":["itemList"],"operation":["removeDuplicates"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Remove Other Fields","name":"removeOtherFields","type":"boolean","default":false,"description":"Whether to remove any fields that are not being compared. If disabled, will keep the values from the first of the duplicates."}]},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Simple","value":"simple"},{"name":"Random","value":"random"},{"name":"Code","value":"code"}],"default":"simple","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"]}}},{"displayName":"Fields To Sort By","name":"sortFieldsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Sort By","options":[{"displayName":"","name":"sortField","values":[{"displayName":"Field Name","name":"fieldName","type":"string","required":true,"default":"","description":"The field to sort by","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"ascending","description":"The order to sort by"}]}],"default":{},"description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"type":["simple"],"resource":["itemList"],"operation":["sort"]}}},{"displayName":"Code","name":"code","type":"string","typeOptions":{"alwaysOpenEditWindow":true,"editor":"jsEditor","rows":10},"default":"// The two items to compare are in the variables a and b\n// Access the fields in a.json and b.json\n// Return -1 if a should go before b\n// Return 1 if b should go before a\n// Return 0 if there's no difference\n\nfieldName = 'myField';\n\nif (a.json[fieldName] < b.json[fieldName]) {\nreturn -1;\n}\nif (a.json[fieldName] > b.json[fieldName]) {\nreturn 1;\n}\nreturn 0;","description":"Javascript code to determine the order of any two items","displayOptions":{"show":{"type":["code"],"resource":["itemList"],"operation":["sort"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"type":["simple"],"resource":["itemList"],"operation":["sort"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Fields To Split Out","name":"fieldToSplitOut","type":"string","default":"","required":true,"placeholder":"Drag fields from the left or type their names","description":"The name of the input fields to break out into separate items. Separate multiple field names by commas. For binary data, use $binary.","requiresDataPath":"multiple","displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}}},{"displayName":"Include","name":"include","type":"options","options":[{"name":"No Other Fields","value":"noOtherFields"},{"name":"All Other Fields","value":"allOtherFields"},{"name":"Selected Other Fields","value":"selectedOtherFields"}],"default":"noOtherFields","description":"Whether to copy any other fields into the new items","displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"string","placeholder":"e.g. email, name","requiresDataPath":"multiple","description":"Fields in the input items to aggregate together","default":"","displayOptions":{"show":{"include":["selectedOtherFields"],"resource":["itemList"],"operation":["splitOutItems"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Destination Field Name","name":"destinationFieldName","type":"string","requiresDataPath":"multiple","default":"","description":"The field in the output under which to put the split field contents"},{"displayName":"Include Binary","name":"includeBinary","type":"boolean","default":false,"description":"Whether to include the binary data in the new items"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}}},{"displayName":"Fields to Summarize","name":"fieldsToSummarize","type":"fixedCollection","placeholder":"Add Field","default":{"values":[{"aggregation":"count","field":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"","name":"values","values":[{"displayName":"Aggregation","name":"aggregation","type":"options","options":[{"name":"Append","value":"append"},{"name":"Average","value":"average"},{"name":"Concatenate","value":"concatenate"},{"name":"Count","value":"count"},{"name":"Count Unique","value":"countUnique"},{"name":"Max","value":"max"},{"name":"Min","value":"min"},{"name":"Sum","value":"sum"}],"default":"count","description":"How to combine the values of the field you want to summarize"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"hide":{"aggregation":["average","sum","countUnique","count","max","min"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize. The field should contain numerical values; null, undefined, empty strings would be ignored.","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["average","sum"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize; null, undefined, empty strings would be ignored","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["countUnique","count","max","min"]}},"requiresDataPath":"single"},{"displayName":"Include Empty Values","name":"includeEmpty","type":"boolean","default":false,"displayOptions":{"show":{"aggregation":["append","concatenate"]}}},{"displayName":"Separator","name":"separateBy","type":"options","default":",","options":[{"name":"Comma","value":","},{"name":"Comma and Space","value":", "},{"name":"New Line","value":"\n"},{"name":"None","value":""},{"name":"Space","value":" "},{"name":"Other","value":"other"}],"hint":"What to insert between values","displayOptions":{"show":{"aggregation":["concatenate"]}}},{"displayName":"Custom Separator","name":"customSeparator","type":"string","default":"","displayOptions":{"show":{"aggregation":["concatenate"],"separateBy":["other"]}}}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}}},{"displayName":"Fields to Split By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"hide":{"/options.outputFormat":["singleItem"]},"show":{"resource":["itemList"],"operation":["summarize"]}},"requiresDataPath":"multiple"},{"displayName":"Fields to Group By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"/options.outputFormat":["singleItem"],"resource":["itemList"],"operation":["summarize"]}},"requiresDataPath":"multiple"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Output Format","name":"outputFormat","type":"options","default":"separateItems","options":[{"name":"Each Split in a Separate Item","value":"separateItems"},{"name":"All Splits in a Single Item","value":"singleItem"}]},{"displayName":"Ignore items without valid fields to group by","name":"skipEmptySplitFields","type":"boolean","default":false}],"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/ItemLists/itemLists.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.itemlists/"}]},"alias":["Aggregate","Dedupe","Deduplicate","Duplicates","Limit","Remove","Slice","Sort","Split","Unique","JSON","Transform","Array","List","Object","Item","Map","Format","Nested","Iterate","Summarise","Summarize","Group","Pivot","Sum","Count","Min","Max"]}},
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
{"displayName":"Microsoft Excel","name":"n8n-nodes-base.microsoftExcel","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Excel API","defaultVersion":2,"version":1,"defaults":{"name":"Microsoft Excel"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftExcelOAuth2Api","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":"Table","value":"table","description":"Represents an Excel table"},{"name":"Workbook","value":"workbook","description":"Workbook is the top level object which contains related workbook objects such as worksheets, tables, ranges, etc"},{"name":"Worksheet","value":"worksheet","description":"An Excel worksheet is a grid of cells. It can contain data, tables, charts, etc."}],"default":"workbook"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["workbook"]}},"options":[{"name":"Add Worksheet","value":"addWorksheet","description":"Adds a new worksheet to the workbook","action":"Add a worksheet to a workbook"},{"name":"Get Many","value":"getAll","description":"Get data of many workbooks","action":"Get many workbooks"}],"default":"create"},{"displayName":"Workbook Name or ID","name":"workbook","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":"getWorkbooks"},"displayOptions":{"show":{"operation":["addWorksheet"],"resource":["workbook"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["addWorksheet"],"resource":["workbook"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the worksheet to be added. If specified, name should be unqiue. If not specified, Excel determines the name of the new worksheet."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["workbook"]}},"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":["workbook"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["workbook"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["worksheet"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many worksheets","action":"Get many worksheets"},{"name":"Get Content","value":"getContent","description":"Get worksheet content","action":"Get a worksheet"}],"default":"create"},{"displayName":"Workbook Name or ID","name":"workbook","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":"getWorkbooks"},"displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"]}},"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":["worksheet"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Workbook Name or ID","name":"workbook","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":"getWorkbooks"},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","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":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":""},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":"A1:C3","required":true,"description":"The address or the name of the range. If not specified, the entire worksheet range is returned."},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Data Start Row","name":"dataStartRow","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]},"hide":{"rawData":[true]}},"description":"Index of the first row which contains the actual data and not the keys. Starts with 0."},{"displayName":"Key Row","name":"keyRow","type":"number","typeOptions":{"minValue":0},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]},"hide":{"rawData":[true]}},"default":0,"description":"Index of the row which contains the keys. Starts at 0. The incoming node data is matched to the keys for assignment. The matching is case sensitve."},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"],"rawData":[true]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["table"]}},"options":[{"name":"Add Row","value":"addRow","description":"Adds rows to the end of the table","action":"Add a row"},{"name":"Get Columns","value":"getColumns","description":"Retrieve a list of tablecolumns","action":"Get columns"},{"name":"Get Rows","value":"getRows","description":"Retrieve a list of tablerows","action":"Get rows"},{"name":"Lookup","value":"lookup","description":"Looks for a specific column value and then returns the matching row","action":"Look up a column"}],"default":"addRow"},{"displayName":"Workbook Name or ID","name":"workbook","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":"getWorkbooks"},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","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":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","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":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"options":[{"displayName":"Index","name":"index","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Specifies the relative position of the new row. If not defined, the addition happens at the end. Any rows below the inserted row are shifted downwards. Zero-indexed"}]},{"displayName":"Workbook Name or ID","name":"workbook","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":"getWorkbooks"},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","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":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","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":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getRows"],"resource":["table"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["getRows"],"resource":["table"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"],"rawData":[true]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Workbook Name or ID","name":"workbook","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":"getWorkbooks"},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","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":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","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":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"],"rawData":[true]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Workbook Name or ID","name":"workbook","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":"getWorkbooks"},"displayOptions":{"show":{"operation":["lookup"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","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":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["lookup"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","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":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["lookup"],"resource":["table"]}},"default":""},{"displayName":"Lookup Column","name":"lookupColumn","type":"string","default":"","placeholder":"Email","required":true,"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}},"description":"The name of the column in which to look for value"},{"displayName":"Lookup Value","name":"lookupValue","type":"string","default":"","placeholder":"frank@example.com","required":true,"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}},"description":"The value to look for in column"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}},"options":[{"displayName":"Return All Matches","name":"returnAllMatches","type":"boolean","default":false,"description":"By default only the first result gets returned. If options gets set all found matches get returned."}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Excel/excel.svg","codex":{"categories":["Data & Storage","Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftexcel/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]},"alias":["_Excel","Excel","Sheet","CSV","Spreadsheet"]}},
|
|
251
251
|
{"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"},
|
|
252
252
|
{"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"},
|
|
253
|
-
{"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-01-10T15:18:32.009+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2024-01-10T15:48:32.009+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"]}},
|
|
253
|
+
{"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-01-17T13:22:55.589+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2024-01-17T13:52:55.589+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"]}},
|
|
254
254
|
{"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"]}},
|
|
255
255
|
{"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"},
|
|
256
256
|
{"displayName":"Microsoft Teams","name":"n8n-nodes-base.microsoftTeams","group":["input"],"version":[1,1.1],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Teams API","defaults":{"name":"Microsoft Teams"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftTeamsOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Channel","value":"channel"},{"name":"Channel Message (Beta)","value":"channelMessage"},{"name":"Chat Message","value":"chatMessage"},{"name":"Task","value":"task"}],"default":"channel"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"]}},"options":[{"name":"Create","value":"create","description":"Create a channel","action":"Create a channel"},{"name":"Delete","value":"delete","description":"Delete a channel","action":"Delete a channel"},{"name":"Get","value":"get","description":"Get a channel","action":"Get a channel"},{"name":"Get Many","value":"getAll","description":"Get many channels","action":"Get many channels"},{"name":"Update","value":"update","description":"Update a channel","action":"Update a channel"}],"default":"create"},{"displayName":"Team Name or ID","name":"teamId","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>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"default":""},{"displayName":"Name","name":"name","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"default":"","description":"Channel name as it will appear to the user in Microsoft Teams"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Channel's description"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Private","value":"private"},{"name":"Standard","value":"standard"}],"default":"standard","description":"The type of the channel"}]},{"displayName":"Team Name or ID","name":"teamId","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>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["delete"],"resource":["channel"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","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":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["delete"],"resource":["channel"]}},"default":""},{"displayName":"Team Name or ID","name":"teamId","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>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["get"],"resource":["channel"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","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":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["get"],"resource":["channel"]}},"default":""},{"displayName":"Team Name or ID","name":"teamId","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>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["getAll"],"resource":["channel"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["channel"]}},"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":["channel"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Team Name or ID","name":"teamId","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>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","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":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Channel name as it will appear to the user in Microsoft Teams"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Channel's description"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channelMessage"]}},"options":[{"name":"Create","value":"create","description":"Create a message","action":"Create a message in a channel"},{"name":"Get Many","value":"getAll","description":"Get many messages","action":"Get many messages in a channel"}],"default":"create"},{"displayName":"Team Name or ID","name":"teamId","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>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","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":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":""},{"displayName":"Message Type","name":"messageType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":"text","description":"The type of the content"},{"displayName":"Message","name":"message","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":"","description":"The content of the item"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]}},"options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."},{"displayName":"Make Reply","name":"makeReply","type":"string","default":"","description":"An optional ID of the message you want to reply to"}]},{"displayName":"Team Name or ID","name":"teamId","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>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","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":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"]}},"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":["channelMessage"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chatMessage"]}},"options":[{"name":"Create","value":"create","description":"Create a message","action":"Create a chat message"},{"name":"Get","value":"get","description":"Get a message","action":"Get a chat message"},{"name":"Get Many","value":"getAll","description":"Get many messages","action":"Get many chat messages"}],"default":"create"},{"displayName":"Chat Name or ID","name":"chatId","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>","typeOptions":{"loadOptionsMethod":"getChats"},"displayOptions":{"show":{"operation":["create","get"],"resource":["chatMessage"]}},"default":""},{"displayName":"Message Type","name":"messageType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"displayOptions":{"show":{"operation":["create"],"resource":["chatMessage"]}},"default":"text","description":"The type of the content"},{"displayName":"Message","name":"message","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["chatMessage"]}},"default":"","description":"The content of the item"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["chatMessage"]}},"default":{},"description":"Other options to set","placeholder":"Add options","options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."}]},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","displayOptions":{"show":{"operation":["get"],"resource":["chatMessage"]}},"default":""},{"displayName":"Chat Name or ID","name":"chatId","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>","typeOptions":{"loadOptionsMethod":"getChats"},"displayOptions":{"show":{"operation":["getAll"],"resource":["chatMessage"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["chatMessage"]}},"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":["chatMessage"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete 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"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Group Source","name":"groupSource","required":true,"type":"options","default":"all","displayOptions":{"show":{"operation":["getAll","create","update"],"resource":["task"]}},"options":[{"name":"All Groups","value":"all","description":"From all groups"},{"name":"My Groups","value":"mine","description":"Only load groups that account is member of"}]},{"displayName":"Group Name or ID","name":"groupId","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>","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["groupSource"]},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":""},{"displayName":"Plan Name or ID","name":"planId","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getPlans","loadOptionsDependsOn":["groupId"]},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":"","description":"The plan for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Bucket Name or ID","name":"bucketId","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getBuckets","loadOptionsDependsOn":["planId"]},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":"","description":"The bucket for the task to belong 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","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":"","description":"Title of the task"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Assigned To Name or ID","name":"assignedTo","type":"options","typeOptions":{"loadOptionsMethod":"getMembers","loadOptionsDependsOn":["groupId"]},"default":"","description":"Who the task should be assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Due Date Time","name":"dueDateTime","type":"dateTime","default":"","description":"Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time."},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels","loadOptionsDependsOn":["planId"]},"default":[],"description":"Labels to assign to the task. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Percent Complete","name":"percentComplete","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"description":"Percentage of task completion. When set to 100, the task is considered completed."}]},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["task"]}},"default":""},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","displayOptions":{"show":{"operation":["get"],"resource":["task"]}},"default":""},{"displayName":"Tasks For","name":"tasksFor","default":"member","required":true,"type":"options","displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"options":[{"name":"Group Member","value":"member","description":"Tasks assigned to group member"},{"name":"Plan","value":"plan","description":"Tasks in group plan"}]},{"displayName":"Group Name or ID","name":"groupId","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>","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["groupSource"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"default":""},{"displayName":"Member Name or ID","name":"memberId","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":"getMembers","loadOptionsDependsOn":["groupId"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"tasksFor":["member"]}},"default":""},{"displayName":"Plan Name or ID","name":"planId","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":"getPlans","loadOptionsDependsOn":["groupId"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"tasksFor":["plan"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"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":["task"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"default":"","description":"The ID of the Task"},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Assigned To Name or ID","name":"assignedTo","type":"options","typeOptions":{"loadOptionsMethod":"getMembers","loadOptionsDependsOn":["groupId"]},"default":"","description":"Who the task should be assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Bucket Name or ID","name":"bucketId","type":"options","typeOptions":{"loadOptionsMethod":"getBuckets","loadOptionsDependsOn":["updateFields.planId"]},"default":"","description":"The bucket for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Due Date Time","name":"dueDateTime","type":"dateTime","default":"","description":"Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time."},{"displayName":"Group Name or ID","name":"groupId","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","loadOptionsDependsOn":["groupSource"]},"default":""},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels","loadOptionsDependsOn":["updateFields.planId"]},"default":[],"description":"Labels to assign to the task. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Percent Complete","name":"percentComplete","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"description":"Percentage of task completion. When set to 100, the task is considered completed."},{"displayName":"Plan Name or ID","name":"planId","type":"options","typeOptions":{"loadOptionsMethod":"getPlans","loadOptionsDependsOn":["groupId"]},"default":"","description":"The plan for the task to belong 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":"","description":"Title of the task"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftteams/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Teams/teams.svg"},
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
{"displayName":"Npm","name":"n8n-nodes-base.npm","group":["input"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Consume NPM registry API","defaults":{"name":"npm"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"npmApi","required":false}],"requestDefaults":{"baseURL":"={{ $credentials.registryUrl }}"},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Package","value":"package"},{"name":"Distribution Tag","value":"distTag"}],"default":"package"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getMetadata","displayOptions":{"show":{"resource":["package"]}},"options":[{"name":"Get Metadata","value":"getMetadata","action":"Returns all the metadata for a package at a specific version","description":"Returns all the metadata for a package at a specific version","routing":{"request":{"method":"GET","url":"=/{{ encodeURIComponent($parameter.packageName) }}/{{ $parameter.packageVersion }}"}}},{"name":"Get Versions","value":"getVersions","action":"Returns all the versions for a package","description":"Returns all the versions for a package","routing":{"request":{"method":"GET","url":"=/{{ encodeURIComponent($parameter.packageName) }}"},"output":{"postReceive":[null]}}},{"name":"Search","value":"search","action":"Search for packages","description":"Search for packages","routing":{"request":{"method":"GET","url":"/-/v1/search","qs":{"text":"={{$parameter.query}}","size":"={{$parameter.limit}}","from":"={{$parameter.offset}}","popularity":0.99}},"output":{"postReceive":[null]}}}]},{"displayName":"Package Name","name":"packageName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["package"],"operation":["getMetadata","getVersions"]}}},{"displayName":"Package Version","name":"packageVersion","type":"string","required":true,"default":"latest","displayOptions":{"show":{"resource":["package"],"operation":["getMetadata"]}}},{"displayName":"Query","name":"query","type":"string","required":true,"displayOptions":{"show":{"resource":["package"],"operation":["search"]}},"default":"","description":"The query text used to search for packages"},{"displayName":"Limit","name":"limit","type":"number","default":10,"typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["package"],"operation":["search"]}},"description":"Max number of results to return"},{"displayName":"Offset","name":"offset","type":"number","default":0,"typeOptions":{"minValue":0},"displayOptions":{"show":{"resource":["package"],"operation":["search"]}},"description":"Offset to return results from"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getMany","displayOptions":{"show":{"resource":["distTag"]}},"options":[{"name":"Get All","value":"getMany","action":"Returns all the dist-tags for a package","description":"Returns all the dist-tags for a package","routing":{"request":{"method":"GET","url":"=/-/package/{{ encodeURIComponent($parameter.packageName) }}/dist-tags"}}},{"name":"Update","value":"update","action":"Update a the dist-tags for a package","description":"Update a the dist-tags for a package","routing":{"request":{"method":"PUT","url":"=/-/package/{{ encodeURIComponent($parameter.packageName) }}/dist-tags/{{ encodeURIComponent($parameter.distTagName) }}"},"send":{"preSend":[null]}}}]},{"displayName":"Package Name","name":"packageName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["distTag"],"operation":["getMany","update"]}}},{"displayName":"Package Version","name":"packageVersion","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["distTag"],"operation":["update"]}}},{"displayName":"Distribution Tag Name","name":"distTagName","type":"string","required":true,"default":"latest","displayOptions":{"show":{"resource":["distTag"],"operation":["update"]}}}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.npm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/npm"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Npm/npm.svg"},
|
|
289
289
|
{"displayName":"Odoo","name":"n8n-nodes-base.odoo","group":["transform"],"version":1,"description":"Consume Odoo API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Odoo"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"odooApi","required":true,"testedBy":"odooApiTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","default":"contact","noDataExpression":true,"options":[{"name":"Contact","value":"contact"},{"name":"Custom Resource","value":"custom"},{"name":"Note","value":"note"},{"name":"Opportunity","value":"opportunity"}]},{"displayName":"Custom Resource Name or ID","name":"customResource","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":"getModels"},"displayOptions":{"show":{"resource":["custom"]}}},{"displayName":"Operation","name":"operation","type":"options","default":"create","noDataExpression":true,"displayOptions":{"show":{"resource":["custom"]}},"options":[{"name":"Create","value":"create","description":"Create a new item","action":"Create an item"},{"name":"Delete","value":"delete","description":"Delete an item","action":"Delete an item"},{"name":"Get","value":"get","description":"Get an item","action":"Get an item"},{"name":"Get Many","value":"getAll","description":"Get many items","action":"Get many items"},{"name":"Update","value":"update","description":"Update an item","action":"Update an item"}]},{"displayName":"Fields","name":"fieldsToCreateOrUpdate","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Field"},"default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["custom"]}},"options":[{"displayName":"Field Record:","name":"fields","values":[{"displayName":"Field Name or ID","name":"fieldName","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":"getModelFields"}},{"displayName":"New Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Custom Resource ID","name":"customResourceId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get","delete"],"resource":["custom"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["custom"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"displayOptions":{"show":{"resource":["custom"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll","get"],"resource":["custom"]}},"options":[{"displayName":"Fields to Include","name":"fieldsList","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getModelFields","loadOptionsDependsOn":["customResource"]}}]},{"displayName":"Filters","name":"filterRequest","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Filter"},"default":{},"description":"Filter request by applying filters","placeholder":"Add condition","displayOptions":{"show":{"operation":["getAll"],"resource":["custom"]}},"options":[{"name":"filter","displayName":"Filter","values":[{"displayName":"Field Name or ID","name":"fieldName","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":{"loadOptionsDependsOn":["customResource"],"loadOptionsMethod":"getModelFields"}},{"displayName":"Operator","name":"operator","type":"options","default":"equal","description":"Specify an operator","options":[{"name":"!=","value":"notEqual"},{"name":"<","value":"lesserThen"},{"name":"<=","value":"lesserOrEqual"},{"name":"=","value":"equal"},{"name":">","value":"greaterThen"},{"name":">=","value":"greaterOrEqual"},{"name":"Child Of","value":"childOf"},{"name":"In","value":"in"},{"name":"Like","value":"like"},{"name":"Not In","value":"notIn"}]},{"displayName":"Value","name":"value","type":"string","default":"","description":"Specify value for comparison"}]}]},{"displayName":"Custom Resource ID","name":"customResourceId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["custom"]}}},{"displayName":"Update Fields","name":"fieldsToCreateOrUpdate","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Field"},"default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["custom"]}},"options":[{"displayName":"Field Record:","name":"fields","values":[{"displayName":"Field Name or ID","name":"fieldName","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":"getModelFields"}},{"displayName":"New Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Operation","name":"operation","type":"options","default":"create","noDataExpression":true,"displayOptions":{"show":{"resource":["opportunity"]}},"options":[{"name":"Create","value":"create","description":"Create a new opportunity","action":"Create an opportunity"},{"name":"Delete","value":"delete","description":"Delete an opportunity","action":"Delete an opportunity"},{"name":"Get","value":"get","description":"Get an opportunity","action":"Get an opportunity"},{"name":"Get Many","value":"getAll","description":"Get many opportunities","action":"Get many opportunities"},{"name":"Update","value":"update","description":"Update an opportunity","action":"Update an opportunity"}]},{"displayName":"Name","name":"opportunityName","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["opportunity"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["opportunity"]}},"options":[{"displayName":"Email","name":"email_from","type":"string","default":""},{"displayName":"Expected Revenue","name":"expected_revenue","type":"number","default":0},{"displayName":"Internal Notes","name":"description","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Priority","name":"priority","type":"options","default":"1","options":[{"name":"1","value":"1"},{"name":"2","value":"2"},{"name":"3","value":"3"}]},{"displayName":"Probability","name":"probability","type":"number","default":0,"typeOptions":{"maxValue":100,"minValue":0}}]},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get","delete"],"resource":["opportunity"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["opportunity"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"displayOptions":{"show":{"resource":["opportunity"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll","get"],"resource":["opportunity"]}},"options":[{"displayName":"Fields to Include","name":"fieldsList","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getModelFields"}}]},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["opportunity"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["opportunity"]}},"options":[{"displayName":"Email","name":"email_from","type":"string","default":""},{"displayName":"Expected Revenue","name":"expected_revenue","type":"number","default":0},{"displayName":"Internal Notes","name":"description","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Priority","name":"priority","type":"options","default":"1","options":[{"name":"1","value":"1"},{"name":"2","value":"2"},{"name":"3","value":"3"}]},{"displayName":"Probability","name":"probability","type":"number","default":0,"typeOptions":{"maxValue":100,"minValue":0}}]},{"displayName":"Operation","name":"operation","type":"options","default":"create","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":"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"}]},{"displayName":"Name","name":"contactName","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["contact"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"options":[{"displayName":"Address","name":"address","type":"fixedCollection","default":{},"placeholder":"Add Address","typeOptions":{"multipleValues":false},"options":[{"name":"value","displayName":"Address","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country Name or ID","name":"country_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":"getCountries"}},{"displayName":"State Name or ID","name":"state_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":"getStates"}},{"displayName":"Street","name":"street","type":"string","default":""},{"displayName":"Street 2","name":"street2","type":"string","default":""},{"displayName":"Zip Code","name":"zip","type":"string","default":""}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Internal Notes","name":"comment","type":"string","default":""},{"displayName":"Job Position","name":"function","type":"string","default":""},{"displayName":"Mobile","name":"mobile","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Tax ID","name":"vat","type":"string","default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get","delete"],"resource":["contact"]}}},{"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","default":50,"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll","get"],"resource":["contact"]}},"options":[{"displayName":"Fields to Include","name":"fieldsList","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getModelFields"}}]},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["contact"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["contact"]}},"options":[{"displayName":"Address","name":"address","type":"fixedCollection","default":{},"placeholder":"Add Address","typeOptions":{"multipleValues":false},"options":[{"name":"value","displayName":"Address","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country Name or ID","name":"country_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":"getCountries"}},{"displayName":"State Name or ID","name":"state_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":"getStates"}},{"displayName":"Street","name":"street","type":"string","default":""},{"displayName":"Street 2","name":"street2","type":"string","default":""},{"displayName":"Zip Code","name":"zip","type":"string","default":""}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Internal Notes","name":"comment","type":"string","default":""},{"displayName":"Job Position","name":"function","type":"string","default":""},{"displayName":"Mobile","name":"mobile","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Tax ID","name":"vat","type":"string","default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","default":"create","noDataExpression":true,"displayOptions":{"show":{"resource":["note"]}},"options":[{"name":"Create","value":"create","description":"Create a new note","action":"Create a note"},{"name":"Delete","value":"delete","description":"Delete a note","action":"Delete a note"},{"name":"Get","value":"get","description":"Get a note","action":"Get a note"},{"name":"Get Many","value":"getAll","description":"Get many notes","action":"Get many notes"},{"name":"Update","value":"update","description":"Update a note","action":"Update a note"}]},{"displayName":"Memo","name":"memo","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["note"]}}},{"displayName":"Note ID","name":"noteId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get","delete"],"resource":["note"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["note"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"displayOptions":{"show":{"resource":["note"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll","get"],"resource":["note"]}},"options":[{"displayName":"Fields to Include","name":"fieldsList","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getModelFields"}}]},{"displayName":"Note ID","name":"noteId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["note"]}}},{"displayName":"Memo","name":"memo","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["note"]}}}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.odoo/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/odoo"}]},"alias":["ERP"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Odoo/odoo.svg"},
|
|
290
290
|
{"displayName":"One Simple API","name":"n8n-nodes-base.oneSimpleApi","group":["transform"],"version":1,"description":"A toolbox of no-code utilities","defaults":{"name":"One Simple API"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"oneSimpleApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Information","value":"information"},{"name":"Social Profile","value":"socialProfile"},{"name":"Utility","value":"utility"},{"name":"Website","value":"website"}],"default":"website","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["website"]}},"options":[{"name":"Generate PDF","value":"pdf","description":"Generate a PDF from a webpage","action":"Generate PDF"},{"name":"Get SEO Data","value":"seo","description":"Get SEO information from website","action":"Get SEO Data"},{"name":"Take Screenshot","value":"screenshot","description":"Create a screenshot from a webpage","action":"Screenshot"}],"default":"pdf"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["socialProfile"]}},"options":[{"name":"Instagram","value":"instagramProfile","description":"Get details about an Instagram profile","action":"Get details about an Instagram profile"},{"name":"Spotify","value":"spotifyArtistProfile","description":"Get details about a Spotify Artist","action":"Get details about a Spotify artist"}],"default":"instagramProfile"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["information"]}},"options":[{"name":"Exchange Rate","value":"exchangeRate","description":"Convert a value between currencies","action":"Convert a value between currencies"},{"name":"Image Metadata","value":"imageMetadata","description":"Retrieve image metadata from a URL","action":"Get image metadata from a URL"}],"default":"exchangeRate"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["utility"]}},"options":[{"name":"Expand URL","value":"expandURL","description":"Expand a shortened URL","action":"Expand a shortened URL"},{"name":"Generate QR Code","value":"qrCode","description":"Generate a QR Code","action":"Generate a QR code utility"},{"name":"Validate Email","value":"validateEmail","description":"Validate an email address","action":"Validate an email address"}],"default":"validateEmail"},{"displayName":"Webpage URL","name":"link","type":"string","required":true,"displayOptions":{"show":{"operation":["pdf"],"resource":["website"]}},"default":"","description":"Link to webpage to convert"},{"displayName":"Download PDF?","name":"download","type":"boolean","required":true,"displayOptions":{"show":{"operation":["pdf"],"resource":["website"]}},"default":false,"description":"Whether to download the PDF or return a link to it"},{"displayName":"Put Output In Field","name":"output","type":"string","required":true,"displayOptions":{"show":{"operation":["pdf"],"resource":["website"],"download":[true]}},"default":"data","description":"The name of the output field to put the binary file data in"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["website"],"operation":["pdf"]}},"options":[{"displayName":"Page Size","name":"page","type":"options","options":[{"name":"A0","value":"A0"},{"name":"A1","value":"A1"},{"name":"A2","value":"A2"},{"name":"A3","value":"A3"},{"name":"A4","value":"A4"},{"name":"A5","value":"A5"},{"name":"A6","value":"A6"},{"name":"Ledger","value":"Ledger"},{"name":"Legal","value":"Legal"},{"name":"Letter","value":"Letter"},{"name":"Tabloid","value":"Tabloid"}],"default":""},{"displayName":"Force Refresh","name":"force","type":"boolean","default":false,"description":"Normally the API will reuse a previously taken screenshot of the URL to give a faster response. This option allows you to retake the screenshot at that exact time, for those times when it's necessary."}]},{"displayName":"QR Content","name":"message","type":"string","required":true,"displayOptions":{"show":{"operation":["qrCode"],"resource":["utility"]}},"default":"","description":"The text that should be turned into a QR code - like a website URL"},{"displayName":"Download Image?","name":"download","type":"boolean","required":true,"displayOptions":{"show":{"operation":["qrCode"],"resource":["utility"]}},"default":false,"description":"Whether to download the QR code or return a link to it"},{"displayName":"Put Output In Field","name":"output","type":"string","required":true,"displayOptions":{"show":{"operation":["qrCode"],"resource":["utility"],"download":[true]}},"default":"data","description":"The name of the output field to put the binary file data in"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["utility"],"operation":["qrCode"]}},"options":[{"displayName":"Size","name":"size","type":"options","options":[{"name":"Small","value":"Small"},{"name":"Medium","value":"Medium"},{"name":"Large","value":"Large"}],"default":"Small","description":"The QR Code size"},{"displayName":"Format","name":"format","type":"options","options":[{"name":"PNG","value":"PNG"},{"name":"SVG","value":"SVG"}],"default":"PNG","description":"The QR Code format"}]},{"displayName":"Webpage URL","name":"link","type":"string","required":true,"displayOptions":{"show":{"operation":["screenshot"],"resource":["website"]}},"default":"","description":"Link to webpage to convert"},{"displayName":"Download Screenshot?","name":"download","type":"boolean","required":true,"displayOptions":{"show":{"operation":["screenshot"],"resource":["website"]}},"default":false,"description":"Whether to download the screenshot or return a link to it"},{"displayName":"Put Output In Field","name":"output","type":"string","required":true,"displayOptions":{"show":{"operation":["screenshot"],"resource":["website"],"download":[true]}},"default":"data","description":"The name of the output field to put the binary file data in"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["website"],"operation":["screenshot"]}},"options":[{"displayName":"Screen Size","name":"screen","type":"options","options":[{"name":"Phone","value":"phone"},{"name":"Phone Landscape","value":"phone-landscape"},{"name":"Retina","value":"retina"},{"name":"Tablet","value":"tablet"},{"name":"Tablet Landscape","value":"tablet-landscape"}],"default":""},{"displayName":"Force Refresh","name":"force","type":"boolean","default":false,"description":"Normally the API will reuse a previously taken screenshot of the URL to give a faster response. This option allows you to retake the screenshot at that exact time, for those times when it's necessary."},{"displayName":"Full Page","name":"fullpage","type":"boolean","default":false,"description":"The API takes a screenshot of the viewable area for the desired screen size. If you need a screenshot of the whole length of the page, use this option."}]},{"displayName":"Profile Name","name":"profileName","type":"string","required":true,"displayOptions":{"show":{"operation":["instagramProfile"],"resource":["socialProfile"]}},"default":"","description":"Profile name to get details of"},{"displayName":"Artist Name","name":"artistName","type":"string","required":true,"displayOptions":{"show":{"operation":["spotifyArtistProfile"],"resource":["socialProfile"]}},"default":"","description":"Artist name to get details for"},{"displayName":"Value","name":"value","type":"string","required":true,"displayOptions":{"show":{"operation":["exchangeRate"],"resource":["information"]}},"default":"","description":"Value to convert"},{"displayName":"From Currency","name":"fromCurrency","type":"string","required":true,"placeholder":"USD","displayOptions":{"show":{"operation":["exchangeRate"],"resource":["information"]}},"default":""},{"displayName":"To Currency","name":"toCurrency","type":"string","placeholder":"EUR","required":true,"displayOptions":{"show":{"operation":["exchangeRate"],"resource":["information"]}},"default":""},{"displayName":"Link To Image","name":"link","type":"string","required":true,"displayOptions":{"show":{"operation":["imageMetadata"],"resource":["information"]}},"default":"","description":"Image to get metadata from"},{"displayName":"Webpage URL","name":"link","type":"string","required":true,"displayOptions":{"show":{"operation":["seo"],"resource":["website"]}},"default":"","description":"Webpage to get SEO information for"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["website"],"operation":["seo"]}},"options":[{"displayName":"Include Headers?","name":"headers","type":"boolean","default":false}]},{"displayName":"Email Address","name":"emailAddress","type":"string","required":true,"displayOptions":{"show":{"operation":["validateEmail"],"resource":["utility"]}},"default":""},{"displayName":"URL","name":"link","type":"string","required":true,"displayOptions":{"show":{"operation":["expandURL"],"resource":["utility"]}},"default":"","description":"URL to unshorten"}],"codex":{"categories":["Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.onesimpleapi/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/oneSimpleApi/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/OneSimpleApi/onesimpleapi.svg"},
|
|
291
|
-
{"displayName":"OpenAI","name":"n8n-nodes-base.openAi","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Open AI","defaults":{"name":"OpenAI"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"openAiApi","required":true}],"requestDefaults":{"ignoreHttpStatusErrors":true,"baseURL":"https://api.openai.com"},"properties":[{"displayName":"For more advanced uses, consider using an <a data-action=\"openSelectiveNodeCreator\" data-action-parameter-creatorview=\"AI\">advanced AI</a> node","name":"noticeAdvanceAi","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Chat","value":"chat"},{"name":"Image","value":"image"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chat"]}},"options":[{"name":"Complete","value":"complete","action":"Create a Completion","description":"Create one or more completions for a given text","routing":{"request":{"method":"POST","url":"/v1/chat/completions"},"output":{"postReceive":[null]}}}],"default":"complete"},{"displayName":"Model","name":"model","type":"options","description":"The model which will generate the completion. <a href=\"https://beta.openai.com/docs/models/overview\">Learn more</a>.","displayOptions":{"show":{"operation":["complete"],"resource":["chat"]}},"typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v1/models"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"filter","properties":{"pass":"={{ $responseItem.id.startsWith('gpt-') && !$responseItem.id.startsWith('gpt-4-vision') }}"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.id}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"routing":{"send":{"type":"body","property":"model"}},"default":"gpt-3.5-turbo"},{"displayName":"Prompt","name":"prompt","type":"fixedCollection","typeOptions":{"sortable":true,"multipleValues":true},"displayOptions":{"show":{"resource":["chat"],"operation":["complete"]}},"placeholder":"Add Message","default":{},"options":[{"displayName":"Messages","name":"messages","values":[{"displayName":"Role","name":"role","type":"options","options":[{"name":"Assistant","value":"assistant"},{"name":"System","value":"system"},{"name":"User","value":"user"}],"default":"user"},{"displayName":"Content","name":"content","type":"string","default":""}]}],"routing":{"send":{"type":"body","property":"messages","value":"={{ $value.messages }}"}}},{"displayName":"Simplify","name":"simplifyOutput","type":"boolean","default":true,"displayOptions":{"show":{"operation":["complete"],"resource":["chat"]}},"routing":{"output":{"postReceive":[{"type":"set","enabled":"={{$value}}","properties":{"value":"={{ { \"data\": $response.body.choices } }}"}},{"type":"rootProperty","enabled":"={{$value}}","properties":{"property":"data"}},null]}},"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","placeholder":"Add Option","description":"Additional options to add","type":"collection","default":{},"displayOptions":{"show":{"operation":["complete"],"resource":["chat"]}},"options":[{"displayName":"Echo Prompt","name":"echo","type":"boolean","description":"Whether the prompt should be echo back in addition to the completion","default":false,"displayOptions":{"show":{"/operation":["complete"]}},"routing":{"send":{"type":"body","property":"echo"}}},{"displayName":"Frequency Penalty","name":"frequency_penalty","default":0,"typeOptions":{"maxValue":2,"minValue":-2,"numberPrecision":1},"description":"Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim","type":"number","routing":{"send":{"type":"body","property":"frequency_penalty"}}},{"displayName":"Maximum Number of Tokens","name":"maxTokens","default":16,"description":"The maximum number of tokens to generate in the completion. Most models have a context length of 2048 tokens (except for the newest models, which support 32,768).","type":"number","displayOptions":{"show":{"/operation":["complete"]}},"typeOptions":{"maxValue":32768},"routing":{"send":{"type":"body","property":"max_tokens"}}},{"displayName":"Number of Completions","name":"n","default":1,"description":"How many completions to generate for each prompt. Note: Because this parameter generates many completions, it can quickly consume your token quota. Use carefully and ensure that you have reasonable settings for max_tokens and stop.","type":"number","routing":{"send":{"type":"body","property":"n"}}},{"displayName":"Presence Penalty","name":"presence_penalty","default":0,"typeOptions":{"maxValue":2,"minValue":-2,"numberPrecision":1},"description":"Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics","type":"number","routing":{"send":{"type":"body","property":"presence_penalty"}}},{"displayName":"Sampling Temperature","name":"temperature","default":1,"typeOptions":{"maxValue":1,"minValue":0,"numberPrecision":1},"description":"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.","type":"number","routing":{"send":{"type":"body","property":"temperature"}}},{"displayName":"Top P","name":"topP","default":1,"typeOptions":{"maxValue":1,"minValue":0,"numberPrecision":1},"description":"Controls diversity via nucleus sampling: 0.5 means half of all likelihood-weighted options are considered. We generally recommend altering this or temperature but not both.","type":"number","routing":{"send":{"type":"body","property":"top_p"}}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["image"]}},"options":[{"name":"Create","value":"create","action":"Create an Image","description":"Create an image for a given text","routing":{"request":{"method":"POST","url":"/v1/images/generations"},"output":{"postReceive":[null]}}}],"routing":{"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"default":"create"},{"displayName":"Prompt","name":"prompt","type":"string","placeholder":"e.g. A cute cat eating a dinosaur","description":"A text description of the desired image(s). The maximum length is 1000 characters.","displayOptions":{"show":{"resource":["image"],"operation":["create"]}},"default":"","routing":{"send":{"type":"body","property":"prompt"}}},{"displayName":"Model","name":"model","type":"options","default":"dall-e-2","description":"The model to use for image generation","typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v1/models"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"filter","properties":{"pass":"={{ $responseItem.id.startsWith('dall-') }}"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.id}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"displayOptions":{"show":{"resource":["image"],"operation":["create"]}},"routing":{"send":{"type":"body","property":"model"}}},{"displayName":"Response Format","name":"responseFormat","type":"options","default":"binaryData","description":"The format in which to return the image(s)","displayOptions":{"show":{"resource":["image"],"operation":["create"]}},"options":[{"name":"Binary File","value":"binaryData"},{"name":"Image Url","value":"imageUrl"}],"routing":{"send":{"type":"body","property":"response_format","value":"={{ $value === \"imageUrl\" ? \"url\" : \"b64_json\" }}"},"output":{"postReceive":[null]}}},{"displayName":"Options","name":"options","placeholder":"Add Option","description":"Additional options to add","type":"collection","default":{},"displayOptions":{"show":{"resource":["image"],"operation":["create"]}},"options":[{"displayName":"Number of Images","name":"n","default":1,"description":"Number of images to generate","type":"number","typeOptions":{"minValue":1,"maxValue":10},"routing":{"send":{"type":"body","property":"n"}}},{"displayName":"Quality","name":"quality","type":"options","options":[{"name":"HD","value":"hd"},{"name":"Standard","value":"standard"}],"displayOptions":{"show":{"/model":["dall-e-3"]}},"routing":{"send":{"type":"body","property":"quality"}},"default":"standard"},{"displayName":"Resolution","name":"size","type":"options","options":[{"name":"256x256","value":"256x256"},{"name":"512x512","value":"512x512"},{"name":"1024x1024","value":"1024x1024"}],"displayOptions":{"show":{"/model":["dall-e-2"]}},"routing":{"send":{"type":"body","property":"size"}},"default":"1024x1024"},{"displayName":"Resolution","name":"size","type":"options","options":[{"name":"1024x1024","value":"1024x1024"},{"name":"1792x1024","value":"1792x1024"},{"name":"1024x1792","value":"1024x1792"}],"displayOptions":{"show":{"/model":["dall-e-3"]}},"routing":{"send":{"type":"body","property":"size"}},"default":"1024x1024"},{"displayName":"Style","name":"style","type":"options","options":[{"name":"Natural","value":"natural"},{"name":"Vivid","value":"vivid"}],"displayOptions":{"show":{"/model":["dall-e-3"]}},"routing":{"send":{"type":"body","property":"style"}},"default":"vivid"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["text"]}},"options":[{"name":"Complete","value":"complete","action":"Create a Completion","description":"Create one or more completions for a given text","routing":{"request":{"method":"POST","url":"/v1/completions"},"output":{"postReceive":[null]}}},{"name":"Edit","value":"edit","action":"Create an Edit","description":"Create an edited version for a given text","routing":{"request":{"method":"POST","url":"/v1/edits"},"output":{"postReceive":[null]}}},{"name":"Moderate","value":"moderate","action":"Create a Moderation","description":"Classify if a text violates OpenAI's content policy","routing":{"request":{"method":"POST","url":"/v1/moderations"},"output":{"postReceive":[null]}}}],"default":"complete"},{"displayName":"Model","name":"model","type":"options","description":"The model which will generate the completion. <a href=\"https://beta.openai.com/docs/models/overview\">Learn more</a>.","displayOptions":{"show":{"operation":["complete"],"resource":["text"]}},"typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v1/models"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"filter","properties":{"pass":"={{ !$responseItem.id.startsWith('audio-') && !$responseItem.id.startsWith('gpt-') && !$responseItem.id.startsWith('dall-') && !$responseItem.id.startsWith('tts-') && !$responseItem.id.startsWith('whisper-') && !['cushman:2020-05-03', 'davinci-if:3.0.0', 'davinci-instruct-beta:2.0.0', 'if'].includes($responseItem.id) && !$responseItem.id.includes('-edit-') && !$responseItem.id.endsWith(':001') }}"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.id}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"routing":{"send":{"type":"body","property":"model"}},"default":"text-davinci-003"},{"displayName":"Prompt","name":"prompt","type":"string","description":"The prompt to generate completion(s) for","placeholder":"e.g. Say this is a test","displayOptions":{"show":{"resource":["text"],"operation":["complete"]}},"default":"","typeOptions":{"rows":2},"routing":{"send":{"type":"body","property":"prompt"}}},{"displayName":"Model","name":"model","type":"options","description":"The model which will generate the edited version. <a href=\"https://beta.openai.com/docs/models/overview\">Learn more</a>.","displayOptions":{"show":{"operation":["edit"],"resource":["text"]}},"options":[{"name":"code-davinci-edit-001","value":"code-davinci-edit-001"},{"name":"text-davinci-edit-001","value":"text-davinci-edit-001"}],"routing":{"send":{"type":"body","property":"model"}},"default":"text-davinci-edit-001"},{"displayName":"Input","name":"input","type":"string","placeholder":"e.g. What day of the wek is it?","description":"The input text to be edited","displayOptions":{"show":{"resource":["text"],"operation":["edit"]}},"default":"","routing":{"send":{"type":"body","property":"input"}}},{"displayName":"Instruction","name":"instruction","type":"string","placeholder":"e.g. Fix the spelling mistakes","description":"The instruction that tells the model how to edit the input text","displayOptions":{"show":{"resource":["text"],"operation":["edit"]}},"default":"","routing":{"send":{"type":"body","property":"instruction"}}},{"displayName":"Model","name":"model","type":"options","description":"The model which will classify the text. <a href=\"https://beta.openai.com/docs/models/overview\">Learn more</a>.","displayOptions":{"show":{"resource":["text"],"operation":["moderate"]}},"options":[{"name":"text-moderation-stable","value":"text-moderation-stable"},{"name":"text-moderation-latest","value":"text-moderation-latest"}],"routing":{"send":{"type":"body","property":"model"}},"default":"text-moderation-latest"},{"displayName":"Input","name":"input","type":"string","placeholder":"e.g. My cat is adorable ❤️❤️","description":"The input text to classify","displayOptions":{"show":{"resource":["text"],"operation":["moderate"]}},"default":"","routing":{"send":{"type":"body","property":"input"}}},{"displayName":"Simplify","name":"simplifyOutput","type":"boolean","default":true,"displayOptions":{"show":{"operation":["moderate"],"resource":["text"]}},"routing":{"output":{"postReceive":[{"type":"set","enabled":"={{$value}}","properties":{"value":"={{ { \"data\": $response.body.results } }}"}},{"type":"rootProperty","enabled":"={{$value}}","properties":{"property":"data"}}]}},"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Simplify","name":"simplifyOutput","type":"boolean","default":true,"displayOptions":{"show":{"operation":["complete","edit"],"resource":["text"]}},"routing":{"output":{"postReceive":[{"type":"set","enabled":"={{$value}}","properties":{"value":"={{ { \"data\": $response.body.choices } }}"}},{"type":"rootProperty","enabled":"={{$value}}","properties":{"property":"data"}},null]}},"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","placeholder":"Add Option","description":"Additional options to add","type":"collection","default":{},"displayOptions":{"show":{"operation":["complete","edit"],"resource":["text"]}},"options":[{"displayName":"Echo Prompt","name":"echo","type":"boolean","description":"Whether the prompt should be echo back in addition to the completion","default":false,"displayOptions":{"show":{"/operation":["complete"]}},"routing":{"send":{"type":"body","property":"echo"}}},{"displayName":"Frequency Penalty","name":"frequency_penalty","default":0,"typeOptions":{"maxValue":2,"minValue":-2,"numberPrecision":1},"description":"Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim","type":"number","routing":{"send":{"type":"body","property":"frequency_penalty"}}},{"displayName":"Maximum Number of Tokens","name":"maxTokens","default":16,"description":"The maximum number of tokens to generate in the completion. Most models have a context length of 2048 tokens (except for the newest models, which support 32,768).","type":"number","displayOptions":{"show":{"/operation":["complete"]}},"typeOptions":{"maxValue":32768},"routing":{"send":{"type":"body","property":"max_tokens"}}},{"displayName":"Number of Completions","name":"n","default":1,"description":"How many completions to generate for each prompt. Note: Because this parameter generates many completions, it can quickly consume your token quota. Use carefully and ensure that you have reasonable settings for max_tokens and stop.","type":"number","routing":{"send":{"type":"body","property":"n"}}},{"displayName":"Presence Penalty","name":"presence_penalty","default":0,"typeOptions":{"maxValue":2,"minValue":-2,"numberPrecision":1},"description":"Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics","type":"number","routing":{"send":{"type":"body","property":"presence_penalty"}}},{"displayName":"Sampling Temperature","name":"temperature","default":1,"typeOptions":{"maxValue":1,"minValue":0,"numberPrecision":1},"description":"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.","type":"number","routing":{"send":{"type":"body","property":"temperature"}}},{"displayName":"Top P","name":"topP","default":1,"typeOptions":{"maxValue":1,"minValue":0,"numberPrecision":1},"description":"Controls diversity via nucleus sampling: 0.5 means half of all likelihood-weighted options are considered. We generally recommend altering this or temperature but not both.","type":"number","routing":{"send":{"type":"body","property":"top_p"}}}]}],"codex":{"categories":["Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.openai/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/openai/"}]},"alias":["ChatGPT","DallE"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/OpenAi/openAi.svg"},
|
|
291
|
+
{"displayName":"OpenAI","name":"n8n-nodes-base.openAi","group":["transform"],"version":[1,1.1],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Open AI","defaults":{"name":"OpenAI"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"openAiApi","required":true}],"requestDefaults":{"ignoreHttpStatusErrors":true,"baseURL":"https://api.openai.com"},"properties":[{"displayName":"For more advanced uses, consider using an <a data-action=\"openSelectiveNodeCreator\" data-action-parameter-creatorview=\"AI\">advanced AI</a> node","name":"noticeAdvanceAi","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Chat","value":"chat"},{"name":"Image","value":"image"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chat"]}},"options":[{"name":"Complete","value":"complete","action":"Create a Completion","description":"Create one or more completions for a given text","routing":{"request":{"method":"POST","url":"/v1/chat/completions"},"output":{"postReceive":[null]}}}],"default":"complete"},{"displayName":"Model","name":"model","type":"options","description":"The model which will generate the completion. <a href=\"https://beta.openai.com/docs/models/overview\">Learn more</a>.","displayOptions":{"show":{"operation":["complete"],"resource":["chat"],"@version":[1]}},"typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v1/models"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"filter","properties":{"pass":"={{ $responseItem.id.startsWith('gpt-') && !$responseItem.id.startsWith('gpt-4-vision') }}"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.id}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"routing":{"send":{"type":"body","property":"model"}},"default":"gpt-3.5-turbo"},{"displayName":"Model","name":"chatModel","type":"options","description":"The model which will generate the completion. <a href=\"https://beta.openai.com/docs/models/overview\">Learn more</a>.","displayOptions":{"show":{"operation":["complete"],"resource":["chat"]},"hide":{"@version":[1]}},"typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v1/models"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"filter","properties":{"pass":"={{ $responseItem.id.startsWith('gpt-') && !$responseItem.id.startsWith('gpt-4-vision') }}"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.id}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"routing":{"send":{"type":"body","property":"model"}},"default":"gpt-3.5-turbo"},{"displayName":"Prompt","name":"prompt","type":"fixedCollection","typeOptions":{"sortable":true,"multipleValues":true},"displayOptions":{"show":{"resource":["chat"],"operation":["complete"]}},"placeholder":"Add Message","default":{},"options":[{"displayName":"Messages","name":"messages","values":[{"displayName":"Role","name":"role","type":"options","options":[{"name":"Assistant","value":"assistant"},{"name":"System","value":"system"},{"name":"User","value":"user"}],"default":"user"},{"displayName":"Content","name":"content","type":"string","default":""}]}],"routing":{"send":{"type":"body","property":"messages","value":"={{ $value.messages }}"}}},{"displayName":"Simplify","name":"simplifyOutput","type":"boolean","default":true,"displayOptions":{"show":{"operation":["complete"],"resource":["chat"]}},"routing":{"output":{"postReceive":[{"type":"set","enabled":"={{$value}}","properties":{"value":"={{ { \"data\": $response.body.choices } }}"}},{"type":"rootProperty","enabled":"={{$value}}","properties":{"property":"data"}},null]}},"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","placeholder":"Add Option","description":"Additional options to add","type":"collection","default":{},"displayOptions":{"show":{"operation":["complete"],"resource":["chat"]}},"options":[{"displayName":"Echo Prompt","name":"echo","type":"boolean","description":"Whether the prompt should be echo back in addition to the completion","default":false,"displayOptions":{"show":{"/operation":["complete"]}},"routing":{"send":{"type":"body","property":"echo"}}},{"displayName":"Frequency Penalty","name":"frequency_penalty","default":0,"typeOptions":{"maxValue":2,"minValue":-2,"numberPrecision":1},"description":"Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim","type":"number","routing":{"send":{"type":"body","property":"frequency_penalty"}}},{"displayName":"Maximum Number of Tokens","name":"maxTokens","default":16,"description":"The maximum number of tokens to generate in the completion. Most models have a context length of 2048 tokens (except for the newest models, which support 32,768).","type":"number","displayOptions":{"show":{"/operation":["complete"]}},"typeOptions":{"maxValue":32768},"routing":{"send":{"type":"body","property":"max_tokens"}}},{"displayName":"Number of Completions","name":"n","default":1,"description":"How many completions to generate for each prompt. Note: Because this parameter generates many completions, it can quickly consume your token quota. Use carefully and ensure that you have reasonable settings for max_tokens and stop.","type":"number","routing":{"send":{"type":"body","property":"n"}}},{"displayName":"Presence Penalty","name":"presence_penalty","default":0,"typeOptions":{"maxValue":2,"minValue":-2,"numberPrecision":1},"description":"Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics","type":"number","routing":{"send":{"type":"body","property":"presence_penalty"}}},{"displayName":"Sampling Temperature","name":"temperature","default":1,"typeOptions":{"maxValue":1,"minValue":0,"numberPrecision":1},"description":"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.","type":"number","routing":{"send":{"type":"body","property":"temperature"}}},{"displayName":"Top P","name":"topP","default":1,"typeOptions":{"maxValue":1,"minValue":0,"numberPrecision":1},"description":"Controls diversity via nucleus sampling: 0.5 means half of all likelihood-weighted options are considered. We generally recommend altering this or temperature but not both.","type":"number","routing":{"send":{"type":"body","property":"top_p"}}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["image"]}},"options":[{"name":"Create","value":"create","action":"Create an Image","description":"Create an image for a given text","routing":{"request":{"method":"POST","url":"/v1/images/generations"},"output":{"postReceive":[null]}}}],"routing":{"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"default":"create"},{"displayName":"Prompt","name":"prompt","type":"string","placeholder":"e.g. A cute cat eating a dinosaur","description":"A text description of the desired image(s). The maximum length is 1000 characters.","displayOptions":{"show":{"resource":["image"],"operation":["create"]}},"default":"","routing":{"send":{"type":"body","property":"prompt"}}},{"displayName":"Model","name":"model","type":"options","default":"dall-e-2","description":"The model to use for image generation","typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v1/models"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"filter","properties":{"pass":"={{ $responseItem.id.startsWith('dall-') }}"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.id}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"displayOptions":{"show":{"resource":["image"],"operation":["create"],"@version":[1]}},"routing":{"send":{"type":"body","property":"model"}}},{"displayName":"Model","name":"imageModel","type":"options","default":"dall-e-2","description":"The model to use for image generation","typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v1/models"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"filter","properties":{"pass":"={{ $responseItem.id.startsWith('dall-') }}"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.id}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"displayOptions":{"show":{"resource":["image"],"operation":["create"]},"hide":{"@version":[1]}},"routing":{"send":{"type":"body","property":"model"}}},{"displayName":"Response Format","name":"responseFormat","type":"options","default":"binaryData","description":"The format in which to return the image(s)","displayOptions":{"show":{"resource":["image"],"operation":["create"]}},"options":[{"name":"Binary File","value":"binaryData"},{"name":"Image Url","value":"imageUrl"}],"routing":{"send":{"type":"body","property":"response_format","value":"={{ $value === \"imageUrl\" ? \"url\" : \"b64_json\" }}"},"output":{"postReceive":[null]}}},{"displayName":"Options","name":"options","placeholder":"Add Option","description":"Additional options to add","type":"collection","default":{},"displayOptions":{"show":{"resource":["image"],"operation":["create"]}},"options":[{"displayName":"Number of Images","name":"n","default":1,"description":"Number of images to generate","type":"number","typeOptions":{"minValue":1,"maxValue":10},"routing":{"send":{"type":"body","property":"n"}}},{"displayName":"Quality","name":"quality","type":"options","options":[{"name":"HD","value":"hd"},{"name":"Standard","value":"standard"}],"displayOptions":{"show":{"/model":["dall-e-3"]}},"routing":{"send":{"type":"body","property":"quality"}},"default":"standard"},{"displayName":"Resolution","name":"size","type":"options","options":[{"name":"256x256","value":"256x256"},{"name":"512x512","value":"512x512"},{"name":"1024x1024","value":"1024x1024"}],"displayOptions":{"show":{"/model":["dall-e-2"]}},"routing":{"send":{"type":"body","property":"size"}},"default":"1024x1024"},{"displayName":"Resolution","name":"size","type":"options","options":[{"name":"1024x1024","value":"1024x1024"},{"name":"1792x1024","value":"1792x1024"},{"name":"1024x1792","value":"1024x1792"}],"displayOptions":{"show":{"/model":["dall-e-3"]}},"routing":{"send":{"type":"body","property":"size"}},"default":"1024x1024"},{"displayName":"Style","name":"style","type":"options","options":[{"name":"Natural","value":"natural"},{"name":"Vivid","value":"vivid"}],"displayOptions":{"show":{"/model":["dall-e-3"]}},"routing":{"send":{"type":"body","property":"style"}},"default":"vivid"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["text"]}},"options":[{"name":"Complete","value":"complete","action":"Create a Completion","description":"Create one or more completions for a given text","routing":{"request":{"method":"POST","url":"/v1/completions"},"output":{"postReceive":[null]}}},{"name":"Edit","value":"edit","action":"Create an Edit","description":"Create an edited version for a given text","routing":{"request":{"method":"POST","url":"/v1/edits"},"output":{"postReceive":[null]}}},{"name":"Moderate","value":"moderate","action":"Create a Moderation","description":"Classify if a text violates OpenAI's content policy","routing":{"request":{"method":"POST","url":"/v1/moderations"},"output":{"postReceive":[null]}}}],"default":"complete"},{"displayName":"Model","name":"model","type":"options","description":"The model which will generate the completion. <a href=\"https://beta.openai.com/docs/models/overview\">Learn more</a>.","displayOptions":{"show":{"operation":["complete"],"resource":["text"]}},"typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v1/models"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"filter","properties":{"pass":"={{ !$responseItem.id.startsWith('audio-') && ($responseItem.id === 'gpt-3.5-turbo-instruct' || !$responseItem.id.startsWith('gpt-') ) && !$responseItem.id.startsWith('dall-') && !$responseItem.id.startsWith('tts-') && !$responseItem.id.startsWith('whisper-') && !['cushman:2020-05-03', 'davinci-if:3.0.0', 'davinci-instruct-beta:2.0.0', 'if'].includes($responseItem.id) && !$responseItem.id.includes('-edit-') && !$responseItem.id.endsWith(':001') }}"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.id}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"routing":{"send":{"type":"body","property":"model"}},"default":"gpt-3.5-turbo-instruct"},{"displayName":"Prompt","name":"prompt","type":"string","description":"The prompt to generate completion(s) for","placeholder":"e.g. Say this is a test","displayOptions":{"show":{"resource":["text"],"operation":["complete"]}},"default":"","typeOptions":{"rows":2},"routing":{"send":{"type":"body","property":"prompt"}}},{"displayName":"Model","name":"model","type":"options","description":"The model which will generate the edited version. <a href=\"https://beta.openai.com/docs/models/overview\">Learn more</a>.","displayOptions":{"show":{"operation":["edit"],"resource":["text"]}},"options":[{"name":"code-davinci-edit-001","value":"code-davinci-edit-001"},{"name":"text-davinci-edit-001","value":"text-davinci-edit-001"}],"routing":{"send":{"type":"body","property":"model"}},"default":"text-davinci-edit-001"},{"displayName":"Input","name":"input","type":"string","placeholder":"e.g. What day of the wek is it?","description":"The input text to be edited","displayOptions":{"show":{"resource":["text"],"operation":["edit"]}},"default":"","routing":{"send":{"type":"body","property":"input"}}},{"displayName":"Instruction","name":"instruction","type":"string","placeholder":"e.g. Fix the spelling mistakes","description":"The instruction that tells the model how to edit the input text","displayOptions":{"show":{"resource":["text"],"operation":["edit"]}},"default":"","routing":{"send":{"type":"body","property":"instruction"}}},{"displayName":"Model","name":"model","type":"options","description":"The model which will classify the text. <a href=\"https://beta.openai.com/docs/models/overview\">Learn more</a>.","displayOptions":{"show":{"resource":["text"],"operation":["moderate"]}},"options":[{"name":"text-moderation-stable","value":"text-moderation-stable"},{"name":"text-moderation-latest","value":"text-moderation-latest"}],"routing":{"send":{"type":"body","property":"model"}},"default":"text-moderation-latest"},{"displayName":"Input","name":"input","type":"string","placeholder":"e.g. My cat is adorable ❤️❤️","description":"The input text to classify","displayOptions":{"show":{"resource":["text"],"operation":["moderate"]}},"default":"","routing":{"send":{"type":"body","property":"input"}}},{"displayName":"Simplify","name":"simplifyOutput","type":"boolean","default":true,"displayOptions":{"show":{"operation":["moderate"],"resource":["text"]}},"routing":{"output":{"postReceive":[{"type":"set","enabled":"={{$value}}","properties":{"value":"={{ { \"data\": $response.body.results } }}"}},{"type":"rootProperty","enabled":"={{$value}}","properties":{"property":"data"}}]}},"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Simplify","name":"simplifyOutput","type":"boolean","default":true,"displayOptions":{"show":{"operation":["complete","edit"],"resource":["text"]}},"routing":{"output":{"postReceive":[{"type":"set","enabled":"={{$value}}","properties":{"value":"={{ { \"data\": $response.body.choices } }}"}},{"type":"rootProperty","enabled":"={{$value}}","properties":{"property":"data"}},null]}},"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","placeholder":"Add Option","description":"Additional options to add","type":"collection","default":{},"displayOptions":{"show":{"operation":["complete","edit"],"resource":["text"]}},"options":[{"displayName":"Echo Prompt","name":"echo","type":"boolean","description":"Whether the prompt should be echo back in addition to the completion","default":false,"displayOptions":{"show":{"/operation":["complete"]}},"routing":{"send":{"type":"body","property":"echo"}}},{"displayName":"Frequency Penalty","name":"frequency_penalty","default":0,"typeOptions":{"maxValue":2,"minValue":-2,"numberPrecision":1},"description":"Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim","type":"number","routing":{"send":{"type":"body","property":"frequency_penalty"}}},{"displayName":"Maximum Number of Tokens","name":"maxTokens","default":16,"description":"The maximum number of tokens to generate in the completion. Most models have a context length of 2048 tokens (except for the newest models, which support 32,768).","type":"number","displayOptions":{"show":{"/operation":["complete"]}},"typeOptions":{"maxValue":32768},"routing":{"send":{"type":"body","property":"max_tokens"}}},{"displayName":"Number of Completions","name":"n","default":1,"description":"How many completions to generate for each prompt. Note: Because this parameter generates many completions, it can quickly consume your token quota. Use carefully and ensure that you have reasonable settings for max_tokens and stop.","type":"number","routing":{"send":{"type":"body","property":"n"}}},{"displayName":"Presence Penalty","name":"presence_penalty","default":0,"typeOptions":{"maxValue":2,"minValue":-2,"numberPrecision":1},"description":"Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics","type":"number","routing":{"send":{"type":"body","property":"presence_penalty"}}},{"displayName":"Sampling Temperature","name":"temperature","default":1,"typeOptions":{"maxValue":1,"minValue":0,"numberPrecision":1},"description":"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.","type":"number","routing":{"send":{"type":"body","property":"temperature"}}},{"displayName":"Top P","name":"topP","default":1,"typeOptions":{"maxValue":1,"minValue":0,"numberPrecision":1},"description":"Controls diversity via nucleus sampling: 0.5 means half of all likelihood-weighted options are considered. We generally recommend altering this or temperature but not both.","type":"number","routing":{"send":{"type":"body","property":"top_p"}}}]}],"codex":{"categories":["Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.openai/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/openai/"}]},"alias":["ChatGPT","DallE"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/OpenAi/openAi.svg"},
|
|
292
292
|
{"displayName":"OpenThesaurus","name":"n8n-nodes-base.openThesaurus","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Get synonmns for German words using the OpenThesaurus API","defaults":{"name":"OpenThesaurus"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get Synonyms","value":"getSynonyms","description":"Get synonyms for a German word in German","action":"Get synonyms"}],"default":"getSynonyms"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The word to get synonyms for","required":true,"displayOptions":{"show":{"operation":["getSynonyms"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","displayOptions":{"show":{"operation":["getSynonyms"]}},"default":{},"options":[{"displayName":"Baseform","name":"baseform","type":"boolean","default":false,"description":"Specifies the basic form for the search term if it is not already a basic form"},{"displayName":"Similar","name":"similar","type":"boolean","default":false,"description":"This also returns up to five similarly written words for each answer. This is useful to be able to make a suggestion to the user in the event of a possible typing error."},{"displayName":"Starts With","name":"startswith","type":"boolean","default":false,"description":"Like substring = true, but only finds words that begin with the specified search term"},{"displayName":"Substring","name":"substring","type":"boolean","default":false,"description":"Whether up to ten words are returned for each answer that only contain the search term as a partial word"},{"displayName":"Substring From Results","name":"substringFromResults","type":"number","default":0,"description":"Specifies from which entry the partial word hits are to be returned. Only works together with substring = true."},{"displayName":"Substring Max Results","name":"substringMaxResults","type":"number","typeOptions":{"maxValue":250},"default":10,"description":"Specifies how many partial word hits should be returned in total. Only works together with substring = true."},{"displayName":"Subsynsets","name":"subsynsets","type":"boolean","default":false,"description":"Whether each synonym group has its (optional) sub-terms supplied"},{"displayName":"Supersynsets","name":"supersynsets","type":"boolean","default":false,"description":"Whether each synonym group is supplied with its (optional) generic terms"}]}],"codex":{"categories":["Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.openthesaurus/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/OpenThesaurus/openthesaurus.png"},
|
|
293
293
|
{"displayName":"OpenWeatherMap","name":"n8n-nodes-base.openWeatherMap","icon":"fa:sun","group":["input"],"version":1,"description":"Gets current and future weather information","defaults":{"name":"OpenWeatherMap","color":"#554455"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"openWeatherMapApi","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Current Weather","value":"currentWeather","description":"Returns the current weather data","action":"Return current weather data"},{"name":"5 Day Forecast","value":"5DayForecast","description":"Returns the weather data for the next 5 days","action":"Return weather data for the next 5 days"}],"default":"currentWeather"},{"displayName":"Format","name":"format","type":"options","options":[{"name":"Imperial","value":"imperial","description":"Fahrenheit | miles/hour"},{"name":"Metric","value":"metric","description":"Celsius | meter/sec"},{"name":"Scientific","value":"standard","description":"Kelvin | meter/sec"}],"default":"metric","description":"The format in which format the data should be returned"},{"displayName":"Location Selection","name":"locationSelection","type":"options","options":[{"name":"City Name","value":"cityName"},{"name":"City ID","value":"cityId"},{"name":"Coordinates","value":"coordinates"},{"name":"Zip Code","value":"zipCode"}],"default":"cityName","description":"How to define the location for which to return the weather"},{"displayName":"City","name":"cityName","type":"string","default":"","placeholder":"berlin,de","required":true,"displayOptions":{"show":{"locationSelection":["cityName"]}},"description":"The name of the city to return the weather of"},{"displayName":"City ID","name":"cityId","type":"number","default":160001123,"required":true,"displayOptions":{"show":{"locationSelection":["cityId"]}},"description":"The ID of city to return the weather of. List can be downloaded here: http://bulk.openweathermap.org/sample/."},{"displayName":"Latitude","name":"latitude","type":"string","default":"","placeholder":"13.39","required":true,"displayOptions":{"show":{"locationSelection":["coordinates"]}},"description":"The latitude of the location to return the weather of"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","placeholder":"52.52","required":true,"displayOptions":{"show":{"locationSelection":["coordinates"]}},"description":"The longitude of the location to return the weather of"},{"displayName":"Zip Code","name":"zipCode","type":"string","default":"","placeholder":"10115,de","required":true,"displayOptions":{"show":{"locationSelection":["zipCode"]}},"description":"The ID of city to return the weather of. List can be downloaded here: http://bulk.openweathermap.org/sample/."},{"displayName":"Language","name":"language","type":"string","default":"","placeholder":"en","description":"The two letter language code to get your output in (eg. en, de, ...)."}],"codex":{"categories":["Miscellaneous","Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.openweathermap/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/openWeatherMap"}]}}},
|
|
294
294
|
{"displayName":"Orbit","name":"n8n-nodes-base.orbit","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Orbit API","defaults":{"name":"Orbit"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"orbitApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Activity","value":"activity"},{"name":"Member","value":"member"},{"name":"Note","value":"note"},{"name":"Post","value":"post"}],"default":"member"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["activity"]}},"options":[{"name":"Create","value":"create","description":"Create an activity for a member","action":"Create an activity"},{"name":"Get Many","value":"getAll","description":"Get many activities","action":"Get many activities"}],"default":"create"},{"displayName":"Workspace Name or ID","name":"workspaceId","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":"getWorkspaces"},"default":"","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["create"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["create"]}}},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["activity"],"operation":["create"]}},"default":{},"options":[{"displayName":"Activity Type Name or ID","name":"activityType","type":"options","typeOptions":{"loadOptionsMethod":"getActivityTypes"},"default":"","description":"A user-defined way to group activities of the same nature. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","description":"A description of the activity; displayed in the timeline"},{"displayName":"Key","name":"key","type":"string","default":"","description":"Supply a key that must be unique or leave blank to have one generated"},{"displayName":"Link","name":"link","type":"string","default":"","description":"A URL for the activity; displayed in the timeline"},{"displayName":"Link Text","name":"linkText","type":"string","default":"","description":"The text for the timeline link"},{"displayName":"Occurred At","name":"occurredAt","type":"dateTime","default":"","description":"The date and time the activity occurred; defaults to now"}]},{"displayName":"Workspace Name or ID","name":"workspaceId","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":"getWorkspaces"},"default":"","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["activity"]}},"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":["activity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["activity"],"operation":["getAll"]}},"options":[{"displayName":"Member ID","name":"memberId","type":"string","default":"","description":"When set the post will be filtered by the member ID"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["member"]}},"options":[{"name":"Create or Update","value":"upsert","description":"Create a new member, or update the current one if it already exists (upsert)","action":"Create or update a member"},{"name":"Delete","value":"delete","description":"Delete a member","action":"Delete a member"},{"name":"Get","value":"get","description":"Get a member","action":"Get a member"},{"name":"Get Many","value":"getAll","description":"Get many members in a workspace","action":"Get many members"},{"name":"Lookup","value":"lookup","description":"Lookup a member by identity","action":"Lookup a member"},{"name":"Update","value":"update","description":"Update a member","action":"Update a member"}],"default":"get"},{"displayName":"Workspace Name or ID","name":"workspaceId","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":"getWorkspaces"},"default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["delete"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["delete"]}}},{"displayName":"Workspace Name or ID","name":"workspaceId","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":"getWorkspaces"},"default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["get"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["get"]}}},{"displayName":"Resolve Identities","name":"resolveIdentities","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["member"]}},"default":false,"description":"By default, the response just includes the reference of the identity. When set to true the identities will be resolved automatically."},{"displayName":"Workspace Name or ID","name":"workspaceId","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":"getWorkspaces"},"default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["member"]}},"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":["member"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Resolve Identities","name":"resolveIdentities","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["member"]}},"default":false,"description":"By default, the response just includes the reference of the identity. When set to true the identities will be resolved automatically."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["member"],"operation":["getAll"]}},"options":[{"displayName":"Sort By","name":"sort","type":"string","default":"","description":"Name of the field the response will be sorted by"},{"displayName":"Sort Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"ASC"},{"name":"DESC","value":"DESC"}],"default":""}]},{"displayName":"Workspace Name or ID","name":"workspaceId","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":"getWorkspaces"},"default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["lookup"]}}},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Discourse","value":"discourse"},{"name":"Email","value":"email"},{"name":"GitHub","value":"github"},{"name":"Twitter","value":"twitter"}],"default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["lookup"]}},"description":"Set to github, twitter, email, discourse or the source of any identities you've manually created"},{"displayName":"Search By","name":"searchBy","type":"options","options":[{"name":"Username","value":"username"},{"name":"ID","value":"id"}],"default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["lookup"],"source":["discourse","github","twitter"]}}},{"displayName":"ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["lookup"],"searchBy":["id"],"source":["discourse","github","twitter"]}},"description":"The username at the source"},{"displayName":"Username","name":"username","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["lookup"],"searchBy":["username"],"source":["discourse","github","twitter"]}},"description":"The username at the source"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["lookup"],"source":["email"]}},"description":"The email address"},{"displayName":"Host","name":"host","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["lookup"],"source":["discourse"]}}},{"displayName":"Workspace Name or ID","name":"workspaceId","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":"getWorkspaces"},"default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["update"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["member"],"operation":["update"]}},"default":{},"options":[{"displayName":"Bio","name":"bio","type":"string","default":""},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Location","name":"location","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Pronouns","name":"pronouns","type":"string","default":""},{"displayName":"Shipping Address","name":"shippingAddress","type":"string","default":""},{"displayName":"Slug","name":"slug","type":"string","default":""},{"displayName":"Tags to Add","name":"tagsToAdd","type":"string","default":"","description":"Adds tags to member; comma-separated string or array"},{"displayName":"Tag List","name":"tagList","type":"string","default":"","description":"Replaces all tags for the member; comma-separated string or array"},{"displayName":"T-Shirt","name":"tShirt","type":"string","default":""},{"displayName":"Teammate","name":"teammate","type":"boolean","default":false},{"displayName":"URL","name":"url","type":"string","default":""}]},{"displayName":"Workspace Name or ID","name":"workspaceId","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":"getWorkspaces"},"default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["upsert"]}}},{"displayName":"Identity","name":"identityUi","type":"fixedCollection","description":"The identity is used to find the member. If no member exists, a new member will be created and linked to the provided identity.","typeOptions":{"multipleValues":false},"placeholder":"Add Identity","default":{},"displayOptions":{"show":{"resource":["member"],"operation":["upsert"]}},"options":[{"displayName":"Identity","name":"identityValue","values":[{"displayName":"Source","name":"source","type":"options","options":[{"name":"Discourse","value":"discourse"},{"name":"Email","value":"email"},{"name":"GitHub","value":"github"},{"name":"Twitter","value":"twitter"}],"default":"","description":"Set to github, twitter, email, discourse or the source of any identities you've manually created"},{"displayName":"Search By","name":"searchBy","type":"options","options":[{"name":"Username","value":"username"},{"name":"ID","value":"id"}],"default":"","required":true,"displayOptions":{"show":{"source":["discourse","github","twitter"]}}},{"displayName":"ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"searchBy":["id"],"source":["discourse","github","twitter"]}},"description":"The username at the source"},{"displayName":"Username","name":"username","type":"string","default":"","required":true,"displayOptions":{"show":{"searchBy":["username"],"source":["discourse","github","twitter"]}},"description":"The username at the source"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"source":["email"]}}},{"displayName":"Host","name":"host","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["discourse"]}}}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["member"],"operation":["upsert"]}},"default":{},"options":[{"displayName":"Bio","name":"bio","type":"string","default":""},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Location","name":"location","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Pronouns","name":"pronouns","type":"string","default":""},{"displayName":"Shipping Address","name":"shippingAddress","type":"string","default":""},{"displayName":"Slug","name":"slug","type":"string","default":""},{"displayName":"Tags to Add","name":"tagsToAdd","type":"string","default":"","description":"Adds tags to member; comma-separated string or array"},{"displayName":"Tag List","name":"tagList","type":"string","default":"","description":"Replaces all tags for the member; comma-separated string or array"},{"displayName":"T-Shirt","name":"tShirt","type":"string","default":""},{"displayName":"Teammate","name":"teammate","type":"boolean","default":false},{"displayName":"URL","name":"url","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["note"]}},"options":[{"name":"Create","value":"create","description":"Create a note","action":"Create a note"},{"name":"Get Many","value":"getAll","description":"Get many notes for a member","action":"Get many notes"},{"name":"Update","value":"update","description":"Update a note","action":"Update a note"}],"default":"create"},{"displayName":"Workspace Name or ID","name":"workspaceId","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":"getWorkspaces"},"default":"","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Note","name":"note","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Workspace Name or ID","name":"workspaceId","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":"getWorkspaces"},"default":"","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["getAll"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["note"]}},"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":["note"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Resolve Member","name":"resolveMember","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["note"]}},"default":false},{"displayName":"Workspace Name or ID","name":"workspaceId","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":"getWorkspaces"},"default":"","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["update"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["update"]}}},{"displayName":"Note ID","name":"noteId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["update"]}}},{"displayName":"Note","name":"note","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["post"]}},"options":[{"name":"Create","value":"create","description":"Create a post","action":"Create a post"},{"name":"Get Many","value":"getAll","description":"Get many posts","action":"Get many posts"},{"name":"Delete","value":"delete","description":"Delete a post","action":"Delete a post"}],"default":"create"},{"displayName":"Workspace Name or ID","name":"workspaceId","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":"getWorkspaces"},"default":"","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["create"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["create"]}}},{"displayName":"URL","name":"url","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"description":"Supply any URL and Orbit will do its best job to parse out a title, description, and image"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"default":{},"options":[{"displayName":"Occurred At","name":"publishedAt","type":"dateTime","default":""}]},{"displayName":"Workspace Name or ID","name":"workspaceId","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":"getWorkspaces"},"default":"","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["post"]}},"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":["post"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}},"options":[{"displayName":"Member ID","name":"memberId","type":"string","default":"","description":"When set the post will be filtered by the member ID"}]},{"displayName":"Workspace Name or ID","name":"workspaceId","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":"getWorkspaces"},"default":"","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["delete"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["delete"]}}},{"displayName":"Post ID","name":"postId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["post"]}}}],"codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.orbit/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/orbit"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Orbit/orbit.svg"},
|
|
@@ -325,8 +325,8 @@
|
|
|
325
325
|
{"hidden":true,"displayName":"Read Binary Files","name":"n8n-nodes-base.readBinaryFiles","icon":"fa:file-import","group":["input"],"version":1,"description":"Reads binary files from disk","defaults":{"name":"Read Binary Files","color":"#44AA44"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"File Selector","name":"fileSelector","type":"string","default":"","required":true,"placeholder":"*.jpg","description":"Pattern for files to read"},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"description":"Name of the binary property to which to write the data of the read files"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.filesreadwrite/"}]},"alias":["Text","Open","Import"]}},
|
|
326
326
|
{"hidden":true,"displayName":"Read PDF","name":"n8n-nodes-base.readPDF","icon":"fa:file-pdf","group":["input"],"version":1,"description":"Reads a PDF and extracts its content","defaults":{"name":"Read PDF","color":"#003355"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"description":"Name of the binary property from which to read the PDF file"},{"displayName":"Encrypted","name":"encrypted","type":"boolean","default":false,"required":true},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"Password to decrypt the PDF file with","displayOptions":{"show":{"encrypted":[true]}}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.extractfromfile/"}]}}},
|
|
327
327
|
{"displayName":"Reddit","name":"n8n-nodes-base.reddit","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Reddit API","defaults":{"name":"Reddit"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"redditOAuth2Api","required":true,"displayOptions":{"show":{"resource":["postComment","post","profile"]}}}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Post","value":"post"},{"name":"Post Comment","value":"postComment"},{"name":"Profile","value":"profile"},{"name":"Subreddit","value":"subreddit"},{"name":"User","value":"user"}],"default":"post"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","options":[{"name":"Create","value":"create","description":"Create a top-level comment in a post","action":"Create a comment in a post"},{"name":"Get Many","value":"getAll","description":"Retrieve many comments in a post","action":"Get many comments in a post"},{"name":"Delete","value":"delete","description":"Remove a comment from a post","action":"Delete a comment from a post"},{"name":"Reply","value":"reply","description":"Write a reply to a comment in a post","action":"Reply to a comment in a post"}],"displayOptions":{"show":{"resource":["postComment"]}}},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","description":"ID of the post to write the comment to. Found in the post URL: <code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>","placeholder":"l0me7x","displayOptions":{"show":{"resource":["postComment"],"operation":["create"]}}},{"displayName":"Comment Text","name":"commentText","type":"string","required":true,"default":"","description":"Text of the comment. Markdown supported.","displayOptions":{"show":{"resource":["postComment"],"operation":["create"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"The name of subreddit where the post is","displayOptions":{"show":{"resource":["postComment"],"operation":["getAll"]}}},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","description":"ID of the post to get all comments from. Found in the post URL: <code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>","placeholder":"l0me7x","displayOptions":{"show":{"resource":["postComment"],"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":["postComment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["postComment"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Comment ID","name":"commentId","type":"string","required":true,"default":"","description":"ID of the comment to remove. Found in the comment URL:<code>/r/[subreddit_name]/comments/[post_id]/[post_title]/[comment_id]</code>","placeholder":"gla7fmt","displayOptions":{"show":{"resource":["postComment"],"operation":["delete"]}}},{"displayName":"Comment ID","name":"commentId","type":"string","required":true,"default":"","description":"ID of the comment to reply to. To be found in the comment URL: <code>www.reddit.com/r/[subreddit_name]/comments/[post_id]/[post_title]/[comment_id]</code>","placeholder":"gl9iroa","displayOptions":{"show":{"resource":["postComment"],"operation":["reply"]}}},{"displayName":"Reply Text","name":"replyText","type":"string","required":true,"default":"","description":"Text of the reply. Markdown supported.","displayOptions":{"show":{"resource":["postComment"],"operation":["reply"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["profile"]}},"options":[{"name":"Get","value":"get","action":"Get a profile"}],"default":"get"},{"displayName":"Details","name":"details","type":"options","required":true,"default":"identity","description":"Details of my account to retrieve","options":[{"name":"Blocked Users","value":"blockedUsers","description":"Return the blocked users of the logged-in user"},{"name":"Friends","value":"friends","description":"Return the friends of the logged-in user"},{"name":"Identity","value":"identity","description":"Return the identity of the logged-in user"},{"name":"Karma","value":"karma","description":"Return the subreddit karma for the logged-in user"},{"name":"Preferences","value":"prefs","description":"Return the settings preferences of the logged-in user"},{"name":"Saved","value":"saved","description":"Return the saved posts for the user"},{"name":"Trophies","value":"trophies","description":"Return the trophies of the logged-in user"}],"displayOptions":{"show":{"resource":["profile"],"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":["profile"],"operation":["get"],"details":["saved"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["profile"],"operation":["get"],"details":["saved"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","description":"Retrieve background information about a subreddit","action":"Get a subreddit"},{"name":"Get Many","value":"getAll","description":"Retrieve information about many subreddits","action":"Get many subreddits"}],"displayOptions":{"show":{"resource":["subreddit"]}}},{"displayName":"Content","name":"content","type":"options","required":true,"default":"about","description":"Subreddit content to retrieve","options":[{"name":"About","value":"about"},{"name":"Rules","value":"rules"}],"displayOptions":{"show":{"resource":["subreddit"],"operation":["get"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"The name of subreddit to retrieve the content from","displayOptions":{"show":{"resource":["subreddit"],"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":["subreddit"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["subreddit"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Keyword","name":"keyword","type":"string","default":"","description":"The keyword for the subreddit search"},{"displayName":"Trending","name":"trending","type":"boolean","default":false,"description":"Whether to fetch currently trending subreddits in all of Reddit"}],"displayOptions":{"show":{"resource":["subreddit"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","options":[{"name":"Create","value":"create","description":"Submit a post to a subreddit","action":"Create a post"},{"name":"Delete","value":"delete","description":"Delete a post from a subreddit","action":"Delete a post"},{"name":"Get","value":"get","description":"Get a post from a subreddit","action":"Get a post"},{"name":"Get Many","value":"getAll","description":"Get many posts from a subreddit","action":"Get many posts"},{"name":"Search","value":"search","description":"Search posts in a subreddit or in all of Reddit","action":"Search for a post"}],"displayOptions":{"show":{"resource":["post"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"Subreddit to create the post in","displayOptions":{"show":{"resource":["post"],"operation":["create"]}}},{"displayName":"Kind","name":"kind","type":"options","options":[{"name":"Text Post","value":"self"},{"name":"Link Post","value":"link"},{"name":"Image Post","value":"image"}],"default":"self","description":"The kind of the post to create","displayOptions":{"show":{"resource":["post"],"operation":["create"]}}},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","description":"Title of the post, up to 300 characters long","displayOptions":{"show":{"resource":["post"],"operation":["create"]}}},{"displayName":"URL","name":"url","type":"string","required":true,"default":"","description":"URL of the post","displayOptions":{"show":{"resource":["post"],"operation":["create"],"kind":["link","image"]}}},{"displayName":"Text","name":"text","type":"string","required":true,"default":"","description":"Text of the post. Markdown supported.","displayOptions":{"show":{"resource":["post"],"operation":["create"],"kind":["self"]}}},{"displayName":"Resubmit","name":"resubmit","type":"boolean","default":false,"description":"Whether the URL will be posted even if it was already posted to the subreddit before. Otherwise, the re-posting will trigger an error.","displayOptions":{"show":{"resource":["post"],"operation":["create"],"kind":["link","image"]}}},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","description":"ID of the post to delete. Found in the post URL: <code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>","placeholder":"gla7fmt","displayOptions":{"show":{"resource":["post"],"operation":["delete"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"The name of subreddit to retrieve the post from","displayOptions":{"show":{"resource":["post"],"operation":["get"]}}},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","description":"ID of the post to retrieve. Found in the post URL: <code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>","placeholder":"l0me7x","displayOptions":{"show":{"resource":["post"],"operation":["get"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"The name of subreddit to retrieve the posts from","displayOptions":{"show":{"resource":["post"],"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":["post"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["post"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Category","name":"category","type":"options","default":"top","description":"Category of the posts to retrieve","options":[{"name":"Top Posts","value":"top"},{"name":"Hot Posts","value":"hot"},{"name":"New Posts","value":"new"},{"name":"Rising Posts","value":"rising"}]}]},{"displayName":"Location","name":"location","type":"options","default":"subreddit","description":"Location where to search for posts","options":[{"name":"All Reddit","value":"allReddit","description":"Search for posts in all of Reddit"},{"name":"Subreddit","value":"subreddit","description":"Search for posts in a specific subreddit"}],"displayOptions":{"show":{"resource":["post"],"operation":["search"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"The name of subreddit to search in","displayOptions":{"show":{"resource":["post"],"operation":["search"],"location":["subreddit"]}}},{"displayName":"Keyword","name":"keyword","type":"string","default":"","required":true,"description":"The keyword for the search","displayOptions":{"show":{"resource":["post"],"operation":["search"]}}},{"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":["post"],"operation":["search"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["post"],"operation":["search"],"returnAll":[false]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["search"]}},"options":[{"displayName":"Sort","name":"sort","placeholder":"","type":"options","default":"relevance","description":"The category to sort results by","options":[{"name":"Comments","value":"comments"},{"name":"Hot","value":"hot"},{"name":"New","value":"new"},{"name":"Relevance","value":"relevance"},{"name":"Top","value":"top"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get","value":"get","action":"Get a user"}],"default":"get"},{"displayName":"Username","name":"username","type":"string","required":true,"default":"","description":"Reddit ID of the user to retrieve","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Details","name":"details","type":"options","required":true,"default":"about","description":"Details of the user to retrieve","options":[{"name":"About","value":"about"},{"name":"Comments","value":"comments"},{"name":"Gilded","value":"gilded"},{"name":"Overview","value":"overview"},{"name":"Submitted","value":"submitted"}],"displayOptions":{"show":{"resource":["user"],"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":["user"],"operation":["get"],"details":["overview","submitted","comments","gilded"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["user"],"operation":["get"],"details":["comments","gilded","overview","submitted"],"returnAll":[false]}}}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.reddit/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/reddit"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Reddit/reddit.svg"},
|
|
328
|
-
{"displayName":"Redis","name":"n8n-nodes-base.redis","group":["input"],"version":1,"description":"Get, send and update data in Redis","defaults":{"name":"Redis"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"redis","required":true,"testedBy":"redisConnectionTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Delete","value":"delete","description":"Delete a key from Redis","action":"Delete a key from Redis"},{"name":"Get","value":"get","description":"Get the value of a key from Redis","action":"Get the value of a key from Redis"},{"name":"Increment","value":"incr","description":"Atomically increments a key by 1. Creates the key if it does not exist.","action":"Atomically increment a key by 1. Creates the key if it does not exist."},{"name":"Info","value":"info","description":"Returns generic information about the Redis instance","action":"Return generic information about the Redis instance"},{"name":"Keys","value":"keys","description":"Returns all the keys matching a pattern","action":"Return all keys matching a pattern"},{"name":"Pop","value":"pop","description":"Pop data from a redis list","action":"Pop data from a redis list"},{"name":"Publish","value":"publish","description":"Publish message to redis channel","action":"Publish message to redis channel"},{"name":"Push","value":"push","description":"Push data to a redis list","action":"Push data to a redis list"},{"name":"Set","value":"set","description":"Set the value of a key in redis","action":"Set the value of a key in redis"}],"default":"info"},{"displayName":"
|
|
329
|
-
{"displayName":"Redis Trigger","name":"n8n-nodes-base.redisTrigger","group":["trigger"],"version":1,"description":"Subscribe to redis channel","defaults":{"name":"Redis Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"redis","required":true}],"properties":[{"displayName":"Channels","name":"channels","type":"string","default":"","required":true,"description":"Channels to subscribe to, multiple channels be defined with comma. Wildcard character(*) is supported."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"JSON Parse Body","name":"jsonParseBody","type":"boolean","default":false,"description":"Whether to try to parse the message to an object"},{"displayName":"Only Message","name":"onlyMessage","type":"boolean","default":false,"description":"Whether to return only the message property"}]}],"codex":{"categories":["Communication","Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.redistrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/redis"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Redis/redis.svg"},
|
|
328
|
+
{"displayName":"Redis","name":"n8n-nodes-base.redis","group":["input"],"version":1,"description":"Get, send and update data in Redis","defaults":{"name":"Redis"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"redis","required":true,"testedBy":"redisConnectionTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Delete","value":"delete","description":"Delete a key from Redis","action":"Delete a key from Redis"},{"name":"Get","value":"get","description":"Get the value of a key from Redis","action":"Get the value of a key from Redis"},{"name":"Increment","value":"incr","description":"Atomically increments a key by 1. Creates the key if it does not exist.","action":"Atomically increment a key by 1. Creates the key if it does not exist."},{"name":"Info","value":"info","description":"Returns generic information about the Redis instance","action":"Return generic information about the Redis instance"},{"name":"Keys","value":"keys","description":"Returns all the keys matching a pattern","action":"Return all keys matching a pattern"},{"name":"Pop","value":"pop","description":"Pop data from a redis list","action":"Pop data from a redis list"},{"name":"Publish","value":"publish","description":"Publish message to redis channel","action":"Publish message to redis channel"},{"name":"Push","value":"push","description":"Push data to a redis list","action":"Push data to a redis list"},{"name":"Set","value":"set","description":"Set the value of a key in redis","action":"Set the value of a key in redis"}],"default":"info"},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":"","required":true,"description":"Name of the key to delete from Redis"},{"displayName":"Name","name":"propertyName","type":"string","displayOptions":{"show":{"operation":["get"]}},"default":"propertyName","required":true,"description":"Name of the property to write received data to. Supports dot-notation. Example: \"data.person[0].name\"."},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["get"]}},"default":"","required":true,"description":"Name of the key to get from Redis"},{"displayName":"Key Type","name":"keyType","type":"options","displayOptions":{"show":{"operation":["get"]}},"options":[{"name":"Automatic","value":"automatic","description":"Requests the type before requesting the data (slower)"},{"name":"Hash","value":"hash","description":"Data in key is of type 'hash'"},{"name":"List","value":"list","description":"Data in key is of type 'lists'"},{"name":"Sets","value":"sets","description":"Data in key is of type 'sets'"},{"name":"String","value":"string","description":"Data in key is of type 'string'"}],"default":"automatic","description":"The type of the key to get"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["get"]}},"placeholder":"Add Option","default":{},"options":[{"displayName":"Dot Notation","name":"dotNotation","type":"boolean","default":true,"description":"<p>By default, dot-notation is used in property names. This means that \"a.b\" will set the property \"b\" underneath \"a\" so { \"a\": { \"b\": value} }.<p></p>If that is not intended this can be deactivated, it will then set { \"a.b\": value } instead.</p>."}]},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["incr"]}},"default":"","required":true,"description":"Name of the key to increment"},{"displayName":"Expire","name":"expire","type":"boolean","displayOptions":{"show":{"operation":["incr"]}},"default":false,"description":"Whether to set a timeout on key"},{"displayName":"TTL","name":"ttl","type":"number","typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["incr"],"expire":[true]}},"default":60,"description":"Number of seconds before key expiration"},{"displayName":"Key Pattern","name":"keyPattern","type":"string","displayOptions":{"show":{"operation":["keys"]}},"default":"","required":true,"description":"The key pattern for the keys to return"},{"displayName":"Get Values","name":"getValues","type":"boolean","displayOptions":{"show":{"operation":["keys"]}},"default":true,"description":"Whether to get the value of matching keys"},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["set"]}},"default":"","required":true,"description":"Name of the key to set in Redis"},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"operation":["set"]}},"default":"","description":"The value to write in Redis"},{"displayName":"Key Type","name":"keyType","type":"options","displayOptions":{"show":{"operation":["set"]}},"options":[{"name":"Automatic","value":"automatic","description":"Tries to figure out the type automatically depending on the data"},{"name":"Hash","value":"hash","description":"Data in key is of type 'hash'"},{"name":"List","value":"list","description":"Data in key is of type 'lists'"},{"name":"Sets","value":"sets","description":"Data in key is of type 'sets'"},{"name":"String","value":"string","description":"Data in key is of type 'string'"}],"default":"automatic","description":"The type of the key to set"},{"displayName":"Value Is JSON","name":"valueIsJSON","type":"boolean","displayOptions":{"show":{"keyType":["hash"]}},"default":true,"description":"Whether the value is JSON or key value pairs"},{"displayName":"Expire","name":"expire","type":"boolean","displayOptions":{"show":{"operation":["set"]}},"default":false,"description":"Whether to set a timeout on key"},{"displayName":"TTL","name":"ttl","type":"number","typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["set"],"expire":[true]}},"default":60,"description":"Number of seconds before key expiration"},{"displayName":"Channel","name":"channel","type":"string","displayOptions":{"show":{"operation":["publish"]}},"default":"","required":true,"description":"Channel name"},{"displayName":"Data","name":"messageData","type":"string","displayOptions":{"show":{"operation":["publish"]}},"default":"","required":true,"description":"Data to publish"},{"displayName":"List","name":"list","type":"string","displayOptions":{"show":{"operation":["push","pop"]}},"default":"","required":true,"description":"Name of the list in Redis"},{"displayName":"Data","name":"messageData","type":"string","displayOptions":{"show":{"operation":["push"]}},"default":"","required":true,"description":"Data to push"},{"displayName":"Tail","name":"tail","type":"boolean","displayOptions":{"show":{"operation":["push","pop"]}},"default":false,"description":"Whether to push or pop data from the end of the list"},{"displayName":"Name","name":"propertyName","type":"string","displayOptions":{"show":{"operation":["pop"]}},"default":"propertyName","description":"Optional name of the property to write received data to. Supports dot-notation. Example: \"data.person[0].name\"."},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["pop"]}},"placeholder":"Add Option","default":{},"options":[{"displayName":"Dot Notation","name":"dotNotation","type":"boolean","default":true,"description":"<p>By default, dot-notation is used in property names. This means that \"a.b\" will set the property \"b\" underneath \"a\" so { \"a\": { \"b\": value} }.<p></p>If that is not intended this can be deactivated, it will then set { \"a.b\": value } instead.</p>."}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.redis/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/redis"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Redis/redis.svg"},
|
|
329
|
+
{"displayName":"Redis Trigger","name":"n8n-nodes-base.redisTrigger","group":["trigger"],"version":1,"description":"Subscribe to redis channel","defaults":{"name":"Redis Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"redis","required":true,"testedBy":"redisConnectionTest"}],"properties":[{"displayName":"Channels","name":"channels","type":"string","default":"","required":true,"description":"Channels to subscribe to, multiple channels be defined with comma. Wildcard character(*) is supported."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"JSON Parse Body","name":"jsonParseBody","type":"boolean","default":false,"description":"Whether to try to parse the message to an object"},{"displayName":"Only Message","name":"onlyMessage","type":"boolean","default":false,"description":"Whether to return only the message property"}]}],"codex":{"categories":["Communication","Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.redistrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/redis"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Redis/redis.svg"},
|
|
330
330
|
{"displayName":"Rename Keys","name":"n8n-nodes-base.renameKeys","icon":"fa:edit","group":["transform"],"version":1,"description":"Update item field names","defaults":{"name":"Rename Keys","color":"#772244"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Keys","name":"keys","placeholder":"Add new key","description":"Adds a key which should be renamed","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"default":{},"options":[{"displayName":"Key","name":"key","values":[{"displayName":"Current Key Name","name":"currentKey","type":"string","default":"","placeholder":"currentKey","requiresDataPath":"single","description":"The current name of the key. It is also possible to define deep keys by using dot-notation like for example: \"level1.level2.currentKey\"."},{"displayName":"New Key Name","name":"newKey","type":"string","default":"","placeholder":"newKey","description":"The name the key should be renamed to. It is also possible to define deep keys by using dot-notation like for example: \"level1.level2.newKey\"."}]}]},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Regex","name":"regexReplacement","placeholder":"Add new regular expression","description":"Adds a regular expressiond","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"default":{},"options":[{"displayName":"Replacement","name":"replacements","values":[{"displayName":"Be aware that by using regular expression previously renamed keys can be affected","name":"regExNotice","type":"notice","default":""},{"displayName":"Regular Expression","name":"searchRegex","type":"string","default":"","placeholder":"e.g. [N-n]ame","description":"Regex to match the key name","hint":"Learn more and test RegEx <a href=\"https://regex101.com/\">here</a>"},{"displayName":"Replace With","name":"replaceRegex","type":"string","default":"","placeholder":"replacedName","description":"The name the key/s should be renamed to. It's possible to use regex captures e.g. $1, $2, ..."},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Regex Option","options":[{"displayName":"Case Insensitive","name":"caseInsensitive","type":"boolean","description":"Whether to use case insensitive match","default":false},{"displayName":"Max Depth","name":"depth","type":"number","default":-1,"description":"Maximum depth to replace keys","hint":"Specify number for depth level (-1 for unlimited, 0 for top level only)"}]}]}]}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.renamekeys/"}]}}},
|
|
331
331
|
{"displayName":"Respond to Webhook","name":"n8n-nodes-base.respondToWebhook","group":["transform"],"version":1,"description":"Returns data for Webhook","defaults":{"name":"Respond to Webhook"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"Verify that the \"Webhook\" node's \"Respond\" parameter is set to \"Using Respond to Webhook Node\". <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook/\" target=\"_blank\">More details","name":"generalNotice","type":"notice","default":""},{"displayName":"Respond With","name":"respondWith","type":"options","options":[{"name":"All Incoming Items","value":"allIncomingItems","description":"Respond with all input JSON items"},{"name":"Binary File","value":"binary","description":"Respond with incoming file binary data"},{"name":"First Incoming Item","value":"firstIncomingItem","description":"Respond with the first input JSON item"},{"name":"JSON","value":"json","description":"Respond with a custom JSON body"},{"name":"No Data","value":"noData","description":"Respond with an empty body"},{"name":"Redirect","value":"redirect","description":"Respond with a redirect to a given URL"},{"name":"Text","value":"text","description":"Respond with a simple text message body"}],"default":"firstIncomingItem","description":"The data that should be returned"},{"displayName":"When using expressions, note that this node will only run for the first item in the input data","name":"webhookNotice","type":"notice","displayOptions":{"show":{"respondWith":["json","text"]}},"default":""},{"displayName":"Redirect URL","name":"redirectURL","type":"string","required":true,"displayOptions":{"show":{"respondWith":["redirect"]}},"default":"","placeholder":"e.g. http://www.n8n.io","description":"The URL to redirect to","validateType":"url"},{"displayName":"Response Body","name":"responseBody","type":"json","displayOptions":{"show":{"respondWith":["json"]}},"default":"{\n \"myField\": \"value\"\n}","typeOptions":{"rows":4},"description":"The HTTP response JSON data"},{"displayName":"Response Body","name":"responseBody","type":"string","displayOptions":{"show":{"respondWith":["text"]}},"typeOptions":{"rows":2},"default":"","placeholder":"e.g. Workflow completed","description":"The HTTP response text data"},{"displayName":"Response Data Source","name":"responseDataSource","type":"options","displayOptions":{"show":{"respondWith":["binary"]}},"options":[{"name":"Choose Automatically From Input","value":"automatically","description":"Use if input data will contain a single piece of binary data"},{"name":"Specify Myself","value":"set","description":"Enter the name of the input field the binary data will be in"}],"default":"automatically"},{"displayName":"Input Field Name","name":"inputFieldName","type":"string","required":true,"default":"data","displayOptions":{"show":{"respondWith":["binary"],"responseDataSource":["set"]}},"description":"The name of the node input field with the binary data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Response Code","name":"responseCode","type":"number","typeOptions":{"minValue":100,"maxValue":599},"default":200,"description":"The HTTP response code to return. Defaults to 200."},{"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":"Put Response in Field","name":"responseKey","type":"string","displayOptions":{"show":{"/respondWith":["allIncomingItems","firstIncomingItem"]}},"default":"","description":"The name of the response field to put all items in","placeholder":"e.g. data"}]}],"codex":{"categories":["Core Nodes","Utility"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/RespondToWebhook/webhook.svg"},
|
|
332
332
|
{"displayName":"RocketChat","name":"n8n-nodes-base.rocketchat","group":["output"],"version":1,"subtitle":"={{$parameter[\"resource\"] + \": \" + $parameter[\"operation\"]}}","description":"Consume RocketChat API","defaults":{"name":"RocketChat"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"rocketchatApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Chat","value":"chat"}],"default":"chat"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chat"]}},"options":[{"name":"Post Message","value":"postMessage","description":"Post a message to a channel or a direct message","action":"Post a message"}],"default":"postMessage"},{"displayName":"Channel","name":"channel","type":"string","required":true,"displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"]}},"default":"","description":"The channel name with the prefix in front of it"},{"displayName":"Text","name":"text","type":"string","displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"]}},"default":"","description":"The text of the message to send, is optional because of attachments"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"]}},"options":[{"displayName":"Alias","name":"alias","type":"string","default":"","description":"This will cause the message’s name to appear as the given alias, but your username will still display"},{"displayName":"Avatar","name":"avatar","type":"string","default":"","description":"If provided, this will make the avatar use the provided image URL"},{"displayName":"Emoji","name":"emoji","type":"string","default":"","description":"This will cause the message’s name to appear as the given alias, but your username will still display"}]},{"displayName":"Attachments","name":"attachments","type":"collection","default":{},"placeholder":"Add Attachment Item","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Attachment"},"displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"],"jsonParameters":[false]}},"options":[{"displayName":"Color","name":"color","type":"color","default":"#ff0000","description":"The color you want the order on the left side to be, any value background-css supports"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The text to display for this attachment, it is different than the message’s text"},{"displayName":"Timestamp","name":"ts","type":"dateTime","default":"","description":"Displays the time next to the text portion"},{"displayName":"Thumb URL","name":"thumbUrl","type":"string","default":"","description":"An image that displays to the left of the text, looks better when this is relatively small"},{"displayName":"Message Link","name":"messageLink","type":"string","default":"","description":"Only applicable if the timestamp is provided, as it makes the time clickable to this link"},{"displayName":"Collapsed","name":"collapsed","type":"boolean","default":false,"description":"Causes the image, audio, and video sections to be hiding when collapsed is true"},{"displayName":"Author Name","name":"authorName","type":"string","default":"","description":"Name of the author"},{"displayName":"Author Link","name":"authorLink","type":"string","default":"","description":"Providing this makes the author name clickable and points to this link"},{"displayName":"Author Icon","name":"authorIcon","type":"string","default":"","placeholder":"https://site.com/img.png","description":"Displays a tiny icon to the left of the Author’s name"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title to display for this attachment, displays under the author"},{"displayName":"Title Link","name":"titleLink","type":"string","default":"","description":"Providing this makes the title clickable, pointing to this link"},{"displayName":"Title Link Download","name":"titleLinkDownload","type":"boolean","default":false,"description":"When this is true, a download icon appears and clicking this saves the link to file"},{"displayName":"Image URL","name":"imageUrl","type":"string","default":"","description":"The image to display, will be “big” and easy to see"},{"displayName":"Audio URL","name":"audioUrl","type":"string","default":"","placeholder":"https://site.com/aud.mp3","description":"Audio file to play, only supports what html audio does"},{"displayName":"Video URL","name":"videoUrl","type":"string","default":"","placeholder":"https://site.com/vid.mp4","description":"Video file to play, only supports what html video does"},{"displayName":"Fields","name":"fields","type":"fixedCollection","placeholder":"Add Field Item","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"fieldsValues","displayName":"Fields","values":[{"displayName":"Short","name":"short","type":"boolean","default":false,"description":"Whether this field should be a short field"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of this field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value of this field, displayed underneath the title value"}]}]}]},{"displayName":"Attachments","name":"attachmentsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"],"jsonParameters":[true]}},"default":""}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.rocketchat/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/rocketchat"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Rocketchat/rocketchat.svg"},
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
{"displayName":"S3","name":"n8n-nodes-base.s3","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to any S3-compatible service","defaults":{"name":"S3"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"s3","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Bucket","value":"bucket"},{"name":"File","value":"file"},{"name":"Folder","value":"folder"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["bucket"]}},"options":[{"name":"Create","value":"create","description":"Create a bucket","action":"Create a bucket"},{"name":"Delete","value":"delete","description":"Delete a bucket","action":"Delete a bucket"},{"name":"Get Many","value":"getAll","description":"Get many buckets","action":"Get many buckets"},{"name":"Search","value":"search","description":"Search within a bucket","action":"Search a bucket"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["bucket"],"operation":["create"]}},"description":"A succinct description of the nature, symptoms, cause, or effect of the bucket"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["bucket"],"operation":["create"]}},"default":{},"options":[{"displayName":"ACL","name":"acl","type":"options","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"Private","value":"Private"},{"name":"Public Read","value":"publicRead"},{"name":"Public Read Write","value":"publicReadWrite"}],"default":"","description":"The canned ACL to apply to the bucket"},{"displayName":"Bucket Object Lock Enabled","name":"bucketObjectLockEnabled","type":"boolean","default":false,"description":"Whether you want S3 Object Lock to be enabled for the new bucket"},{"displayName":"Grant Full Control","name":"grantFullControl","type":"boolean","default":false,"description":"Whether to allow grantee the read, write, read ACP, and write ACP permissions on the bucket"},{"displayName":"Grant Read","name":"grantRead","type":"boolean","default":false,"description":"Whether to allow grantee to list the objects in the bucket"},{"displayName":"Grant Read ACP","name":"grantReadAcp","type":"boolean","default":false,"description":"Whether to allow grantee to read the bucket ACL"},{"displayName":"Grant Write","name":"grantWrite","type":"boolean","default":false,"description":"Whether to allow grantee to create, overwrite, and delete any object in the bucket"},{"displayName":"Grant Write ACP","name":"grantWriteAcp","type":"boolean","default":false,"description":"Whether to allow grantee to write the ACL for the applicable bucket"},{"displayName":"Region","name":"region","type":"string","default":"","description":"Region you want to create the bucket in, by default the buckets are created on the region defined on the credentials"}]},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["bucket"],"operation":["delete"]}},"description":"Name of the AWS S3 bucket to delete"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["bucket"]}},"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":["bucket"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["bucket"],"operation":["search"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["bucket"]}},"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":["bucket"],"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","displayOptions":{"show":{"resource":["bucket"],"operation":["search"]}},"default":{},"options":[{"displayName":"Delimiter","name":"delimiter","type":"string","default":"","description":"A delimiter is a character you use to group keys"},{"displayName":"Encoding Type","name":"encodingType","type":"options","options":[{"name":"URL","value":"url"}],"default":"","description":"Encoding type used by Amazon S3 to encode object keys in the response"},{"displayName":"Fetch Owner","name":"fetchOwner","type":"boolean","default":false,"description":"The owner field is not present in listV2 by default, if you want to return owner field with each key in the result then set the fetch owner field to true"},{"displayName":"Prefix","name":"prefix","type":"string","default":"","description":"Limits the response to keys that begin with the specified prefix"},{"displayName":"Requester Pays","name":"requesterPays","type":"boolean","default":false,"description":"Whether the requester will pay for requests and data transfer. While Requester Pays is enabled, anonymous access to this bucket is disabled."},{"displayName":"Start After","name":"startAfter","type":"string","default":"","description":"StartAfter is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this specified key."}]},{"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 Many","value":"getAll","description":"Get many folders","action":"Get many folders"}],"default":"create"},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Folder Name","name":"folderName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}},"default":{},"options":[{"displayName":"Parent Folder Key","name":"parentFolderKey","type":"string","default":"","description":"Parent folder you want to create the folder in"},{"displayName":"Requester Pays","name":"requesterPays","type":"boolean","default":false,"description":"Whether the requester will pay for requests and data transfer. While Requester Pays is enabled, anonymous access to this bucket is disabled."},{"displayName":"Storage Class","name":"storageClass","type":"options","options":[{"name":"Deep Archive","value":"deepArchive"},{"name":"Glacier","value":"glacier"},{"name":"Intelligent Tiering","value":"intelligentTiering"},{"name":"One Zone IA","value":"onezoneIA"},{"name":"Reduced Redundancy","value":"RecudedRedundancy"},{"name":"Standard","value":"standard"},{"name":"Standard IA","value":"standardIA"}],"default":"standard","description":"Amazon S3 storage classes"}]},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}}},{"displayName":"Folder Key","name":"folderKey","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}}},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["folder"]}},"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":["folder"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}},"options":[{"displayName":"Fetch Owner","name":"fetchOwner","type":"boolean","default":false,"description":"The owner field is not present in listV2 by default, if you want to return owner field with each key in the result then set the fetch owner field to true"},{"displayName":"Folder Key","name":"folderKey","type":"string","default":""}]},{"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 Many","value":"getAll","description":"Get many files","action":"Get many files"},{"name":"Upload","value":"upload","description":"Upload a file","action":"Upload a file"}],"default":"download"},{"displayName":"Source Path","name":"sourcePath","type":"string","required":true,"default":"","placeholder":"/bucket/my-image.jpg","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}},"description":"The name of the source bucket and key name of the source object, separated by a slash (/)"},{"displayName":"Destination Path","name":"destinationPath","type":"string","required":true,"default":"","placeholder":"/bucket/my-second-image.jpg","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}},"description":"The name of the destination bucket and key name of the destination object, separated by a slash (/)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}},"default":{},"options":[{"displayName":"ACL","name":"acl","type":"options","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"AWS Exec Read","value":"awsExecRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Public Read","value":"publicRead"},{"name":"Public Read Write","value":"publicReadWrite"}],"default":"private","description":"The canned ACL to apply to the object"},{"displayName":"Grant Full Control","name":"grantFullControl","type":"boolean","default":false,"description":"Whether to give the grantee READ, READ_ACP, and WRITE_ACP permissions on the object"},{"displayName":"Grant Read","name":"grantRead","type":"boolean","default":false,"description":"Whether to allow grantee to read the object data and its metadata"},{"displayName":"Grant Read ACP","name":"grantReadAcp","type":"boolean","default":false,"description":"Whether to allow grantee to read the object ACL"},{"displayName":"Grant Write ACP","name":"grantWriteAcp","type":"boolean","default":false,"description":"Whether to allow grantee to write the ACL for the applicable object"},{"displayName":"Lock Legal Hold","name":"lockLegalHold","type":"boolean","default":false,"description":"Whether a legal hold will be applied to this object"},{"displayName":"Lock Mode","name":"lockMode","type":"options","options":[{"name":"Governance","value":"governance"},{"name":"Compliance","value":"compliance"}],"default":"","description":"The Object Lock mode that you want to apply to this object"},{"displayName":"Lock Retain Until Date","name":"lockRetainUntilDate","type":"dateTime","default":"","description":"The date and time when you want this object's Object Lock to expire"},{"displayName":"Metadata Directive","name":"metadataDirective","type":"options","options":[{"name":"Copy","value":"copy"},{"name":"Replace","value":"replace"}],"default":"","description":"Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request"},{"displayName":"Requester Pays","name":"requesterPays","type":"boolean","default":false,"description":"Whether the requester will pay for requests and data transfer. While Requester Pays is enabled, anonymous access to this bucket is disabled."},{"displayName":"Server Side Encryption","name":"serverSideEncryption","type":"options","options":[{"name":"AES256","value":"AES256"},{"name":"AWS:KMS","value":"aws:kms"}],"default":"","description":"The server-side encryption algorithm used when storing this object in Amazon S3"},{"displayName":"Server Side Encryption Context","name":"serverSideEncryptionContext","type":"string","default":"","description":"Specifies the AWS KMS Encryption Context to use for object encryption"},{"displayName":"Server Side Encryption AWS KMS Key ID","name":"encryptionAwsKmsKeyId","type":"string","default":"","description":"If x-amz-server-side-encryption is present and has the value of aws:kms"},{"displayName":"Server Side Encryption Customer Algorithm","name":"serversideEncryptionCustomerAlgorithm","type":"string","default":"","description":"Specifies the algorithm to use to when encrypting the object (for example, AES256)"},{"displayName":"Server Side Encryption Customer Key","name":"serversideEncryptionCustomerKey","type":"string","default":"","description":"Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data"},{"displayName":"Server Side Encryption Customer Key MD5","name":"serversideEncryptionCustomerKeyMD5","type":"string","default":"","description":"Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321"},{"displayName":"Storage Class","name":"storageClass","type":"options","options":[{"name":"Deep Archive","value":"deepArchive"},{"name":"Glacier","value":"glacier"},{"name":"Intelligent Tiering","value":"intelligentTiering"},{"name":"One Zone IA","value":"onezoneIA"},{"name":"Standard","value":"standard"},{"name":"Standard IA","value":"standardIA"}],"default":"standard","description":"Amazon S3 storage classes"},{"displayName":"Tagging Directive","name":"taggingDirective","type":"options","options":[{"name":"Copy","value":"copy"},{"name":"Replace","value":"replace"}],"default":"","description":"Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request"}]},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"hello.txt","required":true,"displayOptions":{"show":{"resource":["file"],"operation":["upload"],"binaryData":[false]}}},{"displayName":"File Name","name":"fileName","type":"string","default":"","displayOptions":{"show":{"resource":["file"],"operation":["upload"],"binaryData":[true]}},"description":"If not set the binary data filename will be used"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":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":"","displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[false]}},"placeholder":"","description":"The text content of the file to upload"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[true]}},"placeholder":"","hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}},"default":{},"options":[{"displayName":"ACL","name":"acl","type":"options","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"AWS Exec Read","value":"awsExecRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Public Read","value":"publicRead"},{"name":"Public Read Write","value":"publicReadWrite"}],"default":"private","description":"The canned ACL to apply to the object"},{"displayName":"Grant Full Control","name":"grantFullControl","type":"boolean","default":false,"description":"Whether to give the grantee READ, READ_ACP, and WRITE_ACP permissions on the object"},{"displayName":"Grant Read","name":"grantRead","type":"boolean","default":false,"description":"Whether to allow grantee to read the object data and its metadata"},{"displayName":"Grant Read ACP","name":"grantReadAcp","type":"boolean","default":false,"description":"Whether to allow grantee to read the object ACL"},{"displayName":"Grant Write ACP","name":"grantWriteAcp","type":"boolean","default":false,"description":"Whether to allow grantee to write the ACL for the applicable object"},{"displayName":"Lock Legal Hold","name":"lockLegalHold","type":"boolean","default":false,"description":"Whether a legal hold will be applied to this object"},{"displayName":"Lock Mode","name":"lockMode","type":"options","options":[{"name":"Governance","value":"governance"},{"name":"Compliance","value":"compliance"}],"default":"","description":"The Object Lock mode that you want to apply to this object"},{"displayName":"Lock Retain Until Date","name":"lockRetainUntilDate","type":"dateTime","default":"","description":"The date and time when you want this object's Object Lock to expire"},{"displayName":"Parent Folder Key","name":"parentFolderKey","type":"string","default":"","description":"Parent folder you want to create the file in"},{"displayName":"Requester Pays","name":"requesterPays","type":"boolean","default":false,"description":"Whether the requester will pay for requests and data transfer. While Requester Pays is enabled, anonymous access to this bucket is disabled."},{"displayName":"Server Side Encryption","name":"serverSideEncryption","type":"options","options":[{"name":"AES256","value":"AES256"},{"name":"AWS:KMS","value":"aws:kms"}],"default":"","description":"The server-side encryption algorithm used when storing this object in Amazon S3"},{"displayName":"Server Side Encryption Context","name":"serverSideEncryptionContext","type":"string","default":"","description":"Specifies the AWS KMS Encryption Context to use for object encryption"},{"displayName":"Server Side Encryption AWS KMS Key ID","name":"encryptionAwsKmsKeyId","type":"string","default":"","description":"If x-amz-server-side-encryption is present and has the value of aws:kms"},{"displayName":"Server Side Encryption Customer Algorithm","name":"serversideEncryptionCustomerAlgorithm","type":"string","default":"","description":"Specifies the algorithm to use to when encrypting the object (for example, AES256)"},{"displayName":"Server Side Encryption Customer Key","name":"serversideEncryptionCustomerKey","type":"string","default":"","description":"Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data"},{"displayName":"Server Side Encryption Customer Key MD5","name":"serversideEncryptionCustomerKeyMD5","type":"string","default":"","description":"Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321"},{"displayName":"Storage Class","name":"storageClass","type":"options","options":[{"name":"Deep Archive","value":"deepArchive"},{"name":"Glacier","value":"glacier"},{"name":"Intelligent Tiering","value":"intelligentTiering"},{"name":"One Zone IA","value":"onezoneIA"},{"name":"Standard","value":"standard"},{"name":"Standard IA","value":"standardIA"}],"default":"standard","description":"Amazon S3 storage classes"}]},{"displayName":"Tags","name":"tagsUi","placeholder":"Add Tag","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["file"],"operation":["upload"]}},"options":[{"name":"tagsValues","displayName":"Tag","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"Optional extra headers to add to the message (most headers are allowed)"},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"File Key","name":"fileKey","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"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":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["delete"]}}},{"displayName":"File Key","name":"fileKey","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["delete"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["file"],"operation":["delete"]}},"options":[{"displayName":"Version ID","name":"versionId","type":"string","default":""}]},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["file"]}},"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":["file"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["file"],"operation":["getAll"]}},"options":[{"displayName":"Fetch Owner","name":"fetchOwner","type":"boolean","default":false,"description":"The owner field is not present in listV2 by default, if you want to return owner field with each key in the result then set the fetch owner field to true"},{"displayName":"Folder Key","name":"folderKey","type":"string","default":""}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.s3/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/s3"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/S3/s3.png"},
|
|
337
337
|
{"displayName":"Salesforce","name":"n8n-nodes-base.salesforce","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Salesforce API","defaults":{"name":"Salesforce"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"salesforceOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}},{"name":"salesforceJwtApi","required":true,"displayOptions":{"show":{"authentication":["jwt"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2","value":"oAuth2"},{"name":"OAuth2 JWT","value":"jwt"}],"default":"oAuth2","description":"OAuth Authorization Flow"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account","description":"Represents an individual account, which is an organization or person involved with your business (such as customers, competitors, and partners)"},{"name":"Attachment","value":"attachment","description":"Represents a file that a has uploaded and attached to a parent object"},{"name":"Case","value":"case","description":"Represents a case, which is a customer issue or problem"},{"name":"Contact","value":"contact","description":"Represents a contact, which is an individual associated with an account"},{"name":"Custom Object","value":"customObject","description":"Represents a custom object"},{"name":"Document","value":"document","description":"Represents a document"},{"name":"Flow","value":"flow","description":"Represents an autolaunched flow"},{"name":"Lead","value":"lead","description":"Represents a prospect or potential"},{"name":"Opportunity","value":"opportunity","description":"Represents an opportunity, which is a sale or pending deal"},{"name":"Search","value":"search","description":"Search records"},{"name":"Task","value":"task","description":"Represents a business activity such as making a phone call or other to-do items. In the user interface, and records are collectively referred to as activities."},{"name":"User","value":"user","description":"Represents a person, which is one user in system"}],"default":"lead"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["lead"]}},"options":[{"name":"Add Lead To Campaign","value":"addToCampaign","description":"Add lead to a campaign","action":"Add a lead to a campaign"},{"name":"Add Note","value":"addNote","description":"Add note to a lead","action":"Add a note to a lead"},{"name":"Create","value":"create","description":"Create a lead","action":"Create a lead"},{"name":"Create or Update","value":"upsert","description":"Create a new lead, 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 Many","value":"getAll","description":"Get many leads","action":"Get many leads"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of Lead's metadata","action":"Get a lead summary"},{"name":"Update","value":"update","description":"Update a lead","action":"Update a lead"}],"default":"create"},{"displayName":"Match Against","name":"externalId","type":"options","typeOptions":{"loadOptionsMethod":"getExternalIdFields","loadOptionsDependsOn":["resource"]},"required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["upsert"]}},"description":"The field to check to see if the lead already exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value to Match","name":"externalIdValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["upsert"]}},"description":"If this value exists in the 'match against' field, update the lead. Otherwise create a new one."},{"displayName":"Company","name":"company","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["create","upsert"]}},"description":"Company of the lead. If person account record types have been enabled, and if the value of Company is null, the lead converts to a person account."},{"displayName":"Last Name","name":"lastname","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["create","upsert"]}},"description":"Required. Last name of the lead. Limited to 80 characters."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["create","upsert"]}},"options":[{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Annual revenue for the company of the lead"},{"displayName":"City","name":"city","type":"string","default":"","description":"City for the address of the lead"},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country of the lead"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. 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":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the lead"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address for the lead"},{"displayName":"Fax","name":"fax","type":"number","default":"","description":"Fax number of the lead"},{"displayName":"First Name","name":"firstname","type":"string","default":"","description":"First name of the lead. Limited to 40 characters."},{"displayName":"Has Opted Out of Email","name":"hasOptedOutOfEmail","type":"boolean","default":false,"description":"Whether the lead doesn’t want to receive email from Salesforce (true) or does (false). Label is Email Opt Out."},{"displayName":"Has Opted Out of Fax","name":"hasOptedOutOfFax","type":"boolean","default":false,"description":"Whether the lead doesn’t want to receive fax from Salesforce (true) or does (false). Label is Email Opt Out."},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"Website for the lead"},{"displayName":"Is Unread By Owner","name":"IsUnreadByOwner","type":"boolean","default":false,"description":"Whether true, lead has been assigned, but not yet viewed. See Unread Leads for more information. Label is Unread By Owner."},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a contact in Data.com. If a lead has a value in this field, it means that a contact was imported as a lead from Data.com."},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","description":"Contact’s mobile phone number"},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","default":"","description":"Number of employees at the lead’s company. Label is Employees."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getLeadOwners"},"default":"","description":"The owner of the lead. 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":"Phone number for the lead"},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"Postal code for the address of the lead. Label is Zip/Postal Code."},{"displayName":"Record Type Name or ID","name":"recordTypeId","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":"getRecordTypes"},"default":""},{"displayName":"Rating","name":"rating","type":"string","default":"","description":"Rating of the lead"},{"displayName":"Salutation","name":"salutation","type":"string","default":"","description":"Salutation for the lead"},{"displayName":"State","name":"state","type":"string","default":"","description":"State for the address of the lead"},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsMethod":"getLeadStatuses"},"default":"","description":"Status code for this converted lead. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Street","name":"street","type":"string","default":"","description":"Street number and name for the address of the lead"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title for the lead, for example CFO or CEO"},{"displayName":"Website","name":"website","type":"string","default":"","description":"Website for the lead"}]},{"displayName":"Lead ID","name":"leadId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["update"]}},"description":"ID of Lead that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["update"]}},"options":[{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Annual revenue for the company of the lead"},{"displayName":"City","name":"city","type":"string","default":"","description":"City for the address of the lead"},{"displayName":"Company","name":"company","type":"string","default":"","description":"Company of the lead. If person account record types have been enabled, and if the value of Company is null, the lead converts to a person account."},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country of the lead"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. 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":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the lead"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address for the lead"},{"displayName":"Fax","name":"fax","type":"number","default":"","description":"Fax Number of the lead"},{"displayName":"First Name","name":"firstname","type":"string","default":"","description":"First name of the lead. Limited to 40 characters."},{"displayName":"Has Opted Out of Email","name":"hasOptedOutOfEmail","type":"boolean","default":false,"description":"Whether the lead doesn’t want to receive email from Salesforce (true) or does (false). Label is Email Opt Out."},{"displayName":"Has Opted Out of Fax","name":"HasOptedOutOfFax","type":"boolean","default":false,"description":"Whether the lead doesn’t want to receive fax from Salesforce (true) or does (false). Label is Fax Opt Out."},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"Website for the lead"},{"displayName":"Is Unread By Owner","name":"IsUnreadByOwner","type":"boolean","default":false,"description":"Whether true, lead has been assigned, but not yet viewed. See Unread Leads for more information. Label is Unread By Owner."},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a contact in Data.com. If a lead has a value in this field, it means that a contact was imported as a lead from Data.com."},{"displayName":"Last Name","name":"lastname","type":"string","default":"","description":"Required. Last name of the lead. Limited to 80 characters."},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","description":"Contact’s mobile phone number"},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","default":"","description":"Number of employees at the lead’s company. Label is Employees."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getLeadOwners"},"default":"","description":"The owner of the lead. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"Postal code for the address of the lead. Label is Zip/Postal Code."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the lead"},{"displayName":"Record Type Name or ID","name":"recordTypeId","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":"getRecordTypes"},"default":""},{"displayName":"Rating","name":"rating","type":"string","default":"","description":"Rating of the lead"},{"displayName":"Salutation","name":"salutation","type":"string","default":"","description":"Salutation for the lead"},{"displayName":"State","name":"state","type":"string","default":"","description":"State for the address of the lead"},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsMethod":"getLeadStatuses"},"default":"","description":"Status code for this converted lead. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Street","name":"street","type":"string","default":"","description":"Street number and name for the address of the lead"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title for the lead, for example CFO or CEO"},{"displayName":"Website","name":"website","type":"string","default":"","description":"Website for the lead"}]},{"displayName":"Lead ID","name":"leadId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["get"]}},"description":"ID of Lead that needs to be fetched"},{"displayName":"Lead ID","name":"leadId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}},"description":"ID of Lead that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["lead"],"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":["lead"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getLeadFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Lead ID","name":"leadId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["addToCampaign"]}},"description":"ID of contact that needs to be fetched"},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","typeOptions":{"loadOptionsMethod":"getCampaigns"},"required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["addToCampaign"]}},"description":"ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["addToCampaign"]}},"options":[{"displayName":"Status","name":"status","type":"string","default":"","description":"Controls the HasResponded flag on this object"}]},{"displayName":"Lead ID","name":"leadId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["addNote"]}},"description":"ID of lead that needs to be fetched"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["addNote"]}},"description":"Title of the note"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["addNote"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":"","description":"Body of the note. Limited to 32 KB."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether true, only the note owner or a user with the “Modify All Data” permission can view the note or query it via the API"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user who owns the note. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Add Contact To Campaign","value":"addToCampaign","description":"Add contact to a campaign","action":"Add a contact to a campaign"},{"name":"Add Note","value":"addNote","description":"Add note to a contact","action":"Add a note to a contact"},{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Create or Update","value":"upsert","description":"Create a new contact, 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":"Get Summary","value":"getSummary","description":"Returns an overview of contact's metadata","action":"Get a contact summary"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"Match Against","name":"externalId","type":"options","typeOptions":{"loadOptionsMethod":"getExternalIdFields","loadOptionsDependsOn":["resource"]},"required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"description":"The field to check to see if the contact already exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value to Match","name":"externalIdValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"description":"If this value exists in the 'match against' field, update the contact. Otherwise create a new one."},{"displayName":"Last Name","name":"lastname","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create","upsert"]}},"description":"Required. Last name of the contact. Limited to 80 characters."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create","upsert"]}},"options":[{"displayName":"Account Name or ID","name":"acconuntId","type":"options","typeOptions":{"loadOptionsMethod":"getAccounts"},"default":"","description":"ID of the account that is the parent of this contact. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the assistant"},{"displayName":"Assistant Phone","name":"Assistant Phone","type":"string","default":"","description":"The telephone number of the assistant"},{"displayName":"Birth Date","name":"birthdate","type":"dateTime","default":"","description":"The birth date of the contact"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. 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":"The value to set on custom field"}]}]},{"displayName":"Department","name":"department","type":"string","default":"","description":"The department of the contact"},{"displayName":"Description","name":"description","type":"string","default":"","description":"A description of the contact. Label is Contact Description. Limit: 32 KB."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address for the contact"},{"displayName":"Email Bounced Date","name":"otherPostalCode","type":"dateTime","default":"","description":"If bounce management is activated and an email sent to the contact bounces, the date and time the bounce occurred"},{"displayName":"Email Bounced Reason","name":"emailBouncedReason","type":"string","default":"","description":"If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred"},{"displayName":"Fax","name":"fax","type":"string","default":"","description":"Fax number for the contact. Label is Business Fax."},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of the contact. Maximum size is 40 characters."},{"displayName":"Home Phone","name":"homePhone","type":"string","default":"","description":"Home telephone number for the contact"},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a contact in Data.com. If a contact has a value in this field, it means that a contact was imported as a contact from Data.com."},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Mailing City","name":"mailingCity","type":"string","default":""},{"displayName":"Mailing Country","name":"mailingCountry","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","description":"Contact’s mobile phone number"},{"displayName":"Mailing Postal Code","name":"mailingPostalCode","type":"string","default":""},{"displayName":"Mailing State","name":"mailingState","type":"string","default":""},{"displayName":"Mailing Street","name":"mailingStreet","type":"string","default":"","description":"Street address for mailing address"},{"displayName":"Other City","name":"otherCity","type":"string","default":""},{"displayName":"Other Country","name":"otherCountry","type":"string","default":""},{"displayName":"Other Phone","name":"otherPhone","type":"string","default":"","description":"Telephone for alternate address"},{"displayName":"Other Postal Code","name":"otherPostalCode","type":"string","default":""},{"displayName":"Other State","name":"otherState","type":"string","default":""},{"displayName":"Other Street","name":"otherStreet","type":"string","default":"","description":"Street for alternate address"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the contact. 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":"Phone number for the contact"},{"displayName":"Record Type Name or ID","name":"recordTypeId","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":"getRecordTypes"},"default":""},{"displayName":"Salutation","name":"salutation","type":"string","default":"","description":"Honorific abbreviation, word, or phrase to be used in front of name in greetings, such as Dr. or Mrs."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the contact such as CEO or Vice President"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"description":"ID of contact that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Account Name or ID","name":"acconuntId","type":"options","typeOptions":{"loadOptionsMethod":"getAccounts"},"default":"","description":"ID of the account that is the parent of this contact. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the assistant"},{"displayName":"Assistant Phone","name":"Assistant Phone","type":"string","default":"","description":"The telephone number of the assistant"},{"displayName":"Birth Date","name":"birthdate","type":"dateTime","default":"","description":"The birth date of the contact"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. 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":"The value to set on custom field"}]}]},{"displayName":"Department","name":"department","type":"string","default":"","description":"The department of the contact"},{"displayName":"Description","name":"description","type":"string","default":"","description":"A description of the contact. Label is Contact Description. Limit: 32 KB."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address for the contact"},{"displayName":"Email Bounced Date","name":"emailBouncedDate","type":"dateTime","default":"","description":"If bounce management is activated and an email sent to the contact bounces, the date and time the bounce occurred"},{"displayName":"Email Bounced Reason","name":"emailBouncedReason","type":"string","default":"","description":"If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred"},{"displayName":"Fax","name":"fax","type":"string","default":"","description":"Fax number for the contact. Label is Business Fax."},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of the contact. Maximum size is 40 characters."},{"displayName":"Home Phone","name":"homePhone","type":"string","default":"","description":"Home telephone number for the contact"},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a contact in Data.com. If a contact has a value in this field, it means that a contact was imported as a contact from Data.com."},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of the contact. Limited to 80 characters."},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Mailing City","name":"mailingCity","type":"string","default":""},{"displayName":"Mailing Country","name":"mailingCountry","type":"string","default":""},{"displayName":"Mailing State","name":"mailingState","type":"string","default":""},{"displayName":"Mailing Street","name":"mailingStreet","type":"string","default":"","description":"Street address for mailing address"},{"displayName":"Mailing Postal Code","name":"mailingPostalCode","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","description":"Contact’s mobile phone number"},{"displayName":"Other City","name":"otherCity","type":"string","default":""},{"displayName":"Other Country","name":"otherCountry","type":"string","default":""},{"displayName":"Other Phone","name":"otherPhone","type":"string","default":"","description":"Telephone for alternate address"},{"displayName":"Other Postal Code","name":"otherPostalCode","type":"string","default":""},{"displayName":"Other State","name":"otherState","type":"string","default":""},{"displayName":"Other Street","name":"otherStreet","type":"string","default":"","description":"Street for alternate address"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the contact. 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":"Phone number for the contact"},{"displayName":"Record Type Name or ID","name":"recordTypeId","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":"getRecordTypes"},"default":""},{"displayName":"Salutation","name":"salutation","type":"string","default":"","description":"Honorific abbreviation, word, or phrase to be used in front of name in greetings, such as Dr. or Mrs."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the contact such as CEO or Vice President"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"description":"ID of contact that needs to be fetched"},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"description":"ID of contact that needs to be fetched"},{"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":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getContactFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["addToCampaign"]}},"description":"ID of contact that needs to be fetched"},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","typeOptions":{"loadOptionsMethod":"getCampaigns"},"required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["addToCampaign"]}},"description":"ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["addToCampaign"]}},"options":[{"displayName":"Status","name":"status","type":"string","default":"","description":"Controls the HasResponded flag on this object"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["addNote"]}},"description":"ID of contact that needs to be fetched"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["addNote"]}},"description":"Title of the note"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["addNote"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":"","description":"Body of the note. Limited to 32 KB."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether only the note owner or a user with the “Modify All Data” permission can view the note or query it via the API"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user who owns the note. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["customObject"]}},"options":[{"name":"Create","value":"create","description":"Create a custom object record","action":"Create a custom object"},{"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 custom object"},{"name":"Delete","value":"delete","description":"Delete a custom object record","action":"Delete a custom object"},{"name":"Get","value":"get","description":"Get a custom object record","action":"Get a custom object"},{"name":"Get Many","value":"getAll","description":"Get many custom object records","action":"Get many custom objects"},{"name":"Update","value":"update","description":"Update a custom object record","action":"Update a custom object"}],"default":"create"},{"displayName":"Custom Object Name or ID","name":"customObject","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["create","upsert"]}},"description":"Name of the custom object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Match Against","name":"externalId","type":"options","typeOptions":{"loadOptionsMethod":"getExternalIdFields","loadOptionsDependsOn":["customObject"]},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["upsert"]}},"description":"The field to check to see if the object already exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value to Match","name":"externalIdValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["upsert"]}},"description":"If this value exists in the 'match against' field, update the object. Otherwise create a new one."},{"displayName":"Fields","name":"customFieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["customObject"],"operation":["create","upsert"]}},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjectFields","loadOptionsDependsOn":["customObject"]},"default":"","description":"The ID of the 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":"The value to set on custom field"}]}]},{"displayName":"Custom Object Name or ID","name":"customObject","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["update"]}},"description":"Name of the custom object. 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":"recordId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["update"]}},"description":"Record ID to be updated"},{"displayName":"Fields","name":"customFieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"displayOptions":{"show":{"resource":["customObject"],"operation":["update"]}},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjectFields","loadOptionsDependsOn":["customObject"]},"default":"","description":"The ID of the 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":"The value to set on custom field"}]}]},{"displayName":"Custom Object Name or ID","name":"customObject","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["get"]}},"description":"Name of the custom object. 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":"recordId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["get"]}},"description":"Record ID to be retrieved"},{"displayName":"Custom Object Name or ID","name":"customObject","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["delete"]}},"description":"Name of the custom object. 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":"recordId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["delete"]}},"description":"Record ID to be deleted"},{"displayName":"Custom Object Name or ID","name":"customObject","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["getAll"]}},"description":"Name of the custom object. 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":["customObject"],"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":["customObject"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customObject"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjectFields","loadOptionsDependsOn":["customObject"]},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Field Names or IDs","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCustomObjectFields","loadOptionsDependsOn":["customObject"]},"default":[],"description":"Fields to include separated by commas. 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","displayOptions":{"show":{"operation":["create","upsert"],"resource":["customObject"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Record Type Name or ID","name":"recordTypeId","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":"getRecordTypes","loadOptionsDependsOn":["customObject"]},"default":""}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["customObject"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Record Type Name or ID","name":"recordTypeId","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":"getRecordTypes","loadOptionsDependsOn":["customObject"]},"default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["document"]}},"options":[{"name":"Upload","value":"upload","description":"Upload a document","action":"Upload a document"}],"default":"upload"},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["document"],"operation":["upload"]}},"description":"Name of the file"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"resource":["document"],"operation":["upload"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["upload"]}},"options":[{"displayName":"File Extension","name":"fileExtension","type":"string","default":"","placeholder":"pdf","description":"File extension to use. If none is set, the value from the binary data will be used."},{"displayName":"Link To Object ID","name":"linkToObjectId","type":"string","default":"","description":"ID of the object you want to link this document to"},{"displayName":"Owner Name or ID","name":"ownerId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the owner of this document. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["opportunity"]}},"options":[{"name":"Add Note","value":"addNote","description":"Add note to an opportunity","action":"Add a note to an opportunity"},{"name":"Create","value":"create","description":"Create an opportunity","action":"Create an opportunity"},{"name":"Create or Update","value":"upsert","description":"Create a new opportunity, or update the current one if it already exists (upsert)","action":"Create or update an opportunity"},{"name":"Delete","value":"delete","description":"Delete an opportunity","action":"Delete an opportunity"},{"name":"Get","value":"get","description":"Get an opportunity","action":"Get an opportunity"},{"name":"Get Many","value":"getAll","description":"Get many opportunities","action":"Get many opportunities"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of opportunity's metadata","action":"Get an opportunity summary"},{"name":"Update","value":"update","description":"Update an opportunity","action":"Update an opportunity"}],"default":"create"},{"displayName":"Match Against","name":"externalId","type":"options","typeOptions":{"loadOptionsMethod":"getExternalIdFields","loadOptionsDependsOn":["resource"]},"required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["upsert"]}},"description":"The field to check to see if the opportunity already exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value to Match","name":"externalIdValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["upsert"]}},"description":"If this value exists in the 'match against' field, update the opportunity. Otherwise create a new one."},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["create","upsert"]}},"description":"Required. Last name of the opportunity. Limited to 80 characters."},{"displayName":"Close Date","name":"closeDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["create","upsert"]}},"description":"Required. Date when the opportunity is expected to close."},{"displayName":"Stage Name or ID","name":"stageName","type":"options","typeOptions":{"loadOptionsMethod":"getStages"},"required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["create","upsert"]}},"description":"Required. Date when the opportunity is expected to close. 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","default":{},"displayOptions":{"show":{"resource":["opportunity"],"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 opportunity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Amount","name":"amount","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Estimated total sale amount"},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","typeOptions":{"loadOptionsMethod":"getCampaigns"},"default":"","description":"ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. 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":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A description of the opportunity. Label is Contact Description. Limit: 32 KB."},{"displayName":"Forecast Category Name","name":"forecastCategoryName","type":"string","default":"","description":"It is implied, but not directly controlled, by the StageName field"},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Next Step","name":"nextStep","type":"string","default":"","description":"Description of next task in closing opportunity. Limit: 255 characters."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the opportunity. 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":"Phone number for the opportunity"},{"displayName":"Pricebook2 ID","name":"pricebook2Id","type":"string","default":"","description":"ID of a related Pricebook2 object"},{"displayName":"Probability","name":"probability","type":"number","typeOptions":{"numberPrecision":1},"default":"","description":"Percentage of estimated confidence in closing the opportunity"},{"displayName":"Type","name":"type","type":"options","default":"","options":[{"name":"Business","value":"Business"},{"name":"New Business","value":"New Business"}],"description":"Type of opportunity. For example, Existing Business or New Business. Label is Opportunity Type."}]},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["update"]}},"description":"ID of opportunity that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["update"]}},"options":[{"displayName":"Account Name or ID","name":"accountId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account associated with this opportunity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Amount","name":"amount","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Estimated total sale amount"},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","typeOptions":{"loadOptionsMethod":"getCampaigns"},"default":"","description":"ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"Required. Date when the opportunity is expected to close."},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. 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":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A description of the opportunity. Label is Contact Description. Limit: 32 KB."},{"displayName":"Forecast Category Name","name":"forecastCategoryName","type":"string","default":"","description":"It is implied, but not directly controlled, by the StageName field"},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. 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":"Required. Last name of the opportunity. Limited to 80 characters."},{"displayName":"Next Step","name":"nextStep","type":"string","default":"","description":"Description of next task in closing opportunity. Limit: 255 characters."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the opportunity. 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":"Phone number for the opportunity"},{"displayName":"Pricebook2 ID","name":"pricebook2Id","type":"string","default":"","description":"ID of a related Pricebook2 object"},{"displayName":"Probability","name":"probability","type":"number","typeOptions":{"numberPrecision":1},"default":"","description":"Percentage of estimated confidence in closing the opportunity"},{"displayName":"Stage Name or ID","name":"stageName","type":"options","typeOptions":{"loadOptionsMethod":"getStages"},"default":"","description":"Required. Date when the opportunity is expected to close. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"options","default":"","options":[{"name":"Business","value":"Business"},{"name":"New Business","value":"New Business"}],"description":"Type of opportunity. For example, Existing Business or New Business. Label is Opportunity Type."}]},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["get"]}},"description":"ID of opportunity that needs to be fetched"},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["delete"]}},"description":"ID of opportunity that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["opportunity"],"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":["opportunity"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getOpportunityFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["addNote"]}},"description":"ID of opportunity that needs to be fetched"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["addNote"]}},"description":"Title of the note"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["addNote"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":"","description":"Body of the note. Limited to 32 KB."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether true, only the note owner or a user with the “Modify All Data” permission can view the note or query it via the API"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user who owns the note. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Add Note","value":"addNote","description":"Add note to an account","action":"Add a note to an account"},{"name":"Create","value":"create","description":"Create an account","action":"Create an account"},{"name":"Create or Update","value":"upsert","description":"Create a new account, 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":"Get Summary","value":"getSummary","description":"Returns an overview of account's metadata","action":"Get an account summary"},{"name":"Update","value":"update","description":"Update an account","action":"Update an account"}],"default":"create"},{"displayName":"Match Against","name":"externalId","type":"options","typeOptions":{"loadOptionsMethod":"getExternalIdFields","loadOptionsDependsOn":["resource"]},"required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["upsert"]}},"description":"The field to check to see if the account already exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value to Match","name":"externalIdValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["upsert"]}},"description":"If this value exists in the 'match against' field, update the account. Otherwise create a new one."},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["create","upsert"]}},"description":"Name of the account. Maximum size is 255 characters."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create","upsert"]}},"options":[{"displayName":"Account Number","name":"accountNumber","type":"string","default":"","description":"Account number assigned to this account (not the unique ID). Maximum size is 40 characters."},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Estimated annual revenue of the account"},{"displayName":"Account Source Name or ID","name":"accountSource","type":"options","typeOptions":{"loadOptionsMethod":"getAccountSources"},"default":"","description":"The source of the account record. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Billing City","name":"billingCity","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 40 characters."},{"displayName":"Billing Country","name":"billingCountry","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 80 characters."},{"displayName":"Billing Postal Code","name":"billingPostalCode","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 20 characters."},{"displayName":"Billing State","name":"billingState","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 80 characters."},{"displayName":"Billing Street","name":"billingStreet","type":"string","default":"","description":"Street address for the billing address of this account"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. 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":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Text description of the account. Limited to 32,000 KB."},{"displayName":"Fax","name":"fax","type":"string","default":"","description":"Fax number for the account"},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a company in Data.com"},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"The website of this account. Maximum of 255 characters."},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","default":""},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the account. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"ID of the parent object, if any"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the account"},{"displayName":"Record Type Name or ID","name":"recordTypeId","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":"getRecordTypes"},"default":""},{"displayName":"SicDesc","name":"sicDesc","type":"string","default":"","description":"A brief description of an organization’s line of business, based on its SIC code"},{"displayName":"Type Name or ID","name":"type","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAccountTypes"},"description":"Type of account. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Shipping City","name":"shippingCity","type":"string","default":"","description":"Details of the shipping address for this account. City maximum size is 40 characters."},{"displayName":"Shipping Country","name":"shippingCountry","type":"string","default":"","description":"Details of the shipping address for this account. Country maximum size is 80 characters."},{"displayName":"Shipping Postal Code","name":"shippingPostalCode","type":"string","default":"","description":"Details of the shipping address for this account. Postal code maximum size is 20 characters."},{"displayName":"Shipping State","name":"shippingState","type":"string","default":"","description":"Details of the shipping address for this account. State maximum size is 80 characters."},{"displayName":"Shipping Street","name":"shippingStreet","type":"string","default":"","description":"The street address of the shipping address for this account. Maximum of 255 characters."},{"displayName":"Website","name":"website","type":"string","default":"","description":"The website of this account. Maximum of 255 characters."}]},{"displayName":"Account ID","name":"accountId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["update"]}},"description":"ID of account that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["update"]}},"options":[{"displayName":"Account Number","name":"accountNumber","type":"string","default":"","description":"Account number assigned to this account (not the unique ID). Maximum size is 40 characters."},{"displayName":"Account Source Name or ID","name":"accountSource","type":"options","typeOptions":{"loadOptionsMethod":"getAccountSources"},"default":"","description":"The source of the account record. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Estimated annual revenue of the account"},{"displayName":"Billing City","name":"billingCity","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 40 characters."},{"displayName":"Billing Country","name":"billingCountry","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 80 characters."},{"displayName":"Billing Postal Code","name":"billingPostalCode","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 20 characters."},{"displayName":"Billing State","name":"billingState","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 80 characters."},{"displayName":"Billing Street","name":"billingStreet","type":"string","default":"","description":"Street address for the billing address of this account"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. 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":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Text description of the account. Limited to 32,000 KB."},{"displayName":"Fax","name":"fax","type":"string","default":"","description":"Fax number for the account"},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"The website of this account. Maximum of 255 characters."},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a company in Data.com"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the account. Maximum size is 255 characters."},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","default":""},{"displayName":"Owner Name or ID","name":"ownerId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the account. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"ID of the parent object, if any"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the account"},{"displayName":"Record Type Name or ID","name":"recordTypeId","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":"getRecordTypes"},"default":""},{"displayName":"SicDesc","name":"sicDesc","type":"string","default":"","description":"A brief description of an organization’s line of business, based on its SIC code"},{"displayName":"Shipping City","name":"shippingCity","type":"string","default":"","description":"Details of the shipping address for this account. City maximum size is 40 characters."},{"displayName":"Shipping Country","name":"shippingCountry","type":"string","default":"","description":"Details of the shipping address for this account. Country maximum size is 80 characters."},{"displayName":"Shipping Postal Code","name":"shippingPostalCode","type":"string","default":"","description":"Details of the shipping address for this account. Postal code maximum size is 20 characters."},{"displayName":"Shipping State","name":"shippingState","type":"string","default":"","description":"Details of the shipping address for this account. State maximum size is 80 characters."},{"displayName":"Shipping Street","name":"shippingStreet","type":"string","default":"","description":"The street address of the shipping address for this account. Maximum of 255 characters."},{"displayName":"Type Name or ID","name":"type","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAccountTypes"},"description":"Type of account. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Website","name":"website","type":"string","default":"","description":"The website of this account. Maximum of 255 characters."}]},{"displayName":"Account ID","name":"accountId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["get"]}},"description":"ID of account that needs to be fetched"},{"displayName":"Account ID","name":"accountId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["delete"]}},"description":"ID of account that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["account"],"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":["account"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"},{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]}]},{"displayName":"Account ID","name":"accountId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["addNote"]}},"description":"ID of account that needs to be fetched"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["addNote"]}},"description":"Title of the note"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["addNote"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":"","description":"Body of the note. Limited to 32 KB."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether true, only the note owner or a user with the “Modify All Data” permission can view the note or query it via the API"},{"displayName":"Owner Name or ID","name":"ownerId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user who owns the note. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["search"]}},"options":[{"name":"Query","value":"query","description":"Execute a SOQL query that returns all the results in a single response","action":"Perform a query"}],"default":"query"},{"displayName":"Query","name":"query","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["query"]}},"description":"A SOQL query. An example query parameter string might look like: “SELECT+Name+FROM+MyObject”. If the SOQL query string is invalid, a MALFORMED_QUERY response is returned."},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["case"]}},"options":[{"name":"Add Comment","value":"addComment","description":"Add a comment to a case","action":"Add a comment to a case"},{"name":"Create","value":"create","description":"Create a case","action":"Create a case"},{"name":"Delete","value":"delete","description":"Delete a case","action":"Delete a case"},{"name":"Get","value":"get","description":"Get a case","action":"Get a case"},{"name":"Get Many","value":"getAll","description":"Get many cases","action":"Get many cases"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of case's metadata","action":"Get a case summary"},{"name":"Update","value":"update","description":"Update a case","action":"Update a case"}],"default":"create"},{"displayName":"Type Name or ID","name":"type","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getCaseTypes"},"displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"default":"","description":"The type of case. 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","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"options":[{"displayName":"Account ID","name":"accountId","type":"string","default":"","description":"ID of the account associated with this case"},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","description":"ID of the associated Contact"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. 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":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A text description of the case. Limit: 32 KB."},{"displayName":"Is Escalated","name":"isEscalated","type":"boolean","default":false,"description":"Whether indicates whether the case has been escalated (true) or not"},{"displayName":"Origin Name or ID","name":"origin","type":"options","typeOptions":{"loadOptionsMethod":"getCaseOrigins"},"default":"","description":"The source of the case, such as Email, Phone, or Web. Label is Case Origin. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getCaseOwners"},"default":"","description":"The owner of the case. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"ParentId","type":"string","default":"","description":"The ID of the parent case in the hierarchy. The label is Parent Case."},{"displayName":"Priority Name or ID","name":"priority","type":"options","typeOptions":{"loadOptionsMethod":"getCasePriorities"},"default":"","description":"The importance or urgency of the case, such as High, Medium, or Low. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Reason Name or ID","name":"reason","type":"options","typeOptions":{"loadOptionsMethod":"getCaseReasons"},"default":"","description":"The reason why the case was created, such as Instructions not clear, or User didn’t attend training. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Record Type Name or ID","name":"recordTypeId","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":"getRecordTypes"},"default":""},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsMethod":"getCaseStatuses"},"default":"","description":"The status of the case, such as “New,” “Closed,” or “Escalated.” This field directly controls the IsClosed flag. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The subject of the case. Limit: 255 characters."},{"displayName":"Supplied Company","name":"suppliedCompany","type":"string","default":"","description":"The company name that was entered when the case was created. This field can't be updated after the case has been created.."},{"displayName":"Supplied Email","name":"suppliedEmail","type":"string","default":"","description":"The email address that was entered when the case was created. This field can't be updated after the case has been created."},{"displayName":"Supplied Name","name":"suppliedName","type":"string","default":"","description":"The name that was entered when the case was created. This field can't be updated after the case has been created."},{"displayName":"Supplied Phone","name":"suppliedPhone","type":"string","default":"","description":"The phone number that was entered when the case was created. This field can't be updated after the case has been created."}]},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["update"]}},"description":"ID of case that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["update"]}},"options":[{"displayName":"Account ID","name":"accountId","type":"string","default":"","description":"ID of the account associated with this case"},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","description":"ID of the associated Contact"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. 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":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A text description of the case. Limit: 32 KB."},{"displayName":"Is Escalated","name":"isEscalated","type":"boolean","default":false,"description":"Whether the case has been escalated (true) or not"},{"displayName":"Origin Name or ID","name":"origin","type":"options","typeOptions":{"loadOptionsMethod":"getCaseOrigins"},"default":"","description":"The source of the case, such as Email, Phone, or Web. Label is Case Origin. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getCaseOwners"},"default":"","description":"The owner of the case. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"ParentId","type":"string","default":"","description":"The ID of the parent case in the hierarchy. The label is Parent Case."},{"displayName":"Priority Name or ID","name":"priority","type":"options","typeOptions":{"loadOptionsMethod":"getCasePriorities"},"default":"","description":"The importance or urgency of the case, such as High, Medium, or Low. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Reason Name or ID","name":"reason","type":"options","typeOptions":{"loadOptionsMethod":"getCaseReasons"},"default":"","description":"The reason why the case was created, such as Instructions not clear, or User didn’t attend training. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Record Type Name or ID","name":"recordTypeId","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":"getRecordTypes"},"default":""},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsMethod":"getCaseStatuses"},"default":"","description":"The status of the case, such as “New,” “Closed,” or “Escalated.” This field directly controls the IsClosed flag. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The subject of the case. Limit: 255 characters."},{"displayName":"Supplied Company","name":"suppliedCompany","type":"string","default":"","description":"The company name that was entered when the case was created. This field can't be updated after the case has been created.."},{"displayName":"Supplied Email","name":"suppliedEmail","type":"string","default":"","description":"The email address that was entered when the case was created. This field can't be updated after the case has been created."},{"displayName":"Supplied Name","name":"suppliedName","type":"string","default":"","description":"The name that was entered when the case was created. This field can't be updated after the case has been created."},{"displayName":"Supplied Phone","name":"suppliedPhone","type":"string","default":"","description":"The phone number that was entered when the case was created. This field can't be updated after the case has been created."},{"displayName":"Type Name or ID","name":"type","type":"options","typeOptions":{"loadOptionsMethod":"getCaseTypes"},"default":"","description":"The type of case. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["get"]}},"description":"ID of case that needs to be fetched"},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["delete"]}},"description":"ID of case that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["case"],"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":["case"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getCaseFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["addComment"]}},"description":"ID of case that needs to be fetched"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["addComment"]}},"options":[{"displayName":"Comment Body","name":"commentBody","type":"string","default":"","description":"Text of the CaseComment. The maximum size of the comment body is 4,000 bytes. Label is Body."},{"displayName":"Is Published","name":"isPublished","type":"boolean","default":false,"description":"Whether the CaseComment is visible to customers in the Self-Service portal (true) or not (false)"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete 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"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of task's metadata","action":"Get a task summary"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Status Name or ID","name":"status","type":"options","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getTaskStatuses"},"description":"The current status of the task, such as In Progress or Completed. 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","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Activity Date","name":"activityDate","type":"dateTime","default":"","description":"Represents the due date of the task. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone."},{"displayName":"Call Disposition","name":"callDisposition","type":"string","default":"","description":"Represents the result of a given call, for example, “we'll call back,” or “call unsuccessful.” Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Duration In Seconds","name":"callDurationInSeconds","type":"number","default":"","description":"Duration of the call in seconds. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Object","name":"callObject","type":"string","default":"","description":"Name of a call center. Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Type Name or ID","name":"callType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskCallTypes"},"description":"The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. 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":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Contains a text description of the task"},{"displayName":"Is ReminderSet","name":"isReminderSet","type":"boolean","default":false,"description":"Whether a popup reminder has been set for the task (true) or not (false)"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the User who owns the record. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Priority Name or ID","name":"priority","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskPriorities"},"description":"Indicates the importance or urgency of a task, such as high or low. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence Type Name or ID","name":"recurrenceType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskRecurrenceTypes"},"description":"Recurrence Type of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence Instance Name or ID","name":"recurrenceInstance","type":"options","typeOptions":{"loadOptionsMethod":"getTaskRecurrenceInstances"},"default":"","description":"The frequency of the recurring task. For example, “2nd” or “3rd.”. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence Interval","name":"recurrenceInterval","type":"number","default":"","description":"The interval between recurring tasks"},{"displayName":"Recurrence Day Of Month","name":"recurrenceDayOfMonth","type":"number","default":"","description":"The day of the month in which the task repeats"},{"displayName":"Recurrence Day Of Week Mask","name":"recurrenceDayOfWeekMask","type":"number","default":"","description":"The day or days of the week on which the task repeats. This field contains a bitmask. The values are as follows: Sunday = 1 Monday = 2 Tuesday = 4 Wednesday = 8 Thursday = 16 Friday = 32 Saturday = 64 Multiple days are represented as the sum of their numerical values. For example, Tuesday and Thursday = 4 + 16 = 20."},{"displayName":"Recurrence End Date Only","name":"recurrenceEndDateOnly","type":"dateTime","default":"","description":"The last date on which the task repeats. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone."},{"displayName":"Recurrence Month Of Year","name":"recurrenceMonthOfYear","type":"options","options":[{"name":"January","value":"January"},{"name":"February","value":"February"},{"name":"March","value":"March"},{"name":"April","value":"April"},{"name":"May","value":"May"},{"name":"June","value":"June"},{"name":"July","value":"July"},{"name":"August","value":"August"},{"name":"September","value":"September"},{"name":"October","value":"October"},{"name":"November","value":"November"},{"name":"December","value":"December"}],"default":"","description":"The month of the year in which the task repeats"},{"displayName":"Recurrence Regenerated Type","name":"recurrenceRegeneratedType","type":"options","default":"","options":[{"name":"After Due Date","value":"RecurrenceRegenerateAfterDueDate"},{"name":"After Date Completed","value":"RecurrenceRegenerateAfterToday"},{"name":"(Task Closed)","value":"RecurrenceRegenerated"}],"description":"Represents what triggers a repeating task to repeat. Add this field to a page layout together with the RecurrenceInterval field, which determines the number of days between the triggering date (due date or close date) and the due date of the next repeating task in the series. Label is Repeat This Task."},{"displayName":"Recurrence Start Date Only","name":"recurrenceEndDateOnly","type":"dateTime","default":"","description":"The date when the recurring task begins. Must be a date and time before RecurrenceEndDateOnly."},{"displayName":"Recurrence TimeZone SidKey","name":"recurrenceTimeZoneSidKey","type":"string","default":"","description":"The time zone associated with the recurring task. For example, “UTC-8:00” for Pacific Standard Time."},{"displayName":"Reminder Date Time","name":"reminderDateTime","type":"dateTime","default":"","description":"Represents the time when the reminder is scheduled to fire, if IsReminderSet is set to true. If IsReminderSet is set to false, then the user may have deselected the reminder checkbox in the Salesforce user interface, or the reminder has already fired at the time indicated by the value."},{"displayName":"Subject Name or ID","name":"subject","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskSubjects"},"description":"The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Type Name or ID","name":"type","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskTypes"},"description":"Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"What ID","name":"whatId","type":"string","default":"","description":"The WhatId represents nonhuman objects such as accounts, opportunities, campaigns, cases, or custom objects. WhatIds are polymorphic. Polymorphic means a WhatId is equivalent to the ID of a related object."},{"displayName":"Who ID","name":"whoId","type":"string","default":"","description":"The WhoId represents a human such as a lead or a contact. WhoIds are polymorphic. Polymorphic means a WhoId is equivalent to a contact’s ID or a lead’s ID."}]},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"description":"ID of task that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Activity Date","name":"activityDate","type":"dateTime","default":"","description":"Represents the due date of the task. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone."},{"displayName":"Call Disposition","name":"callDisposition","type":"string","default":"","description":"Represents the result of a given call, for example, “we'll call back,” or “call unsuccessful.” Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Duration In Seconds","name":"callDurationInSeconds","type":"number","default":"","description":"Duration of the call in seconds. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Object","name":"callObject","type":"string","default":"","description":"Name of a call center. Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Type Name or ID","name":"callType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskCallTypes"},"description":"The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. 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":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Contains a text description of the task"},{"displayName":"Is ReminderSet","name":"isReminderSet","type":"boolean","default":false,"description":"Whether a popup reminder has been set for the task (true) or not (false)"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the User who owns the record. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Priority Name or ID","name":"priority","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskPriorities"},"description":"Indicates the importance or urgency of a task, such as high or low. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Status Name or ID","name":"status","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskStatuses"},"description":"The current status of the task, such as In Progress or Completed. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Subject Name or ID","name":"subject","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskSubjects"},"description":"The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence Day Of Month","name":"recurrenceDayOfMonth","type":"number","default":"","description":"The day of the month in which the task repeats"},{"displayName":"Recurrence Day Of Week Mask","name":"recurrenceDayOfWeekMask","type":"number","default":"","description":"The day or days of the week on which the task repeats. This field contains a bitmask. The values are as follows: Sunday = 1 Monday = 2 Tuesday = 4 Wednesday = 8 Thursday = 16 Friday = 32 Saturday = 64. Multiple days are represented as the sum of their numerical values. For example, Tuesday and Thursday = 4 + 16 = 20."},{"displayName":"Recurrence End Date Only","name":"recurrenceEndDateOnly","type":"dateTime","default":"","description":"The last date on which the task repeats. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone."},{"displayName":"Recurrence Instance Name or ID","name":"recurrenceInstance","type":"options","typeOptions":{"loadOptionsMethod":"getTaskRecurrenceInstances"},"default":"","description":"The frequency of the recurring task. For example, “2nd” or “3rd.”. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence Interval","name":"recurrenceInterval","type":"number","default":"","description":"The interval between recurring tasks"},{"displayName":"Recurrence Month Of Year","name":"recurrenceMonthOfYear","type":"options","options":[{"name":"January","value":"January"},{"name":"February","value":"February"},{"name":"March","value":"March"},{"name":"April","value":"April"},{"name":"May","value":"May"},{"name":"June","value":"June"},{"name":"July","value":"July"},{"name":"August","value":"August"},{"name":"September","value":"September"},{"name":"October","value":"October"},{"name":"November","value":"November"},{"name":"December","value":"December"}],"default":"","description":"The month of the year in which the task repeats"},{"displayName":"Recurrence Start Date Only","name":"recurrenceEndDateOnly","type":"dateTime","default":"","description":"The date when the recurring task begins. Must be a date and time before RecurrenceEndDateOnly."},{"displayName":"Recurrence Regenerated Type","name":"recurrenceRegeneratedType","type":"options","default":"","options":[{"name":"After Due Date","value":"RecurrenceRegenerateAfterDueDate"},{"name":"After Date Completed","value":"RecurrenceRegenerateAfterToday"},{"name":"(Task Closed)","value":"RecurrenceRegenerated"}],"description":"Represents what triggers a repeating task to repeat. Add this field to a page layout together with the RecurrenceInterval field, which determines the number of days between the triggering date (due date or close date) and the due date of the next repeating task in the series. Label is Repeat This Task."},{"displayName":"Recurrence Type Name or ID","name":"recurrenceType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskRecurrenceTypes"},"description":"Website for the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence TimeZone SidKey","name":"recurrenceTimeZoneSidKey","type":"string","default":"","description":"The time zone associated with the recurring task. For example, “UTC-8:00” for Pacific Standard Time."},{"displayName":"Reminder Date Time","name":"reminderDateTime","type":"dateTime","default":"","description":"Represents the time when the reminder is scheduled to fire, if IsReminderSet is set to true. If IsReminderSet is set to false, then the user may have deselected the reminder checkbox in the Salesforce user interface, or the reminder has already fired at the time indicated by the value."},{"displayName":"Type Name or ID","name":"type","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskTypes"},"description":"Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"What ID","name":"whatId","type":"string","default":"","description":"The WhatId represents nonhuman objects such as accounts, opportunities, campaigns, cases, or custom objects. WhatIds are polymorphic. Polymorphic means a WhatId is equivalent to the ID of a related object."},{"displayName":"Who ID","name":"whoId","type":"string","default":"","description":"The WhoId represents a human such as a lead or a contact. WhoIds are polymorphic. Polymorphic means a WhoId is equivalent to a contact’s ID or a lead’s ID."}]},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["get"]}},"description":"ID of task that needs to be fetched"},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["delete"]}},"description":"ID of task that needs to be fetched"},{"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":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getTaskFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["attachment"]}},"options":[{"name":"Create","value":"create","description":"Create a attachment","action":"Create an attachment"},{"name":"Delete","value":"delete","description":"Delete a attachment","action":"Delete an attachment"},{"name":"Get","value":"get","description":"Get a attachment","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Get many attachments","action":"Get many attachments"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of attachment's metadata","action":"Get an attachment summary"},{"name":"Update","value":"update","description":"Update a attachment","action":"Update an attachment"}],"default":"create"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["attachment"],"operation":["create"]}}},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["attachment"],"operation":["create"]}},"description":"Required. Name of the attached file. Maximum size is 255 characters. Label is File Name."},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"resource":["attachment"],"operation":["create"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["attachment"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Text description of the Document. Limit: 255 characters."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether this record is viewable only by the owner and administrators (true) or viewable by all otherwise-allowed users (false)"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the User who owns the attachment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["update"]}},"description":"ID of attachment that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["attachment"],"operation":["update"]}},"options":[{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","placeholder":"","hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Text description of the Document. Limit: 255 characters."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether this record is viewable only by the owner and administrators (true) or viewable by all otherwise-allowed users (false)"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Required. Name of the attached file. Maximum size is 255 characters. Label is File Name."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the User who owns the attachment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["get"]}},"description":"ID of attachment that needs to be fetched"},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["delete"]}},"description":"ID of attachment that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["attachment"],"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":["attachment"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["attachment"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getAtachmentFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"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"}],"default":"get"},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"description":"ID of user that needs to be fetched"},{"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":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getUserFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["flow"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many flows","action":"Get many flows"},{"name":"Invoke","value":"invoke","description":"Invoke a flow","action":"Invoke a flow"}],"default":"invoke"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["flow"]}},"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":["flow"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"API Name","name":"apiName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["flow"],"operation":["invoke"]}},"description":"Required. API name of the flow."},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["flow"],"operation":["invoke"]}},"description":"Whether the input variables should be set via the value-key pair UI or JSON/RAW"},{"displayName":"Variables","name":"variablesJson","type":"json","displayOptions":{"show":{"resource":["flow"],"operation":["invoke"],"jsonParameters":[true]}},"default":"","description":"Input variables as JSON object"},{"displayName":"Variables","name":"variablesUi","placeholder":"Add Variable","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["flow"],"operation":["invoke"],"jsonParameters":[false]}},"description":"The input variable to send","default":{},"options":[{"displayName":"Variable","name":"variablesValues","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the input variable"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the input variable"}]}]}],"codex":{"categories":["Sales","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.salesforce/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/salesforce"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Salesforce/salesforce.svg"},
|
|
338
338
|
{"displayName":"Salesmate","name":"n8n-nodes-base.salesmate","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","description":"Consume Salesmate API","defaults":{"name":"Salesmate"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"salesmateApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Activity","value":"activity"},{"name":"Company","value":"company"},{"name":"Deal","value":"deal"}],"default":"activity"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Create","value":"create","description":"Create a company","action":"Create a company"},{"name":"Delete","value":"delete","description":"Delete a company","action":"Delete a company"},{"name":"Get","value":"get","description":"Get a company","action":"Get a company"},{"name":"Get Many","value":"getAll","description":"Get many companies","action":"Get many companies"},{"name":"Update","value":"update","description":"Update a company","action":"Update a company"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["activity"]}},"options":[{"name":"Create","value":"create","description":"Create an activity","action":"Create an activity"},{"name":"Delete","value":"delete","description":"Delete an activity","action":"Delete an activity"},{"name":"Get","value":"get","description":"Get an activity","action":"Get an activity"},{"name":"Get Many","value":"getAll","description":"Get many companies","action":"Get many activities"},{"name":"Update","value":"update","description":"Update an activity","action":"Update an activity"}],"default":"create"},{"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":"Delete","value":"delete","description":"Delete a deal","action":"Delete a deal"},{"name":"Get","value":"get","description":"Get a deal","action":"Get a deal"},{"name":"Get Many","value":"getAll","description":"Get many deals","action":"Get many deals"},{"name":"Update","value":"update","description":"Update a deal","action":"Update a deal"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"required":true},{"displayName":"Owner Name or ID","name":"owner","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":"getUsers"},"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"required":true},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"options":[{"displayName":"Website","name":"website","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Other Phone","name":"otherPhone","type":"string","default":""},{"displayName":"Facebook Handle","name":"facebookHandle","type":"string","default":""},{"displayName":"Google Plus Handle","name":"googlePlusHandle","type":"string","default":""},{"displayName":"LinkedIn Handle","name":"linkedInHandle","type":"string","default":""},{"displayName":"Skype ID","name":"skypeId","type":"string","default":""},{"displayName":"Twitter Handle","name":"twitterHandle","type":"string","default":""},{"displayName":"Currency","name":"currency","type":"string","default":""},{"displayName":"Billing Address Line 1","name":"billingAddressLine1","type":"string","default":""},{"displayName":"Billing Address Line 2","name":"billingAddressLine2","type":"string","default":""},{"displayName":"Billing City","name":"billingCity","type":"string","default":""},{"displayName":"Billing Zip Code","name":"billingZipCode","type":"string","default":""},{"displayName":"Billing State","name":"billingState","type":"string","default":""},{"displayName":"Billing Country","name":"billingState","type":"string","default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Tags","name":"tags","type":"string","default":""}]},{"displayName":"Company ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["update"]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Owner Name or ID","name":"owner","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":"getUsers"}},{"displayName":"Website","name":"website","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Other Phone","name":"otherPhone","type":"string","default":""},{"displayName":"Facebook Handle","name":"facebookHandle","type":"string","default":""},{"displayName":"Google Plus Handle","name":"googlePlusHandle","type":"string","default":""},{"displayName":"LinkedIn Handle","name":"linkedInHandle","type":"string","default":""},{"displayName":"Skype ID","name":"skypeId","type":"string","default":""},{"displayName":"Twitter Handle","name":"twitterHandle","type":"string","default":""},{"displayName":"Currency","name":"currency","type":"string","default":""},{"displayName":"Billing Address Line 1","name":"billingAddressLine1","type":"string","default":""},{"displayName":"Billing Address Line 2","name":"billingAddressLine2","type":"string","default":""},{"displayName":"Billing City","name":"billingCity","type":"string","default":""},{"displayName":"Billing Zip Code","name":"billingZipCode","type":"string","default":""},{"displayName":"Billing State","name":"billingState","type":"string","default":""},{"displayName":"Billing Country","name":"billingState","type":"string","default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Tags","name":"tags","type":"string","default":""}]},{"displayName":"Company ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["get"]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"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":["company"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":25},"default":10,"description":"Max number of results to return"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["getAll"],"resource":["company"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Comma-separated list of fields to return"},{"displayName":"Sort By","name":"sortBy","type":"string","default":"","description":"The field to sort by"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc"}]},{"displayName":"Filters","name":"filtersJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"operation":["getAll"],"resource":["company"],"jsonParameters":[true]}}},{"displayName":"Filters","name":"filters","placeholder":"Add filter","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"],"jsonParameters":[false]}},"default":{},"options":[{"name":"filtersUi","displayName":"Filters","values":[{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"AND","value":"AND"},{"name":"OR","value":"OR"}],"default":"AND"},{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"conditionsUi","displayName":"Conditions","values":[{"displayName":"Field","name":"field","type":"options","options":[{"name":"Name","value":"name"},{"name":"Email","value":"email"},{"name":"Phone","value":"phone"}],"default":"name"},{"displayName":"Condition","name":"condition","type":"options","options":[{"name":"Equals","value":"EQUALS"},{"name":"Not Equals","value":"NOT_EQUALS"},{"name":"CONTAINS","value":"Contains"},{"name":"Does Not Contains","value":"DOES_NOT_CONTAINS"},{"name":"Empty","value":"EMPTY"},{"name":"Not Empty","value":"NOT_EMPTY"},{"name":"Starts With","value":"STARTS_WITH"},{"name":"Ends With","value":"ENDS_WITH"}],"default":"EQUALS","description":"Value of the property to set"},{"displayName":"Value","name":"value","type":"string","default":""}]}]}]}]},{"displayName":"Company ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["delete"]}},"description":"If more than one company add them separated by ,"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"resource":["activity"],"operation":["create"]}},"required":true},{"displayName":"Owner Name or ID","name":"owner","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":"getUsers"},"displayOptions":{"show":{"resource":["activity"],"operation":["create"]}},"required":true},{"displayName":"Type","name":"type","type":"string","default":"","displayOptions":{"show":{"resource":["activity"],"operation":["create"]}},"description":"This field displays activity type such as call, meeting etc","required":true},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["activity"],"operation":["create"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["activity"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"This field contains details related to the activity"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"This field contains tags associated with an activity"},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":"","description":"Expiry date of an activity"},{"displayName":"Duration","name":"duration","type":"number","default":"","description":"Time duration of an activity"},{"displayName":"Is Calendar Invite","name":"isCalendarInvite","type":"boolean","default":false,"description":"Whether to send calendar invite"},{"displayName":"Is Completed","name":"isCompleted","type":"boolean","default":false,"description":"Whether the activity is completed or not"}]},{"displayName":"Activity ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["update"]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["activity"],"operation":["update"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["activity"],"operation":["update"]}},"options":[{"displayName":"Title","name":"title","type":"string","default":""},{"displayName":"Type","name":"type","type":"string","default":""},{"displayName":"Owner","name":"owner","type":"string","default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"This field contains details related to the activity"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"This field contains tags associated with an activity"},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":"","description":"Expiry date of an activity"},{"displayName":"Duration","name":"duration","type":"number","default":"","description":"Time duration of an activity"},{"displayName":"Is Calendar Invite","name":"isCalendarInvite","type":"boolean","default":false,"description":"Whether to send calendar invite"},{"displayName":"Is Completed","name":"isCompleted","type":"boolean","default":false,"description":"Whether the activity is completed or not"}]},{"displayName":"Activity ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["get"]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["activity"],"operation":["get"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["activity"],"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":["activity"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":25},"default":10,"description":"Max number of results to return"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["getAll"],"resource":["activity"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["activity"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Comma-separated list of fields to return"},{"displayName":"Sort By","name":"sortBy","type":"string","default":"","description":"The field to sort by"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc"}]},{"displayName":"Filters","name":"filtersJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"operation":["getAll"],"resource":["activity"],"jsonParameters":[true]}}},{"displayName":"Filters","name":"filters","placeholder":"Add filter","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["activity"],"operation":["getAll"],"jsonParameters":[false]}},"default":{},"options":[{"name":"filtersUi","displayName":"Filters","values":[{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"AND","value":"AND"},{"name":"OR","value":"OR"}],"default":"AND"},{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"conditionsUi","displayName":"Conditions","values":[{"displayName":"Field","name":"field","type":"options","options":[{"name":"Title","value":"title"},{"name":"Tags","value":"tags"}],"default":"title"},{"displayName":"Condition","name":"condition","type":"options","options":[{"name":"Equals","value":"EQUALS"},{"name":"Not Equals","value":"NOT_EQUALS"},{"name":"CONTAINS","value":"Contains"},{"name":"Does Not Contains","value":"DOES_NOT_CONTAINS"},{"name":"Empty","value":"EMPTY"},{"name":"Not Empty","value":"NOT_EMPTY"},{"name":"Starts With","value":"STARTS_WITH"},{"name":"Ends With","value":"ENDS_WITH"}],"default":"EQUALS","description":"Value of the property to set"},{"displayName":"Value","name":"value","type":"string","default":""}]}]}]}]},{"displayName":"Activity ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["delete"]}},"description":"If more than one activity add them separated by ,"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"required":true},{"displayName":"Owner Name or ID","name":"owner","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":"getUsers"},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"required":true},{"displayName":"Primary Contact Name or ID","name":"primaryContact","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getContacts"},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"description":"Primary contact for the deal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","required":true},{"displayName":"Pipeline","name":"pipeline","type":"options","options":[{"name":"Sales","value":"Sales"}],"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"required":true},{"displayName":"Status","name":"status","type":"options","default":"Open","options":[{"name":"Open","value":"Open"},{"name":"Close","value":"Close"},{"name":"Lost","value":"Lost"}],"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"required":true},{"displayName":"Stage","name":"stage","type":"options","default":"","options":[{"name":"New (Untouched)","value":"New (Untouched)"},{"name":"Contacted","value":"Contacted"},{"name":"Qualified","value":"Qualified"},{"name":"In Negotiation","value":"In Negotiation"},{"name":"Proposal Presented","value":"Proposal Presented"}],"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"required":true},{"displayName":"Currency","name":"currency","type":"string","default":"","displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"required":true},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"This field contains details related to the deal"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"This field contains tags associated with an deal"},{"displayName":"Primary Company Name or ID","name":"primaryCompany","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":"getCompanies"},"default":""},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Ads","value":"Ads"},{"name":"Referrals","value":"Referrals"},{"name":"Website","value":"Website"},{"name":"Word of Mouth","value":"Word of mouth"}],"default":"Ads"},{"displayName":"Estimated Close Date","name":"estimatedCloseDate","type":"dateTime","default":""},{"displayName":"Deal Value","name":"dealValue","type":"number","typeOptions":{"numberPrecision":2},"default":0},{"displayName":"Priority","name":"priority","type":"options","default":"Medium","options":[{"name":"High","value":"High"},{"name":"Medium","value":"Medium"},{"name":"Low","value":"Low"}]}]},{"displayName":"Deal ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"options":[{"displayName":"Title","name":"title","type":"string","default":""},{"displayName":"Owner Name or ID","name":"owner","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":"getUsers"}},{"displayName":"Primary Contact Name or ID","name":"primaryContact","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":"Pipeline","name":"pipeline","type":"options","options":[{"name":"Sales","value":"Sales"}],"default":""},{"displayName":"Status","name":"status","type":"options","default":"Open","options":[{"name":"Open","value":"Open"},{"name":"Close","value":"Close"},{"name":"Lost","value":"Lost"}]},{"displayName":"Stage","name":"stage","type":"options","default":"","options":[{"name":"Contacted","value":"Contacted"},{"name":"In Negotiation","value":"In Negotiation"},{"name":"New (Untouched)","value":"New (Untouched)"},{"name":"Proposal Presented","value":"Proposal Presented"},{"name":"Qualified","value":"Qualified"}]},{"displayName":"Currency","name":"currency","type":"string","default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"This field contains details related to the deal"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"This field contains tags associated with an deal"},{"displayName":"Primary Company Name or ID","name":"primaryCompany","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":"getCompanies"},"default":""},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Ads","value":"Ads"},{"name":"Referrals","value":"Referrals"},{"name":"Website","value":"Website"},{"name":"Word of Mouth","value":"Word of mouth"}],"default":"Ads"},{"displayName":"Estimated Close Date","name":"estimatedCloseDate","type":"dateTime","default":""},{"displayName":"Deal Value","name":"dealValue","type":"number","typeOptions":{"numberPrecision":2},"default":0},{"displayName":"Priority","name":"priority","type":"options","default":"Medium","options":[{"name":"High","value":"High"},{"name":"Medium","value":"Medium"},{"name":"Low","value":"Low"}]}]},{"displayName":"Deal ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["get"]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["get"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["deal"],"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":["deal"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":25},"default":10,"description":"Max number of results to return"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["getAll"],"resource":["deal"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Comma-separated list of fields to return"},{"displayName":"Sort By","name":"sortBy","type":"string","default":"","description":"The field to sort by"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc"}]},{"displayName":"Filters","name":"filtersJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"operation":["getAll"],"resource":["deal"],"jsonParameters":[true]}}},{"displayName":"Filters","name":"filters","placeholder":"Add filter","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"],"jsonParameters":[false]}},"default":{},"options":[{"name":"filtersUi","displayName":"Filters","values":[{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"AND","value":"AND"},{"name":"OR","value":"OR"}],"default":"AND"},{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"conditionsUi","displayName":"Conditions","values":[{"displayName":"Field","name":"field","type":"options","options":[{"name":"Title","value":"title"},{"name":"Tags","value":"tags"},{"name":"Last Communication Mode","value":"lastCommunicationMode"}],"default":"title"},{"displayName":"Condition","name":"condition","type":"options","options":[{"name":"Equals","value":"EQUALS"},{"name":"Not Equals","value":"NOT_EQUALS"},{"name":"CONTAINS","value":"Contains"},{"name":"Does Not Contains","value":"DOES_NOT_CONTAINS"},{"name":"Empty","value":"EMPTY"},{"name":"Not Empty","value":"NOT_EMPTY"},{"name":"Starts With","value":"STARTS_WITH"},{"name":"Ends With","value":"ENDS_WITH"}],"default":"EQUALS","description":"Value of the property to set"},{"displayName":"Value","name":"value","type":"string","default":""}]}]}]}]},{"displayName":"Deal ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["delete"]}},"description":"If more than one deal add them separated by ,"}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.salesmate/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/salesmate"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Salesmate/salesmate.png"},
|
|
339
|
-
{"displayName":"Schedule Trigger","name":"n8n-nodes-base.scheduleTrigger","icon":"fa:clock","group":["trigger","schedule"],"version":[1,1.1],"description":"Triggers the workflow on a given schedule","eventTriggerDescription":"","activationMessage":"Your schedule trigger will now trigger executions on the schedule you have defined.","defaults":{"name":"Schedule Trigger","color":"#31C49F"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"This workflow will run on the schedule you define here once you <a data-key=\"activate\">activate</a> it.<br><br>For testing, you can also trigger it manually: by going back to the canvas and clicking test workflow
|
|
339
|
+
{"displayName":"Schedule Trigger","name":"n8n-nodes-base.scheduleTrigger","icon":"fa:clock","group":["trigger","schedule"],"version":[1,1.1],"description":"Triggers the workflow on a given schedule","eventTriggerDescription":"","activationMessage":"Your schedule trigger will now trigger executions on the schedule you have defined.","defaults":{"name":"Schedule Trigger","color":"#31C49F"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"This workflow will run on the schedule you define here once you <a data-key=\"activate\">activate</a> it.<br><br>For testing, you can also trigger it manually: by going back to the canvas and clicking 'test workflow'","name":"notice","type":"notice","default":""},{"displayName":"Trigger Rules","name":"rule","placeholder":"Add Rule","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{"interval":[{"field":"days"}]},"options":[{"name":"interval","displayName":"Trigger Interval","values":[{"displayName":"Trigger Interval","name":"field","type":"options","default":"days","options":[{"name":"Seconds","value":"seconds"},{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"},{"name":"Weeks","value":"weeks"},{"name":"Months","value":"months"},{"name":"Custom (Cron)","value":"cronExpression"}]},{"displayName":"Seconds Between Triggers","name":"secondsInterval","type":"number","default":30,"displayOptions":{"show":{"field":["seconds"]}},"description":"Number of seconds between each workflow trigger"},{"displayName":"Minutes Between Triggers","name":"minutesInterval","type":"number","default":5,"displayOptions":{"show":{"field":["minutes"]}},"description":"Number of minutes between each workflow trigger"},{"displayName":"Hours Between Triggers","name":"hoursInterval","type":"number","displayOptions":{"show":{"field":["hours"]}},"default":1,"description":"Number of hours between each workflow trigger"},{"displayName":"Days Between Triggers","name":"daysInterval","type":"number","displayOptions":{"show":{"field":["days"]}},"default":1,"description":"Number of days between each workflow trigger"},{"displayName":"Weeks Between Triggers","name":"weeksInterval","type":"number","displayOptions":{"show":{"field":["weeks"]}},"default":1,"description":"Would run every week unless specified otherwise"},{"displayName":"Months Between Triggers","name":"monthsInterval","type":"number","displayOptions":{"show":{"field":["months"]}},"default":1,"description":"Would run every month unless specified otherwise"},{"displayName":"Trigger at Day of Month","name":"triggerAtDayOfMonth","type":"number","displayOptions":{"show":{"field":["months"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger (1-31)","hint":"If a month doesn’t have this day, the node won’t trigger"},{"displayName":"Trigger on Weekdays","name":"triggerAtDay","type":"multiOptions","displayOptions":{"show":{"field":["weeks"]}},"typeOptions":{"maxValue":7},"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":[0]},{"displayName":"Trigger at Hour","name":"triggerAtHour","type":"options","default":0,"displayOptions":{"show":{"field":["days","weeks","months"]}},"options":[{"name":"Midnight","displayName":"Midnight","value":0},{"name":"1am","displayName":"1am","value":1},{"name":"2am","displayName":"2am","value":2},{"name":"3am","displayName":"3am","value":3},{"name":"4am","displayName":"4am","value":4},{"name":"5am","displayName":"5am","value":5},{"name":"6am","displayName":"6am","value":6},{"name":"7am","displayName":"7am","value":7},{"name":"8am","displayName":"8am","value":8},{"name":"9am","displayName":"9am","value":9},{"name":"10am","displayName":"10am","value":10},{"name":"11am","displayName":"11am","value":11},{"name":"Noon","displayName":"Noon","value":12},{"name":"1pm","displayName":"1pm","value":13},{"name":"2pm","displayName":"2pm","value":14},{"name":"3pm","displayName":"3pm","value":15},{"name":"4pm","displayName":"4pm","value":16},{"name":"5pm","displayName":"5pm","value":17},{"name":"6pm","displayName":"6pm","value":18},{"name":"7pm","displayName":"7pm","value":19},{"name":"8pm","displayName":"8pm","value":20},{"name":"9pm","displayName":"9pm","value":21},{"name":"10pm","displayName":"10pm","value":22},{"name":"11pm","displayName":"11pm","value":23}],"description":"The hour of the day to trigger"},{"displayName":"Trigger at Minute","name":"triggerAtMinute","type":"number","default":0,"displayOptions":{"show":{"field":["hours","days","weeks","months"]}},"typeOptions":{"minValue":0,"maxValue":59},"description":"The minute past the hour to trigger (0-59)"},{"displayName":"You can find help generating your cron expression <a href=\"https://crontab.guru/examples.html\" target=\"_blank\">here</a>","name":"notice","type":"notice","displayOptions":{"show":{"field":["cronExpression"]}},"default":""},{"displayName":"Expression","name":"expression","type":"string","default":"","placeholder":"eg. 0 15 * 1 sun","displayOptions":{"show":{"field":["cronExpression"]}},"hint":"Format: [Minute] [Hour] [Day of Month] [Month] [Day of Week]"}]}]}],"codex":{"categories":["Core Nodes"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.scheduletrigger/"}]},"alias":["Time","Scheduler","Polling","Cron","Interval"]}},
|
|
340
340
|
{"displayName":"SeaTable","name":"n8n-nodes-base.seaTable","group":["input"],"version":1,"subtitle":"={{$parameter[\"resource\"] + \": \" + $parameter[\"operation\"]}}","description":"Consume the SeaTable API","defaults":{"name":"SeaTable"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"seaTableApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Row","value":"row"}],"default":"row"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"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":"Get a row","action":"Get a row"},{"name":"Get Many","value":"getAll","description":"Get many rows","action":"Get many rows"},{"name":"Update","value":"update","description":"Update a row","action":"Update a row"}],"default":"create","description":"The operation being performed"},{"displayName":"Table Name or ID","name":"tableName","type":"options","placeholder":"Name of table","required":true,"typeOptions":{"loadOptionsMethod":"getTableNames"},"displayOptions":{"hide":{"operation":["get"]}},"default":"","description":"The name of SeaTable table to access. 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","placeholder":"Name of table","required":true,"typeOptions":{"loadOptionsMethod":"getTableIds"},"displayOptions":{"show":{"operation":["get"]}},"default":"","description":"The name of SeaTable table to access. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Row ID","name":"rowId","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":""},{"displayName":"Data to Send","name":"fieldsToSend","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":"Inputs to Ignore","name":"inputsToIgnore","type":"string","displayOptions":{"show":{"operation":["create","update"],"fieldsToSend":["autoMapInputData"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all properties.","placeholder":"Enter properties..."},{"displayName":"Columns to Send","name":"columnsUi","placeholder":"Add Column","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Column to Send","multipleValues":true},"options":[{"displayName":"Column","name":"columnValues","values":[{"displayName":"Column Name or ID","name":"columnName","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":["table"],"loadOptionsMethod":"getTableUpdateAbleColumns"},"default":""},{"displayName":"Column Value","name":"columnValue","type":"string","default":""}]}],"displayOptions":{"show":{"operation":["create","update"],"fieldsToSend":["defineBelow"]}},"default":{},"description":"Add destination column with its value"},{"displayName":"Row ID","name":"rowId","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":""},{"displayName":"Row ID","name":"rowId","type":"string","displayOptions":{"show":{"operation":["get"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"]}},"default":true,"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":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"]}},"options":[{"displayName":"View Name or ID","name":"view_name","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":"getViews"},"default":""}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"operation":["getAll"]}},"options":[{"displayName":"Convert Link ID","name":"convert_link_id","type":"boolean","default":false,"description":"Whether the link column in the returned row is the ID of the linked row or the name of the linked row"},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc","description":"The direction of the sort, ascending (asc) or descending (desc)"},{"displayName":"Order By","name":"order_by","type":"options","typeOptions":{"loadOptionsMethod":"getAllSortableColumns"},"default":"","description":"A column's name or ID, use this column to sort the rows. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.seatable/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/seaTable"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/SeaTable/seaTable.svg"},
|
|
341
341
|
{"displayName":"SeaTable Trigger","name":"n8n-nodes-base.seaTableTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when SeaTable events occur","subtitle":"={{$parameter[\"event\"]}}","defaults":{"name":"SeaTable Trigger"},"credentials":[{"name":"seaTableApi","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":"Table Name or ID","name":"tableName","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getTableNames"},"default":"","description":"The name of SeaTable table to access. 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","options":[{"name":"Row Created","value":"rowCreated","description":"Trigger on newly created rows"}],"default":"rowCreated"},{"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":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.seatabletrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/seaTable"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/SeaTable/seaTable.svg"},
|
|
342
342
|
{"displayName":"SecurityScorecard","name":"n8n-nodes-base.securityScorecard","group":["transform"],"subtitle":"={{$parameter[\"operation\"]}} : {{$parameter[\"resource\"]}}","version":1,"description":"Consume SecurityScorecard API","defaults":{"name":"SecurityScorecard"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"securityScorecardApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Company","value":"company"},{"name":"Industry","value":"industry"},{"name":"Invite","value":"invite"},{"name":"Portfolio","value":"portfolio"},{"name":"Portfolio Company","value":"portfolioCompany"},{"name":"Report","value":"report"}],"default":"company"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Get Factor Scores","value":"getFactor","description":"Get company factor scores and issue counts","action":"Get a company factor scores and issue counts"},{"name":"Get Historical Factor Scores","value":"getFactorHistorical","description":"Get company's historical factor scores","action":"Get a company's historical factor scores"},{"name":"Get Historical Scores","value":"getHistoricalScore","description":"Get company's historical scores","action":"Get a company's historical scores"},{"name":"Get Information and Scorecard","value":"getScorecard","description":"Get company information and summary of their scorecard","action":"Get company information and a summary of their scorecard"},{"name":"Get Score Plan","value":"getScorePlan","description":"Get company's score improvement plan","action":"Get a company's score improvement plan"}],"default":"getFactor"},{"displayName":"Scorecard Identifier","name":"scorecardIdentifier","description":"Primary identifier of a company or scorecard, i.e. domain.","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["getScorecard","getFactor","getFactorHistorical","getHistoricalScore","getScorePlan"]}}},{"displayName":"Score","name":"score","description":"Score target","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["getScorePlan"]}},"required":true,"default":0},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getFactor","getFactorHistorical","getHistoricalScore","getScorePlan"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["getFactor","getFactorHistorical","getHistoricalScore","getScorePlan"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getFactorHistorical","getHistoricalScore"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Filters","name":"filters","displayOptions":{"show":{"resource":["company"],"operation":["getFactor"]}},"type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Severity","name":"severity","type":"string","default":"","placeholder":""},{"displayName":"Severity In","description":"Filter issues by comma-separated severity list","name":"severity_in","type":"string","default":"","placeholder":""}]},{"displayName":"Options","name":"options","displayOptions":{"show":{"resource":["company"],"operation":["getFactorHistorical","getHistoricalScore"]}},"type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Date From","description":"History start date","name":"date_from","type":"dateTime","default":""},{"displayName":"Date To","description":"History end date","name":"date_to","type":"dateTime","default":""},{"displayName":"Timing","description":"Date granularity","name":"timing","type":"options","options":[{"name":"Daily","value":"daily"},{"name":"Weekly","value":"weekly"},{"name":"Monthly","value":"monthly"}],"default":"daily"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["industry"]}},"options":[{"name":"Get Factor Scores","value":"getFactor","action":"Get factor scores for an industry"},{"name":"Get Historical Factor Scores","value":"getFactorHistorical","action":"Get historical factor scores for an industry"},{"name":"Get Score","value":"getScore","action":"Get the score for an industry"}],"default":"getFactor"},{"displayName":"Industry","name":"industry","type":"options","default":"food","options":[{"name":"Food","value":"food"},{"name":"Healthcare","value":"healthcare"},{"name":"Manofacturing","value":"manofacturing"},{"name":"Retail","value":"retail"},{"name":"Technology","value":"technology"}],"required":true,"displayOptions":{"show":{"resource":["industry"],"operation":["getScore","getFactor","getFactorHistorical"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["industry"],"operation":["getFactor","getFactorHistorical"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["industry"],"operation":["getFactor","getFactorHistorical"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["industry"],"operation":["getFactor","getFactorHistorical"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","displayOptions":{"show":{"resource":["industry"],"operation":["getFactorHistorical"]}},"type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Date From","description":"History start date","name":"from","type":"dateTime","default":""},{"displayName":"Date To","description":"History end date","name":"to","type":"dateTime","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["invite"]}},"options":[{"name":"Create","value":"create","description":"Create an invite for a company/user","action":"Create an invite"}],"default":"create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"resource":["invite"],"operation":["create"]}}},{"displayName":"First Name","name":"firstName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invite"],"operation":["create"]}}},{"displayName":"Last Name","name":"lastName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invite"],"operation":["create"]}}},{"displayName":"Message","name":"message","description":"Message for the invitee","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invite"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["invite"],"operation":["create"]}},"default":{},"options":[{"displayName":"Days to Resolve Issue","description":"Minimum days to resolve a scorecard issue","name":"days_to_resolve_issue","type":"number","default":0},{"displayName":"Domain","description":"Invitee company domain","name":"domain","type":"string","default":""},{"displayName":"Grade to Maintain","description":"Request the invitee's organisation to maintain a minimum grade","name":"grade_to_maintain","type":"string","default":""},{"displayName":"Is Organisation Point of Contact","description":"Is the invitee organisation's point of contact","name":"is_organization_point_of_contact","type":"boolean","default":false},{"displayName":"Issue Description","name":"issue_desc","type":"string","default":""},{"displayName":"Issue Title","name":"issue_title","type":"string","default":""},{"displayName":"Issue Type","name":"issue_type","type":"string","default":""},{"displayName":"Send Me a Copy","name":"sendme_copy","description":"Whether to send a copy of the invite to the requesting user","type":"boolean","default":false},{"displayName":"Target URL","name":"target_url","type":"string","description":"Optional URL to take the invitee to when arriving to the platform","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["portfolio"]}},"options":[{"name":"Create","value":"create","description":"Create a portfolio","action":"Create a portfolio"},{"name":"Delete","value":"delete","description":"Delete a portfolio","action":"Delete a portfolio"},{"name":"Get Many","value":"getAll","description":"Get many portfolios","action":"Get many portfolios"},{"name":"Update","value":"update","description":"Update a portfolio","action":"Update a portfolio"}],"default":"create"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["portfolio"],"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":["portfolio"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Portfolio ID","name":"portfolioId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["portfolio"],"operation":["update","delete"]}}},{"displayName":"Portfolio Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["portfolio"],"operation":["create","update"]}},"description":"Name of the portfolio"},{"displayName":"Description","name":"description","type":"string","default":"","displayOptions":{"show":{"resource":["portfolio"],"operation":["create","update"]}}},{"displayName":"Privacy","name":"privacy","type":"options","displayOptions":{"show":{"resource":["portfolio"],"operation":["create","update"]}},"options":[{"name":"Private","value":"private","description":"Only visible to you"},{"name":"Shared","value":"shared","description":"Visible to everyone in your company"},{"name":"Team","value":"team","description":"Visible to the people on your team"}],"default":"shared"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["portfolioCompany"]}},"options":[{"name":"Add","value":"add","description":"Add a company to portfolio","action":"Add a portfolio company"},{"name":"Get Many","value":"getAll","description":"Get many companies in a portfolio","action":"Get many portfolio companies"},{"name":"Remove","value":"remove","description":"Remove a company from portfolio","action":"Remove a portfolio company"}],"default":"add"},{"displayName":"Portfolio ID","name":"portfolioId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["portfolioCompany"],"operation":["getAll","add","remove"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["portfolioCompany"],"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":["portfolioCompany"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","displayOptions":{"show":{"resource":["portfolioCompany"],"operation":["getAll"]}},"type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Grade","name":"grade","type":"string","placeholder":"","default":"","description":"Company score grade filter"},{"displayName":"Industry","name":"industry","type":"string","placeholder":"","default":"","description":"Industry filter"},{"displayName":"Issue Type","name":"issueType","type":"string","placeholder":"","description":"Issue type filter","default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Active","value":"active"},{"name":"Inactive","value":"inactive"}],"default":""},{"displayName":"Vulnerability","name":"vulnerability","type":"string","placeholder":"","description":"CVE vulnerability filter","default":""}]},{"displayName":"Domain","name":"domain","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["portfolioCompany"],"operation":["add","remove"]}},"description":"Company's domain name"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Download","value":"download","description":"Download a generated report","action":"Download a report"},{"name":"Generate","value":"generate","description":"Generate a report","action":"Generate a report"},{"name":"Get Many","value":"getAll","description":"Get list of recently generated report","action":"Get many reports"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["report"],"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":["report"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Report","name":"report","type":"options","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["generate"]}},"options":[{"name":"Company Detailed","value":"detailed"},{"name":"Company Events","value":"events-json"},{"name":"Company Issues","value":"issues"},{"name":"Company Partnership","value":"partnership"},{"name":"Company Summary","value":"summary"},{"name":"Full Scorecard","value":"full-scorecard-json"},{"name":"Portfolio","value":"portfolio"},{"name":"Scorecard Footprint","value":"scorecard-footprint"}],"default":"detailed"},{"displayName":"Scorecard Identifier","name":"scorecardIdentifier","description":"Primary identifier of a company or scorecard, i.e. domain.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["report"],"operation":["generate"],"report":["detailed","events-json","full-scorecard-json","issues","partnership","scorecard-footprint","summary"]}}},{"displayName":"Portfolio ID","name":"portfolioId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["report"],"operation":["generate"],"report":["portfolio"]}}},{"displayName":"Branding","name":"branding","type":"options","displayOptions":{"show":{"resource":["report"],"operation":["generate"],"report":["detailed","summary"]}},"options":[{"name":"SecurityScorecard","value":"securityscorecard"},{"name":"Company and SecurityScorecard","value":"company_and_securityscorecard"},{"name":"Company","value":"company"}],"default":"securityscorecard"},{"displayName":"Date","name":"date","type":"dateTime","default":"","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["generate"],"report":["events-json"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"resource":["report"],"operation":["generate"],"report":["issues","portfolio"]}},"options":[{"displayName":"Format","name":"format","type":"options","default":"pdf","options":[{"name":"CSV","value":"csv"},{"name":"PDF","value":"pdf"}]}]},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"resource":["report"],"operation":["generate"],"report":["scorecard-footprint"]}},"options":[{"displayName":"Countries","name":"countries","type":"string","typeOptions":{"multipleValues":true},"default":[]},{"displayName":"Format","name":"format","type":"options","default":"pdf","options":[{"name":"CSV","value":"csv"},{"name":"PDF","value":"pdf"}]},{"displayName":"IPs","name":"ips","type":"string","typeOptions":{"multipleValues":true},"default":[]},{"displayName":"Subdomains","name":"subdomains","type":"string","typeOptions":{"multipleValues":true},"default":[]}]},{"displayName":"Report URL","name":"url","type":"string","default":"","required":true,"description":"URL to a generated report","displayOptions":{"show":{"resource":["report"],"operation":["download"]}}},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["report"],"operation":["download"]}},"hint":"The name of the output binary field to put the file in"}],"codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.securityscorecard/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/securityScorecard"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/SecurityScorecard/securityScorecard.svg"},
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
{"displayName":"UptimeRobot","name":"n8n-nodes-base.uptimeRobot","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume UptimeRobot API","defaults":{"name":"UptimeRobot"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"uptimeRobotApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"},{"name":"Alert Contact","value":"alertContact"},{"name":"Maintenance Window","value":"maintenanceWindow"},{"name":"Monitor","value":"monitor"},{"name":"Public Status Page","value":"publicStatusPage"}],"default":"account"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Get","value":"get","description":"Get account details","action":"Get an account"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["monitor"]}},"options":[{"name":"Create","value":"create","description":"Create a monitor","action":"Create a monitor"},{"name":"Delete","value":"delete","description":"Delete a monitor","action":"Delete a monitor"},{"name":"Get","value":"get","description":"Get a monitor","action":"Get a monitor"},{"name":"Get Many","value":"getAll","description":"Get many monitors","action":"Get many monitors"},{"name":"Reset","value":"reset","description":"Reset a monitor","action":"Reset a monitor"},{"name":"Update","value":"update","description":"Update a monitor","action":"Update a monitor"}],"default":"getAll"},{"displayName":"Friendly Name","name":"friendlyName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["monitor"],"operation":["create"]}},"description":"The friendly name of the monitor"},{"displayName":"Type","name":"type","type":"options","required":true,"default":"","options":[{"name":"Heartbeat","value":5},{"name":"HTTP(S)","value":1},{"name":"Keyword","value":2},{"name":"Ping","value":3},{"name":"Port","value":4}],"displayOptions":{"show":{"resource":["monitor"],"operation":["create"]}},"description":"The type of the monitor"},{"displayName":"URL","name":"url","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["monitor"],"operation":["create"]}},"description":"The URL/IP of the monitor"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["monitor"],"operation":["delete","reset","get"]}},"description":"The ID of the monitor"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["monitor"],"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":["monitor"],"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 Field","default":{},"displayOptions":{"show":{"resource":["monitor"],"operation":["getAll"]}},"options":[{"displayName":"Alert Contacts","name":"alert_contacts","type":"boolean","default":false,"description":"Whether the alert contacts set for the monitor to be returned"},{"displayName":"Logs","name":"logs","type":"boolean","default":false,"description":"Whether the logs of each monitor will be returned"},{"displayName":"Maintenance Window","name":"mwindow","type":"boolean","default":false,"description":"Whether to return the maintenance windows for the monitors"},{"displayName":"Monitor IDs","name":"monitors","type":"string","default":"","description":"Monitors IDs separated with dash, e.g. 15830-32696-83920"},{"displayName":"Response Times","name":"response_times","type":"boolean","default":false,"description":"Whether the response time data of each monitor will be returned"},{"displayName":"Search","name":"search","type":"string","default":"","description":"A keyword to be matched against URL and friendly name"},{"displayName":"Statuses","name":"statuses","type":"multiOptions","default":[],"options":[{"name":"Paused","value":0},{"name":"Not Checked Yet","value":1},{"name":"Up","value":2},{"name":"Seems Down","value":8},{"name":"Down","value":9}]},{"displayName":"Types","name":"types","type":"multiOptions","default":[],"options":[{"name":"Heartbeat","value":5},{"name":"HTTP(S)","value":1},{"name":"Keyword","value":2},{"name":"Ping","value":3},{"name":"Port","value":4}],"description":"Select monitor types"}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["monitor"],"operation":["update"]}},"description":"The ID of the monitor"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["monitor"],"operation":["update"]}},"options":[{"displayName":"Friendly Name","name":"friendly_name","type":"string","default":"","description":"The friendly name of the monitor"},{"displayName":"HTTP Auth Type","name":"http_auth_type","type":"options","default":"","options":[{"name":"HTTP Basic","value":1},{"name":"Digest","value":2}],"description":"The authentication type for password-protected web pages"},{"displayName":"HTTP Method","name":"http_method","type":"options","default":"","options":[{"name":"DELETE","value":6},{"name":"GET","value":2},{"name":"HEAD","value":1},{"name":"OPTIONS","value":7},{"name":"PATCH","value":5},{"name":"POST","value":3},{"name":"PUT","value":4}],"description":"The HTTP method to be used"},{"displayName":"HTTP Password","name":"http_password","type":"string","typeOptions":{"password":true},"default":"","description":"The password used for password-protected web pages"},{"displayName":"HTTP Username","name":"http_username","type":"string","default":"","description":"The username used for password-protected web pages"},{"displayName":"Interval","name":"interval","type":"number","default":"","description":"The interval for the monitoring check"},{"displayName":"Port","name":"port","type":"number","default":"","description":"The monitored port"},{"displayName":"Status","name":"status","type":"options","default":"","options":[{"name":"Pause","value":0},{"name":"Resume","value":1}],"description":"Select monitor statuses"},{"displayName":"Sub Type","name":"sub_type","type":"options","default":"","options":[{"name":"Custom Port","value":99},{"name":"FTP (21)","value":3},{"name":"HTTP (80)","value":1},{"name":"HTTPS (443)","value":2},{"name":"IMAP (143)","value":6},{"name":"POP3 (110)","value":5},{"name":"SMTP (25)","value":4}],"description":"Specify which pre-defined port/service or custom port is monitored"},{"displayName":"URL","name":"url","type":"string","default":"","description":"The URL/IP of the monitor"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["alertContact"]}},"options":[{"name":"Create","value":"create","description":"Create an alert contact","action":"Create an alert contact"},{"name":"Delete","value":"delete","description":"Delete an alert contact","action":"Delete an alert contact"},{"name":"Get","value":"get","description":"Get an alert contact","action":"Get an alert contact"},{"name":"Get Many","value":"getAll","description":"Get many alert contacts","action":"Get many alert contacts"},{"name":"Update","value":"update","description":"Update an alert contact","action":"Update an alert contact"}],"default":"getAll"},{"displayName":"Friendly Name","name":"friendlyName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alertContact"],"operation":["create"]}},"description":"The friendly name of the alert contact"},{"displayName":"Type","name":"type","type":"options","required":true,"default":"","options":[{"name":"Boxcar","value":4},{"name":"E-Mail","value":2},{"name":"Pushbullet","value":6},{"name":"Pushover","value":9},{"name":"SMS","value":1},{"name":"Twitter DM","value":3},{"name":"Webhook","value":5}],"displayOptions":{"show":{"resource":["alertContact"],"operation":["create"]}},"description":"The type of the alert contact"},{"displayName":"Value","name":"value","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alertContact"],"operation":["create"]}},"description":"The correspondent value for the alert contact type"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alertContact"],"operation":["delete","get"]}},"description":"The ID of the alert contact"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["alertContact"],"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":["alertContact"],"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 Field","default":{},"displayOptions":{"show":{"resource":["alertContact"],"operation":["getAll"]}},"options":[{"displayName":"Alert Contact IDs","name":"alert_contacts","type":"string","default":"","description":"Alert contact IDs separated with dash, e.g. 236-1782-4790"}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alertContact"],"operation":["update"]}},"description":"The ID of the alert contact"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["alertContact"],"operation":["update"]}},"options":[{"displayName":"Friendly Name","name":"friendly_name","type":"string","default":"","description":"The friendly name of the alert contact"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The correspondent value for the alert contact type (can only be used if it is a Webhook alert contact)"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["maintenanceWindow"]}},"options":[{"name":"Create","value":"create","description":"Create a maintenance window","action":"Create a maintenance window"},{"name":"Delete","value":"delete","description":"Delete a maintenance window","action":"Delete a maintenance window"},{"name":"Get","value":"get","description":"Get a maintenance window","action":"Get a maintenance window"},{"name":"Get Many","value":"getAll","description":"Get many a maintenance windows","action":"Get many maintenance windows"},{"name":"Update","value":"update","description":"Update a maintenance window","action":"Update a maintenance window"}],"default":"getAll"},{"displayName":"Duration (Minutes)","name":"duration","type":"number","required":true,"default":1,"displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"]}},"description":"The maintenance window activation period (minutes)"},{"displayName":"Friendly Name","name":"friendlyName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"]}},"description":"The friendly name of the maintenance window"},{"displayName":"Type","name":"type","type":"options","required":true,"default":"","options":[{"name":"Once","value":1},{"name":"Daily","value":2},{"name":"Weekly","value":3},{"name":"Monthly","value":4}],"displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"]}},"description":"The type of the maintenance window"},{"displayName":"Week Day","name":"weekDay","type":"options","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"],"type":[3]}},"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":7}],"default":""},{"displayName":"Month Day","name":"monthDay","type":"number","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"],"type":[4]}},"typeOptions":{"minValue":1,"maxValue":30},"default":1},{"displayName":"Start Time","name":"start_time","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"]}},"description":"The maintenance window start datetime"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["delete","get"]}},"description":"The ID of the maintenance window"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["maintenanceWindow"],"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":["maintenanceWindow"],"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 Field","default":{},"displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["getAll"]}},"options":[{"displayName":"Maintenance Window IDs","name":"mwindow","type":"string","default":"","description":"Maintenance windows IDs separated with dash, e.g. 236-1782-4790"}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["update"]}},"description":"The ID of the maintenance window"},{"displayName":"Duration (Minutes)","name":"duration","type":"number","required":true,"default":"","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["update"]}},"description":"The maintenance window activation period (minutes)"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["update"]}},"options":[{"displayName":"Friendly Name","name":"friendly_name","type":"string","default":"","description":"The friendly name of the maintenance window"},{"displayName":"Start Time","name":"start_time","type":"dateTime","default":"","description":"The maintenance window start datetime"},{"displayName":"Type","name":"type","type":"options","default":"","options":[{"name":"Once","value":1},{"name":"Daily","value":2},{"name":"Weekly","value":3},{"name":"Monthly","value":4}],"description":"The type of the maintenance window"},{"displayName":"Week Day","name":"weekDay","type":"options","displayOptions":{"show":{"type":[3]}},"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":7}],"default":""},{"displayName":"Month Day","name":"monthDay","type":"number","displayOptions":{"show":{"type":[4]}},"typeOptions":{"minValue":1,"maxValue":30},"default":1}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["publicStatusPage"]}},"options":[{"name":"Create","value":"create","description":"Create a public status page","action":"Create a public status page"},{"name":"Delete","value":"delete","description":"Delete a public status page","action":"Delete a public status page"},{"name":"Get","value":"get","description":"Get a public status page","action":"Get a public status page"},{"name":"Get Many","value":"getAll","description":"Get many public status pages","action":"Get many public status pages"}],"default":"getAll"},{"displayName":"Friendly Name","name":"friendlyName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["create"]}},"description":"The friendly name of the status page"},{"displayName":"Monitor IDs","name":"monitors","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["create"]}},"description":"Monitor IDs to be displayed in status page (the values are separated with a dash (-) or 0 for all monitors)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["create"]}},"options":[{"displayName":"Custom Domain","name":"custom_domain","type":"string","default":"","description":"The domain or subdomain that the status page will run on"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"The password for the status page"},{"displayName":"Sort","name":"sort","type":"options","default":"","options":[{"name":"Friendly Name (A-Z)","value":1},{"name":"Friendly Name (Z-A)","value":2},{"name":"Status (Up-Down-Paused)","value":3},{"name":"Status (Down-Up-Paused)","value":4}],"description":"The sorting of the status page"}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["delete","get"]}},"description":"The ID of the public status page"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["publicStatusPage"],"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":["publicStatusPage"],"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 Field","default":{},"displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["getAll"]}},"options":[{"displayName":"Public Status Page IDs","name":"psps","type":"string","default":"","description":"Public status pages IDs separated with dash, e.g. 236-1782-4790"}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["update"]}},"description":"The ID of the public status page"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["update"]}},"options":[{"displayName":"Custom Domain","name":"custom_domain","type":"string","default":"","description":"The domain or subdomain that the status page will run on"},{"displayName":"Friendly Name","name":"friendly_name","type":"string","default":"","description":"The friendly name of the status page"},{"displayName":"Monitor IDs","name":"monitors","type":"string","default":"","description":"Monitor IDs to be displayed in status page (the values are separated with a dash (-) or 0 for all monitors)"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"The password for the status page"},{"displayName":"Sort","name":"sort","type":"options","default":"","options":[{"name":"Friendly Name (A-Z)","value":1},{"name":"Friendly Name (Z-A)","value":2},{"name":"Status (Up-Down-Paused)","value":3},{"name":"Status (Down-Up-Paused)","value":4}],"description":"The sorting of the status page"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.uptimerobot/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/uptimeRobot/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/UptimeRobot/uptimerobot.svg"},
|
|
409
409
|
{"displayName":"urlscan.io","name":"n8n-nodes-base.urlScanIo","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Provides various utilities for monitoring websites like health checks or screenshots","defaults":{"name":"urlscan.io"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"urlScanIoApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","noDataExpression":true,"type":"options","options":[{"name":"Scan","value":"scan"}],"default":"scan"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["scan"]}},"options":[{"name":"Get","value":"get","action":"Get a scan"},{"name":"Get Many","value":"getAll","action":"Get many scans"},{"name":"Perform","value":"perform","action":"Perform a scan"}],"default":"perform"},{"displayName":"Scan ID","name":"scanId","type":"string","default":"","description":"ID of the scan to retrieve","displayOptions":{"show":{"resource":["scan"],"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":["scan"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["scan"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["scan"],"operation":["getAll"]}},"options":[{"displayName":"Query","name":"query","type":"string","description":"Query using the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-dsl-query-string-query\">Elastic Search Query String syntax</a>. See <a href=\"https://urlscan.io/docs/search/\">supported fields</a> in the documentation.","default":"","placeholder":"domain:n8n.io"}]},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"https://n8n.io","description":"URL to scan","displayOptions":{"show":{"resource":["scan"],"operation":["perform"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["scan"],"operation":["perform"]}},"options":[{"displayName":"Custom Agent","name":"customAgent","description":"<code>User-Agent</code> header to set for this scan. Defaults to <code>n8n</code>","type":"string","default":""},{"displayName":"Override Safety","name":"overrideSafety","description":"Disable reclassification of URLs with potential PII in them","type":"string","default":""},{"displayName":"Referer","name":"referer","description":"HTTP referer to set for this scan","type":"string","placeholder":"https://n8n.io","default":""},{"displayName":"Tags","name":"tags","description":"Comma-separated list of user-defined tags to add to this scan. Limited to 10 tags.","placeholder":"phishing, malicious","type":"string","default":""},{"displayName":"Visibility","name":"visibility","type":"options","default":"private","options":[{"name":"Private","value":"private"},{"name":"Public","value":"public"},{"name":"Unlisted","value":"unlisted"}]}]}],"codex":{"categories":["Development","Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.urlscanio/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/urlScanIo"}]},"alias":["Scrape"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/UrlScanIo/urlScanIo.svg"},
|
|
410
410
|
{"displayName":"Vero","name":"n8n-nodes-base.vero","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Vero API","defaults":{"name":"Vero"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"veroApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"User","value":"user","description":"Create, update and manage the subscription status of your users"},{"name":"Event","value":"event","description":"Track events based on actions your customers take in real time"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Add Tags","value":"addTags","description":"Adds a tag to a users profile","action":"Add tags to a user"},{"name":"Alias","value":"alias","description":"Change a users identifier","action":"Change a user's alias"},{"name":"Create or Update","value":"create","description":"Create or update a user profile","action":"Create or update a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Re-Subscribe","value":"resubscribe","description":"Resubscribe a user","action":"Resubscribe a user"},{"name":"Remove Tags","value":"removeTags","description":"Removes a tag from a users profile","action":"Remove tags from a user"},{"name":"Unsubscribe","value":"unsubscribe","description":"Unsubscribe a user","action":"Unsubscribe a user"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Track","value":"track","description":"Track an event for a specific customer","action":"Track an event"}],"default":"track"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"The unique identifier of the customer"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The table to create the row in"}]},{"displayName":"Data","name":"dataAttributesUi","placeholder":"Add Data","description":"Key value pairs that represent the custom user properties you want to update","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"],"jsonParameters":[false]}},"options":[{"name":"dataAttributesValues","displayName":"Data","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the property to set"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"Data","name":"dataAttributesJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"description":"Key value pairs that represent the custom user properties you want to update","displayOptions":{"show":{"resource":["user"],"operation":["create"],"jsonParameters":[true]}}},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["alias"]}},"description":"The old unique identifier of the user"},{"displayName":"New ID","name":"newId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["alias"]}},"description":"The new unique identifier of the user"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["unsubscribe"]}},"description":"The unique identifier of the user"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["resubscribe"]}},"description":"The unique identifier of the user"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}},"description":"The unique identifier of the user"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["addTags"]}},"description":"The unique identifier of the user"},{"displayName":"Tags","name":"tags","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["addTags"]}},"description":"Tags to add separated by \",\""},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["removeTags"]}},"description":"The unique identifier of the user"},{"displayName":"Tags","name":"tags","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["removeTags"]}},"description":"Tags to remove separated by \",\""},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"operation":["track"]}},"description":"The unique identifier of the customer"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["track"]}}},{"displayName":"Event Name","name":"eventName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["track"]}},"description":"The name of the event tracked"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["event"],"operation":["track"]}}},{"displayName":"Data","name":"dataAttributesUi","placeholder":"Add Data","description":"Key value pairs that represent any properties you want to track with this event","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["event"],"operation":["track"],"jsonParameters":[false]}},"options":[{"name":"dataAttributesValues","displayName":"Data","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the property to set"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"Extra","name":"extraAttributesUi","placeholder":"Add Extra","description":"Key value pairs that represent reserved, Vero-specific operators. Refer to the note on “deduplication” below.","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["event"],"operation":["track"],"jsonParameters":[false]}},"options":[{"name":"extraAttributesValues","displayName":"Extra","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the property to set"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"Data","name":"dataAttributesJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"description":"Key value pairs that represent the custom user properties you want to update","displayOptions":{"show":{"resource":["event"],"operation":["track"],"jsonParameters":[true]}}},{"displayName":"Extra","name":"extraAttributesJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"description":"Key value pairs that represent reserved, Vero-specific operators. Refer to the note on “deduplication” below.","displayOptions":{"show":{"resource":["event"],"operation":["track"],"jsonParameters":[true]}}}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.vero/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/vero"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Vero/vero.svg"},
|
|
411
|
-
{"displayName":"Venafi TLS Protect Cloud","name":"n8n-nodes-base.venafiTlsProtectCloud","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Venafi TLS Protect Cloud API","defaults":{"name":"Venafi TLS Protect Cloud"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"venafiTlsProtectCloudApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","noDataExpression":true,"type":"options","options":[{"name":"Certificate","value":"certificate"},{"name":"Certificate Request","value":"certificateRequest"}],"default":"certificateRequest"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["certificate"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a certificate","action":"Delete a certificate"},{"name":"Download","value":"download","description":"Download a certificate","action":"Download a certificate"},{"name":"Get","value":"get","description":"Retrieve a certificate","action":"Get a certificate"},{"name":"Get Many","value":"getMany","description":"Retrieve many certificates","action":"Get many certificates"},{"name":"Renew","value":"renew","description":"Renew a certificate","action":"Renew a certificate"}],"default":"delete"},{"displayName":"Certificate ID","name":"certificateId","type":"string","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"default":""},{"displayName":"Download Item","name":"downloadItem","type":"options","options":[{"name":"Certificate","value":"certificate"},{"name":"Keystore","value":"keystore"}],"displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"default":"certificate"},{"displayName":"Keystore Type","name":"keystoreType","type":"options","options":[{"name":"JKS","value":"JKS"},{"name":"PKCS12","value":"PKCS12"},{"name":"PEM","value":"PEM"}],"default":"PEM","displayOptions":{"show":{"operation":["download"],"resource":["certificate"],"downloadItem":["keystore"]}}},{"displayName":"Certificate Label","name":"certificateLabel","type":"string","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["certificate"],"downloadItem":["keystore"]}},"default":""},{"displayName":"Private Key Passphrase","name":"privateKeyPassphrase","type":"string","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["certificate"],"downloadItem":["keystore"]}},"default":""},{"displayName":"Keystore Passphrase","name":"keystorePassphrase","type":"string","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["certificate"],"downloadItem":["keystore"],"keystoreType":["JKS"]}},"default":""},{"displayName":"Input Data Field Name","name":"binaryProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"required":true,"description":"The name of the input field containing the binary file data to be uploaded"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"options":[{"displayName":"Chain Order","name":"chainOrder","type":"options","options":[{"name":"EE_FIRST","value":"EE_FIRST","description":"Download the certificate with the end-entity portion of the chain first"},{"name":"EE_ONLY","value":"EE_ONLY","description":"Download only the end-entity certificate"},{"name":"ROOT_FIRST","value":"ROOT_FIRST","description":"Download the certificate with root portion of the chain first"}],"default":"ROOT_FIRST"},{"displayName":"Format","name":"format","type":"options","options":[{"name":"PEM","value":"PEM"},{"name":"DER","value":"DER"}],"default":"PEM"}]},{"displayName":"Certificate ID","name":"certificateId","type":"string","required":true,"displayOptions":{"show":{"operation":["get","delete"],"resource":["certificate"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"]}},"options":[{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Application Name or ID","name":"applicationId","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":"getApplications"},"displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"default":""},{"displayName":"Existing Certificate ID","name":"existingCertificateId","type":"string","displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"default":""},{"displayName":"Certificate Issuing Template Name or ID","name":"certificateIssuingTemplateId","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":"getCertificateIssuingTemplates"},"displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"default":""},{"displayName":"Certificate Signing Request","name":"certificateSigningRequest","type":"string","displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"options":[{"displayName":"Validity Period","name":"validityPeriod","type":"options","options":[{"name":"1 Year","value":"P1Y"},{"name":"10 Days","value":"P10D"},{"name":"12 Hours","value":"PT12H"}],"default":"P1Y"}]},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["certificateRequest"]}},"options":[{"name":"Create","value":"create","description":"Create a new certificate request","action":"Create a certificate request"},{"name":"Get","value":"get","description":"Retrieve a certificate request","action":"Get a certificate request"},{"name":"Get Many","value":"getMany","description":"Retrieve many certificate requests","action":"Get many certificate requests"}],"default":"create"},{"displayName":"Application Name or ID","name":"applicationId","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":"getApplications"},"displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"]}},"default":""},{"displayName":"Certificate Issuing Template Name or ID","name":"certificateIssuingTemplateId","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":"getCertificateIssuingTemplates","loadOptionsDependsOn":["applicationId"]},"displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"]}},"default":""},{"displayName":"Generate CSR","name":"generateCsr","type":"boolean","displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"]}},"default":false},{"displayName":"Application Server Type Name or ID","name":"applicationServerTypeId","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":"getApplicationServerTypes"},"displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"],"generateCsr":[true]}},"default":""},{"displayName":"Common Name","name":"commonName","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"],"generateCsr":[true]}},"type":"string","default":"n8n.io","description":"The Common Name field for the certificate Subject (CN)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"],"generateCsr":[true]}},"options":[{"displayName":"Key Type","name":"keyType","type":"options","options":[{"name":"EC","value":"EC","description":"Elliptic Curve (EC)"},{"name":"RSA","value":"RSA","description":"Rivest, Shamir, Adleman key (RSA)"}],"default":"RSA","description":"The encryption algorithm for the public key"},{"displayName":"Key Curve","name":"keyCurve","type":"options","options":[{"name":"ED25519","value":"ED25519","description":"Use Edwards-curve Digital Signature Algorithm (EdDSA)"},{"name":"P256","value":"P256","description":"Use Elliptic Prime Curve 256 bit encryption"},{"name":"P384","value":"P384","description":"Use Elliptic Prime Curve 384 bit encryption"},{"name":"P521","value":"P521","description":"Use Elliptic Prime Curve 521 bit encryption"},{"name":"UNKNOWN","value":"UNKNOWN"}],"default":"ED25519"},{"displayName":"Key Length","name":"keyLength","type":"number","default":2048,"description":"The number of bits to allow for key generation"},{"displayName":"(O) Organization","name":"organization","type":"string","default":"","description":"The name of a company or organization"},{"displayName":"(OU) Organizational Unit(s)","name":"organizationalUnits","type":"string","typeOptions":{"multipleValues":true},"default":"","description":"The name of a department or section"},{"displayName":"(L) City/Locality","name":"locality","type":"string","default":"","description":"The name of a city or town"},{"displayName":"(ST) State","name":"state","type":"string","default":"","description":"The name of a state or province"},{"displayName":"(C) Country","name":"country","type":"string","default":"","description":"A 2 letter country code"},{"displayName":"Subject Alt Names","name":"SubjectAltNamesUi","placeholder":"Add Subject","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"SubjectAltNamesValues","displayName":"Subject Alt Name","values":[{"displayName":"Typename","name":"Typename","type":"options","options":[{"name":"DNS","value":"dnsNames"}],"description":"What type of SAN is being used","default":"dnsNames"},{"displayName":"Name","name":"name","type":"string","default":"community.n8n.io","description":"The SAN friendly name that corresponds to the Type or TypeName parameter. For example, if a TypeName is IPAddress, the Name value is a valid IP address."}]}]}]},{"displayName":"Certificate Signing Request","name":"certificateSigningRequest","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"],"generateCsr":[false]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"]}},"options":[{"displayName":"Validity Period","name":"validityPeriod","type":"string","placeholder":"P1Y","default":"P1Y","description":"Specify how long the issued certificate should be valid for. Use ISO8601 format.","hint":"e.g. 1 year -> P1Y"}]},{"displayName":"Certificate Request ID","name":"certificateRequestId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["certificateRequest"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getMany"],"resource":["certificateRequest"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getMany"],"resource":["certificateRequest"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.venafitlsprotectcloud/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/venafiTlsProtectCloud/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Venafi/venafi.svg"},
|
|
411
|
+
{"displayName":"Venafi TLS Protect Cloud","name":"n8n-nodes-base.venafiTlsProtectCloud","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Venafi TLS Protect Cloud API","defaults":{"name":"Venafi TLS Protect Cloud"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"venafiTlsProtectCloudApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","noDataExpression":true,"type":"options","options":[{"name":"Certificate","value":"certificate"},{"name":"Certificate Request","value":"certificateRequest"}],"default":"certificateRequest"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["certificate"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a certificate","action":"Delete a certificate"},{"name":"Download","value":"download","description":"Download a certificate","action":"Download a certificate"},{"name":"Get","value":"get","description":"Retrieve a certificate","action":"Get a certificate"},{"name":"Get Many","value":"getMany","description":"Retrieve many certificates","action":"Get many certificates"},{"name":"Renew","value":"renew","description":"Renew a certificate","action":"Renew a certificate"}],"default":"delete"},{"displayName":"Certificate ID","name":"certificateId","type":"string","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"default":""},{"displayName":"Download Item","name":"downloadItem","type":"options","options":[{"name":"Certificate","value":"certificate"},{"name":"Keystore","value":"keystore"}],"displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"default":"certificate"},{"displayName":"Keystore Type","name":"keystoreType","type":"options","options":[{"name":"JKS","value":"JKS"},{"name":"PKCS12","value":"PKCS12"},{"name":"PEM","value":"PEM"}],"default":"PEM","displayOptions":{"show":{"operation":["download"],"resource":["certificate"],"downloadItem":["keystore"]}}},{"displayName":"Certificate Label","name":"certificateLabel","type":"string","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["certificate"],"downloadItem":["keystore"]}},"default":""},{"displayName":"Private Key Passphrase","name":"privateKeyPassphrase","type":"string","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["certificate"],"downloadItem":["keystore"]}},"default":""},{"displayName":"Keystore Passphrase","name":"keystorePassphrase","type":"string","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["certificate"],"downloadItem":["keystore"],"keystoreType":["JKS"]}},"default":""},{"displayName":"Input Data Field Name","name":"binaryProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"required":true,"description":"The name of the input field containing the binary file data to be uploaded"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"options":[{"displayName":"Chain Order","name":"chainOrder","type":"options","options":[{"name":"EE_FIRST","value":"EE_FIRST","description":"Download the certificate with the end-entity portion of the chain first"},{"name":"EE_ONLY","value":"EE_ONLY","description":"Download only the end-entity certificate"},{"name":"ROOT_FIRST","value":"ROOT_FIRST","description":"Download the certificate with root portion of the chain first"}],"default":"ROOT_FIRST"},{"displayName":"Format","name":"format","type":"options","options":[{"name":"PEM","value":"PEM"},{"name":"DER","value":"DER"}],"default":"PEM"}]},{"displayName":"Certificate ID","name":"certificateId","type":"string","required":true,"displayOptions":{"show":{"operation":["get","delete"],"resource":["certificate"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"]}},"options":[{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Application Name or ID","name":"applicationId","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":"getApplications"},"displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"default":""},{"displayName":"Existing Certificate ID","name":"existingCertificateId","type":"string","displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"default":""},{"displayName":"Certificate Issuing Template Name or ID","name":"certificateIssuingTemplateId","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":"getCertificateIssuingTemplates"},"displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"default":""},{"displayName":"Certificate Signing Request","name":"certificateSigningRequest","type":"string","displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"options":[{"displayName":"Validity Period","name":"validityPeriod","type":"options","options":[{"name":"1 Year","value":"P1Y"},{"name":"10 Days","value":"P10D"},{"name":"12 Hours","value":"PT12H"}],"default":"P1Y"}]},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["certificateRequest"]}},"options":[{"name":"Create","value":"create","description":"Create a new certificate request","action":"Create a certificate request"},{"name":"Get","value":"get","description":"Retrieve a certificate request","action":"Get a certificate request"},{"name":"Get Many","value":"getMany","description":"Retrieve many certificate requests","action":"Get many certificate requests"}],"default":"create"},{"displayName":"Application Name or ID","name":"applicationId","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":"getApplications"},"displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"]}},"default":""},{"displayName":"Certificate Issuing Template Name or ID","name":"certificateIssuingTemplateId","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":"getCertificateIssuingTemplates","loadOptionsDependsOn":["applicationId"]},"displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"]}},"default":""},{"displayName":"Generate CSR","name":"generateCsr","type":"boolean","displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"]}},"default":false},{"displayName":"Common Name","name":"commonName","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"],"generateCsr":[true]}},"type":"string","default":"n8n.io","description":"The Common Name field for the certificate Subject (CN)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"],"generateCsr":[true]}},"options":[{"displayName":"Key Type","name":"keyType","type":"options","options":[{"name":"EC","value":"EC","description":"Elliptic Curve (EC)"},{"name":"RSA","value":"RSA","description":"Rivest, Shamir, Adleman key (RSA)"}],"default":"RSA","description":"The encryption algorithm for the public key"},{"displayName":"Key Curve","name":"keyCurve","type":"options","options":[{"name":"ED25519","value":"ED25519","description":"Use Edwards-curve Digital Signature Algorithm (EdDSA)"},{"name":"P256","value":"P256","description":"Use Elliptic Prime Curve 256 bit encryption"},{"name":"P384","value":"P384","description":"Use Elliptic Prime Curve 384 bit encryption"},{"name":"P521","value":"P521","description":"Use Elliptic Prime Curve 521 bit encryption"},{"name":"UNKNOWN","value":"UNKNOWN"}],"default":"ED25519"},{"displayName":"Key Length","name":"keyLength","type":"number","default":2048,"description":"The number of bits to allow for key generation"},{"displayName":"(O) Organization","name":"organization","type":"string","default":"","description":"The name of a company or organization"},{"displayName":"(OU) Organizational Unit(s)","name":"organizationalUnits","type":"string","typeOptions":{"multipleValues":true},"default":"","description":"The name of a department or section"},{"displayName":"(L) City/Locality","name":"locality","type":"string","default":"","description":"The name of a city or town"},{"displayName":"(ST) State","name":"state","type":"string","default":"","description":"The name of a state or province"},{"displayName":"(C) Country","name":"country","type":"string","default":"","description":"A 2 letter country code"},{"displayName":"Subject Alt Names","name":"SubjectAltNamesUi","placeholder":"Add Subject","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"SubjectAltNamesValues","displayName":"Subject Alt Name","values":[{"displayName":"Typename","name":"Typename","type":"options","options":[{"name":"DNS","value":"dnsNames"}],"description":"What type of SAN is being used","default":"dnsNames"},{"displayName":"Name","name":"name","type":"string","default":"community.n8n.io","description":"The SAN friendly name that corresponds to the Type or TypeName parameter. For example, if a TypeName is IPAddress, the Name value is a valid IP address."}]}]}]},{"displayName":"Certificate Signing Request","name":"certificateSigningRequest","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"],"generateCsr":[false]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"]}},"options":[{"displayName":"Validity Period","name":"validityPeriod","type":"string","placeholder":"P1Y","default":"P1Y","description":"Specify how long the issued certificate should be valid for. Use ISO8601 format.","hint":"e.g. 1 year -> P1Y"}]},{"displayName":"Certificate Request ID","name":"certificateRequestId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["certificateRequest"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getMany"],"resource":["certificateRequest"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getMany"],"resource":["certificateRequest"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.venafitlsprotectcloud/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/venafiTlsProtectCloud/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Venafi/venafi.svg"},
|
|
412
412
|
{"displayName":"Venafi TLS Protect Cloud Trigger","name":"n8n-nodes-base.venafiTlsProtectCloudTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Venafi events occur","defaults":{"name":"Venafi TLS Protect Cloud Trigger"},"credentials":[{"name":"venafiTlsProtectCloudApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"inputs":[],"outputs":["main"],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"typeOptions":{"loadOptionsMethod":"getActivityTypes"},"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>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Trigger On","name":"triggerOn","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getActivitySubTypes","loadOptionsDependsOn":["resource"]},"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>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.venafitlsprotectcloudtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/venafiTlsProtectCloud/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Venafi/venafi.svg"},
|
|
413
413
|
{"displayName":"Venafi TLS Protect Datacenter","name":"n8n-nodes-base.venafiTlsProtectDatacenter","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Venafi TLS Protect Datacenter","defaults":{"name":"Venafi TLS Protect Datacenter"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"venafiTlsProtectDatacenterApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Certificate","value":"certificate"},{"name":"Policy","value":"policy"}],"default":"certificate"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["certificate"]}},"options":[{"name":"Create","value":"create","description":"Provision a new certificate","action":"Create a certificate"},{"name":"Delete","value":"delete","description":"Delete a certificate","action":"Delete a certificate"},{"name":"Download","value":"download","description":"Download a certificate","action":"Download a certificate"},{"name":"Get","value":"get","description":"Retrieve a certificate","action":"Get a certificate"},{"name":"Get Many","value":"getMany","description":"Retrieve many certificates","action":"Get many certificates"},{"name":"Renew","value":"renew","description":"Renew a certificate","action":"Renew a certificate"}],"default":"create"},{"displayName":"Policy DN","name":"PolicyDN","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["certificate"]}},"default":"","description":"The folder DN for the new certificate. If the value is missing, the folder name is the system default. If no system default is configured"},{"displayName":"Subject","name":"Subject","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["certificate"]}},"default":"","description":"The Common Name field for the certificate Subject (DN)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["certificate"]}},"options":[{"displayName":"Approvers","name":"Approvers","type":"string","typeOptions":{"multipleValues":true},"default":"","description":"An array of one or more identities for certificate workflow approvers"},{"displayName":"CADN","name":"CADN","type":"string","default":"","description":"Only required when no policy sets a CA template. The Distinguished Name (DN) of the Trust Protection Platform Certificate Authority Template object for enrolling the certificate."},{"displayName":"Certificate Type","name":"CertificateType","type":"options","options":[{"name":"Code Signing","value":"Code Signing","description":"X.509 Code Signing Certificate"},{"name":"Device","value":"Device","description":"X.509 Device Certificate"},{"name":"Server","value":"Server","description":"X.509 Server Certificate"},{"name":"User","value":"User","description":"X.509 User Certificate"}],"default":"","description":"One of the following Certificate objects. Ignores any other value."},{"displayName":"City","name":"City","type":"string","default":"","description":"The City field for the certificate Subject DN. Specify a value when requesting a centrally generated CSR."},{"displayName":"Contacts","name":"Contacts","type":"string","typeOptions":{"multipleValues":true},"default":[],"description":"An array of one or more identities for users or groups who receive notifications about events pertaining to the object"},{"displayName":"Country","name":"Country","type":"string","default":"","description":"The Country field for the certificate Subject DN. Specify a value when requesting a centrally generated CSR."},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Custom Fields","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"name":"customFielsValues","displayName":"Address","values":[{"displayName":"Name","name":"Name","type":"string","default":""},{"displayName":"Values","name":"Values","type":"string","default":""}]}]},{"displayName":"Created By","name":"CreatedBy","type":"string","default":"Web SDK","description":"The person, entity, or caller of this request. The default is Web SDK. Avoid overriding the default unless the caller is a significant enterprise application that is tightly integrated with Trust Protection Platform, such as a custom web portal. To add details, use Origin instead. If you want both attributes to have the same value, set only CreatedBy."},{"displayName":"Devices","name":"Devices","type":"collection","placeholder":"Add Field","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Device"},"default":{},"options":[{"displayName":"Applications","name":"applications","type":"string","default":"","description":"An array of one or more Application objects to allow software, which runs on ObjectName, to use the same certificate"},{"displayName":"Cloud Instance ID","name":"CloudInstanceID","type":"string","default":"","description":"Required for Amazon EC2 provisioning. The unique cloud instance ID."},{"displayName":"Cloud Region","name":"CloudRegion","type":"string","default":"","description":"Required for Amazon EC2 provisioning. The geographic location where the cloud service instance resides. An instance in AWS can only exist in a single region."},{"displayName":"Cloud Service","name":"CloudService","type":"string","default":"","description":"Required for Amazon EC2 provisioning. AWS: An Amazon E2C cloud service. Requires you to install and configure the Cloud Instance Monitoring feature."},{"displayName":"Concurrent Connection Limit","name":"ConcurrentConnectionLimit","type":"number","default":0,"description":"Maximum number of connections the device will accept from Trust Protection Platform"},{"displayName":"Contacts","name":"Contacts","type":"string","typeOptions":{"multipleValues":true},"default":[],"description":"An array of one or more identities who receive notifications for this device"},{"displayName":"Created By","name":"CreatedBy","type":"string","default":"Web SDK","description":"The person or entity that is creating the device and any associated software applications for the device. Any value is accepted. Default is Web SDK."},{"displayName":"Credential DN","name":"CredentialDN","type":"string","default":"","description":"The device credential"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description for this device"},{"displayName":"Enforce Known Host","name":"EnforceKnownHost","type":"boolean","default":true,"description":"For SSH keys. true: Enable known host key enforcement. false: Disable known host key enforcement."},{"displayName":"Host","name":"host","type":"string","default":"","description":"The physical Fully Qualified Domain Name (FQDN) for the host or the IP address for a device"},{"displayName":"Object Name","name":"ObjectName","type":"string","default":"","description":"The device host name or IP address for the certificate object in Trust Protection Platform. If the value is missing, the object name is the Subject."},{"displayName":"Port","name":"port","type":"number","default":0,"description":"The port number to communicate with the device"},{"displayName":"Sudo Credential DN","name":"SudoCredentialDN","type":"number","default":0,"description":"Use in conjunction with UseSudo. The DN that holds the password credential to be used if sudo is configured to prompt for a password when executing a command."},{"displayName":"Temp Directory","name":"TempDirectory","type":"string","default":"","description":"The host directory path to hold temporary files during provisioning. For example /tmp/. The folder should have the necessary write permissions."},{"displayName":"Trusted Fingerprint","name":"TrustedFingerprint","type":"string","default":"","description":"For Secure Shell (SSH) keys. The SSH server key fingerprint. If this value is set, and EnforceKnownHost is enabled, Trust Protection Platform will only successfully connect to the device if the hosts fingerprint matches this value."},{"displayName":"Use Sudo","name":"UseSudo","type":"boolean","default":false,"description":"Use in conjunction with SudoCredentialDN. For cases where the device credentials require sudo privilege elevation to execute commands when installing the certificate on a Unix or Linux device: true: Execute commands using sudo when provisioning. false: Execute commands directly without using sudo."}]},{"displayName":"Disable Automatic Renewal","name":"DisableAutomaticRenewal","type":"boolean","default":false,"description":"The setting to control whether manual intervention is required for certificate renewal"},{"displayName":"Elliptic Curve","name":"EllipticCurve","type":"options","options":[{"name":"P256","value":"P256","description":"Use Elliptic Prime Curve 256 bit encryption"},{"name":"P384","value":"P384","description":"Use Elliptic Prime Curve 384 bit encryption"},{"name":"P521","value":"P521","description":"Use Elliptic Prime Curve 521 bit encryption. (not supported by all Certificate Authorities)."}],"default":"","description":"For Elliptic Curve Cryptography (ECC), use this parameter in conjunction with KeyAlgorithm"},{"displayName":"Key Algorithm","name":"KeyAlgorithm","type":"options","options":[{"name":"RSA","value":"RSA","description":"Rivest, Shamir, Adleman key (RSA)"},{"name":"ECC","value":"ECC","description":"Elliptic Curve Cryptography (ECC)"}],"default":"","description":"The encryption algorithm for the public ke:"},{"displayName":"Key Bit Size","name":"KeyBitSize","type":"number","default":2048,"description":"Use this parameter when KeyAlgorithm is RSA. The number of bits to allow for key generation."},{"displayName":"Management Type","name":"ManagementType","type":"options","options":[{"name":"Enrollment","value":"Enrollment","description":"Issue a new certificate, renewcertificate, or key generation request to a CA for enrollment"},{"name":"Monitoring","value":"Monitoring","description":"Allow Trust Protection Platform to monitor the certificate for expiration and renewal"},{"name":"Provisioning","value":"Provisioning","description":"Issue a new certificate, renew a certificate, or send a key generation request to a CA for enrollment. Automatically install or provision the certificate."},{"name":"Unassigned","value":"Unassigned","description":"Certificates are neither enrolled or monitored by Trust Protection Platform"}],"default":"","description":"The level of management that Trust Protection Platform applies to the certificate"},{"displayName":"Origin","name":"origin","type":"string","typeOptions":{"multipleValues":true},"default":"Web SDK","description":"Additional information, such as the name and version of the calling application, that describes the source of this enrollment, renewal, or provisioning request. The default is Web SDK."},{"displayName":"Organization","name":"Organization","type":"string","default":"","description":"The Organization field for the certificate Subject DN. Specify a value when the CSR centrally generates."},{"displayName":"Organizational Unit","name":"OrganizationalUnit","type":"string","default":"","description":"The department or division within the organization that is responsible for maintaining the certificate"},{"displayName":"PKCS10","name":"PKCS10","type":"string","default":"","description":"The PKCS#10 Certificate Signing Request (CSR). Omit escape characters such as or . If this value is provided, any Subject DN fields and the KeyBitSize in the request are ignored."},{"displayName":"Reenable","name":"Reenable","type":"boolean","default":false,"description":"The action to control a previously disabled certificate"},{"displayName":"Set Work To Do","name":"SetWorkToDo","type":"boolean","default":false,"description":"The setting to control certificate processing"},{"displayName":"State","name":"State","type":"string","default":"","description":"The State field for the certificate Subject DN. Specify a value when requesting a centrally generated CSR."},{"displayName":"Subject Alt Names","name":"SubjectAltNamesUi","placeholder":"Add Subject","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"SubjectAltNamesValues","displayName":"Subject Alt Name","values":[{"displayName":"Typename","name":"Typename","type":"options","options":[{"name":"OtherName","value":0,"description":"Specify a Uniform Resource Name (URN) or username"},{"name":"Email","value":1},{"name":"DNS","value":2},{"name":"URI","value":6},{"name":"IP Address","value":7}],"description":"An integer that represents the kind of SAN","default":""},{"displayName":"Name","name":"name","type":"string","default":"","description":"The SAN friendly name that corresponds to the Type or TypeName parameter. For example, if a TypeName is IPAddress, the Name value is a valid IP address."}]}]}]},{"displayName":"Certificate DN","name":"certificateDn","type":"string","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"default":""},{"displayName":"Include Private Key","name":"includePrivateKey","type":"boolean","displayOptions":{"show":{"resource":["certificate"],"operation":["download"]}},"default":false},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"displayOptions":{"show":{"resource":["certificate"],"operation":["download"],"includePrivateKey":[true]}},"default":""},{"displayName":"Input Data Field Name","name":"binaryProperty","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"description":"The name of the input field containing the binary file data to be uploaded"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"options":[{"displayName":"Include Chain","name":"IncludeChain","type":"boolean","default":true},{"displayName":"Root First Order","name":"RootFirstOrder","type":"string","default":""},{"displayName":"Keystore Password","name":"KeystorePassword","type":"string","typeOptions":{"password":true},"default":""}]},{"displayName":"Certificate GUID","name":"certificateId","type":"string","required":true,"displayOptions":{"show":{"operation":["get","delete"],"resource":["certificate"]}},"default":"","description":"A GUID that uniquely identifies the certificate"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"]}},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","options":[{"name":"Issuer","value":"Issuer"},{"name":"KeyAlgorithm","value":"KeyAlgorithm"},{"name":"KeySize","value":"KeySize"},{"name":"Subject","value":"Subject"}],"default":[],"description":"Include one or more of the following certificate attributes in the return value"}]},{"displayName":"Certificate DN","name":"certificateDN","type":"string","required":true,"displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"default":"","description":"The Distinguished Name (DN) of the certificate to renew"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"options":[{"displayName":"PKCS10","name":"PKCS10","type":"string","default":"","description":"The PKCS#10 Certificate Signing Request (CSR). Omit escape characters such as or . If this value is provided, any Subject DN fields and the KeyBitSize in the request are ignored."},{"displayName":"Reenable","name":"Reenable","type":"boolean","default":false,"description":"The action to control a previously disabled certificate"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["policy"]}},"options":[{"name":"Get","value":"get","description":"Get a policy","action":"Get a policy"}],"default":"get"},{"displayName":"Policy DN","name":"policyDn","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["policy"]}},"default":"","description":"The Distinguished Name (DN) of the policy folder"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["policy"]}},"options":[{"displayName":"PKCS10","name":"PKCS10","type":"string","default":"","description":"The PKCS#10 policy Signing Request (CSR). Omit escape characters such as or . If this value is provided, any Subject DN fields and the KeyBitSize in the request are ignored."}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.venafitlsprotectdatacenter/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/venafiTlsProtectDatacenter/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Venafi/venafi.svg"},
|
|
414
414
|
{"displayName":"Vonage","name":"n8n-nodes-base.vonage","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Vonage API","defaults":{"name":"Vonage"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"vonageApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"SMS","value":"sms"}],"default":"sms"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Send","value":"send","action":"Send an SMS"}],"displayOptions":{"show":{"resource":["sms"]}},"default":"send"},{"displayName":"From","name":"from","type":"string","displayOptions":{"show":{"resource":["sms"],"operation":["send"]}},"default":"","description":"The name or number the message should be sent from"},{"displayName":"To","name":"to","type":"string","displayOptions":{"show":{"resource":["sms"],"operation":["send"]}},"default":"","description":"The number that the message should be sent to. Numbers are specified in E.164 format."},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"resource":["sms"],"operation":["send"]}},"default":"","description":"The body of the message being sent"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["sms"],"operation":["send"]}},"default":{},"options":[{"displayName":"Account Ref","name":"account-ref","type":"string","default":"","description":"An optional string used to identify separate accounts using the SMS endpoint for billing purposes. To use this feature, please email support@nexmo.com."},{"displayName":"Callback","name":"callback","type":"string","default":"","description":"The webhook endpoint the delivery receipt for this sms is sent to. This parameter overrides the webhook endpoint you set in Dashboard."},{"displayName":"Client Ref","name":"client-ref","type":"string","default":"","description":"You can optionally include your own reference of up to 40 characters"},{"displayName":"Message Class","name":"message-class","type":"options","options":[{"name":"0","value":0},{"name":"1","value":1},{"name":"2","value":2},{"name":"3","value":3}],"default":"","description":"The Data Coding Scheme value of the message"},{"displayName":"Protocol ID","name":"protocol-id","type":"string","default":"","description":"The value of the protocol identifier to use. Ensure that the value is aligned with udh."},{"displayName":"Status Report Req","name":"status-report-req","type":"boolean","default":false,"description":"Whether to receive a Delivery Receipt"},{"displayName":"TTL (in Minutes)","name":"ttl","type":"number","default":4320,"description":"By default Nexmo attempt delivery for 72 hours"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.vonage/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/vonage"}]},"alias":["SMS"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Vonage/vonage.png"},
|