n8n-nodes-base 0.222.0 → 0.223.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/credentials/GoogleApi.credentials.d.ts +2 -1
- package/dist/credentials/GoogleApi.credentials.js +85 -1
- package/dist/credentials/GoogleApi.credentials.js.map +1 -1
- package/dist/credentials/MySql.credentials.js +115 -0
- package/dist/credentials/MySql.credentials.js.map +1 -1
- package/dist/credentials/NocoDbApiToken.credentials.d.ts +2 -1
- package/dist/credentials/NocoDbApiToken.credentials.js +6 -0
- package/dist/credentials/NocoDbApiToken.credentials.js.map +1 -1
- package/dist/known/credentials.json +1 -0
- package/dist/methods/defined.json +1037 -0
- package/dist/methods/referenced.json +1007 -0
- package/dist/nodes/Code/Code.node.js +13 -12
- package/dist/nodes/Code/Code.node.js.map +1 -1
- package/dist/nodes/Code/Sandbox.d.ts +14 -14
- package/dist/nodes/Code/Sandbox.js +35 -75
- package/dist/nodes/Code/Sandbox.js.map +1 -1
- package/dist/nodes/Code/utils.js +1 -1
- package/dist/nodes/Code/utils.js.map +1 -1
- package/dist/nodes/FreshworksCrm/descriptions/ContactDescription.js +0 -9
- package/dist/nodes/FreshworksCrm/descriptions/ContactDescription.js.map +1 -1
- package/dist/nodes/Github/GithubTrigger.node.js +0 -5
- package/dist/nodes/Github/GithubTrigger.node.js.map +1 -1
- package/dist/nodes/Gitlab/Gitlab.node.js +34 -3
- package/dist/nodes/Gitlab/Gitlab.node.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/transport/index.js +3 -2
- package/dist/nodes/Google/Sheet/v2/transport/index.js.map +1 -1
- package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js +1 -1
- package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js.map +1 -1
- package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js +1 -1
- package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js.map +1 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +15 -4
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
- package/dist/nodes/If/If.node.js +2 -2
- package/dist/nodes/If/If.node.js.map +1 -1
- package/dist/nodes/MySql/MySql.node.d.ts +3 -13
- package/dist/nodes/MySql/MySql.node.js +9 -325
- package/dist/nodes/MySql/MySql.node.js.map +1 -1
- package/dist/nodes/MySql/v1/GenericFunctions.js.map +1 -0
- package/dist/nodes/MySql/v1/MySqlV1.node.d.ts +16 -0
- package/dist/nodes/MySql/v1/MySqlV1.node.js +351 -0
- package/dist/nodes/MySql/v1/MySqlV1.node.js.map +1 -0
- package/dist/nodes/MySql/v2/MySqlV2.node.d.ts +13 -0
- package/dist/nodes/MySql/v2/MySqlV2.node.js +20 -0
- package/dist/nodes/MySql/v2/MySqlV2.node.js.map +1 -0
- package/dist/nodes/MySql/v2/actions/common.descriptions.d.ts +6 -0
- package/dist/nodes/MySql/v2/actions/common.descriptions.js +341 -0
- package/dist/nodes/MySql/v2/actions/common.descriptions.js.map +1 -0
- package/dist/nodes/MySql/v2/actions/database/Database.resource.d.ts +9 -0
- package/dist/nodes/MySql/v2/actions/database/Database.resource.js +102 -0
- package/dist/nodes/MySql/v2/actions/database/Database.resource.js.map +1 -0
- package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.d.ts +24 -0
- package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.js +91 -0
- package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.js.map +1 -0
- package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.d.ts +24 -0
- package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js +64 -0
- package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js.map +1 -0
- package/dist/nodes/MySql/v2/actions/database/insert.operation.d.ts +24 -0
- package/dist/nodes/MySql/v2/actions/database/insert.operation.js +175 -0
- package/dist/nodes/MySql/v2/actions/database/insert.operation.js.map +1 -0
- package/dist/nodes/MySql/v2/actions/database/select.operation.d.ts +24 -0
- package/dist/nodes/MySql/v2/actions/database/select.operation.js +87 -0
- package/dist/nodes/MySql/v2/actions/database/select.operation.js.map +1 -0
- package/dist/nodes/MySql/v2/actions/database/update.operation.d.ts +24 -0
- package/dist/nodes/MySql/v2/actions/database/update.operation.js +160 -0
- package/dist/nodes/MySql/v2/actions/database/update.operation.js.map +1 -0
- package/dist/nodes/MySql/v2/actions/database/upsert.operation.d.ts +24 -0
- package/dist/nodes/MySql/v2/actions/database/upsert.operation.js +161 -0
- package/dist/nodes/MySql/v2/actions/database/upsert.operation.js.map +1 -0
- package/dist/nodes/MySql/v2/actions/node.type.d.ts +7 -0
- package/dist/nodes/MySql/v2/actions/node.type.js +3 -0
- package/dist/nodes/MySql/v2/actions/node.type.js.map +1 -0
- package/dist/nodes/MySql/v2/actions/router.d.ts +3 -0
- package/dist/nodes/MySql/v2/actions/router.js +70 -0
- package/dist/nodes/MySql/v2/actions/router.js.map +1 -0
- package/dist/nodes/MySql/v2/actions/versionDescription.d.ts +2 -0
- package/dist/nodes/MySql/v2/actions/versionDescription.js +65 -0
- package/dist/nodes/MySql/v2/actions/versionDescription.js.map +1 -0
- package/dist/nodes/MySql/v2/helpers/interfaces.d.ts +35 -0
- package/dist/nodes/MySql/v2/helpers/interfaces.js +14 -0
- package/dist/nodes/MySql/v2/helpers/interfaces.js.map +1 -0
- package/dist/nodes/MySql/v2/helpers/utils.d.ts +18 -0
- package/dist/nodes/MySql/v2/helpers/utils.js +288 -0
- package/dist/nodes/MySql/v2/helpers/utils.js.map +1 -0
- package/dist/nodes/MySql/v2/methods/credentialTest.d.ts +2 -0
- package/dist/nodes/MySql/v2/methods/credentialTest.js +35 -0
- package/dist/nodes/MySql/v2/methods/credentialTest.js.map +1 -0
- package/dist/nodes/MySql/v2/methods/index.d.ts +3 -0
- package/dist/nodes/MySql/v2/methods/index.js +30 -0
- package/dist/nodes/MySql/v2/methods/index.js.map +1 -0
- package/dist/nodes/MySql/v2/methods/listSearch.d.ts +2 -0
- package/dist/nodes/MySql/v2/methods/listSearch.js +38 -0
- package/dist/nodes/MySql/v2/methods/listSearch.js.map +1 -0
- package/dist/nodes/MySql/v2/methods/loadOptions.d.ts +4 -0
- package/dist/nodes/MySql/v2/methods/loadOptions.js +50 -0
- package/dist/nodes/MySql/v2/methods/loadOptions.js.map +1 -0
- package/dist/nodes/MySql/v2/transport/index.d.ts +4 -0
- package/dist/nodes/MySql/v2/transport/index.js +102 -0
- package/dist/nodes/MySql/v2/transport/index.js.map +1 -0
- package/dist/nodes/NocoDB/NocoDB.node.js +12 -2
- package/dist/nodes/NocoDB/NocoDB.node.js.map +1 -1
- package/dist/nodes/NocoDB/OperationDescription.js +44 -30
- package/dist/nodes/NocoDB/OperationDescription.js.map +1 -1
- package/dist/nodes/OpenAi/ChatDescription.js +39 -26
- package/dist/nodes/OpenAi/ChatDescription.js.map +1 -1
- package/dist/nodes/OpenAi/TextDescription.js +2 -2
- package/dist/nodes/OpenAi/TextDescription.js.map +1 -1
- package/dist/nodes/Paddle/PaymentDescription.js +1 -1
- package/dist/nodes/Paddle/PaymentDescription.js.map +1 -1
- package/dist/nodes/Wait/test/Wait.workflow.json +162 -0
- package/dist/types/credentials.json +3 -3
- package/dist/types/nodes.json +12 -11
- package/package.json +4 -4
- package/dist/nodes/MySql/GenericFunctions.js.map +0 -1
- /package/dist/nodes/MySql/{GenericFunctions.d.ts → v1/GenericFunctions.d.ts} +0 -0
- /package/dist/nodes/MySql/{GenericFunctions.js → v1/GenericFunctions.js} +0 -0
package/dist/types/nodes.json
CHANGED
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
{"displayName":"Formstack Trigger","name":"n8n-nodes-base.formstackTrigger","group":["trigger"],"version":1,"subtitle":"=Form ID: {{$parameter[\"formId\"]}}","description":"Starts the workflow on a Formstack form submission.","defaults":{"name":"Formstack Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"formstackApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"formstackOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Form Name or ID","name":"formId","type":"options","typeOptions":{"loadOptionsMethod":"getForms"},"default":"","required":true,"description":"The Formstack form to monitor for new submissions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.formstacktrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/formstackTrigger"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Formstack/formstack.svg"},
|
|
110
110
|
{"displayName":"Freshdesk","name":"n8n-nodes-base.freshdesk","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Freshdesk API","defaults":{"name":"Freshdesk"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"freshdeskApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Contact","value":"contact"},{"name":"Ticket","value":"ticket"}],"default":"ticket"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a new ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Get a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Get many tickets","action":"Get many tickets"},{"name":"Update","value":"update","description":"Update a ticket","action":"Update a ticket"}],"default":"create"},{"displayName":"Requester Identification","name":"requester","type":"options","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"name":"Email","value":"email","description":"Email address of the requester. If no contact exists with this email address in Freshdesk, it will be added as a new contact."},{"name":"Facebook ID","value":"facebookId","description":"Facebook ID of the requester. If no contact exists with this facebook_id, then a new contact will be created."},{"name":"Phone","value":"phone","description":"Phone number of the requester. If no contact exists with this phone number in Freshdesk, it will be added as a new contact. If the phone number is set and the email address is not, then the name attribute is mandatory."},{"name":"Requester ID","value":"requesterId","description":"User ID of the requester. For existing contacts, the requester_id can be passed instead of the requester's email."},{"name":"Twitter ID","value":"twitterId","description":"Twitter handle of the requester. If no contact exists with this handle in Freshdesk, it will be added as a new contact."},{"name":"Unique External ID","value":"uniqueExternalId","description":"External ID of the requester. If no contact exists with this external ID in Freshdesk, they will be added as a new contact."}],"default":"requesterId"},{"displayName":"Value","name":"requesterIdentificationValue","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":"","description":"Value of the identification selected"},{"displayName":"Status","name":"status","type":"options","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"name":"Closed","value":"closed"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Resolved","value":"resolved"}],"default":"pending"},{"displayName":"Priority","name":"priority","type":"options","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"name":"Low","value":"low"},{"name":"Medium","value":"medium"},{"name":"High","value":"high"},{"name":"Urgent","value":"urgent"}],"default":"low"},{"displayName":"Source","name":"source","type":"options","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"name":"Chat","value":"chat"},{"name":"Email","value":"email"},{"name":"Feedback Widget","value":"feedbackWidget"},{"name":"Mobihelp","value":"mobileHelp"},{"name":"Outbound Email","value":"OutboundEmail"},{"name":"Phone","value":"phone"},{"name":"Portal","value":"portal"}],"default":"portal","description":"The channel through which the ticket was created"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"displayName":"Agent Name or ID","name":"agent","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAgents"},"description":"ID of the agent to whom the ticket has been assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"CC Emails","name":"ccEmails","type":"string","default":"","description":"Separated by a comma (,) email addresses added in the 'cc' field of the incoming ticket email"},{"displayName":"Company Name or ID","name":"company","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCompanies"},"description":"Company ID of the requester. This attribute can only be set if the Multiple Companies feature is enabled (Estate plan and above). 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":"","typeOptions":{"rows":5},"description":"HTML content of the ticket"},{"displayName":"Due By","name":"dueBy","type":"dateTime","default":"","description":"Timestamp that denotes when the ticket is due to be resolved"},{"displayName":"Email Config ID","name":"emailConfigId","type":"number","default":"","description":"ID of email config which is used for this ticket. (i.e., support@yourcompany.com/sales@yourcompany.com) If product_id is given and email_config_id is not given, product's primary email_config_id will be set."},{"displayName":"FR Due By","name":"frDueBy","type":"dateTime","default":"","description":"Timestamp that denotes when the first response is due"},{"displayName":"Group Name or ID","name":"group","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getGroups"},"description":"ID of the group to which the ticket has been assigned. The default value is the ID of the group that is associated with the given email_config_id. 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":"","placeholder":"","description":"Name of the requester"},{"displayName":"Product Name or ID","name":"product","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProducts"},"description":"ID of the product to which the ticket is associated. It will be ignored if the email_config_id attribute is set in the request. 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":"","placeholder":"","description":"Subject of the ticket"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Separated by a comma (,) tags that have been associated with the ticket"},{"displayName":"Type","name":"type","type":"options","default":"Question","description":"Helps categorize the ticket according to the different kinds of issues your support team deals with","options":[{"name":"Feature Request","value":"Feature Request"},{"name":"Incident","value":"Incident"},{"name":"Problem","value":"Problem"},{"name":"Question","value":"Question"},{"name":"Refund","value":"Refund"}]}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"options":[{"displayName":"Agent Name or ID","name":"agent","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAgents"},"description":"ID of the agent to whom the ticket has been assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"CC Emails","name":"ccEmails","type":"string","default":"","description":"Separated by a comma (,) email addresses added in the 'cc' field of the incoming ticket email"},{"displayName":"Company Name or ID","name":"company","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCompanies"},"description":"Company ID of the requester. This attribute can only be set if the Multiple Companies feature is enabled (Estate plan and above). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Due By","name":"dueBy","type":"dateTime","default":"","description":"Timestamp that denotes when the ticket is due to be resolved"},{"displayName":"Email Config ID","name":"emailConfigId","type":"number","default":"","description":"ID of email config which is used for this ticket. (i.e., support@yourcompany.com/sales@yourcompany.com) If product_id is given and email_config_id is not given, product's primary email_config_id will be set."},{"displayName":"FR Due By","name":"frDueBy","type":"dateTime","default":"","description":"Timestamp that denotes when the first response is due"},{"displayName":"Group Name or ID","name":"group","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getGroups"},"description":"ID of the group to which the ticket has been assigned. The default value is the ID of the group that is associated with the given email_config_id. 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":"","placeholder":"","description":"Name of the requester"},{"displayName":"Product Name or ID","name":"product","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProducts"},"description":"ID of the product to which the ticket is associated. It will be ignored if the email_config_id attribute is set in the request. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Priority","name":"priority","type":"options","options":[{"name":"Low","value":"low"},{"name":"Medium","value":"medium"},{"name":"High","value":"high"},{"name":"Urgent","value":"urgent"}],"default":"low"},{"displayName":"Requester Identification","name":"requester","type":"options","options":[{"name":"Email","value":"email","description":"Email address of the requester. If no contact exists with this email address in Freshdesk, it will be added as a new contact."},{"name":"Facebook ID","value":"facebookId","description":"Facebook ID of the requester. If no contact exists with this facebook_id, then a new contact will be created."},{"name":"Phone","value":"phone","description":"Phone number of the requester. If no contact exists with this phone number in Freshdesk, it will be added as a new contact. If the phone number is set and the email address is not, then the name attribute is mandatory."},{"name":"Requester ID","value":"requesterId","description":"User ID of the requester. For existing contacts, the requester_id can be passed instead of the requester's email."},{"name":"Twitter ID","value":"twitterId","description":"Twitter handle of the requester. If no contact exists with this handle in Freshdesk, it will be added as a new contact."},{"name":"Unique External ID","value":"uniqueExternalId","description":"External ID of the requester. If no contact exists with this external ID in Freshdesk, they will be added as a new contact."}],"default":"requesterId"},{"displayName":"Requester Value","name":"requesterIdentificationValue","type":"string","default":"","description":"Value of the identification selected"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Resolved","value":"resolved"},{"name":"Closed","value":"closed"}],"default":"pending"},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Chat","value":"chat"},{"name":"Email","value":"email"},{"name":"Feedback Widget","value":"feedbackWidget"},{"name":"Mobihelp","value":"mobileHelp"},{"name":"Outbound Email","value":"OutboundEmail"},{"name":"Phone","value":"phone"},{"name":"Portal","value":"portal"}],"default":"portal","description":"The channel through which the ticket was created"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Separated by a comma (,) tags that have been associated with the ticket"},{"displayName":"Type","name":"type","type":"options","default":"Question","description":"Helps categorize the ticket according to the different kinds of issues your support team deals with","options":[{"name":"Feature Request","value":"Feature Request"},{"name":"Incident","value":"Incident"},{"name":"Problem","value":"Problem"},{"name":"Question","value":"Question"},{"name":"Refund","value":"Refund"}]}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"options":[{"displayName":"Company ID","name":"companyId","type":"string","default":""},{"displayName":"Include","name":"include","type":"multiOptions","options":[{"name":"Company","value":"company"},{"name":"Description","value":"description"},{"name":"Requester","value":"requester"},{"name":"Stats","value":"stats"}],"default":[]},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"Order sort attribute ascending or descending"},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Created At","value":"createdAt"},{"name":"Due By","value":"dueBy"},{"name":"Updated At","value":"updatedAt"}],"default":"","description":"Sort collection by object attribute"},{"displayName":"Requester Email","name":"requesterEmail","type":"string","default":""},{"displayName":"Requester ID","name":"requesterId","type":"string","default":""},{"displayName":"Updated Since","name":"updatedSince","type":"dateTime","default":""}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":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"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","placeholder":"","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"default":"","description":"Name of the contact","required":true},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"description":"Primary email address of the contact. If you want to associate additional email(s) with this contact, use the other_emails attribute."},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create","update"],"resource":["contact"]}},"default":{},"options":[{"displayName":"Address","name":"address","type":"string","default":"","description":"Address of the contact"},{"displayName":"Company ID","name":"company_id","type":"number","default":"","description":"ID of the primary company to which this contact belongs"},{"displayName":"Custom Fields","name":"customFields","type":"fixedCollection","placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"description":"Key value pairs containing the name and value of the custom field. Only dates in the format YYYY-MM-DD are accepted as input for custom date fields.","default":[],"options":[{"displayName":"Custom Field","name":"customField","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Custom Field's name"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom Field's values"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A small description of the contact"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","displayOptions":{"show":{"/operation":["update"]}},"description":"Primary email address of the contact. If you want to associate additional email(s) with this contact, use the other_emails attribute."},{"displayName":"Job Title","name":"job_title","type":"string","default":"","description":"Job title of the contact"},{"displayName":"Language","name":"language","type":"string","default":"","description":"Language of the contact. Default language is \"en\". This attribute can only be set if the Multiple Language feature is enabled (Garden plan and above)."},{"displayName":"Mobile","name":"mobile","type":"string","default":"","description":"Mobile number of the contact"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}},"description":"Name of the contact"},{"displayName":"Other Companies","name":"other_companies","type":"string","default":[],"typeOptions":{"multipleValues":true},"placeholder":"Add Company","description":"Additional companies associated with the contact. This attribute can only be set if the Multiple Companies feature is enabled (Estate plan and above)."},{"displayName":"Other Emails","name":"other_emails","type":"string","default":[],"typeOptions":{"multipleValues":true},"placeholder":"Add Email","description":"Additional emails associated with the contact"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Telephone number of the contact"},{"displayName":"Tags","name":"tags","type":"string","default":[],"typeOptions":{"multipleValues":true},"description":"Tags associated with this contact"},{"displayName":"Time Zone","name":"time_zone","type":"string","default":"","description":"Time zone of the contact. Default value is the time zone of the domain. This attribute can only be set if the Multiple Time Zone feature is enabled (Garden plan and above)."},{"displayName":"Twitter ID","name":"twitter_id","type":"string","default":"","description":"Twitter handle of the contact"},{"displayName":"Unique External ID","name":"unique_external_id","type":"string","default":"","description":"External ID of the contact"},{"displayName":"View All Tickets","name":"view_all_tickets","type":"boolean","default":false,"description":"Whether the contact can see all the tickets that are associated with the company to which they belong"}]},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"required":true},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"required":true},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"options":[{"displayName":"Company ID","name":"company_id","type":"number","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Mobile","name":"mobile","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"State","name":"state","type":"options","default":"","options":[{"name":"Blocked","value":"blocked"},{"name":"Deleted","value":"deleted"},{"name":"Unverified","value":"unverified"},{"name":"Verified","value":"verified"}]},{"displayName":"Updated Since","name":"updated_since","type":"dateTime","default":""}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.freshdesk/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/freshdesk"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Freshdesk/freshdesk.png"},
|
|
111
111
|
{"displayName":"Freshservice","name":"n8n-nodes-base.freshservice","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Freshservice API","defaults":{"name":"Freshservice"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"freshserviceApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Agent","value":"agent"},{"name":"Agent Group","value":"agentGroup"},{"name":"Agent Role","value":"agentRole"},{"name":"Announcement","value":"announcement"},{"name":"Asset Type","value":"assetType"},{"name":"Change","value":"change"},{"name":"Department","value":"department"},{"name":"Location","value":"location"},{"name":"Problem","value":"problem"},{"name":"Product","value":"product"},{"name":"Release","value":"release"},{"name":"Requester","value":"requester"},{"name":"Requester Group","value":"requesterGroup"},{"name":"Software","value":"software"},{"name":"Ticket","value":"ticket"}],"default":"agent"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["agent"]}},"options":[{"name":"Create","value":"create","description":"Create an agent","action":"Create an agent"},{"name":"Delete","value":"delete","description":"Delete an agent","action":"Delete an agent"},{"name":"Get","value":"get","description":"Retrieve an agent","action":"Get an agent"},{"name":"Get Many","value":"getAll","description":"Retrieve many agents","action":"Get many agents"},{"name":"Update","value":"update","description":"Update an agent","action":"Update an agent"}],"default":"create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["agent"],"operation":["create"]}}},{"displayName":"First Name","name":"firstName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agent"],"operation":["create"]}}},{"displayName":"Roles","name":"roles","description":"Role to assign to the agent","type":"fixedCollection","placeholder":"Add Role","typeOptions":{"multipleValues":true},"required":true,"default":{},"displayOptions":{"show":{"resource":["agent"],"operation":["create"]}},"options":[{"displayName":"Role Properties","name":"roleProperties","values":[{"displayName":"Role Name or ID","name":"role","description":"Name of the role to assign to the agent. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getAgentRoles"},"required":true,"default":""},{"displayName":"Scope","name":"assignment_scope","description":"Scope in which the agent may use the permissions granted by the role","type":"options","options":[{"name":"Entire Helpdesk","value":"entire_helpdesk"},{"name":"Member Groups","value":"member_groups"},{"name":"Specified Groups","value":"specified_groups"},{"name":"Assigned Items","value":"assigned_items"}],"required":true,"default":"specified_groups"},{"displayName":"Group Names or IDs","name":"groups","description":"Groups in which the permissions granted by the role apply. Required only when Scope is Specified Groups - ignored otherwise. 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>.","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAgentGroups"},"default":[]}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["agent"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":""},{"displayName":"Background Information","name":"background_information","type":"string","default":""},{"displayName":"Department Names or IDs","name":"department_ids","type":"multiOptions","default":[],"description":"IDs of the departments to which the agent belongs. 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>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Job Title","name":"job_title","type":"string","default":""},{"displayName":"Language","name":"language","type":"options","default":"","options":[{"value":"en","name":"English"},{"value":"ar","name":"Arabic"},{"value":"ca","name":"Catalan"},{"value":"cs","name":"Czech"},{"value":"cy-GB","name":"Welsh"},{"value":"da","name":"Danish"},{"value":"de","name":"German"},{"value":"es","name":"Spanish"},{"value":"es-LA","name":"Spanish (Latin America)"},{"value":"et","name":"Estonian"},{"value":"fi","name":"Finnish"},{"value":"fr","name":"French"},{"value":"he","name":"Hebrew"},{"value":"hu","name":"Hungarian"},{"value":"id","name":"Indonesian"},{"value":"it","name":"Italian"},{"value":"ja-JP","name":"Japanese"},{"value":"ko","name":"Korean"},{"value":"LV","name":"Latvian"},{"value":"nb-NO","name":"Norwegian"},{"value":"nl","name":"Dutch"},{"value":"pl","name":"Polish"},{"value":"pt","name":"Portuguese"},{"value":"pt-BR","name":"Portuguese (Brazil)"},{"value":"pt-PT","name":"Portuguese (Portugal)"},{"value":"ru-RU","name":"Russian"},{"value":"sk","name":"Slovak"},{"value":"sk-SK","name":"Slovak"},{"value":"sl","name":"Slovenian"},{"value":"sv-SE","name":"Swedish"},{"value":"th","name":"Thai"},{"value":"tr","name":"Turkish"},{"value":"UK","name":"Ukrainian"},{"value":"vi","name":"Vietnamese"},{"value":"zh-CN","name":"Chinese (Simplified)"},{"value":"zh-TW","name":"Chinese (Traditional)"}]},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Location Name or ID","name":"location_id","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getLocations"}},{"displayName":"Member of Group Names/IDs","name":"member_of","type":"multiOptions","default":[],"description":"Comma-separated IDs of the groups that the agent is a member of. 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>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Mobile Phone","name":"mobile_phone_number","type":"string","default":""},{"displayName":"Observer of Group Names/IDs","name":"observer_of","type":"multiOptions","default":[],"description":"Comma-separated IDs of the groups that the agent is an observer of. 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>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Scoreboard Level ID","name":"scoreboard_level_id","type":"options","description":"ID of the level of the agent in the Arcade","default":1,"options":[{"name":"Beginner","value":1},{"name":"Intermediate","value":2},{"name":"Professional","value":3},{"name":"Expert","value":4},{"name":"Master","value":5},{"name":"Guru","value":6}]},{"displayName":"Time Format","name":"time_format","type":"options","default":"12h","options":[{"name":"12-Hour Format","value":"12h"},{"name":"24-Hour Format","value":"24h"}]},{"displayName":"Work Phone","name":"work_phone_number","type":"string","default":""}]},{"displayName":"Agent ID","name":"agentId","description":"ID of the agent to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agent"],"operation":["delete"]}}},{"displayName":"Agent ID","name":"agentId","description":"ID of the agent to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agent"],"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":["agent"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["agent"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["agent"],"operation":["getAll"]}},"options":[{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department to which the agent belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Job Title","name":"job_title","type":"string","default":""},{"displayName":"Language","name":"language","type":"options","default":"","options":[{"value":"en","name":"English"},{"value":"ar","name":"Arabic"},{"value":"ca","name":"Catalan"},{"value":"cs","name":"Czech"},{"value":"cy-GB","name":"Welsh"},{"value":"da","name":"Danish"},{"value":"de","name":"German"},{"value":"es","name":"Spanish"},{"value":"es-LA","name":"Spanish (Latin America)"},{"value":"et","name":"Estonian"},{"value":"fi","name":"Finnish"},{"value":"fr","name":"French"},{"value":"he","name":"Hebrew"},{"value":"hu","name":"Hungarian"},{"value":"id","name":"Indonesian"},{"value":"it","name":"Italian"},{"value":"ja-JP","name":"Japanese"},{"value":"ko","name":"Korean"},{"value":"LV","name":"Latvian"},{"value":"nb-NO","name":"Norwegian"},{"value":"nl","name":"Dutch"},{"value":"pl","name":"Polish"},{"value":"pt","name":"Portuguese"},{"value":"pt-BR","name":"Portuguese (Brazil)"},{"value":"pt-PT","name":"Portuguese (Portugal)"},{"value":"ru-RU","name":"Russian"},{"value":"sk","name":"Slovak"},{"value":"sk-SK","name":"Slovak"},{"value":"sl","name":"Slovenian"},{"value":"sv-SE","name":"Swedish"},{"value":"th","name":"Thai"},{"value":"tr","name":"Turkish"},{"value":"UK","name":"Ukrainian"},{"value":"vi","name":"Vietnamese"},{"value":"zh-CN","name":"Chinese (Simplified)"},{"value":"zh-TW","name":"Chinese (Traditional)"}]},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Location Name or ID","name":"location_id","type":"options","default":"","description":"Choose from the list or specify an ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getLocations"}},{"displayName":"Mobile Phone Number","name":"mobile_phone_number","type":"string","default":""},{"displayName":"Work Phone Number","name":"work_phone_number","type":"string","default":""}]},{"displayName":"Agent ID","name":"agentId","description":"ID of the agent to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agent"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["agent"],"operation":["update"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":""},{"displayName":"Background Information","name":"background_information","type":"string","default":""},{"displayName":"Department Names or IDs","name":"department_ids","type":"multiOptions","default":[],"description":"IDs of the departments to which the agent belongs. 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>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Job Title","name":"job_title","type":"string","default":""},{"displayName":"Language","name":"language","type":"options","default":"","options":[{"value":"en","name":"English"},{"value":"ar","name":"Arabic"},{"value":"ca","name":"Catalan"},{"value":"cs","name":"Czech"},{"value":"cy-GB","name":"Welsh"},{"value":"da","name":"Danish"},{"value":"de","name":"German"},{"value":"es","name":"Spanish"},{"value":"es-LA","name":"Spanish (Latin America)"},{"value":"et","name":"Estonian"},{"value":"fi","name":"Finnish"},{"value":"fr","name":"French"},{"value":"he","name":"Hebrew"},{"value":"hu","name":"Hungarian"},{"value":"id","name":"Indonesian"},{"value":"it","name":"Italian"},{"value":"ja-JP","name":"Japanese"},{"value":"ko","name":"Korean"},{"value":"LV","name":"Latvian"},{"value":"nb-NO","name":"Norwegian"},{"value":"nl","name":"Dutch"},{"value":"pl","name":"Polish"},{"value":"pt","name":"Portuguese"},{"value":"pt-BR","name":"Portuguese (Brazil)"},{"value":"pt-PT","name":"Portuguese (Portugal)"},{"value":"ru-RU","name":"Russian"},{"value":"sk","name":"Slovak"},{"value":"sk-SK","name":"Slovak"},{"value":"sl","name":"Slovenian"},{"value":"sv-SE","name":"Swedish"},{"value":"th","name":"Thai"},{"value":"tr","name":"Turkish"},{"value":"UK","name":"Ukrainian"},{"value":"vi","name":"Vietnamese"},{"value":"zh-CN","name":"Chinese (Simplified)"},{"value":"zh-TW","name":"Chinese (Traditional)"}]},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Location Name or ID","name":"location_id","type":"options","default":"","description":"Choose from the list or specify an ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getLocations"}},{"displayName":"Member of Group Names/IDs","name":"member_of","type":"multiOptions","default":[],"description":"Comma-separated IDs of the groups that the agent is a member of. 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>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Mobile Phone","name":"mobile_phone_number","type":"string","default":""},{"displayName":"Observer of Group Names/IDs","name":"observer_of","type":"multiOptions","default":[],"description":"Comma-separated IDs of the groups that the agent is an observer of. 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>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Scoreboard Level ID","name":"scoreboard_level_id","type":"options","description":"ID of the level of the agent in the Arcade","default":1,"options":[{"name":"Beginner","value":1},{"name":"Intermediate","value":2},{"name":"Professional","value":3},{"name":"Expert","value":4},{"name":"Master","value":5},{"name":"Guru","value":6}]},{"displayName":"Time Format","name":"time_format","type":"options","default":"12h","options":[{"name":"12-Hour Format","value":"12h"},{"name":"24-Hour Format","value":"24h"}]},{"displayName":"Work Phone","name":"work_phone_number","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["agentGroup"]}},"options":[{"name":"Create","value":"create","description":"Create an agent group","action":"Create an agent group"},{"name":"Delete","value":"delete","description":"Delete an agent group","action":"Delete an agent group"},{"name":"Get","value":"get","description":"Retrieve an agent group","action":"Get an agent group"},{"name":"Get Many","value":"getAll","description":"Retrieve many agent groups","action":"Get many agent groups"},{"name":"Update","value":"update","description":"Update an agent group","action":"Update an agent group"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agentGroup"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["agentGroup"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Escalate to Agent Name or ID","name":"escalate_to","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAgents"},"description":"ID of the user to whom an escalation email is sent if a ticket in this group is unassigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Member Names or IDs","name":"members","type":"multiOptions","default":[],"description":"Comma-separated IDs of agents who are members of this group. 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>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Observer Names or IDs","name":"observers","type":"multiOptions","default":[],"description":"Comma-separated agent IDs who are observers of this group. 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>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Unassigned For","name":"unassigned_for","description":"Time after which an escalation email is sent if a ticket in the group remains unassigned","type":"options","default":"30m","options":[{"name":"1 Day","value":"1d"},{"name":"1 Hour","value":"1h"},{"name":"12 Hours","value":"12h"},{"name":"2 Days","value":"2d"},{"name":"2 Hours","value":"2h"},{"name":"3 Days","value":"3d"},{"name":"30 Minutes","value":"30m"},{"name":"8 Hours","value":"8h"}]}]},{"displayName":"Agent Group ID","name":"agentGroupId","description":"ID of the agent group to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agentGroup"],"operation":["delete"]}}},{"displayName":"Agent Group ID","name":"agentGroupId","description":"ID of the agent group to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agentGroup"],"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":["agentGroup"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["agentGroup"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Agent Group ID","name":"agentGroupId","description":"ID of the agent group to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agentGroup"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["agentGroup"],"operation":["update"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Escalate to Agent Name or ID","name":"escalate_to","type":"options","default":"","description":"ID of the agent to whom an escalation email is sent if a ticket in this group is unassigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Member Names or IDs","name":"members","type":"multiOptions","default":[],"description":"Comma-separated IDs of agents who are members of this group. 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>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Observer Names or IDs","name":"observers","type":"multiOptions","default":[],"description":"Comma-separated agent user IDs who are observers of this group. 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>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Unassigned For","name":"unassigned_for","description":"Time after which an escalation email is sent if a ticket in the group remains unassigned","type":"options","default":"30m","options":[{"name":"1 Day","value":"1d"},{"name":"1 Hour","value":"1h"},{"name":"12 Hours","value":"12h"},{"name":"2 Days","value":"2d"},{"name":"2 Hours","value":"2h"},{"name":"3 Days","value":"3d"},{"name":"30 Minutes","value":"30m"},{"name":"8 Hours","value":"8h"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["agentRole"]}},"options":[{"name":"Get","value":"get","description":"Retrieve an agent role","action":"Get an agent role"},{"name":"Get Many","value":"getAll","description":"Retrieve many agent roles","action":"Get many agent roles"}],"default":"get"},{"displayName":"Agent Role ID","name":"agentRoleId","description":"ID of the agent role to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agentRole"],"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":["agentRole"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["agentRole"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["announcement"]}},"options":[{"name":"Create","value":"create","description":"Create an announcement","action":"Create an announcement"},{"name":"Delete","value":"delete","description":"Delete an announcement","action":"Delete an announcement"},{"name":"Get","value":"get","description":"Retrieve an announcement","action":"Get an announcement"},{"name":"Get Many","value":"getAll","description":"Retrieve many announcements","action":"Get many announcements"},{"name":"Update","value":"update","description":"Update an announcement","action":"Update an announcement"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["announcement"],"operation":["create"]}}},{"displayName":"Body","name":"bodyHtml","description":"HTML supported","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["announcement"],"operation":["create"]}}},{"displayName":"Visibility","name":"visibility","type":"options","required":true,"default":"everyone","options":[{"name":"Agents Only","value":"agents_only"},{"name":"Agents and Groups","value":"grouped_visibility"},{"name":"Everyone","value":"everyone"}],"displayOptions":{"show":{"resource":["announcement"],"operation":["create"]}}},{"displayName":"Visible From","name":"visibleFrom","description":"Timestamp at which announcement becomes active","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["announcement"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["announcement"],"operation":["create"]}},"options":[{"displayName":"Additional Emails","name":"additional_emails","type":"string","default":"","description":"Comma-separated additional email addresses to which the announcement needs to be sent"},{"displayName":"Department Names or IDs","name":"departments","type":"multiOptions","default":[],"description":"Comma-separated IDs of departments that may view this announcement. 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>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Visible From","name":"visible_from","description":"Timestamp at which announcement is active","type":"dateTime","default":""},{"displayName":"Visible Until","name":"visible_till","description":"Timestamp until which announcement is active","type":"dateTime","default":""}]},{"displayName":"Announcement ID","name":"announcementId","description":"ID of the announcement to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["announcement"],"operation":["delete"]}}},{"displayName":"Announcement ID","name":"announcementId","description":"ID of the announcement to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["announcement"],"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":["announcement"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["announcement"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Announcement ID","name":"announcementId","description":"ID of the announcement to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["announcement"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["announcement"],"operation":["update"]}},"options":[{"displayName":"Additional Emails","name":"additional_emails","type":"string","default":"","description":"Comma-separated additional email addresses to which the announcement needs to be sent"},{"displayName":"Body","name":"body_html","type":"string","default":"","description":"HTML supported"},{"displayName":"Department Names or IDs","name":"departments","type":"multiOptions","default":[],"description":"Comma-separated IDs of departments that may view this announcement. 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>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Title","name":"title","type":"string","default":""},{"displayName":"Visibility","name":"visibility","type":"options","default":"everyone","options":[{"name":"Agents Only","value":"agents_only"},{"name":"Agents and Groups","value":"grouped_visibility"},{"name":"Everyone","value":"everyone"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["assetType"]}},"options":[{"name":"Create","value":"create","description":"Create an asset type","action":"Create an asset type"},{"name":"Delete","value":"delete","description":"Delete an asset type","action":"Delete an asset type"},{"name":"Get","value":"get","description":"Retrieve an asset type","action":"Get an asset type"},{"name":"Get Many","value":"getAll","description":"Retrieve many asset types","action":"Get many asset types"},{"name":"Update","value":"update","description":"Update an asset type","action":"Update an asset type"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["assetType"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["assetType"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Parent Asset Type Name or ID","name":"parent_asset_type_id","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAssetTypes"}}]},{"displayName":"Asset Type ID","name":"assetTypeId","description":"ID of the asset type to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["assetType"],"operation":["delete"]}}},{"displayName":"Asset Type ID","name":"assetTypeId","description":"ID of the asset type to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["assetType"],"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":["assetType"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["assetType"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Asset Type ID","name":"assetTypeId","description":"ID of the asset type to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["assetType"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["assetType"],"operation":["update"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["change"]}},"options":[{"name":"Create","value":"create","description":"Create a change","action":"Create a change"},{"name":"Delete","value":"delete","description":"Delete a change","action":"Delete a change"},{"name":"Get","value":"get","description":"Retrieve a change","action":"Get a change"},{"name":"Get Many","value":"getAll","description":"Retrieve many changes","action":"Get many changes"},{"name":"Update","value":"update","description":"Update a change","action":"Update a change"}],"default":"create"},{"displayName":"Requester Name or ID","name":"requesterId","description":"ID of the requester of the change. Choose from the list or specify an ID. You can also specify the ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getRequesters"},"displayOptions":{"show":{"resource":["change"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["change"],"operation":["create"]}}},{"displayName":"Planned Start Date","name":"plannedStartDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["change"],"operation":["create"]}}},{"displayName":"Planned End Date","name":"plannedEndDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["change"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["change"],"operation":["create"]}},"options":[{"displayName":"Agent Name or ID","name":"agent_id","type":"options","default":"","description":"ID of the agent to whom the change is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Change Type","name":"change_type","type":"options","default":1,"options":[{"name":"Minor","value":1},{"name":"Standard","value":2},{"name":"Major","value":3},{"name":"Emergency","value":4}]},{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department requesting the change. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Description","name":"description","type":"string","default":"","description":"HTML supported"},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the agent group to which the change is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Impact","name":"impact","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}]},{"displayName":"Priority","name":"priority","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Risk","name":"risk","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Very High","value":4}]},{"displayName":"Status","name":"status","type":"options","default":1,"options":[{"name":"Open","value":1},{"name":"Planning","value":2},{"name":"Approval","value":3},{"name":"Pending Release","value":4},{"name":"Pending Review","value":5},{"name":"Closed","value":6}]},{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Change ID","name":"changeId","description":"ID of the change to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["change"],"operation":["delete"]}}},{"displayName":"Change ID","name":"changeId","description":"ID of the change to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["change"],"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":["change"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["change"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["change"],"operation":["getAll"]}},"options":[{"displayName":"Predefined Filters","name":"filter","type":"options","default":"my_open","options":[{"name":"Closed","value":"closed"},{"name":"My Open","value":"my_open"},{"name":"Release Requested","value":"release_requested"},{"name":"Requester ID","value":"requester_id"},{"name":"Unassigned","value":"unassigned"}]},{"displayName":"Sort Order","name":"sort_by","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"},{"displayName":"Updated Since","name":"updated_since","type":"dateTime","default":""}]},{"displayName":"Change ID","name":"changeId","description":"ID of the change to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["change"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["change"],"operation":["update"]}},"options":[{"displayName":"Agent Name or ID","name":"agent_id","type":"options","default":"","description":"ID of the agent to whom the change is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Change Type","name":"change_type","type":"options","default":1,"options":[{"name":"Minor","value":1},{"name":"Standard","value":2},{"name":"Major","value":3},{"name":"Emergency","value":4}]},{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department requesting the change. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Description","name":"description","type":"string","default":"","description":"HTML supported"},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the agent group to which the change is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Impact","name":"impact","type":"options","default":1,"description":"Impact of the change","options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}]},{"displayName":"Priority","name":"priority","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Requester Name or ID","name":"requester_id","type":"options","default":"","description":"ID of the requester of the change. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getRequesters"}},{"displayName":"Risk","name":"risk","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Very High","value":4}]},{"displayName":"Status","name":"status","type":"options","default":1,"options":[{"name":"Open","value":1},{"name":"Planning","value":2},{"name":"Approval","value":3},{"name":"Pending Release","value":4},{"name":"Pending Review","value":5},{"name":"Closed","value":6}]},{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["department"]}},"options":[{"name":"Create","value":"create","description":"Create a department","action":"Create a department"},{"name":"Delete","value":"delete","description":"Delete a department","action":"Delete a department"},{"name":"Get","value":"get","description":"Retrieve a department","action":"Get a department"},{"name":"Get Many","value":"getAll","description":"Retrieve many departments","action":"Get many departments"},{"name":"Update","value":"update","description":"Update a department","action":"Update a department"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["department"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["department"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Domains","name":"domains","type":"string","default":"","description":"Comma-separated email domains associated with the department"}]},{"displayName":"Department ID","name":"departmentId","description":"ID of the department to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["department"],"operation":["delete"]}}},{"displayName":"Department ID","name":"departmentId","description":"ID of the department to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["department"],"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":["department"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["department"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["department"],"operation":["getAll"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the department"}]},{"displayName":"Department ID","name":"departmentId","description":"ID of the department to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["department"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["department"],"operation":["update"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Domains","name":"domains","type":"string","default":"","description":"Comma-separated email domains associated with the department"},{"displayName":"Name","name":"name","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["location"]}},"options":[{"name":"Create","value":"create","description":"Create a location","action":"Create a location"},{"name":"Delete","value":"delete","description":"Delete a location","action":"Delete a location"},{"name":"Get","value":"get","description":"Retrieve a location","action":"Get a location"},{"name":"Get Many","value":"getAll","description":"Retrieve many locations","action":"Get many locations"},{"name":"Update","value":"update","description":"Update a location","action":"Update a location"}],"default":"create"},{"displayName":"Name","name":"name","description":"Name of the location","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["location"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["location"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address","placeholder":"Add Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Address Details","name":"addressFields","values":[{"displayName":"Line 1","name":"line1","type":"string","default":""},{"displayName":"Line 2","name":"line2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Zip Code","name":"zipcode","type":"string","default":""}]}]}]},{"displayName":"Location ID","name":"locationId","description":"ID of the location to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["location"],"operation":["delete"]}}},{"displayName":"Location ID","name":"locationId","description":"ID of the location to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["location"],"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":["location"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["location"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Location ID","name":"locationId","description":"ID of the location to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["location"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["location"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","placeholder":"Add Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Address Details","name":"addressFields","values":[{"displayName":"Line 1","name":"line1","type":"string","default":""},{"displayName":"Line 2","name":"line2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Zip Code","name":"zipcode","type":"string","default":""}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["problem"]}},"options":[{"name":"Create","value":"create","description":"Create a problem","action":"Create a problem"},{"name":"Delete","value":"delete","description":"Delete a problem","action":"Delete a problem"},{"name":"Get","value":"get","description":"Retrieve a problem","action":"Get a problem"},{"name":"Get Many","value":"getAll","description":"Retrieve many problems","action":"Get many problems"},{"name":"Update","value":"update","description":"Update a problem","action":"Update a problem"}],"default":"create"},{"displayName":"Subject","name":"subject","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["problem"],"operation":["create"]}}},{"displayName":"Requester Name or ID","name":"requesterId","description":"ID of the initiator of the problem. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getRequesters"},"displayOptions":{"show":{"resource":["problem"],"operation":["create"]}}},{"displayName":"Due By","name":"dueBy","description":"Date when the problem is due to be solved","type":"dateTime","default":"","displayOptions":{"show":{"resource":["problem"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["problem"],"operation":["create"]}},"options":[{"displayName":"Agent Name or ID","name":"agent_id","type":"options","default":"","description":"ID of the agent to whom the problem is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department initiating the problem. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Description","name":"description","description":"HTML supported","type":"string","default":""},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the agent group to which the problem is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Impact","name":"impact","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}]},{"displayName":"Priority","name":"priority","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Status","name":"status","type":"options","default":1,"options":[{"name":"Open","value":1},{"name":"Change Requested","value":2},{"name":"Closed","value":3}]}]},{"displayName":"Problem ID","name":"problemId","description":"ID of the problem to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["problem"],"operation":["delete"]}}},{"displayName":"Problem ID","name":"problemId","description":"ID of the problem to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["problem"],"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":["problem"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["problem"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Problem ID","name":"problemId","description":"ID of the problem to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["problem"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["problem"],"operation":["update"]}},"options":[{"displayName":"Agent Name or ID","name":"agent_id","type":"options","default":"","description":"ID of the agent to whom the problem is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department initiating the problem. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Description","name":"description","type":"string","default":"","description":"HTML supported"},{"displayName":"Due By","name":"due_by","description":"Date when the problem is due to be solved","type":"dateTime","default":""},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the agent group to which the problem is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Impact","name":"impact","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}]},{"displayName":"Priority","name":"priority","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Requester Name or ID","name":"requester_id","type":"options","default":"","description":"ID of the initiator of the problem. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getRequesters"}},{"displayName":"Status","name":"status","type":"options","default":1,"options":[{"name":"Open","value":1},{"name":"Change Requested","value":2},{"name":"Closed","value":3}]},{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["product"]}},"options":[{"name":"Create","value":"create","description":"Create a product","action":"Create a product"},{"name":"Delete","value":"delete","description":"Delete a product","action":"Delete a product"},{"name":"Get","value":"get","description":"Retrieve a product","action":"Get a product"},{"name":"Get Many","value":"getAll","description":"Retrieve many products","action":"Get many products"},{"name":"Update","value":"update","description":"Update a product","action":"Update a product"}],"default":"create"},{"displayName":"Asset Type Name or ID","name":"assetTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getAssetTypes"},"displayOptions":{"show":{"resource":["product"],"operation":["create"]}}},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"HTML supported"},{"displayName":"Manufacturer","name":"manufacturer","type":"string","default":""},{"displayName":"Mode of Procurement","name":"mode_of_procurement","type":"options","default":"Buy","options":[{"name":"Buy","value":"Buy"},{"name":"Lease","value":"Lease"},{"name":"Both","value":"Both"}]},{"displayName":"Status","name":"status","type":"options","default":"In Production","options":[{"name":"In Production","value":"In Production"},{"name":"In Pipeline","value":"In Pipeline"},{"name":"Retired","value":"Retired"}]}]},{"displayName":"Product ID","name":"productId","description":"ID of the product to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["delete"]}}},{"displayName":"Product ID","name":"productId","description":"ID of the product to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["product"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["product"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Product ID","name":"productId","description":"ID of the product to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"options":[{"displayName":"Asset Type Name or ID","name":"asset_type_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":"getAssetTypes"}},{"displayName":"Description","name":"description","type":"string","default":"","description":"HTML supported"},{"displayName":"Manufacturer","name":"manufacturer","type":"string","default":""},{"displayName":"Mode of Procurement","name":"mode_of_procurement","type":"options","default":"Buy","options":[{"name":"Buy","value":"Buy"},{"name":"Lease","value":"Lease"},{"name":"Both","value":"Both"}]},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","default":"In Production","options":[{"name":"In Production","value":"In Production"},{"name":"In Pipeline","value":"In Pipeline"},{"name":"Retired","value":"Retired"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["release"]}},"options":[{"name":"Create","value":"create","description":"Create a release","action":"Create a release"},{"name":"Delete","value":"delete","description":"Delete a release","action":"Delete a release"},{"name":"Get","value":"get","description":"Retrieve a release","action":"Get a release"},{"name":"Get Many","value":"getAll","description":"Retrieve many releases","action":"Get many releases"},{"name":"Update","value":"update","description":"Update a release","action":"Update a release"}],"default":"create"},{"displayName":"Subject","name":"subject","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["release"],"operation":["create"]}}},{"displayName":"Release Type","name":"releaseType","type":"options","default":1,"displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"options":[{"name":"Minor","value":1},{"name":"Standard","value":2},{"name":"Major","value":3},{"name":"Emergency","value":4}]},{"displayName":"Priority","name":"priority","type":"options","default":1,"displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Status","name":"status","type":"options","default":1,"displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"options":[{"name":"Open","value":1},{"name":"On Hold","value":2},{"name":"In Progress","value":3},{"name":"Incomplete","value":4},{"name":"Completed","value":5}]},{"displayName":"Planned Start Date","name":"plannedStartDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["release"],"operation":["create"]}}},{"displayName":"Planned End Date","name":"plannedEndDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["release"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"options":[{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department initiating the release. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Description","name":"description","description":"HTML supported","type":"string","default":""},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the agent group to which the release is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}}]},{"displayName":"Release ID","name":"releaseId","description":"ID of the release to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["release"],"operation":["delete"]}}},{"displayName":"Release ID","name":"releaseId","description":"ID of the release to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["release"],"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":["release"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["release"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Release ID","name":"releaseId","description":"ID of the release to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["release"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["release"],"operation":["update"]}},"options":[{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department initiating the release. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Description","name":"description","type":"string","default":"","description":"HTML supported"},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the agent group to which the release is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Priority","name":"priority","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Release Type","name":"release_type","type":"options","default":1,"options":[{"name":"Minor","value":1},{"name":"Standard","value":2},{"name":"Major","value":3},{"name":"Emergency","value":4}]},{"displayName":"Status","name":"status","type":"options","default":1,"options":[{"name":"Open","value":1},{"name":"On Hold","value":2},{"name":"In Progress","value":3},{"name":"Incomplete","value":4},{"name":"Completed","value":5}]},{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["requester"]}},"options":[{"name":"Create","value":"create","description":"Create a requester","action":"Create a requester"},{"name":"Delete","value":"delete","description":"Delete a requester","action":"Delete a requester"},{"name":"Get","value":"get","description":"Retrieve a requester","action":"Get a requester"},{"name":"Get Many","value":"getAll","description":"Retrieve many requesters","action":"Get many requesters"},{"name":"Update","value":"update","description":"Update a requester","action":"Update a requester"}],"default":"create"},{"displayName":"First Name","name":"firstName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["requester"],"operation":["create"]}}},{"displayName":"Primary Email","name":"primaryEmail","type":"string","default":"","displayOptions":{"show":{"resource":["requester"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["requester"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":""},{"displayName":"Background Information","name":"background_information","type":"string","default":""},{"displayName":"Department Names or IDs","name":"department_ids","type":"multiOptions","default":[],"description":"Comma-separated IDs of the departments associated with the requester. 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>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Job Title","name":"job_title","type":"string","default":""},{"displayName":"Language","name":"language","type":"options","default":"","options":[{"value":"en","name":"English"},{"value":"ar","name":"Arabic"},{"value":"ca","name":"Catalan"},{"value":"cs","name":"Czech"},{"value":"cy-GB","name":"Welsh"},{"value":"da","name":"Danish"},{"value":"de","name":"German"},{"value":"es","name":"Spanish"},{"value":"es-LA","name":"Spanish (Latin America)"},{"value":"et","name":"Estonian"},{"value":"fi","name":"Finnish"},{"value":"fr","name":"French"},{"value":"he","name":"Hebrew"},{"value":"hu","name":"Hungarian"},{"value":"id","name":"Indonesian"},{"value":"it","name":"Italian"},{"value":"ja-JP","name":"Japanese"},{"value":"ko","name":"Korean"},{"value":"LV","name":"Latvian"},{"value":"nb-NO","name":"Norwegian"},{"value":"nl","name":"Dutch"},{"value":"pl","name":"Polish"},{"value":"pt","name":"Portuguese"},{"value":"pt-BR","name":"Portuguese (Brazil)"},{"value":"pt-PT","name":"Portuguese (Portugal)"},{"value":"ru-RU","name":"Russian"},{"value":"sk","name":"Slovak"},{"value":"sk-SK","name":"Slovak"},{"value":"sl","name":"Slovenian"},{"value":"sv-SE","name":"Swedish"},{"value":"th","name":"Thai"},{"value":"tr","name":"Turkish"},{"value":"UK","name":"Ukrainian"},{"value":"vi","name":"Vietnamese"},{"value":"zh-CN","name":"Chinese (Simplified)"},{"value":"zh-TW","name":"Chinese (Traditional)"}]},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Location Name or ID","name":"location_id","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getLocations"}},{"displayName":"Mobile Phone","name":"mobile_phone_number","type":"string","default":""},{"displayName":"Secondary Emails","name":"secondary_emails","type":"string","default":"","description":"Comma-separated secondary emails associated with the requester"},{"displayName":"Time Format","name":"time_format","type":"options","default":"12h","options":[{"name":"12-Hour Format","value":"12h"},{"name":"24-Hour Format","value":"24h"}]},{"displayName":"Work Phone","name":"work_phone_number","type":"string","default":""}]},{"displayName":"Requester ID","name":"requesterId","description":"ID of the requester to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["requester"],"operation":["delete"]}}},{"displayName":"Requester ID","name":"requesterId","description":"ID of the requester to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["requester"],"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":["requester"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["requester"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["requester"],"operation":["getAll"]}},"options":[{"displayName":"Department Name or ID","name":"department_id","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Job Title","name":"job_title","type":"string","default":""},{"displayName":"Language","name":"language","type":"options","default":"","options":[{"value":"en","name":"English"},{"value":"ar","name":"Arabic"},{"value":"ca","name":"Catalan"},{"value":"cs","name":"Czech"},{"value":"cy-GB","name":"Welsh"},{"value":"da","name":"Danish"},{"value":"de","name":"German"},{"value":"es","name":"Spanish"},{"value":"es-LA","name":"Spanish (Latin America)"},{"value":"et","name":"Estonian"},{"value":"fi","name":"Finnish"},{"value":"fr","name":"French"},{"value":"he","name":"Hebrew"},{"value":"hu","name":"Hungarian"},{"value":"id","name":"Indonesian"},{"value":"it","name":"Italian"},{"value":"ja-JP","name":"Japanese"},{"value":"ko","name":"Korean"},{"value":"LV","name":"Latvian"},{"value":"nb-NO","name":"Norwegian"},{"value":"nl","name":"Dutch"},{"value":"pl","name":"Polish"},{"value":"pt","name":"Portuguese"},{"value":"pt-BR","name":"Portuguese (Brazil)"},{"value":"pt-PT","name":"Portuguese (Portugal)"},{"value":"ru-RU","name":"Russian"},{"value":"sk","name":"Slovak"},{"value":"sk-SK","name":"Slovak"},{"value":"sl","name":"Slovenian"},{"value":"sv-SE","name":"Swedish"},{"value":"th","name":"Thai"},{"value":"tr","name":"Turkish"},{"value":"UK","name":"Ukrainian"},{"value":"vi","name":"Vietnamese"},{"value":"zh-CN","name":"Chinese (Simplified)"},{"value":"zh-TW","name":"Chinese (Traditional)"}]},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Location Name or ID","name":"location_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":"getLocations"}},{"displayName":"Mobile Phone Number","name":"mobile_phone_number","type":"string","default":""},{"displayName":"Primary Email","name":"primary_email","type":"string","default":""},{"displayName":"Work Phone Number","name":"work_phone_number","type":"string","default":""}]},{"displayName":"Requester ID","name":"requesterId","description":"ID of the requester to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["requester"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["requester"],"operation":["update"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":""},{"displayName":"Background Information","name":"background_information","type":"string","default":""},{"displayName":"Department Names or IDs","name":"department_ids","type":"multiOptions","default":[],"description":"Comma-separated IDs of the departments associated with the requester. 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>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Job Title","name":"job_title","type":"string","default":""},{"displayName":"Language","name":"language","type":"options","default":"","options":[{"value":"en","name":"English"},{"value":"ar","name":"Arabic"},{"value":"ca","name":"Catalan"},{"value":"cs","name":"Czech"},{"value":"cy-GB","name":"Welsh"},{"value":"da","name":"Danish"},{"value":"de","name":"German"},{"value":"es","name":"Spanish"},{"value":"es-LA","name":"Spanish (Latin America)"},{"value":"et","name":"Estonian"},{"value":"fi","name":"Finnish"},{"value":"fr","name":"French"},{"value":"he","name":"Hebrew"},{"value":"hu","name":"Hungarian"},{"value":"id","name":"Indonesian"},{"value":"it","name":"Italian"},{"value":"ja-JP","name":"Japanese"},{"value":"ko","name":"Korean"},{"value":"LV","name":"Latvian"},{"value":"nb-NO","name":"Norwegian"},{"value":"nl","name":"Dutch"},{"value":"pl","name":"Polish"},{"value":"pt","name":"Portuguese"},{"value":"pt-BR","name":"Portuguese (Brazil)"},{"value":"pt-PT","name":"Portuguese (Portugal)"},{"value":"ru-RU","name":"Russian"},{"value":"sk","name":"Slovak"},{"value":"sk-SK","name":"Slovak"},{"value":"sl","name":"Slovenian"},{"value":"sv-SE","name":"Swedish"},{"value":"th","name":"Thai"},{"value":"tr","name":"Turkish"},{"value":"UK","name":"Ukrainian"},{"value":"vi","name":"Vietnamese"},{"value":"zh-CN","name":"Chinese (Simplified)"},{"value":"zh-TW","name":"Chinese (Traditional)"}]},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Location Name or ID","name":"location_id","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getLocations"}},{"displayName":"Mobile Phone","name":"mobile_phone_number","type":"string","default":""},{"displayName":"Primary Email","name":"primary_email","type":"string","default":""},{"displayName":"Secondary Emails","name":"secondary_emails","type":"string","default":"","description":"Comma-separated secondary emails associated with the requester"},{"displayName":"Time Format","name":"time_format","type":"options","default":"12h","options":[{"name":"12-Hour Format","value":"12h"},{"name":"24-Hour Format","value":"24h"}]},{"displayName":"Work Phone","name":"work_phone_number","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["requesterGroup"]}},"options":[{"name":"Create","value":"create","description":"Create a requester group","action":"Create a requester group"},{"name":"Delete","value":"delete","description":"Delete a requester group","action":"Delete a requester group"},{"name":"Get","value":"get","description":"Retrieve a requester group","action":"Get a requester group"},{"name":"Get Many","value":"getAll","description":"Retrieve many requester groups","action":"Get many requester groups"},{"name":"Update","value":"update","description":"Update a requester group","action":"Update a requester group"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["requesterGroup"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["requesterGroup"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""}]},{"displayName":"Requester Group ID","name":"requesterGroupId","description":"ID of the requester group to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["requesterGroup"],"operation":["delete"]}}},{"displayName":"Requester Group ID","name":"requesterGroupId","description":"ID of the requester group to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["requesterGroup"],"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":["requesterGroup"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["requesterGroup"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Requester Group ID","name":"requesterGroupId","description":"ID of the requester group to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["requesterGroup"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["requesterGroup"],"operation":["update"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the requester group"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the requester group"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["software"]}},"options":[{"name":"Create","value":"create","description":"Create a software application","action":"Create a software application"},{"name":"Delete","value":"delete","description":"Delete a software application","action":"Delete a software application"},{"name":"Get","value":"get","description":"Retrieve a software application","action":"Get a software application"},{"name":"Get Many","value":"getAll","description":"Retrieve many software applications","action":"Get many software applications"},{"name":"Update","value":"update","description":"Update a software application","action":"Update a software application"}],"default":"create"},{"displayName":"Application Type","name":"applicationType","type":"options","required":true,"options":[{"name":"Desktop","value":"desktop"},{"name":"Mobile","value":"mobile"},{"name":"SaaS","value":"saas"}],"default":"desktop","displayOptions":{"show":{"resource":["software"],"operation":["create"]}}},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["software"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["software"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","default":"managed","options":[{"name":"Disabled","value":"disabled"},{"name":"Ignored","value":"ignored"},{"name":"Needs Review","value":"needs review"},{"name":"Restricted","value":"restricted"}]}]},{"displayName":"Software ID","name":"softwareId","description":"ID of the software application to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["software"],"operation":["delete"]}}},{"displayName":"Software ID","name":"softwareId","description":"ID of the software application to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["software"],"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":["software"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["software"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Software ID","name":"softwareId","description":"ID of the software application to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["software"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["software"],"operation":["update"]}},"options":[{"displayName":"Application Type","name":"application_type","type":"options","default":"desktop","description":"Type of the software","options":[{"name":"Desktop","value":"desktop"},{"name":"Mobile","value":"mobile"},{"name":"SaaS","value":"saas"}]},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","default":"managed","options":[{"name":"Disabled","value":"disabled"},{"name":"Ignored","value":"ignored"},{"name":"Needs Review","value":"needs review"},{"name":"Restricted","value":"restricted"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Retrieve a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Retrieve many tickets","action":"Get many tickets"},{"name":"Update","value":"update","description":"Update a ticket","action":"Update a ticket"}],"default":"create"},{"displayName":"Email","name":"email","description":"Email address of the ticket author","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","type":"string","default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Description","name":"description","type":"string","default":"","description":"HTML supported","displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Priority","name":"priority","type":"options","default":1,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Status","name":"status","type":"options","default":2,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"name":"Open","value":2},{"name":"Pending","value":3},{"name":"Resolved","value":4},{"name":"Closed","value":5}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"displayName":"CC Emails","name":"cc_emails","type":"string","default":"","description":"Comma-separated email addresses to add in the CC field of the ticket email"},{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department to which this ticket belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the group to which the ticket has been assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Impact","name":"impact","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}]},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the ticket author"},{"displayName":"Requester Name or ID","name":"requester_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":"getRequesters"}}]},{"displayName":"Ticket ID","name":"ticketId","description":"ID of the ticket to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["delete"]}}},{"displayName":"Ticket ID","name":"ticketId","description":"ID of the ticket to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["ticket"],"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":["ticket"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"options":[{"displayName":"Agent Name or ID","name":"agent_id","type":"options","default":"","description":"ID of the agent to whom the tickets have been assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the group to which the tickets have been assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Impact","name":"impact","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}]},{"displayName":"Priority","name":"priority","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Status","name":"status","type":"options","default":2,"options":[{"name":"Open","value":2},{"name":"Pending","value":3},{"name":"Resolved","value":4},{"name":"Closed","value":5}]},{"displayName":"Created On","name":"created_at","type":"dateTime","default":"","description":"Date when the ticket was created"},{"displayName":"Due By","name":"due_by","description":"Date when the ticket is due to be resolved","type":"dateTime","default":""}]},{"displayName":"Ticket ID","name":"ticketId","description":"ID of the ticket to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"options":[{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department to which this ticket has been assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Description","name":"description","type":"string","default":"","description":"HTML supported"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address of the ticket author"},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the group to which the ticket has been assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Impact","name":"impact","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}]},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the ticket author"},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Priority","name":"priority","type":"options","default":1,"description":"Priority of the ticket","options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Status","name":"status","type":"options","default":2,"options":[{"name":"Open","value":2},{"name":"Pending","value":3},{"name":"Resolved","value":4},{"name":"Closed","value":5}]},{"displayName":"Subject","name":"subject","type":"string","default":""}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.freshservice/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/freshservice"}]},"alias":["Freshdesk"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Freshservice/freshservice.svg"},
|
|
112
|
-
{"displayName":"Freshworks CRM","name":"n8n-nodes-base.freshworksCrm","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Freshworks CRM API","defaults":{"name":"Freshworks CRM"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"freshworksCrmApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"},{"name":"Appointment","value":"appointment"},{"name":"Contact","value":"contact"},{"name":"Deal","value":"deal"},{"name":"Note","value":"note"},{"name":"Sales Activity","value":"salesActivity"},{"name":"Search","value":"search"},{"name":"Task","value":"task"}],"default":"account"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Create","value":"create","description":"Create an account","action":"Create an account"},{"name":"Delete","value":"delete","description":"Delete an account","action":"Delete an account"},{"name":"Get","value":"get","description":"Retrieve an account","action":"Get an account"},{"name":"Get Many","value":"getAll","description":"Retrieve many accounts","action":"Get many accounts"},{"name":"Update","value":"update","description":"Update an account","action":"Update an account"}],"default":"create"},{"displayName":"Name","name":"name","description":"Name of the account","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":"","description":"Address of the account"},{"displayName":"Annual Revenue","name":"annual_revenue","type":"number","default":0,"description":"Annual revenue of the account"},{"displayName":"Business Type Name or ID","name":"business_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getBusinessTypes"},"description":"ID of the business that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"City","name":"city","type":"string","default":"","description":"City that the account belongs to"},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country that the account belongs to"},{"displayName":"Facebook","name":"facebook","type":"string","default":"","description":"Facebook username of the account"},{"displayName":"Industry Type Name or ID","name":"industry_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getIndustryTypes"},"description":"ID of the industry that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"LinkedIn","name":"linkedin","type":"string","default":"","description":"LinkedIn account of the account"},{"displayName":"Number of Employees","name":"number_of_employees","type":"number","default":0,"description":"Number of employees in the account"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Parent Sales Account ID","name":"parent_sales_account_id","type":"string","default":"","description":"Parent account ID of the account"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number of the account"},{"displayName":"State","name":"state","type":"string","default":"","description":"State that the account belongs to"},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Twitter","name":"twitter","type":"string","default":"","description":"Twitter username of the account"},{"displayName":"Website","name":"website","type":"string","default":"","description":"Website of the account"},{"displayName":"Zipcode","name":"zipcode","type":"string","default":"","description":"Zipcode of the region that the account belongs to"}]},{"displayName":"Account ID","name":"accountId","description":"ID of the account to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["delete"]}}},{"displayName":"Account ID","name":"accountId","description":"ID of the account to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["get"]}}},{"displayName":"View Name or ID","name":"view","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":"getAccountViews"},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"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":["account"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Account ID","name":"accountId","description":"ID of the account to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["update"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":"","description":"Address of the account"},{"displayName":"Annual Revenue","name":"annual_revenue","type":"number","default":0,"description":"Annual revenue of the account"},{"displayName":"Business Type Name or ID","name":"business_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getBusinessTypes"},"description":"ID of the business that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"City","name":"city","type":"string","default":"","description":"City that the account belongs to"},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country that the account belongs to"},{"displayName":"Facebook","name":"facebook","type":"string","default":"","description":"Facebook username of the account"},{"displayName":"Industry Type Name or ID","name":"industry_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getIndustryTypes"},"description":"ID of the industry that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"LinkedIn","name":"linkedin","type":"string","default":"","description":"LinkedIn account of the account"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the account"},{"displayName":"Number of Employees","name":"number_of_employees","type":"number","default":0,"description":"Number of employees in the account"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Parent Sales Account ID","name":"parent_sales_account_id","type":"string","default":"","description":"Parent account ID of the account"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number of the account"},{"displayName":"State","name":"state","type":"string","default":"","description":"State that the account belongs to"},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Twitter","name":"twitter","type":"string","default":"","description":"Twitter username of the account"},{"displayName":"Website","name":"website","type":"string","default":"","description":"Website of the account"},{"displayName":"Zipcode","name":"zipcode","type":"string","default":"","description":"Zipcode of the region that the account belongs to"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["appointment"]}},"options":[{"name":"Create","value":"create","description":"Create an appointment","action":"Create an appointment"},{"name":"Delete","value":"delete","description":"Delete an appointment","action":"Delete an appointment"},{"name":"Get","value":"get","description":"Retrieve an appointment","action":"Get an appointment"},{"name":"Get Many","value":"getAll","description":"Retrieve many appointments","action":"Get many appointments"},{"name":"Update","value":"update","description":"Update an appointment","action":"Update an appointment"}],"default":"create"},{"displayName":"Title","name":"title","description":"Title of the appointment","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"operation":["create"]}}},{"displayName":"Start Date","name":"fromDate","description":"Timestamp that denotes the start of appointment. Start date if this is an all-day appointment.","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"operation":["create"]}}},{"displayName":"End Date","name":"endDate","description":"Timestamp that denotes the end of appointment. End date if this is an all-day appointment.","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"operation":["create"]}}},{"displayName":"Attendees","name":"attendees","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["appointment"],"operation":["create"]}},"placeholder":"Add Attendee","default":{},"options":[{"name":"attendee","displayName":"Attendee","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Contact","value":"contact"},{"name":"User","value":"user"}],"default":"contact"},{"displayName":"User Name or ID","name":"userId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","displayOptions":{"show":{"type":["user"]}},"typeOptions":{"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Contact ID","name":"contactId","displayOptions":{"show":{"type":["contact"]}},"type":"string","default":""}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["appointment"],"operation":["create"]}},"options":[{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the appointment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Is All-Day","name":"is_allday","type":"boolean","default":false,"description":"Whether it is an all-day appointment or not"},{"displayName":"Latitude","name":"latitude","type":"string","default":"","description":"Latitude of the location when you check in for an appointment"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the appointment"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","description":"Longitude of the location when you check in for an appointment"},{"displayName":"Outcome Name or ID","name":"outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Target ID","name":"targetable_id","type":"string","default":"","description":"ID of contact/account against whom appointment is created"},{"displayName":"Target Type","name":"targetable_type","type":"options","default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"SalesAccount","value":"SalesAccount"}]},{"displayName":"Time Zone","name":"time_zone","type":"options","default":"","description":"Timezone that the appointment is scheduled in","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":"Appointment ID","name":"appointmentId","description":"ID of the appointment to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"operation":["delete"]}}},{"displayName":"Appointment ID","name":"appointmentId","description":"ID of the appointment to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"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":["appointment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["appointment"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["appointment"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"options","default":"creater","options":[{"name":"Appointment Attendees","value":"appointment_attendees"},{"name":"Creator","value":"creater"},{"name":"Target","value":"targetable"}]},{"displayName":"Time","name":"filter","type":"options","default":"upcoming","options":[{"name":"Past","value":"past"},{"name":"Upcoming","value":"upcoming"}]}]},{"displayName":"Appointment ID","name":"appointmentId","description":"ID of the appointment to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["appointment"],"operation":["update"]}},"options":[{"displayName":"Attendees","name":"attendees","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Attendee","default":{},"options":[{"name":"attendee","displayName":"Attendee","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Contact","value":"contact"},{"name":"User","value":"user"}],"default":"contact"},{"displayName":"User Name or ID","name":"userId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","displayOptions":{"show":{"type":["user"]}},"typeOptions":{"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Contact ID","name":"contactId","displayOptions":{"show":{"type":["contact"]}},"type":"string","default":""}]}]},{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the appointment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"End Date","name":"endDate","description":"Timestamp that denotes the end of appointment. End date if this is an all-day appointment.","type":"dateTime","default":""},{"displayName":"Is All-Day","name":"is_allday","type":"boolean","default":false,"description":"Whether it is an all-day appointment or not"},{"displayName":"Latitude","name":"latitude","type":"string","default":"","description":"Latitude of the location when you check in for an appointment"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the appointment"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","description":"Longitude of the location when you check in for an appointment"},{"displayName":"Outcome Name or ID","name":"outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Start Date","name":"fromDate","description":"Timestamp that denotes the start of appointment. Start date if this is an all-day appointment.","type":"dateTime","default":""},{"displayName":"Target ID","name":"targetable_id","type":"string","default":"","description":"ID of contact/account against whom appointment is created"},{"displayName":"Target Type","name":"targetable_type","type":"options","default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"SalesAccount","value":"SalesAccount"}]},{"displayName":"Time Zone","name":"time_zone","type":"options","default":"","description":"Timezone that the appointment is scheduled in","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":"Title","name":"title","type":"string","default":"","description":"Title of the appointment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"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":"Retrieve many contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"First Name","name":"firstName","description":"First name of the contact","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Last Name","name":"lastName","description":"Last name of the contact","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Email Address","name":"emails","type":"string","default":"","description":"Email addresses of the contact","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":"","description":"Address of the contact"},{"displayName":"Campaign Name or ID","name":"campaign_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"City","name":"city","type":"string","default":"","description":"City that the contact belongs to"},{"displayName":"Contact Status Name or ID","name":"contact_status_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getContactStatuses"},"description":"ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country that the contact belongs to"},{"displayName":"External ID","name":"external_id","type":"string","default":"","description":"External ID of the contact"},{"displayName":"Facebook","name":"facebook","type":"string","default":"","description":"Facebook username of the contact"},{"displayName":"Job Title","name":"job_title","type":"string","default":"","description":"Designation of the contact in the account they belong to"},{"displayName":"Keywords","name":"keyword","type":"string","default":"","description":"Keywords that the contact used to reach your website/web app"},{"displayName":"Lead Source ID","name":"lead_source_id","type":"string","default":"","description":"ID of the source where contact came from"},{"displayName":"Lifecycle Stage Name or ID","name":"lifecycle_stage_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getLifecycleStages"},"description":"ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"LinkedIn","name":"linkedin","type":"string","default":"","description":"LinkedIn account of the contact"},{"displayName":"Medium","name":"medium","type":"string","default":"","description":"Medium that led your contact to your website/webapp"},{"displayName":"Mobile Number","name":"mobile_number","type":"string","default":"","description":"Mobile phone number of the contact"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sales Account Names or IDs","name":"sales_accounts","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"Accounts which contact belongs to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"State","name":"state","type":"string","default":"","description":"State that the contact belongs to"},{"displayName":"Subscription Status","name":"subscription_status","type":"string","default":"","description":"Status of subscription that the contact is in"},{"displayName":"Subscription Types","name":"subscription_types","type":"string","default":"","description":"Type of subscription that the contact is in"},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Time Zone","name":"time_zone","type":"string","default":"","description":"Timezone that the contact belongs to"},{"displayName":"Twitter","name":"twitter","type":"string","default":"","description":"Twitter username of the contact"},{"displayName":"Work Number","name":"work_number","type":"string","default":"","description":"Work phone number of the contact"},{"displayName":"Zipcode","name":"zipcode","type":"string","default":"","description":"Zipcode of the region that the contact belongs to"}]},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"View Name or ID","name":"view","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"typeOptions":{"loadOptionsMethod":"getContactViews"},"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","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":"","description":"Address of the contact"},{"displayName":"Campaign Name or ID","name":"campaign_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"City","name":"city","type":"string","default":"","description":"City that the contact belongs to"},{"displayName":"Contact Status Name or ID","name":"contact_status_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getContactStatuses"},"description":"ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country that the contact belongs to"},{"displayName":"External ID","name":"external_id","type":"string","default":"","description":"External ID of the contact"},{"displayName":"Facebook","name":"facebook","type":"string","default":"","description":"Facebook username of the contact"},{"displayName":"First Name","name":"first_name","type":"string","default":"","description":"First name of the contact"},{"displayName":"Job Title","name":"job_title","type":"string","default":"","description":"Designation of the contact in the account they belong to"},{"displayName":"Keywords","name":"keyword","type":"string","default":"","description":"Keywords that the contact used to reach your website/web app"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"Last name of the contact"},{"displayName":"Lead Source Name or ID","name":"lead_source_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getLeadSources"},"description":"ID of the source where contact came from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifecycle_stage_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getLifecycleStages"},"description":"ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"LinkedIn","name":"linkedin","type":"string","default":"","description":"LinkedIn account of the contact"},{"displayName":"Medium","name":"medium","type":"string","default":"","description":"Medium that led your contact to your website/webapp"},{"displayName":"Mobile Number","name":"mobile_number","type":"string","default":"","description":"Mobile phone number of the contact"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sales Account Names or IDs","name":"sales_accounts","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"Accounts which contact belongs to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"State","name":"state","type":"string","default":"","description":"State that the contact belongs to"},{"displayName":"Subscription Status Name or ID","name":"subscription_status","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getSubscriptionStatuses"},"description":"Status of subscription that the contact is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Subscription Types Name or ID","name":"subscription_types","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getSubscriptionTypes"},"description":"Type of subscription that the contact is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Time Zone","name":"time_zone","type":"string","default":"","description":"Timezone that the contact belongs to"},{"displayName":"Twitter","name":"twitter","type":"string","default":"","description":"Twitter username of the contact"},{"displayName":"Work Number","name":"work_number","type":"string","default":"","description":"Work phone number of the contact"},{"displayName":"Zipcode","name":"zipcode","type":"string","default":"","description":"Zipcode of the region that the contact belongs to"}]},{"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":"Retrieve a deal","action":"Get a deal"},{"name":"Get Many","value":"getAll","description":"Retrieve many deals","action":"Get many deals"},{"name":"Update","value":"update","description":"Update a deal","action":"Update a deal"}],"default":"create"},{"displayName":"Amount","name":"amount","description":"Value of the deal","type":"number","required":true,"default":0,"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}}},{"displayName":"Name","name":"name","description":"Name of the deal","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"options":[{"displayName":"Base Currency Amount","name":"base_currency_amount","type":"number","default":0,"description":"Value of the deal in base currency"},{"displayName":"Campaign Name or ID","name":"campaign_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign that landed this deal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Currency Name or ID","name":"currency_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCurrencies"},"description":"ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Payment Status Name or ID","name":"deal_payment_status_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealPaymentStatuses"},"description":"ID of the mode of payment for the deal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Pipeline Name or ID","name":"deal_pipeline_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealPipelines"},"description":"ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Product Name or ID","name":"deal_product_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealProducts"},"description":"ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Reason Name or ID","name":"deal_reason_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealReasons"},"description":"ID of the reason for losing the deal. Can only be set if the deal is in 'Lost' stage. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Stage Name or ID","name":"deal_stage_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealStages"},"description":"ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Type Name or ID","name":"deal_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealTypes"},"description":"ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Lead Source ID","name":"lead_source_id","type":"string","default":"","description":"ID of the source where deal came from"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Probability","name":"probability","type":"number","default":0,"typeOptions":{"minValue":0,"maxValue":100},"description":"Probability of winning the deal as a number between 0 and 100"},{"displayName":"Sales Account Name or ID","name":"sales_account_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["delete"]}}},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["get"]}}},{"displayName":"View Name or ID","name":"view","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}},"typeOptions":{"loadOptionsMethod":"getDealViews"},"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":["deal"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"options":[{"displayName":"Amount","name":"amount","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Value of the deal"},{"displayName":"Base Currency Amount","name":"base_currency_amount","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Value of the deal in base currency"},{"displayName":"Campaign Name or ID","name":"campaign_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign that landed this deal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Currency Name or ID","name":"currency_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCurrencies"},"description":"ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Payment Status Name or ID","name":"deal_payment_status_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealPaymentStatuses"},"description":"ID of the mode of payment for the deal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Pipeline Name or ID","name":"deal_pipeline_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealPipelines"},"description":"ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Product Name or ID","name":"deal_product_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealProducts"},"description":"ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Reason Name or ID","name":"deal_reason_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealReasons"},"description":"ID of the reason for losing the deal. Can only be set if the deal is in 'Lost' stage. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Stage Name or ID","name":"deal_stage_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealStages"},"description":"ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Type Name or ID","name":"deal_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealTypes"},"description":"ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Lead Source ID","name":"lead_source_id","type":"string","default":"","description":"ID of the source where deal came from"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the deal"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Probability","name":"probability","type":"number","default":0,"typeOptions":{"minValue":0,"maxValue":100},"description":"Probability of winning the deal as a number between 0 and 100"},{"displayName":"Sales Account Name or ID","name":"sales_account_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the deal belongs to. 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":["note"]}},"options":[{"name":"Create","value":"create","description":"Create a note","action":"Create a note"},{"name":"Delete","value":"delete","description":"Delete a note","action":"Delete a note"},{"name":"Update","value":"update","description":"Update a note","action":"Update a note"}],"default":"create"},{"displayName":"Content","name":"description","description":"Content of the note","type":"string","required":true,"typeOptions":{"rows":5},"default":"","displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Target Type","name":"targetableType","description":"Type of the entity for which the note is created","type":"options","required":true,"default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"Sales Account","value":"SalesAccount"}],"displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Target ID","name":"targetable_id","description":"ID of the entity for which note is created. The type of entity is selected in \"Target Type\".","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Note ID","name":"noteId","description":"ID of the note to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"operation":["delete"]}}},{"displayName":"Note ID","name":"noteId","description":"ID of the note to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["note"],"operation":["update"]}},"options":[{"displayName":"Content","name":"description","type":"string","typeOptions":{"rows":5},"default":"","description":"Content of the note"},{"displayName":"Target ID","name":"targetable_id","type":"string","default":"","description":"ID of the entity for which the note is updated"},{"displayName":"Target Type","name":"targetable_type","type":"options","default":"Contact","description":"Type of the entity for which the note is updated","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"Sales Account","value":"SalesAccount"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["salesActivity"]}},"options":[{"name":"Get","value":"get","description":"Retrieve a sales activity","action":"Get a sales activity"},{"name":"Get Many","value":"getAll","description":"Retrieve many sales activities","action":"Get many sales activities"}],"default":"get"},{"displayName":"Sales Activity Type Name or ID","name":"sales_activity_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getSalesActivityTypes"},"description":"ID of a sales activity type for which the sales activity is created. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Title","name":"title","description":"Title of the sales activity to create","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Owner Name or ID","name":"ownerId","description":"ID of the user who owns the sales activity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"required":true,"displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Start Date","name":"from_date","description":"Timestamp that denotes the end of sales activity","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"End Date","name":"end_date","description":"Timestamp that denotes the end of sales activity","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Target Type","name":"targetableType","description":"Type of the entity for which the sales activity is created","type":"options","required":true,"default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"Sales Account","value":"SalesAccount"}],"displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Target ID","name":"targetable_id","description":"ID of the entity for which the sales activity is created. The type of entity is selected in \"Target Type\".","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}},"options":[{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the sales activity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Latitude","name":"latitude","type":"string","default":"","description":"Latitude of the location when you check in on a sales activity"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the sales activity"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","description":"Longitude of the location when you check in for a sales activity"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Description about the sales activity"},{"displayName":"Sales Activity Outcome Name or ID","name":"sales_activity_outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of a sales activity's outcome. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Sales Activity ID","name":"salesActivityId","description":"ID of the salesActivity to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["delete"]}}},{"displayName":"Sales Activity ID","name":"salesActivityId","description":"ID of the salesActivity to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"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":["salesActivity"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["salesActivity"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Sales Activity ID","name":"salesActivityId","description":"ID of the salesActivity to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["salesActivity"],"operation":["update"]}},"options":[{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the sales activity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Start Date","name":"end_date","description":"Timestamp that denotes the start of the sales activity","type":"dateTime","default":""},{"displayName":"Latitude","name":"latitude","type":"string","default":"","description":"Latitude of the location when you check in on a sales activity"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the sales activity"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","description":"Longitude of the location when you check in for a sales activity"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Description about the sales activity"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who owns the sales activity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sales Activity Outcome Name or ID","name":"sales_activity_outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of a sales activity's outcome. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sales Activity Type Name or ID","name":"sales_activity_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getSalesActivityTypes"},"description":"ID of a sales activity type for which the sales activity is updated. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Start Date","name":"from_date","description":"Timestamp that denotes the start of the sales activity","type":"dateTime","default":""},{"displayName":"Target ID","name":"targetable_id","type":"string","default":"","description":"ID of the entity for which the sales activity is updated. The type of entity is selected in \"Target Type\"."},{"displayName":"Target Type","name":"targetable_type","type":"options","default":"Contact","description":"Type of the entity for which the sales activity is updated","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"SalesAccount","value":"SalesAccount"}]},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the sales activity to update"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["search"]}},"options":[{"name":"Query","value":"query","description":"Search for records by entering search queries of your choice","action":"Query a search"},{"name":"Lookup","value":"lookup","description":"Search for the name or email address of records","action":"Lookup a search"}],"default":"query"},{"displayName":"Search Term","name":"query","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["query"]}},"description":"Enter a term that will be used for searching entities"},{"displayName":"Search on Entities","name":"entities","type":"multiOptions","options":[{"name":"Contact","value":"contact"},{"name":"Deal","value":"deal"},{"name":"Sales Account","value":"sales_account"},{"name":"User","value":"user"}],"required":true,"default":[],"displayOptions":{"show":{"resource":["search"],"operation":["query"]}},"description":"Enter a term that will be used for searching entities"},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"displayOptions":{"show":{"resource":["search"],"operation":["query"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":25,"displayOptions":{"show":{"resource":["search"],"operation":["query"],"returnAll":[false]}},"description":"Max number of results to return"},{"displayName":"Search Field","name":"searchField","type":"options","options":[{"name":"Email","value":"email"},{"name":"Name","value":"name"},{"name":"Custom Field","value":"customField","description":"Only allowed custom fields of type \"Text field\", \"Number\", \"Dropdown\" or \"Radio button\""}],"required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["lookup"]}},"description":"Field against which the entities have to be searched"},{"displayName":"Custom Field Name","name":"customFieldName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["lookup"],"searchField":["customField"]}}},{"displayName":"Custom Field Value","name":"customFieldValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["lookup"],"searchField":["customField"]}}},{"displayName":"Field Value","name":"fieldValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["lookup"],"searchField":["email","name"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["search"],"operation":["lookup"]}},"options":[{"displayName":"Entities","name":"entities","type":"multiOptions","default":[],"options":[{"name":"Contact","value":"contact"},{"name":"Deal","value":"deal"},{"name":"Sales Account","value":"sales_account"}],"description":"Use 'entities' to query against related entities. You can include multiple entities at once, provided the field is available in both entities or else you'd receive an error response."}]},{"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":"Retrieve a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Retrieve many tasks","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Title","name":"title","description":"Title of the task","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Due Date","name":"dueDate","description":"Timestamp that denotes when the task is due to be completed","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Owner Name or ID","name":"ownerId","description":"ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"required":true,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Target Type","name":"targetableType","description":"Type of the entity for which the task is updated","type":"options","required":true,"default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"SalesAccount","value":"SalesAccount"}],"displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Target ID","name":"targetable_id","description":"ID of the entity for which the task is created. The type of entity is selected in \"Target Type\".","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Outcome Name or ID","name":"outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of the outcome 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":"Task Type ID","name":"task_type_id","type":"string","default":"","description":"ID of the type of task"}]},{"displayName":"Task ID","name":"taskId","description":"ID of the task to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["delete"]}}},{"displayName":"Task ID","name":"taskId","description":"ID of the task to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"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":["task"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"options","default":"owner","options":[{"name":"Owner","value":"owner"},{"name":"Target","value":"targetable"},{"name":"Users","value":"users"}]},{"displayName":"Status","name":"filter","type":"options","default":"open","options":[{"name":"Completed","value":"completed"},{"name":"Due Today","value":"due_today"},{"name":"Due Tomorrow","value":"due_tomorrow"},{"name":"Open","value":"open"},{"name":"Overdue","value":"overdue"}]}]},{"displayName":"Task ID","name":"taskId","description":"ID of the task to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the sales activity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Due Date","name":"dueDate","description":"Timestamp that denotes when the task is due to be completed","type":"dateTime","default":""},{"displayName":"Outcome Name or ID","name":"outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of the outcome 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":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Target ID","name":"targetable_id","type":"string","default":"","description":"ID of the entity for which the task is updated. The type of entity is selected in \"Target Type\"."},{"displayName":"Target Type","name":"targetable_type","description":"Type of the entity for which the task is updated","type":"options","default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"SalesAccount","value":"SalesAccount"}]},{"displayName":"Task Type ID","name":"task_type_id","type":"string","default":"","description":"ID of the type of task"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the task"}]}],"codex":{"categories":["Marketing & Content","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.freshworkscrm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/freshworksCrm"}]},"alias":["Freshdesk"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/FreshworksCrm/freshworksCrm.svg"},
|
|
112
|
+
{"displayName":"Freshworks CRM","name":"n8n-nodes-base.freshworksCrm","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Freshworks CRM API","defaults":{"name":"Freshworks CRM"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"freshworksCrmApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"},{"name":"Appointment","value":"appointment"},{"name":"Contact","value":"contact"},{"name":"Deal","value":"deal"},{"name":"Note","value":"note"},{"name":"Sales Activity","value":"salesActivity"},{"name":"Search","value":"search"},{"name":"Task","value":"task"}],"default":"account"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Create","value":"create","description":"Create an account","action":"Create an account"},{"name":"Delete","value":"delete","description":"Delete an account","action":"Delete an account"},{"name":"Get","value":"get","description":"Retrieve an account","action":"Get an account"},{"name":"Get Many","value":"getAll","description":"Retrieve many accounts","action":"Get many accounts"},{"name":"Update","value":"update","description":"Update an account","action":"Update an account"}],"default":"create"},{"displayName":"Name","name":"name","description":"Name of the account","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":"","description":"Address of the account"},{"displayName":"Annual Revenue","name":"annual_revenue","type":"number","default":0,"description":"Annual revenue of the account"},{"displayName":"Business Type Name or ID","name":"business_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getBusinessTypes"},"description":"ID of the business that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"City","name":"city","type":"string","default":"","description":"City that the account belongs to"},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country that the account belongs to"},{"displayName":"Facebook","name":"facebook","type":"string","default":"","description":"Facebook username of the account"},{"displayName":"Industry Type Name or ID","name":"industry_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getIndustryTypes"},"description":"ID of the industry that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"LinkedIn","name":"linkedin","type":"string","default":"","description":"LinkedIn account of the account"},{"displayName":"Number of Employees","name":"number_of_employees","type":"number","default":0,"description":"Number of employees in the account"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Parent Sales Account ID","name":"parent_sales_account_id","type":"string","default":"","description":"Parent account ID of the account"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number of the account"},{"displayName":"State","name":"state","type":"string","default":"","description":"State that the account belongs to"},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Twitter","name":"twitter","type":"string","default":"","description":"Twitter username of the account"},{"displayName":"Website","name":"website","type":"string","default":"","description":"Website of the account"},{"displayName":"Zipcode","name":"zipcode","type":"string","default":"","description":"Zipcode of the region that the account belongs to"}]},{"displayName":"Account ID","name":"accountId","description":"ID of the account to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["delete"]}}},{"displayName":"Account ID","name":"accountId","description":"ID of the account to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["get"]}}},{"displayName":"View Name or ID","name":"view","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":"getAccountViews"},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"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":["account"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Account ID","name":"accountId","description":"ID of the account to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["update"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":"","description":"Address of the account"},{"displayName":"Annual Revenue","name":"annual_revenue","type":"number","default":0,"description":"Annual revenue of the account"},{"displayName":"Business Type Name or ID","name":"business_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getBusinessTypes"},"description":"ID of the business that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"City","name":"city","type":"string","default":"","description":"City that the account belongs to"},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country that the account belongs to"},{"displayName":"Facebook","name":"facebook","type":"string","default":"","description":"Facebook username of the account"},{"displayName":"Industry Type Name or ID","name":"industry_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getIndustryTypes"},"description":"ID of the industry that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"LinkedIn","name":"linkedin","type":"string","default":"","description":"LinkedIn account of the account"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the account"},{"displayName":"Number of Employees","name":"number_of_employees","type":"number","default":0,"description":"Number of employees in the account"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Parent Sales Account ID","name":"parent_sales_account_id","type":"string","default":"","description":"Parent account ID of the account"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number of the account"},{"displayName":"State","name":"state","type":"string","default":"","description":"State that the account belongs to"},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Twitter","name":"twitter","type":"string","default":"","description":"Twitter username of the account"},{"displayName":"Website","name":"website","type":"string","default":"","description":"Website of the account"},{"displayName":"Zipcode","name":"zipcode","type":"string","default":"","description":"Zipcode of the region that the account belongs to"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["appointment"]}},"options":[{"name":"Create","value":"create","description":"Create an appointment","action":"Create an appointment"},{"name":"Delete","value":"delete","description":"Delete an appointment","action":"Delete an appointment"},{"name":"Get","value":"get","description":"Retrieve an appointment","action":"Get an appointment"},{"name":"Get Many","value":"getAll","description":"Retrieve many appointments","action":"Get many appointments"},{"name":"Update","value":"update","description":"Update an appointment","action":"Update an appointment"}],"default":"create"},{"displayName":"Title","name":"title","description":"Title of the appointment","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"operation":["create"]}}},{"displayName":"Start Date","name":"fromDate","description":"Timestamp that denotes the start of appointment. Start date if this is an all-day appointment.","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"operation":["create"]}}},{"displayName":"End Date","name":"endDate","description":"Timestamp that denotes the end of appointment. End date if this is an all-day appointment.","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"operation":["create"]}}},{"displayName":"Attendees","name":"attendees","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["appointment"],"operation":["create"]}},"placeholder":"Add Attendee","default":{},"options":[{"name":"attendee","displayName":"Attendee","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Contact","value":"contact"},{"name":"User","value":"user"}],"default":"contact"},{"displayName":"User Name or ID","name":"userId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","displayOptions":{"show":{"type":["user"]}},"typeOptions":{"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Contact ID","name":"contactId","displayOptions":{"show":{"type":["contact"]}},"type":"string","default":""}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["appointment"],"operation":["create"]}},"options":[{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the appointment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Is All-Day","name":"is_allday","type":"boolean","default":false,"description":"Whether it is an all-day appointment or not"},{"displayName":"Latitude","name":"latitude","type":"string","default":"","description":"Latitude of the location when you check in for an appointment"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the appointment"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","description":"Longitude of the location when you check in for an appointment"},{"displayName":"Outcome Name or ID","name":"outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Target ID","name":"targetable_id","type":"string","default":"","description":"ID of contact/account against whom appointment is created"},{"displayName":"Target Type","name":"targetable_type","type":"options","default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"SalesAccount","value":"SalesAccount"}]},{"displayName":"Time Zone","name":"time_zone","type":"options","default":"","description":"Timezone that the appointment is scheduled in","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":"Appointment ID","name":"appointmentId","description":"ID of the appointment to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"operation":["delete"]}}},{"displayName":"Appointment ID","name":"appointmentId","description":"ID of the appointment to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"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":["appointment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["appointment"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["appointment"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"options","default":"creater","options":[{"name":"Appointment Attendees","value":"appointment_attendees"},{"name":"Creator","value":"creater"},{"name":"Target","value":"targetable"}]},{"displayName":"Time","name":"filter","type":"options","default":"upcoming","options":[{"name":"Past","value":"past"},{"name":"Upcoming","value":"upcoming"}]}]},{"displayName":"Appointment ID","name":"appointmentId","description":"ID of the appointment to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["appointment"],"operation":["update"]}},"options":[{"displayName":"Attendees","name":"attendees","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Attendee","default":{},"options":[{"name":"attendee","displayName":"Attendee","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Contact","value":"contact"},{"name":"User","value":"user"}],"default":"contact"},{"displayName":"User Name or ID","name":"userId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","displayOptions":{"show":{"type":["user"]}},"typeOptions":{"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Contact ID","name":"contactId","displayOptions":{"show":{"type":["contact"]}},"type":"string","default":""}]}]},{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the appointment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"End Date","name":"endDate","description":"Timestamp that denotes the end of appointment. End date if this is an all-day appointment.","type":"dateTime","default":""},{"displayName":"Is All-Day","name":"is_allday","type":"boolean","default":false,"description":"Whether it is an all-day appointment or not"},{"displayName":"Latitude","name":"latitude","type":"string","default":"","description":"Latitude of the location when you check in for an appointment"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the appointment"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","description":"Longitude of the location when you check in for an appointment"},{"displayName":"Outcome Name or ID","name":"outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Start Date","name":"fromDate","description":"Timestamp that denotes the start of appointment. Start date if this is an all-day appointment.","type":"dateTime","default":""},{"displayName":"Target ID","name":"targetable_id","type":"string","default":"","description":"ID of contact/account against whom appointment is created"},{"displayName":"Target Type","name":"targetable_type","type":"options","default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"SalesAccount","value":"SalesAccount"}]},{"displayName":"Time Zone","name":"time_zone","type":"options","default":"","description":"Timezone that the appointment is scheduled in","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":"Title","name":"title","type":"string","default":"","description":"Title of the appointment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"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":"Retrieve many contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"First Name","name":"firstName","description":"First name of the contact","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Last Name","name":"lastName","description":"Last name of the contact","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Email Address","name":"emails","type":"string","default":"","description":"Email addresses of the contact","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":"","description":"Address of the contact"},{"displayName":"Campaign Name or ID","name":"campaign_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"City","name":"city","type":"string","default":"","description":"City that the contact belongs to"},{"displayName":"Contact Status Name or ID","name":"contact_status_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getContactStatuses"},"description":"ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country that the contact belongs to"},{"displayName":"External ID","name":"external_id","type":"string","default":"","description":"External ID of the contact"},{"displayName":"Facebook","name":"facebook","type":"string","default":"","description":"Facebook username of the contact"},{"displayName":"Job Title","name":"job_title","type":"string","default":"","description":"Designation of the contact in the account they belong to"},{"displayName":"Keywords","name":"keyword","type":"string","default":"","description":"Keywords that the contact used to reach your website/web app"},{"displayName":"Lead Source ID","name":"lead_source_id","type":"string","default":"","description":"ID of the source where contact came from"},{"displayName":"Lifecycle Stage Name or ID","name":"lifecycle_stage_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getLifecycleStages"},"description":"ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"LinkedIn","name":"linkedin","type":"string","default":"","description":"LinkedIn account of the contact"},{"displayName":"Medium","name":"medium","type":"string","default":"","description":"Medium that led your contact to your website/webapp"},{"displayName":"Mobile Number","name":"mobile_number","type":"string","default":"","description":"Mobile phone number of the contact"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sales Account Names or IDs","name":"sales_accounts","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"Accounts which contact belongs to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"State","name":"state","type":"string","default":"","description":"State that the contact belongs to"},{"displayName":"Subscription Status","name":"subscription_status","type":"string","default":"","description":"Status of subscription that the contact is in"},{"displayName":"Subscription Types","name":"subscription_types","type":"string","default":"","description":"Type of subscription that the contact is in"},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Time Zone","name":"time_zone","type":"string","default":"","description":"Timezone that the contact belongs to"},{"displayName":"Twitter","name":"twitter","type":"string","default":"","description":"Twitter username of the contact"},{"displayName":"Work Number","name":"work_number","type":"string","default":"","description":"Work phone number of the contact"},{"displayName":"Zipcode","name":"zipcode","type":"string","default":"","description":"Zipcode of the region that the contact belongs to"}]},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"View Name or ID","name":"view","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"typeOptions":{"loadOptionsMethod":"getContactViews"},"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","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":"","description":"Address of the contact"},{"displayName":"Campaign Name or ID","name":"campaign_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"City","name":"city","type":"string","default":"","description":"City that the contact belongs to"},{"displayName":"Contact Status Name or ID","name":"contact_status_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getContactStatuses"},"description":"ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country that the contact belongs to"},{"displayName":"External ID","name":"external_id","type":"string","default":"","description":"External ID of the contact"},{"displayName":"Facebook","name":"facebook","type":"string","default":"","description":"Facebook username of the contact"},{"displayName":"First Name","name":"first_name","type":"string","default":"","description":"First name of the contact"},{"displayName":"Job Title","name":"job_title","type":"string","default":"","description":"Designation of the contact in the account they belong to"},{"displayName":"Keywords","name":"keyword","type":"string","default":"","description":"Keywords that the contact used to reach your website/web app"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"Last name of the contact"},{"displayName":"Lead Source Name or ID","name":"lead_source_id","type":"options","default":"","description":"ID of the source where contact came from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifecycle_stage_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getLifecycleStages"},"description":"ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"LinkedIn","name":"linkedin","type":"string","default":"","description":"LinkedIn account of the contact"},{"displayName":"Medium","name":"medium","type":"string","default":"","description":"Medium that led your contact to your website/webapp"},{"displayName":"Mobile Number","name":"mobile_number","type":"string","default":"","description":"Mobile phone number of the contact"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sales Account Names or IDs","name":"sales_accounts","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"Accounts which contact belongs to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"State","name":"state","type":"string","default":"","description":"State that the contact belongs to"},{"displayName":"Subscription Status Name or ID","name":"subscription_status","type":"options","default":"","description":"Status of subscription that the contact is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Subscription Types Name or ID","name":"subscription_types","type":"options","default":"","description":"Type of subscription that the contact is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Time Zone","name":"time_zone","type":"string","default":"","description":"Timezone that the contact belongs to"},{"displayName":"Twitter","name":"twitter","type":"string","default":"","description":"Twitter username of the contact"},{"displayName":"Work Number","name":"work_number","type":"string","default":"","description":"Work phone number of the contact"},{"displayName":"Zipcode","name":"zipcode","type":"string","default":"","description":"Zipcode of the region that the contact belongs to"}]},{"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":"Retrieve a deal","action":"Get a deal"},{"name":"Get Many","value":"getAll","description":"Retrieve many deals","action":"Get many deals"},{"name":"Update","value":"update","description":"Update a deal","action":"Update a deal"}],"default":"create"},{"displayName":"Amount","name":"amount","description":"Value of the deal","type":"number","required":true,"default":0,"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}}},{"displayName":"Name","name":"name","description":"Name of the deal","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"options":[{"displayName":"Base Currency Amount","name":"base_currency_amount","type":"number","default":0,"description":"Value of the deal in base currency"},{"displayName":"Campaign Name or ID","name":"campaign_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign that landed this deal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Currency Name or ID","name":"currency_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCurrencies"},"description":"ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Payment Status Name or ID","name":"deal_payment_status_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealPaymentStatuses"},"description":"ID of the mode of payment for the deal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Pipeline Name or ID","name":"deal_pipeline_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealPipelines"},"description":"ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Product Name or ID","name":"deal_product_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealProducts"},"description":"ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Reason Name or ID","name":"deal_reason_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealReasons"},"description":"ID of the reason for losing the deal. Can only be set if the deal is in 'Lost' stage. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Stage Name or ID","name":"deal_stage_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealStages"},"description":"ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Type Name or ID","name":"deal_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealTypes"},"description":"ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Lead Source ID","name":"lead_source_id","type":"string","default":"","description":"ID of the source where deal came from"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Probability","name":"probability","type":"number","default":0,"typeOptions":{"minValue":0,"maxValue":100},"description":"Probability of winning the deal as a number between 0 and 100"},{"displayName":"Sales Account Name or ID","name":"sales_account_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["delete"]}}},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["get"]}}},{"displayName":"View Name or ID","name":"view","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}},"typeOptions":{"loadOptionsMethod":"getDealViews"},"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":["deal"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"options":[{"displayName":"Amount","name":"amount","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Value of the deal"},{"displayName":"Base Currency Amount","name":"base_currency_amount","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Value of the deal in base currency"},{"displayName":"Campaign Name or ID","name":"campaign_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign that landed this deal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Currency Name or ID","name":"currency_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCurrencies"},"description":"ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Payment Status Name or ID","name":"deal_payment_status_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealPaymentStatuses"},"description":"ID of the mode of payment for the deal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Pipeline Name or ID","name":"deal_pipeline_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealPipelines"},"description":"ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Product Name or ID","name":"deal_product_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealProducts"},"description":"ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Reason Name or ID","name":"deal_reason_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealReasons"},"description":"ID of the reason for losing the deal. Can only be set if the deal is in 'Lost' stage. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Stage Name or ID","name":"deal_stage_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealStages"},"description":"ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Type Name or ID","name":"deal_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealTypes"},"description":"ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Lead Source ID","name":"lead_source_id","type":"string","default":"","description":"ID of the source where deal came from"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the deal"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Probability","name":"probability","type":"number","default":0,"typeOptions":{"minValue":0,"maxValue":100},"description":"Probability of winning the deal as a number between 0 and 100"},{"displayName":"Sales Account Name or ID","name":"sales_account_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the deal belongs to. 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":["note"]}},"options":[{"name":"Create","value":"create","description":"Create a note","action":"Create a note"},{"name":"Delete","value":"delete","description":"Delete a note","action":"Delete a note"},{"name":"Update","value":"update","description":"Update a note","action":"Update a note"}],"default":"create"},{"displayName":"Content","name":"description","description":"Content of the note","type":"string","required":true,"typeOptions":{"rows":5},"default":"","displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Target Type","name":"targetableType","description":"Type of the entity for which the note is created","type":"options","required":true,"default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"Sales Account","value":"SalesAccount"}],"displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Target ID","name":"targetable_id","description":"ID of the entity for which note is created. The type of entity is selected in \"Target Type\".","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Note ID","name":"noteId","description":"ID of the note to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"operation":["delete"]}}},{"displayName":"Note ID","name":"noteId","description":"ID of the note to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["note"],"operation":["update"]}},"options":[{"displayName":"Content","name":"description","type":"string","typeOptions":{"rows":5},"default":"","description":"Content of the note"},{"displayName":"Target ID","name":"targetable_id","type":"string","default":"","description":"ID of the entity for which the note is updated"},{"displayName":"Target Type","name":"targetable_type","type":"options","default":"Contact","description":"Type of the entity for which the note is updated","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"Sales Account","value":"SalesAccount"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["salesActivity"]}},"options":[{"name":"Get","value":"get","description":"Retrieve a sales activity","action":"Get a sales activity"},{"name":"Get Many","value":"getAll","description":"Retrieve many sales activities","action":"Get many sales activities"}],"default":"get"},{"displayName":"Sales Activity Type Name or ID","name":"sales_activity_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getSalesActivityTypes"},"description":"ID of a sales activity type for which the sales activity is created. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Title","name":"title","description":"Title of the sales activity to create","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Owner Name or ID","name":"ownerId","description":"ID of the user who owns the sales activity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"required":true,"displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Start Date","name":"from_date","description":"Timestamp that denotes the end of sales activity","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"End Date","name":"end_date","description":"Timestamp that denotes the end of sales activity","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Target Type","name":"targetableType","description":"Type of the entity for which the sales activity is created","type":"options","required":true,"default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"Sales Account","value":"SalesAccount"}],"displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Target ID","name":"targetable_id","description":"ID of the entity for which the sales activity is created. The type of entity is selected in \"Target Type\".","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}},"options":[{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the sales activity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Latitude","name":"latitude","type":"string","default":"","description":"Latitude of the location when you check in on a sales activity"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the sales activity"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","description":"Longitude of the location when you check in for a sales activity"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Description about the sales activity"},{"displayName":"Sales Activity Outcome Name or ID","name":"sales_activity_outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of a sales activity's outcome. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Sales Activity ID","name":"salesActivityId","description":"ID of the salesActivity to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["delete"]}}},{"displayName":"Sales Activity ID","name":"salesActivityId","description":"ID of the salesActivity to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"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":["salesActivity"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["salesActivity"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Sales Activity ID","name":"salesActivityId","description":"ID of the salesActivity to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["salesActivity"],"operation":["update"]}},"options":[{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the sales activity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Start Date","name":"end_date","description":"Timestamp that denotes the start of the sales activity","type":"dateTime","default":""},{"displayName":"Latitude","name":"latitude","type":"string","default":"","description":"Latitude of the location when you check in on a sales activity"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the sales activity"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","description":"Longitude of the location when you check in for a sales activity"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Description about the sales activity"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who owns the sales activity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sales Activity Outcome Name or ID","name":"sales_activity_outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of a sales activity's outcome. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sales Activity Type Name or ID","name":"sales_activity_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getSalesActivityTypes"},"description":"ID of a sales activity type for which the sales activity is updated. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Start Date","name":"from_date","description":"Timestamp that denotes the start of the sales activity","type":"dateTime","default":""},{"displayName":"Target ID","name":"targetable_id","type":"string","default":"","description":"ID of the entity for which the sales activity is updated. The type of entity is selected in \"Target Type\"."},{"displayName":"Target Type","name":"targetable_type","type":"options","default":"Contact","description":"Type of the entity for which the sales activity is updated","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"SalesAccount","value":"SalesAccount"}]},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the sales activity to update"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["search"]}},"options":[{"name":"Query","value":"query","description":"Search for records by entering search queries of your choice","action":"Query a search"},{"name":"Lookup","value":"lookup","description":"Search for the name or email address of records","action":"Lookup a search"}],"default":"query"},{"displayName":"Search Term","name":"query","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["query"]}},"description":"Enter a term that will be used for searching entities"},{"displayName":"Search on Entities","name":"entities","type":"multiOptions","options":[{"name":"Contact","value":"contact"},{"name":"Deal","value":"deal"},{"name":"Sales Account","value":"sales_account"},{"name":"User","value":"user"}],"required":true,"default":[],"displayOptions":{"show":{"resource":["search"],"operation":["query"]}},"description":"Enter a term that will be used for searching entities"},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"displayOptions":{"show":{"resource":["search"],"operation":["query"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":25,"displayOptions":{"show":{"resource":["search"],"operation":["query"],"returnAll":[false]}},"description":"Max number of results to return"},{"displayName":"Search Field","name":"searchField","type":"options","options":[{"name":"Email","value":"email"},{"name":"Name","value":"name"},{"name":"Custom Field","value":"customField","description":"Only allowed custom fields of type \"Text field\", \"Number\", \"Dropdown\" or \"Radio button\""}],"required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["lookup"]}},"description":"Field against which the entities have to be searched"},{"displayName":"Custom Field Name","name":"customFieldName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["lookup"],"searchField":["customField"]}}},{"displayName":"Custom Field Value","name":"customFieldValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["lookup"],"searchField":["customField"]}}},{"displayName":"Field Value","name":"fieldValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["lookup"],"searchField":["email","name"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["search"],"operation":["lookup"]}},"options":[{"displayName":"Entities","name":"entities","type":"multiOptions","default":[],"options":[{"name":"Contact","value":"contact"},{"name":"Deal","value":"deal"},{"name":"Sales Account","value":"sales_account"}],"description":"Use 'entities' to query against related entities. You can include multiple entities at once, provided the field is available in both entities or else you'd receive an error response."}]},{"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":"Retrieve a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Retrieve many tasks","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Title","name":"title","description":"Title of the task","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Due Date","name":"dueDate","description":"Timestamp that denotes when the task is due to be completed","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Owner Name or ID","name":"ownerId","description":"ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"required":true,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Target Type","name":"targetableType","description":"Type of the entity for which the task is updated","type":"options","required":true,"default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"SalesAccount","value":"SalesAccount"}],"displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Target ID","name":"targetable_id","description":"ID of the entity for which the task is created. The type of entity is selected in \"Target Type\".","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Outcome Name or ID","name":"outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of the outcome 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":"Task Type ID","name":"task_type_id","type":"string","default":"","description":"ID of the type of task"}]},{"displayName":"Task ID","name":"taskId","description":"ID of the task to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["delete"]}}},{"displayName":"Task ID","name":"taskId","description":"ID of the task to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"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":["task"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"options","default":"owner","options":[{"name":"Owner","value":"owner"},{"name":"Target","value":"targetable"},{"name":"Users","value":"users"}]},{"displayName":"Status","name":"filter","type":"options","default":"open","options":[{"name":"Completed","value":"completed"},{"name":"Due Today","value":"due_today"},{"name":"Due Tomorrow","value":"due_tomorrow"},{"name":"Open","value":"open"},{"name":"Overdue","value":"overdue"}]}]},{"displayName":"Task ID","name":"taskId","description":"ID of the task to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the sales activity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Due Date","name":"dueDate","description":"Timestamp that denotes when the task is due to be completed","type":"dateTime","default":""},{"displayName":"Outcome Name or ID","name":"outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of the outcome 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":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Target ID","name":"targetable_id","type":"string","default":"","description":"ID of the entity for which the task is updated. The type of entity is selected in \"Target Type\"."},{"displayName":"Target Type","name":"targetable_type","description":"Type of the entity for which the task is updated","type":"options","default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"SalesAccount","value":"SalesAccount"}]},{"displayName":"Task Type ID","name":"task_type_id","type":"string","default":"","description":"ID of the type of task"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the task"}]}],"codex":{"categories":["Marketing & Content","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.freshworkscrm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/freshworksCrm"}]},"alias":["Freshdesk"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/FreshworksCrm/freshworksCrm.svg"},
|
|
113
113
|
{"displayName":"FTP","name":"n8n-nodes-base.ftp","icon":"fa:server","group":["input"],"version":1,"subtitle":"={{$parameter[\"protocol\"] + \": \" + $parameter[\"operation\"]}}","description":"Transfers files via FTP or SFTP","defaults":{"name":"FTP","color":"#303050"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"ftp","required":true,"displayOptions":{"show":{"protocol":["ftp"]}},"testedBy":"ftpConnectionTest"},{"name":"sftp","required":true,"displayOptions":{"show":{"protocol":["sftp"]}},"testedBy":"sftpConnectionTest"}],"properties":[{"displayName":"Protocol","name":"protocol","type":"options","options":[{"name":"FTP","value":"ftp"},{"name":"SFTP","value":"sftp"}],"default":"ftp","description":"File transfer protocol"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Delete","value":"delete","description":"Delete a file/folder","action":"Delete a file or folder"},{"name":"Download","value":"download","description":"Download a file","action":"Download a file"},{"name":"List","value":"list","description":"List folder content","action":"List folder content"},{"name":"Rename","value":"rename","description":"Rename/move oldPath to newPath","action":"Rename / move a file or folder"},{"name":"Upload","value":"upload","description":"Upload a file","action":"Upload a file"}],"default":"download","noDataExpression":true},{"displayName":"Path","displayOptions":{"show":{"operation":["delete"]}},"name":"path","type":"string","default":"","description":"The file path of the file to delete. Has to contain the full path.","required":true},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","displayOptions":{"show":{"operation":["delete"]}},"default":{},"options":[{"displayName":"Folder","name":"folder","type":"boolean","default":false,"description":"Whether folders can be deleted"},{"displayName":"Recursive","displayOptions":{"show":{"folder":[true]}},"name":"recursive","type":"boolean","default":false,"description":"Whether to remove all files and directories in target directory"}]},{"displayName":"Path","displayOptions":{"show":{"operation":["download"]}},"name":"path","type":"string","default":"","placeholder":"/documents/invoice.txt","description":"The file path of the file to download. Has to contain the full path.","required":true},{"displayName":"Binary Property","displayOptions":{"show":{"operation":["download"]}},"name":"binaryPropertyName","type":"string","default":"data","description":"Object property name which holds binary data","required":true},{"displayName":"Old Path","displayOptions":{"show":{"operation":["rename"]}},"name":"oldPath","type":"string","default":"","required":true},{"displayName":"New Path","displayOptions":{"show":{"operation":["rename"]}},"name":"newPath","type":"string","default":"","required":true},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["rename"]}},"options":[{"displayName":"Create Directories","name":"createDirectories","type":"boolean","default":false,"description":"Whether to recursively create destination directory when renaming an existing file or folder"}]},{"displayName":"Path","displayOptions":{"show":{"operation":["upload"]}},"name":"path","type":"string","default":"","description":"The file path of the file to upload. Has to contain the full path.","required":true},{"displayName":"Binary Data","displayOptions":{"show":{"operation":["upload"]}},"name":"binaryData","type":"boolean","default":true,"description":"The text content of the file to upload"},{"displayName":"Binary Property","displayOptions":{"show":{"operation":["upload"],"binaryData":[true]}},"name":"binaryPropertyName","type":"string","default":"data","description":"Object property name which holds binary data","required":true},{"displayName":"File Content","displayOptions":{"show":{"operation":["upload"],"binaryData":[false]}},"name":"fileContent","type":"string","default":"","description":"The text content of the file to upload"},{"displayName":"Path","displayOptions":{"show":{"operation":["list"]}},"name":"path","type":"string","default":"/","description":"Path of directory to list contents of","required":true},{"displayName":"Recursive","displayOptions":{"show":{"operation":["list"]}},"name":"recursive","type":"boolean","default":false,"description":"Whether to return object representing all directories / objects recursively found within SFTP server","required":true}],"codex":{"categories":["Core Nodes","Data & Storage","Development","Utility"],"subcategories":{"Core Nodes":["Files"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.ftp/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/ftp"}]},"alias":["SFTP"]}},
|
|
114
114
|
{"displayName":"Function","name":"n8n-nodes-base.function","hidden":true,"icon":"fa:code","group":["transform"],"version":1,"description":"Run custom function code which gets executed once and allows you to add, remove, change and replace items","defaults":{"name":"Function","color":"#FF9922"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"A newer version of this node type is available, called the ‘Code’ node","name":"notice","type":"notice","default":""},{"displayName":"JavaScript Code","name":"functionCode","typeOptions":{"alwaysOpenEditWindow":true,"codeAutocomplete":"function","editor":"code","rows":10},"type":"string","default":"// Code here will run only once, no matter how many input items there are.\n// More info and help:https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.function/\n// Tip: You can use luxon for dates and $jmespath for querying JSON structures\n\n// Loop over inputs and add a new field called 'myNewField' to the JSON of each one\nfor (item of items) {\n item.json.myNewField = 1;\n}\n\n// You can write logs to the browser console\nconsole.log('Done!');\n\nreturn items;","description":"The JavaScript code to execute","noDataExpression":true}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.code/"}]},"alias":["Code","Javascript","Custom Code","Script","cpde"]}},
|
|
115
115
|
{"displayName":"Function Item","name":"n8n-nodes-base.functionItem","hidden":true,"icon":"fa:code","group":["transform"],"version":1,"description":"Run custom function code which gets executed once per item","defaults":{"name":"Function Item","color":"#ddbb33"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"A newer version of this node type is available, called the ‘Code’ node","name":"notice","type":"notice","default":""},{"displayName":"JavaScript Code","name":"functionCode","typeOptions":{"alwaysOpenEditWindow":true,"codeAutocomplete":"functionItem","editor":"code","rows":10},"type":"string","default":"// Code here will run once per input item.\n// More info and help: https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.functionitem/\n// Tip: You can use luxon for dates and $jmespath for querying JSON structures\n\n// Add a new field called 'myNewField' to the JSON of the item\nitem.myNewField = 1;\n\n// You can write logs to the browser console\nconsole.log('Done!');\n\nreturn item;","description":"The JavaScript code to execute for each item","noDataExpression":true}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.code/"}]},"alias":["Javascript","Code","Custom Code","JS"]}},
|
|
@@ -118,12 +118,12 @@
|
|
|
118
118
|
{"displayName":"Ghost","name":"n8n-nodes-base.ghost","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Ghost API","defaults":{"name":"Ghost"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"ghostAdminApi","required":true,"displayOptions":{"show":{"source":["adminApi"]}}},{"name":"ghostContentApi","required":true,"displayOptions":{"show":{"source":["contentApi"]}}}],"properties":[{"displayName":"Source","name":"source","type":"options","description":"Pick where your data comes from, Content or Admin API","options":[{"name":"Admin API","value":"adminApi"},{"name":"Content API","value":"contentApi"}],"default":"contentApi"},{"displayName":"Resource","name":"resource","type":"options","options":[{"name":"Post","value":"post"}],"noDataExpression":true,"default":"post"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"source":["contentApi"],"resource":["post"]}},"options":[{"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"}],"default":"get"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"source":["adminApi"],"resource":["post"]}},"options":[{"name":"Create","value":"create","description":"Create a post","action":"Create a post"},{"name":"Delete","value":"delete","description":"Delete a post","action":"Delete 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":"get"},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["create"]}},"description":"Post's title"},{"displayName":"Content Format","name":"contentFormat","type":"options","displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["create"]}},"options":[{"name":"HTML","value":"html"},{"name":"Mobile Doc","value":"mobileDoc"}],"default":"html","description":"The format of the post"},{"displayName":"Content","name":"content","type":"string","displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["create"],"contentFormat":["html"]}},"default":"","description":"The content of the post to create"},{"displayName":"Content (JSON)","name":"content","type":"json","displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["create"],"contentFormat":["mobileDoc"]}},"default":"","description":"Mobiledoc is the raw JSON format that Ghost uses to store post contents. <a href=\"https://ghost.org/docs/concepts/posts/#document-storage\">Info</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["create"]}},"options":[{"displayName":"Author Names or IDs","name":"authors","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":"getAuthors"},"default":[]},{"displayName":"Cannonical URL","name":"canonical_url","type":"string","default":""},{"displayName":"Code Injection Foot","name":"codeinjection_foot","type":"string","default":"","description":"The Code Injection allows you inject a small snippet into your Ghost site"},{"displayName":"Code Injection Head","name":"codeinjection_head","type":"string","default":"","description":"The Code Injection allows you inject a small snippet into your Ghost site"},{"displayName":"Featured","name":"featured","type":"boolean","default":false},{"displayName":"Meta Description","name":"meta_description","type":"string","default":""},{"displayName":"Meta Title","name":"meta_title","type":"string","default":""},{"displayName":"Open Graph Description","name":"og_description","type":"string","default":""},{"displayName":"Open Graph Image","name":"og_image","type":"string","default":"","description":"URL of the image"},{"displayName":"Open Graph Title","name":"og_title","type":"string","default":""},{"displayName":"Published At","name":"published_at","type":"dateTime","default":""},{"displayName":"Slug","name":"slug","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Published","value":"published"},{"name":"Scheduled","value":"scheduled"}],"default":"draft"},{"displayName":"Tag Names or IDs","name":"tags","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":"getTags"},"default":[]},{"displayName":"Twitter Description","name":"twitter_description","type":"string","default":""},{"displayName":"Twitter Image","name":"twitter_image","type":"string","default":"","description":"URL of the image"},{"displayName":"Twitter Title","name":"twitter_title","type":"string","default":""}]},{"displayName":"Post ID","name":"postId","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["delete"]}},"description":"The ID of the post to delete"},{"displayName":"By","name":"by","type":"options","default":"id","required":true,"options":[{"name":"ID","value":"id"},{"name":"Slug","value":"slug"}],"displayOptions":{"show":{"source":["contentApi","adminApi"],"resource":["post"],"operation":["get"]}},"description":"Get the post either by slug or ID"},{"displayName":"Identifier","name":"identifier","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["contentApi","adminApi"],"resource":["post"],"operation":["get"]}},"description":"The ID or slug of the post to get"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["get"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Limit the fields returned in the response object. E.g. for posts fields=title,url."},{"displayName":"Formats","name":"formats","type":"multiOptions","options":[{"name":"HTML","value":"html"},{"name":"Mobile Doc","value":"mobiledoc"}],"default":["mobiledoc"]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"source":["contentApi"],"resource":["post"],"operation":["get"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Limit the fields returned in the response object. E.g. for posts fields=title,url."},{"displayName":"Formats","name":"formats","type":"multiOptions","options":[{"name":"HTML","value":"html"},{"name":"Plaintext","value":"plaintext"}],"default":["html"]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"source":["contentApi","adminApi"],"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":{"source":["adminApi","contentApi"],"resource":["post"],"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":{"source":["contentApi"],"resource":["post"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"multiOptions","options":[{"name":"Authors","value":"authors"},{"name":"Tags","value":"tags"}],"default":[],"description":"Tells the API to return additional data related to the resource you have requested"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Limit the fields returned in the response object. E.g. for posts fields=title,url."},{"displayName":"Formats","name":"formats","type":"multiOptions","options":[{"name":"HTML","value":"html"},{"name":"Plaintext","value":"plaintext"}],"default":["html"],"description":"By default, only html is returned, however each post and page in Ghost has 2 available formats: html and plaintext"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"multiOptions","options":[{"name":"Authors","value":"authors"},{"name":"Tags","value":"tags"}],"default":[],"description":"Tells the API to return additional data related to the resource you have requested"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Limit the fields returned in the response object. E.g. for posts fields=title,url."},{"displayName":"Formats","name":"formats","type":"multiOptions","options":[{"name":"HTML","value":"html"},{"name":"Mobile Doc","value":"mobiledoc"}],"default":["mobiledoc"]}]},{"displayName":"Post ID","name":"postId","type":"string","displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["update"]}},"default":"","description":"The ID of the post to update"},{"displayName":"Content Format","name":"contentFormat","type":"options","displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["update"]}},"options":[{"name":"HTML","value":"html"},{"name":"Mobile Doc","value":"mobileDoc"}],"default":"html","description":"The format of the post"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["update"]}},"options":[{"displayName":"Author Names or IDs","name":"authors","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":"getAuthors"},"default":[]},{"displayName":"Cannonical URL","name":"canonical_url","type":"string","default":""},{"displayName":"Code Injection Foot","name":"codeinjection_foot","type":"string","default":""},{"displayName":"Code Injection Head","name":"codeinjection_head","type":"string","default":""},{"displayName":"Content","name":"content","type":"string","displayOptions":{"show":{"/contentFormat":["html"]}},"default":""},{"displayName":"Content (JSON)","name":"contentJson","type":"json","displayOptions":{"show":{"/contentFormat":["mobileDoc"]}},"default":"","description":"Mobiledoc is the raw JSON format that Ghost uses to store post contents. <a href=\"https://ghost.org/docs/concepts/posts/#document-storage\">Info.</a>."},{"displayName":"Featured","name":"featured","type":"boolean","default":false},{"displayName":"Meta Description","name":"meta_description","type":"string","default":""},{"displayName":"Meta Title","name":"meta_title","type":"string","default":""},{"displayName":"Open Graph Description","name":"og_description","type":"string","default":""},{"displayName":"Open Graph Image","name":"og_image","type":"string","default":"","description":"URL of the image"},{"displayName":"Open Graph Title","name":"og_title","type":"string","default":""},{"displayName":"Published At","name":"published_at","type":"dateTime","default":""},{"displayName":"Slug","name":"slug","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Published","value":"published"},{"name":"Scheduled","value":"scheduled"}],"default":"draft"},{"displayName":"Tag Names or IDs","name":"tags","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":"getTags"},"default":[]},{"displayName":"Title","name":"title","type":"string","default":"","description":"Post's title"},{"displayName":"Twitter Description","name":"twitter_description","type":"string","default":""},{"displayName":"Twitter Image","name":"twitter_image","type":"string","default":"","description":"URL of the image"},{"displayName":"Twitter Title","name":"twitter_title","type":"string","default":""}]}],"codex":{"categories":["Marketing & Content"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.ghost/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/ghost"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Ghost/ghost.svg"},
|
|
119
119
|
{"displayName":"Git","name":"n8n-nodes-base.git","group":["transform"],"version":1,"description":"Control git.","defaults":{"name":"Git"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"gitPassword","required":true,"displayOptions":{"show":{"authentication":["gitPassword"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Authenticate","value":"gitPassword"},{"name":"None","value":"none"}],"displayOptions":{"show":{"operation":["clone","push"]}},"default":"none","description":"The way to authenticate"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"log","options":[{"name":"Add","value":"add","description":"Add a file or folder to commit","action":"Add a file or folder to commit"},{"name":"Add Config","value":"addConfig","description":"Add configuration property","action":"Add configuration property"},{"name":"Clone","value":"clone","description":"Clone a repository","action":"Clone a repository"},{"name":"Commit","value":"commit","description":"Commit files or folders to git","action":"Commit files or folders to git"},{"name":"Fetch","value":"fetch","description":"Fetch from remote repository","action":"Fetch from remote repository"},{"name":"List Config","value":"listConfig","description":"Return current configuration","action":"Return current configuration"},{"name":"Log","value":"log","description":"Return git commit history","action":"Return git commit history"},{"name":"Pull","value":"pull","description":"Pull from remote repository","action":"Pull from remote repository"},{"name":"Push","value":"push","description":"Push to remote repository","action":"Push to remote repository"},{"name":"Push Tags","value":"pushTags","description":"Push Tags to remote repository","action":"Push tags to remote repository"},{"name":"Status","value":"status","description":"Return status of current repository","action":"Return status of current repository"},{"name":"Tag","value":"tag","description":"Create a new tag","action":"Create a new tag"},{"name":"User Setup","value":"userSetup","description":"Set the user","action":"Set up a user"}]},{"displayName":"Repository Path","name":"repositoryPath","type":"string","displayOptions":{"hide":{"operation":["clone"]}},"default":"","placeholder":"/tmp/repository","required":true,"description":"Local path of the git repository to operate on"},{"displayName":"New Repository Path","name":"repositoryPath","type":"string","displayOptions":{"show":{"operation":["clone"]}},"default":"","placeholder":"/tmp/repository","required":true,"description":"Local path to which the git repository should be cloned into"},{"displayName":"Paths to Add","name":"pathsToAdd","type":"string","displayOptions":{"show":{"operation":["add"]}},"default":"","placeholder":"README.md","description":"Comma-separated list of paths (absolute or relative to Repository Path) of files or folders to add","required":true},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["addConfig"]}},"default":"","placeholder":"user.email","description":"Name of the key to set","required":true},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"operation":["addConfig"]}},"default":"","placeholder":"name@example.com","description":"Value of the key to set","required":true},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["addConfig"]}},"placeholder":"Add Option","default":{},"options":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append"},{"name":"Set","value":"set"}],"default":"set","description":"Append setting rather than set it in the local config"}]},{"displayName":"Source Repository","name":"sourceRepository","type":"string","displayOptions":{"show":{"operation":["clone"]}},"default":"","placeholder":"https://github.com/n8n-io/n8n","description":"The URL or path of the repository to clone","required":true},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"operation":["commit"]}},"default":"","description":"The commit message to use"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["commit"]}},"placeholder":"Add Option","default":{},"options":[{"displayName":"Paths to Add","name":"pathsToAdd","type":"string","default":"","placeholder":"/data/file1.json","description":"Comma-separated list of paths (absolute or relative to Repository Path) of files or folders to commit. If not set will all \"added\" files and folders be committed."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["log"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["log"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["log"]}},"placeholder":"Add Option","default":{},"options":[{"displayName":"File","name":"file","type":"string","default":"README.md","description":"The path (absolute or relative to Repository Path) of file or folder to get the history of"}]},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["push"]}},"placeholder":"Add Option","default":{},"options":[{"displayName":"Target Repository","name":"targetRepository","type":"string","default":"","placeholder":"https://github.com/n8n-io/n8n","description":"The URL or path of the repository to push to"}]},{"displayName":"Name","name":"name","type":"string","displayOptions":{"show":{"operation":["tag"]}},"default":"","description":"The name of the tag to create","required":true}],"codex":{"categories":["Core Nodes","Development"],"subcategories":["Helpers"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.git/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/git"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Git/git.svg"},
|
|
120
120
|
{"displayName":"GitHub","name":"n8n-nodes-base.github","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume GitHub API","defaults":{"name":"GitHub"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"githubApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"githubOAuth2Api","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":"Organization","value":"organization"},{"name":"Release","value":"release"},{"name":"Repository","value":"repository"},{"name":"Review","value":"review"},{"name":"User","value":"user"}],"default":"issue"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["organization"]}},"options":[{"name":"Get Repositories","value":"getRepositories","description":"Returns all repositories of an organization","action":"Get repositories for an organization"}],"default":"getRepositories"},{"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":["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 a file"}],"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"},{"name":"Get License","value":"getLicense","description":"Returns the contents of the repository's license file, if one is detected","action":"Get the license of a repository"},{"name":"Get Profile","value":"getProfile","description":"Get the community profile of a repository with metrics, health score, description, license, etc","action":"Get the profile of a repository"},{"name":"List Popular Paths","value":"listPopularPaths","description":"Get the top 10 popular content paths over the last 14 days","action":"List popular paths in a repository"},{"name":"List Referrers","value":"listReferrers","description":"Get the top 10 referrering domains over the last 14 days","action":"List the top referrers 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"},{"name":"Invite","value":"invite","description":"Invites a user to an organization","action":"Invite a user"}],"default":"getRepositories"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["release"]}},"options":[{"name":"Create","value":"create","description":"Creates 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 repository 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":["review"]}},"options":[{"name":"Create","value":"create","description":"Creates a new review","action":"Create a review"},{"name":"Get","value":"get","description":"Get a review for a pull request","action":"Get a review"},{"name":"Get Many","value":"getAll","description":"Get many reviews for a pull request","action":"Get many reviews"},{"name":"Update","value":"update","description":"Update a review","action":"Update a review"}],"default":"create"},{"displayName":"Repository Owner","name":"owner","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Repository Owner","name":"list","type":"list","placeholder":"Select an owner...","typeOptions":{"searchListMethod":"getUsers","searchable":true,"searchFilterRequired":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://github.com/n8n-io","extractValue":{"type":"regex","regex":"https:\\/\\/github.com\\/([-_0-9a-zA-Z]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/github.com\\/([-_0-9a-zA-Z]+)(?:.*)","errorMessage":"Not a valid Github URL"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. n8n-io","validation":[{"type":"regex","properties":{"regex":"[-_a-zA-Z0-9]+","errorMessage":"Not a valid Github Owner Name"}}],"url":"=https://github.com/{{$value}}"}],"displayOptions":{"hide":{"operation":["invite"]}}},{"displayName":"Repository Name","name":"repository","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Repository Name","name":"list","type":"list","placeholder":"Select an Repository...","typeOptions":{"searchListMethod":"getRepositories","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://github.com/n8n-io/n8n","extractValue":{"type":"regex","regex":"https:\\/\\/github.com\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/github.com\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)(?:.*)","errorMessage":"Not a valid Github Repository URL"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. n8n","validation":[{"type":"regex","properties":{"regex":"[-_.0-9a-zA-Z]+","errorMessage":"Not a valid Github Repository Name"}}],"url":"=https://github.com/{{$parameter[\"owner\"]}}/{{$value}}"}],"displayOptions":{"hide":{"resource":["user","organization"],"operation":["getRepositories"]}}},{"displayName":"File Path","name":"filePath","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["file"]},"hide":{"operation":["list"]}},"placeholder":"docs/README.md","description":"The file path of the file. Has to contain the full path."},{"displayName":"Path","name":"filePath","type":"string","default":"","displayOptions":{"show":{"resource":["file"],"operation":["list"]}},"placeholder":"docs/","description":"The path of the folder to list"},{"displayName":"Binary Data","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":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["create","edit"],"resource":["file"]}},"placeholder":"","description":"Name of the binary property which contains the data for the file"},{"displayName":"Commit Message","name":"commitMessage","type":"string","default":"","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":[{"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":"branch","displayName":"Branch","values":[{"displayName":"Branch","name":"branch","type":"string","default":"","description":"The branch to commit to. If not set the repository’s default branch (usually master) is used."}]},{"name":"committer","displayName":"Committer","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the committer of the commit"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email of the committer of the commit"}]}]},{"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":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"asBinaryProperty":[true],"operation":["get"],"resource":["file"]}},"placeholder":"","description":"Name of the binary property in which to save the binary data of the received file"},{"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":"master","description":"The name of the commit/branch/tag. Default: the repository’s default branch (usually master)."}]},{"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":"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":"assignees","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":{"assignee":""},"options":[{"displayName":"Assignee","name":"assignee","type":"string","default":"","description":"User to assign issue too"}]},{"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":"body","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":"assignees","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"default":{"assignee":""},"options":[{"displayName":"Assignees","name":"assignee","type":"string","default":"","description":"User to assign issue to"}]}]},{"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 issue"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","description":"The body of the release"},{"displayName":"Draft","name":"draft","type":"boolean","default":false,"description":"Whether to create a draft (unpublished) release, \"false\" to create a published one"},{"displayName":"Prerelease","name":"prerelease","type":"boolean","default":false,"description":"Whether to point out that the release is non-production ready"},{"displayName":"Target Commitish","name":"target_commitish","type":"string","default":"","description":"Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch(usually master)."}]},{"displayName":"Release ID","name":"release_id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["release"],"operation":["get","delete","update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"default":{},"options":[{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","description":"The body of the release"},{"displayName":"Draft","name":"draft","type":"boolean","default":false,"description":"Whether to create a draft (unpublished) release, \"false\" to create a published one"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the release"},{"displayName":"Prerelease","name":"prerelease","type":"boolean","default":false,"description":"Whether to point out that the release is non-production ready"},{"displayName":"Tag Name","name":"tag_name","type":"string","default":"","description":"The name of the tag"},{"displayName":"Target Commitish","name":"target_commitish","type":"string","default":"","description":"Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch(usually master)."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["release"],"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":["release"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["repository"],"operation":["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":["repository"],"operation":["getIssues"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"getRepositoryIssuesFilters","type":"collection","typeOptions":{"multipleValueButtonText":"Add Filter"},"displayOptions":{"show":{"operation":["getIssues"],"resource":["repository"]}},"default":{},"options":[{"displayName":"Assignee","name":"assignee","type":"string","default":"","description":"Return only issues which are assigned to a specific user"},{"displayName":"Creator","name":"creator","type":"string","default":"","description":"Return only issues which were created by a specific user"},{"displayName":"Mentioned","name":"mentioned","type":"string","default":"","description":"Return only issues in which a specific user was mentioned"},{"displayName":"Labels","name":"labels","type":"string","default":"","description":"Return only issues with the given labels. Multiple lables can be separated by comma."},{"displayName":"Updated Since","name":"since","type":"dateTime","default":"","description":"Return only issues updated at or after this time"},{"displayName":"State","name":"state","type":"options","options":[{"name":"All","value":"all","description":"Returns issues with any state"},{"name":"Closed","value":"closed","description":"Return issues with \"closed\" state"},{"name":"Open","value":"open","description":"Return issues with \"open\" state"}],"default":"open","description":"The state to set"},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"Created","value":"created","description":"Sort by created date"},{"name":"Updated","value":"updated","description":"Sort by updated date"},{"name":"Comments","value":"comments","description":"Sort by comments"}],"default":"created","description":"The order the issues should be returned in"},{"displayName":"Direction","name":"direction","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":"PR Number","name":"pullRequestNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["get","update"],"resource":["review"]}},"description":"The number of the pull request"},{"displayName":"Review ID","name":"reviewId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get","update"],"resource":["review"]}},"description":"ID of the review"},{"displayName":"PR Number","name":"pullRequestNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["review"]}},"description":"The number of the pull request"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["review"],"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":["review"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"PR Number","name":"pullRequestNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["review"]}},"description":"The number of the pull request to review"},{"displayName":"Event","name":"event","type":"options","displayOptions":{"show":{"operation":["create"],"resource":["review"]}},"options":[{"name":"Approve","value":"approve","description":"Approve the pull request"},{"name":"Request Change","value":"requestChanges","description":"Request code changes"},{"name":"Comment","value":"comment","description":"Add a comment without approval or change requests"},{"name":"Pending","value":"pending","description":"You will need to submit the pull request review when you are ready"}],"default":"approve","description":"The review action you want to perform"},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["review"],"event":["requestChanges","comment"]}},"default":"","description":"The body of the review (required for events Request Changes or Comment)"},{"displayName":"Additional Fields","name":"additionalFields","placeholder":"Add Field","type":"collection","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["review"]}},"options":[{"displayName":"Commit ID","name":"commitId","type":"string","default":"","description":"The SHA of the commit that needs a review, if different from the latest"}]},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"operation":["update"],"resource":["review"]}},"default":"","description":"The body of the review"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getRepositories"]}},"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":["getRepositories"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Organization","name":"organization","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["invite"],"resource":["user"]}},"description":"The GitHub organization that the user is being invited to"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"operation":["invite"],"resource":["user"]}},"description":"The email address of the invited user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["organization"],"operation":["getRepositories"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["organization"],"operation":["getRepositories"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"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.github/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/github"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Github/github.svg"},
|
|
121
|
-
{"displayName":"Github Trigger","name":"n8n-nodes-base.githubTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"owner\"] + \"/\" + $parameter[\"repository\"] + \": \" + $parameter[\"events\"].join(\", \")}}","description":"Starts the workflow when Github events occur","defaults":{"name":"Github Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"githubApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"githubOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Only members with owner privileges for an organization or admin privileges for a repository can set up the webhooks this node requires.","name":"notice","type":"notice","default":""},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Repository Owner","name":"owner","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Repository Owner","name":"list","type":"list","placeholder":"Select an owner...","typeOptions":{"searchListMethod":"getUsers","searchable":true,"searchFilterRequired":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://github.com/n8n-io","extractValue":{"type":"regex","regex":"https:\\/\\/github.com\\/([-_0-9a-zA-Z]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/github.com\\/([-_0-9a-zA-Z]+)(?:.*)","errorMessage":"Not a valid Github URL"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. n8n-io","validation":[{"type":"regex","properties":{"regex":"[-_a-zA-Z0-9]+","errorMessage":"Not a valid Github Owner Name"}}],"url":"=https://github.com/{{$value}}"}]},{"displayName":"Repository Name","name":"repository","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Repository Name","name":"list","type":"list","placeholder":"Select an Repository...","typeOptions":{"searchListMethod":"getRepositories","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://github.com/n8n-io/n8n","extractValue":{"type":"regex","regex":"https:\\/\\/github.com\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/github.com\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)(?:.*)","errorMessage":"Not a valid Github Repository URL"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. n8n","validation":[{"type":"regex","properties":{"regex":"[-_.0-9a-zA-Z]+","errorMessage":"Not a valid Github Repository Name"}}],"url":"=https://github.com/{{$parameter[\"owner\"]}}/{{$value}}"}]},{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"*","value":"*","description":"Any time any event is triggered (Wildcard Event)"},{"name":"Check Run","value":"check_run","description":"Triggered when a check run is created, rerequested, completed, or has a requested_action"},{"name":"Check Suite","value":"check_suite","description":"Triggered when a check suite is completed, requested, or rerequested"},{"name":"Commit Comment","value":"commit_comment","description":"Triggered when a commit comment is created"},{"name":"Content Reference","value":"content_reference","description":"Triggered when the body or comment of an issue or pull request includes a URL that matches a configured content reference domain. Only GitHub Apps can receive this event."},{"name":"Create","value":"create","description":"Represents a created repository, branch, or tag"},{"name":"Delete","value":"delete","description":"Represents a deleted branch or tag"},{"name":"Deploy Key","value":"deploy_key","description":"Triggered when a deploy key is added or removed from a repository"},{"name":"Deployment","value":"deployment","description":"Represents a deployment"},{"name":"Deployment Status","value":"deployment_status","description":"Represents a deployment status"},{"name":"Fork","value":"fork","description":"Triggered when a user forks a repository"},{"name":"Github App Authorization","value":"github_app_authorization","description":"Triggered when someone revokes their authorization of a GitHub App"},{"name":"Gollum","value":"gollum","description":"Triggered when a Wiki page is created or updated"},{"name":"Installation","value":"installation","description":"Triggered when someone installs (created), uninstalls (deleted), or accepts new permissions (new_permissions_accepted) for a GitHub App. When a GitHub App owner requests new permissions, the person who installed the GitHub App must accept the new permissions request."},{"name":"Installation Repositories","value":"installation_repositories","description":"Triggered when a repository is added or removed from an installation"},{"name":"Issue Comment","value":"issue_comment","description":"Triggered when an issue comment is created, edited, or deleted"},{"name":"Issues","value":"issues","description":"Triggered when an issue is opened, edited, deleted, transferred, pinned, unpinned, closed, reopened, assigned, unassigned, labeled, unlabeled, locked, unlocked, milestoned, or demilestoned"},{"name":"Label","value":"label","description":"Triggered when a repository's label is created, edited, or deleted"},{"name":"Marketplace Purchase","value":"marketplace_purchase","description":"Triggered when someone purchases a GitHub Marketplace plan, cancels their plan, upgrades their plan (effective immediately), downgrades a plan that remains pending until the end of the billing cycle, or cancels a pending plan change"},{"name":"Member","value":"member","description":"Triggered when a user accepts an invitation or is removed as a collaborator to a repository, or has their permissions changed"},{"name":"Membership","value":"membership","description":"Triggered when a user is added or removed from a team. Organization hooks only."},{"name":"Meta","value":"meta","description":"Triggered when the webhook that this event is configured on is deleted"},{"name":"Milestone","value":"milestone","description":"Triggered when a milestone is created, closed, opened, edited, or deleted"},{"name":"Org Block","value":"org_block","description":"Triggered when an organization blocks or unblocks a user. Organization hooks only."},{"name":"Organization","value":"organization","description":"Triggered when an organization is deleted and renamed, and when a user is added, removed, or invited to an organization. Organization hooks only."},{"name":"Page Build","value":"page_build","description":"Triggered on push to a GitHub Pages enabled branch (gh-pages for project pages, master for user and organization pages)"},{"name":"Project","value":"project","description":"Triggered when a project is created, updated, closed, reopened, or deleted"},{"name":"Project Card","value":"project_card","description":"Triggered when a project card is created, edited, moved, converted to an issue, or deleted"},{"name":"Project Column","value":"project_column","description":"Triggered when a project column is created, updated, moved, or deleted"},{"name":"Public","value":"public","description":"Triggered when a private repository is open sourced"},{"name":"Pull Request","value":"pull_request","description":"Triggered when a pull request is assigned, unassigned, labeled, unlabeled, opened, edited, closed, reopened, synchronize, ready_for_review, locked, unlocked, a pull request review is requested, or a review request is removed"},{"name":"Pull Request Review","value":"pull_request_review","description":"Triggered when a pull request review is submitted into a non-pending state, the body is edited, or the review is dismissed"},{"name":"Pull Request Review Comment","value":"pull_request_review_comment","description":"Triggered when a comment on a pull request's unified diff is created, edited, or deleted (in the Files Changed tab)"},{"name":"Push","value":"push","description":"Triggered on a push to a repository branch. Branch pushes and repository tag pushes also trigger webhook push events. This is the default event."},{"name":"Release","value":"release","description":"Triggered when a release is published, unpublished, created, edited, deleted, or prereleased"},{"name":"Repository","value":"repository","description":"Triggered when a repository is created, archived, unarchived, renamed, edited, transferred, made public, or made private. Organization hooks are also triggered when a repository is deleted."},{"name":"Repository Import","value":"repository_import","description":"Triggered when a successful, cancelled, or failed repository import finishes for a GitHub organization or a personal repository"},{"name":"Repository Vulnerability Alert","value":"repository_vulnerability_alert","description":"Triggered when a security alert is created, dismissed, or resolved"},{"name":"Security Advisory","value":"security_advisory","description":"Triggered when a new security advisory is published, updated, or withdrawn"},{"name":"Star","value":"star","description":"Triggered when a star is added or removed from a repository"},{"name":"Status","value":"status","description":"Triggered when the status of a Git commit changes"},{"name":"Team","value":"team","description":"Triggered when an organization's team is created, deleted, edited, added_to_repository, or removed_from_repository. Organization hooks only."},{"name":"Team Add","value":"team_add","description":"Triggered when a repository is added to a team"},{"name":"Watch","value":"watch","description":"Triggered when someone stars a repository"}],"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.githubtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/github"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Github/github.svg"},
|
|
122
|
-
{"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"],"operation":["getAll","list"]}},"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"],"operation":["getAll","list"],"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":"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":"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":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"asBinaryProperty":[true],"operation":["get"],"resource":["file"]}},"placeholder":"","description":"Name of the binary property in which to save the binary data of the received file"},{"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":"master","description":"The name of the commit/branch/tag. Default: the repository’s default branch (usually master)."}]},{"displayName":"Binary Data","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":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["create","edit"],"resource":["file"]}},"placeholder":"","description":"Name of the binary property which contains the data for the file"},{"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"},
|
|
121
|
+
{"displayName":"Github Trigger","name":"n8n-nodes-base.githubTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"owner\"] + \"/\" + $parameter[\"repository\"] + \": \" + $parameter[\"events\"].join(\", \")}}","description":"Starts the workflow when Github events occur","defaults":{"name":"Github Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"githubApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"githubOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Only members with owner privileges for an organization or admin privileges for a repository can set up the webhooks this node requires.","name":"notice","type":"notice","default":""},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Repository Owner","name":"owner","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Repository Owner","name":"list","type":"list","placeholder":"Select an owner...","typeOptions":{"searchListMethod":"getUsers","searchable":true,"searchFilterRequired":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://github.com/n8n-io","extractValue":{"type":"regex","regex":"https:\\/\\/github.com\\/([-_0-9a-zA-Z]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/github.com\\/([-_0-9a-zA-Z]+)(?:.*)","errorMessage":"Not a valid Github URL"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. n8n-io","validation":[{"type":"regex","properties":{"regex":"[-_a-zA-Z0-9]+","errorMessage":"Not a valid Github Owner Name"}}],"url":"=https://github.com/{{$value}}"}]},{"displayName":"Repository Name","name":"repository","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Repository Name","name":"list","type":"list","placeholder":"Select an Repository...","typeOptions":{"searchListMethod":"getRepositories","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://github.com/n8n-io/n8n","extractValue":{"type":"regex","regex":"https:\\/\\/github.com\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/github.com\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)(?:.*)","errorMessage":"Not a valid Github Repository URL"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. n8n","validation":[{"type":"regex","properties":{"regex":"[-_.0-9a-zA-Z]+","errorMessage":"Not a valid Github Repository Name"}}],"url":"=https://github.com/{{$parameter[\"owner\"]}}/{{$value}}"}]},{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"*","value":"*","description":"Any time any event is triggered (Wildcard Event)"},{"name":"Check Run","value":"check_run","description":"Triggered when a check run is created, rerequested, completed, or has a requested_action"},{"name":"Check Suite","value":"check_suite","description":"Triggered when a check suite is completed, requested, or rerequested"},{"name":"Commit Comment","value":"commit_comment","description":"Triggered when a commit comment is created"},{"name":"Create","value":"create","description":"Represents a created repository, branch, or tag"},{"name":"Delete","value":"delete","description":"Represents a deleted branch or tag"},{"name":"Deploy Key","value":"deploy_key","description":"Triggered when a deploy key is added or removed from a repository"},{"name":"Deployment","value":"deployment","description":"Represents a deployment"},{"name":"Deployment Status","value":"deployment_status","description":"Represents a deployment status"},{"name":"Fork","value":"fork","description":"Triggered when a user forks a repository"},{"name":"Github App Authorization","value":"github_app_authorization","description":"Triggered when someone revokes their authorization of a GitHub App"},{"name":"Gollum","value":"gollum","description":"Triggered when a Wiki page is created or updated"},{"name":"Installation","value":"installation","description":"Triggered when someone installs (created), uninstalls (deleted), or accepts new permissions (new_permissions_accepted) for a GitHub App. When a GitHub App owner requests new permissions, the person who installed the GitHub App must accept the new permissions request."},{"name":"Installation Repositories","value":"installation_repositories","description":"Triggered when a repository is added or removed from an installation"},{"name":"Issue Comment","value":"issue_comment","description":"Triggered when an issue comment is created, edited, or deleted"},{"name":"Issues","value":"issues","description":"Triggered when an issue is opened, edited, deleted, transferred, pinned, unpinned, closed, reopened, assigned, unassigned, labeled, unlabeled, locked, unlocked, milestoned, or demilestoned"},{"name":"Label","value":"label","description":"Triggered when a repository's label is created, edited, or deleted"},{"name":"Marketplace Purchase","value":"marketplace_purchase","description":"Triggered when someone purchases a GitHub Marketplace plan, cancels their plan, upgrades their plan (effective immediately), downgrades a plan that remains pending until the end of the billing cycle, or cancels a pending plan change"},{"name":"Member","value":"member","description":"Triggered when a user accepts an invitation or is removed as a collaborator to a repository, or has their permissions changed"},{"name":"Membership","value":"membership","description":"Triggered when a user is added or removed from a team. Organization hooks only."},{"name":"Meta","value":"meta","description":"Triggered when the webhook that this event is configured on is deleted"},{"name":"Milestone","value":"milestone","description":"Triggered when a milestone is created, closed, opened, edited, or deleted"},{"name":"Org Block","value":"org_block","description":"Triggered when an organization blocks or unblocks a user. Organization hooks only."},{"name":"Organization","value":"organization","description":"Triggered when an organization is deleted and renamed, and when a user is added, removed, or invited to an organization. Organization hooks only."},{"name":"Page Build","value":"page_build","description":"Triggered on push to a GitHub Pages enabled branch (gh-pages for project pages, master for user and organization pages)"},{"name":"Project","value":"project","description":"Triggered when a project is created, updated, closed, reopened, or deleted"},{"name":"Project Card","value":"project_card","description":"Triggered when a project card is created, edited, moved, converted to an issue, or deleted"},{"name":"Project Column","value":"project_column","description":"Triggered when a project column is created, updated, moved, or deleted"},{"name":"Public","value":"public","description":"Triggered when a private repository is open sourced"},{"name":"Pull Request","value":"pull_request","description":"Triggered when a pull request is assigned, unassigned, labeled, unlabeled, opened, edited, closed, reopened, synchronize, ready_for_review, locked, unlocked, a pull request review is requested, or a review request is removed"},{"name":"Pull Request Review","value":"pull_request_review","description":"Triggered when a pull request review is submitted into a non-pending state, the body is edited, or the review is dismissed"},{"name":"Pull Request Review Comment","value":"pull_request_review_comment","description":"Triggered when a comment on a pull request's unified diff is created, edited, or deleted (in the Files Changed tab)"},{"name":"Push","value":"push","description":"Triggered on a push to a repository branch. Branch pushes and repository tag pushes also trigger webhook push events. This is the default event."},{"name":"Release","value":"release","description":"Triggered when a release is published, unpublished, created, edited, deleted, or prereleased"},{"name":"Repository","value":"repository","description":"Triggered when a repository is created, archived, unarchived, renamed, edited, transferred, made public, or made private. Organization hooks are also triggered when a repository is deleted."},{"name":"Repository Import","value":"repository_import","description":"Triggered when a successful, cancelled, or failed repository import finishes for a GitHub organization or a personal repository"},{"name":"Repository Vulnerability Alert","value":"repository_vulnerability_alert","description":"Triggered when a security alert is created, dismissed, or resolved"},{"name":"Security Advisory","value":"security_advisory","description":"Triggered when a new security advisory is published, updated, or withdrawn"},{"name":"Star","value":"star","description":"Triggered when a star is added or removed from a repository"},{"name":"Status","value":"status","description":"Triggered when the status of a Git commit changes"},{"name":"Team","value":"team","description":"Triggered when an organization's team is created, deleted, edited, added_to_repository, or removed_from_repository. Organization hooks only."},{"name":"Team Add","value":"team_add","description":"Triggered when a repository is added to a team"},{"name":"Watch","value":"watch","description":"Triggered when someone stars a repository"}],"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.githubtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/github"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Github/github.svg"},
|
|
122
|
+
{"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"],"operation":["getAll","list"]}},"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"],"operation":["getAll","list"],"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":"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":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"asBinaryProperty":[true],"operation":["get"],"resource":["file"]}},"placeholder":"","description":"Name of the binary property in which to save the binary data of the received file"},{"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 Data","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":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["create","edit"],"resource":["file"]}},"placeholder":"","description":"Name of the binary property which contains the data for the file"},{"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"},
|
|
123
123
|
{"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"},
|
|
124
124
|
{"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":"/v11/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":"={{\"/v11/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":"={{\"/v11/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"},
|
|
125
125
|
{"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":"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"},
|
|
126
|
-
{"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":"2023-04-04T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2023-04-11T00: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":"2023-04-04T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2023-04-11T00: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/"}]}}},
|
|
126
|
+
{"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":"2023-04-11T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2023-04-18T00: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":"2023-04-11T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2023-04-18T00: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/"}]}}},
|
|
127
127
|
{"displayName":"Google BigQuery","name":"n8n-nodes-base.googleBigQuery","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google BigQuery API","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":"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>"}]}],"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/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg"},
|
|
128
128
|
{"displayName":"Google Books","name":"n8n-nodes-base.googleBooks","group":["input","output"],"version":[1,2],"description":"Read data from Google Books","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Google Books"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleBooksOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2","value":"oAuth2"}],"default":"serviceAccount","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2","displayOptions":{"show":{"@version":[2]}}},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Bookshelf","value":"bookshelf"},{"name":"Bookshelf Volume","value":"bookshelfVolume"},{"name":"Volume","value":"volume"}],"default":"bookshelf"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get","value":"get","description":"Retrieve a specific bookshelf resource for the specified user","action":"Get a bookshelf"},{"name":"Get Many","value":"getAll","description":"Get many public bookshelf resource for the specified user","action":"Get many bookshelves"}],"displayOptions":{"show":{"resource":["bookshelf"]}},"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Add","value":"add","description":"Add a volume to a bookshelf","action":"Add a bookshelf volume"},{"name":"Clear","value":"clear","description":"Clears all volumes from a bookshelf","action":"Clear a bookshelf volume"},{"name":"Get Many","value":"getAll","description":"Get many volumes in a specific bookshelf for the specified user","action":"Get many bookshelf volumes"},{"name":"Move","value":"move","description":"Moves a volume within a bookshelf","action":"Move a bookshelf volume"},{"name":"Remove","value":"remove","description":"Removes a volume from a bookshelf","action":"Remove a bookshelf volume"}],"displayOptions":{"show":{"resource":["bookshelfVolume"]}},"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get","value":"get","description":"Get a volume resource based on ID","action":"Get a volume"},{"name":"Get Many","value":"getAll","description":"Get many volumes filtered by query","action":"Get many volumes"}],"displayOptions":{"show":{"resource":["volume"]}},"default":"get"},{"displayName":"My Library","name":"myLibrary","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["get","getAll"],"resource":["bookshelf","bookshelfVolume"]}}},{"displayName":"Search Query","name":"searchQuery","type":"string","description":"Full-text search query string","default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["volume"]}}},{"displayName":"User ID","name":"userId","type":"string","description":"ID of user","default":"","required":true,"displayOptions":{"show":{"operation":["get","getAll"],"resource":["bookshelf","bookshelfVolume"]},"hide":{"myLibrary":[true]}}},{"displayName":"Bookshelf ID","name":"shelfId","type":"string","description":"ID of the bookshelf","default":"","required":true,"displayOptions":{"show":{"operation":["get","add","clear","move","remove"],"resource":["bookshelf","bookshelfVolume"]}}},{"displayName":"Bookshelf ID","name":"shelfId","type":"string","description":"ID of the bookshelf","default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["bookshelfVolume"]}}},{"displayName":"Volume ID","name":"volumeId","type":"string","description":"ID of the volume","default":"","required":true,"displayOptions":{"show":{"operation":["add","move","remove","get"],"resource":["bookshelfVolume","volume"]}}},{"displayName":"Volume Position","name":"volumePosition","type":"string","description":"Position on shelf to move the item (0 puts the item before the current first item, 1 puts it between the first and the second and so on)","default":"","required":true,"displayOptions":{"show":{"operation":["move"],"resource":["bookshelfVolume"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":40},"default":40,"description":"Max number of results to return"}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebooks/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Books/googlebooks.svg"},
|
|
129
129
|
{"displayName":"Google Calendar","name":"n8n-nodes-base.googleCalendar","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google Calendar API","defaults":{"name":"Google Calendar"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleCalendarOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Calendar","value":"calendar"},{"name":"Event","value":"event"}],"default":"event"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["calendar"]}},"options":[{"name":"Availability","value":"availability","description":"If a time-slot is available in a calendar","action":"Get availability in a calendar"}],"default":"availability"},{"displayName":"Calendar","name":"calendar","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Google Calendar to operate on","modes":[{"displayName":"Calendar","name":"list","type":"list","placeholder":"Select a Calendar...","typeOptions":{"searchListMethod":"getCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*(?:[ \t]+)*$)","errorMessage":"Not a valid Google Calendar ID"}}],"extractValue":{"type":"regex","regex":"(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*)"},"placeholder":"name@google.com"}],"displayOptions":{"show":{"resource":["calendar"]}}},{"displayName":"Start Time","name":"timeMin","type":"dateTime","required":true,"displayOptions":{"show":{"operation":["availability"],"resource":["calendar"]}},"default":"","description":"Start of the interval"},{"displayName":"End Time","name":"timeMax","type":"dateTime","required":true,"displayOptions":{"show":{"operation":["availability"],"resource":["calendar"]}},"default":"","description":"End of the interval"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","displayOptions":{"show":{"operation":["availability"],"resource":["calendar"]}},"default":{},"options":[{"displayName":"Output Format","name":"outputFormat","type":"options","options":[{"name":"Availability","value":"availability","description":"Returns if there are any events in the given time or not"},{"name":"Booked Slots","value":"bookedSlots","description":"Returns the booked slots"},{"name":"RAW","value":"raw","description":"Returns the RAW data from the API"}],"default":"availability","description":"The format to return the data in"},{"displayName":"Timezone","name":"timezone","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Time zone used in the response. By default n8n timezone is used.","modes":[{"displayName":"Timezone","name":"list","type":"list","placeholder":"Select a Timezone...","typeOptions":{"searchListMethod":"getTimezones","searchable":true}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"(Africa/Abidjan|Africa/Accra|Africa/Addis_Ababa|Africa/Algiers|Africa/Asmara|Africa/Asmera|Africa/Bamako|Africa/Bangui|Africa/Banjul|Africa/Bissau|Africa/Blantyre|Africa/Brazzaville|Africa/Bujumbura|Africa/Cairo|Africa/Casablanca|Africa/Ceuta|Africa/Conakry|Africa/Dakar|Africa/Dar_es_Salaam|Africa/Djibouti|Africa/Douala|Africa/El_Aaiun|Africa/Freetown|Africa/Gaborone|Africa/Harare|Africa/Johannesburg|Africa/Juba|Africa/Kampala|Africa/Khartoum|Africa/Kigali|Africa/Kinshasa|Africa/Lagos|Africa/Libreville|Africa/Lome|Africa/Luanda|Africa/Lubumbashi|Africa/Lusaka|Africa/Malabo|Africa/Maputo|Africa/Maseru|Africa/Mbabane|Africa/Mogadishu|Africa/Monrovia|Africa/Nairobi|Africa/Ndjamena|Africa/Niamey|Africa/Nouakchott|Africa/Ouagadougou|Africa/Porto-Novo|Africa/Sao_Tome|Africa/Timbuktu|Africa/Tripoli|Africa/Tunis|Africa/Windhoek|America/Adak|America/Anchorage|America/Anguilla|America/Antigua|America/Araguaina|America/Argentina/Buenos_Aires|America/Argentina/Catamarca|America/Argentina/ComodRivadavia|America/Argentina/Cordoba|America/Argentina/Jujuy|America/Argentina/La_Rioja|America/Argentina/Mendoza|America/Argentina/Rio_Gallegos|America/Argentina/Salta|America/Argentina/San_Juan|America/Argentina/San_Luis|America/Argentina/Tucuman|America/Argentina/Ushuaia|America/Aruba|America/Asuncion|America/Atikokan|America/Atka|America/Bahia|America/Bahia_Banderas|America/Barbados|America/Belem|America/Belize|America/Blanc-Sablon|America/Boa_Vista|America/Bogota|America/Boise|America/Buenos_Aires|America/Cambridge_Bay|America/Campo_Grande|America/Cancun|America/Caracas|America/Catamarca|America/Cayenne|America/Cayman|America/Chicago|America/Chihuahua|America/Coral_Harbour|America/Cordoba|America/Costa_Rica|America/Creston|America/Cuiaba|America/Curacao|America/Danmarkshavn|America/Dawson|America/Dawson_Creek|America/Denver|America/Detroit|America/Dominica|America/Edmonton|America/Eirunepe|America/El_Salvador|America/Ensenada|America/Fort_Nelson|America/Fort_Wayne|America/Fortaleza|America/Glace_Bay|America/Godthab|America/Goose_Bay|America/Grand_Turk|America/Grenada|America/Guadeloupe|America/Guatemala|America/Guayaquil|America/Guyana|America/Halifax|America/Havana|America/Hermosillo|America/Indiana/Indianapolis|America/Indiana/Knox|America/Indiana/Marengo|America/Indiana/Petersburg|America/Indiana/Tell_City|America/Indiana/Vevay|America/Indiana/Vincennes|America/Indiana/Winamac|America/Indianapolis|America/Inuvik|America/Iqaluit|America/Jamaica|America/Jujuy|America/Juneau|America/Kentucky/Louisville|America/Kentucky/Monticello|America/Knox_IN|America/Kralendijk|America/La_Paz|America/Lima|America/Los_Angeles|America/Louisville|America/Lower_Princes|America/Maceio|America/Managua|America/Manaus|America/Marigot|America/Martinique|America/Matamoros|America/Mazatlan|America/Mendoza|America/Menominee|America/Merida|America/Metlakatla|America/Mexico_City|America/Miquelon|America/Moncton|America/Monterrey|America/Montevideo|America/Montreal|America/Montserrat|America/Nassau|America/New_York|America/Nipigon|America/Nome|America/Noronha|America/North_Dakota/Beulah|America/North_Dakota/Center|America/North_Dakota/New_Salem|America/Nuuk|America/Ojinaga|America/Panama|America/Pangnirtung|America/Paramaribo|America/Phoenix|America/Port-au-Prince|America/Port_of_Spain|America/Porto_Acre|America/Porto_Velho|America/Puerto_Rico|America/Punta_Arenas|America/Rainy_River|America/Rankin_Inlet|America/Recife|America/Regina|America/Resolute|America/Rio_Branco|America/Rosario|America/Santa_Isabel|America/Santarem|America/Santiago|America/Santo_Domingo|America/Sao_Paulo|America/Scoresbysund|America/Shiprock|America/Sitka|America/St_Barthelemy|America/St_Johns|America/St_Kitts|America/St_Lucia|America/St_Thomas|America/St_Vincent|America/Swift_Current|America/Tegucigalpa|America/Thule|America/Thunder_Bay|America/Tijuana|America/Toronto|America/Tortola|America/Vancouver|America/Virgin|America/Whitehorse|America/Winnipeg|America/Yakutat|America/Yellowknife|Antarctica/Casey|Antarctica/Davis|Antarctica/DumontDUrville|Antarctica/Macquarie|Antarctica/Mawson|Antarctica/McMurdo|Antarctica/Palmer|Antarctica/Rothera|Antarctica/South_Pole|Antarctica/Syowa|Antarctica/Troll|Antarctica/Vostok|Arctic/Longyearbyen|Asia/Aden|Asia/Almaty|Asia/Amman|Asia/Anadyr|Asia/Aqtau|Asia/Aqtobe|Asia/Ashgabat|Asia/Ashkhabad|Asia/Atyrau|Asia/Baghdad|Asia/Bahrain|Asia/Baku|Asia/Bangkok|Asia/Barnaul|Asia/Beirut|Asia/Bishkek|Asia/Brunei|Asia/Calcutta|Asia/Chita|Asia/Choibalsan|Asia/Chongqing|Asia/Chungking|Asia/Colombo|Asia/Dacca|Asia/Damascus|Asia/Dhaka|Asia/Dili|Asia/Dubai|Asia/Dushanbe|Asia/Famagusta|Asia/Gaza|Asia/Harbin|Asia/Hebron|Asia/Ho_Chi_Minh|Asia/Hong_Kong|Asia/Hovd|Asia/Irkutsk|Asia/Istanbul|Asia/Jakarta|Asia/Jayapura|Asia/Jerusalem|Asia/Kabul|Asia/Kamchatka|Asia/Karachi|Asia/Kashgar|Asia/Kathmandu|Asia/Katmandu|Asia/Khandyga|Asia/Kolkata|Asia/Krasnoyarsk|Asia/Kuala_Lumpur|Asia/Kuching|Asia/Kuwait|Asia/Macao|Asia/Macau|Asia/Magadan|Asia/Makassar|Asia/Manila|Asia/Muscat|Asia/Nicosia|Asia/Novokuznetsk|Asia/Novosibirsk|Asia/Omsk|Asia/Oral|Asia/Phnom_Penh|Asia/Pontianak|Asia/Pyongyang|Asia/Qatar|Asia/Qostanay|Asia/Qyzylorda|Asia/Rangoon|Asia/Riyadh|Asia/Saigon|Asia/Sakhalin|Asia/Samarkand|Asia/Seoul|Asia/Shanghai|Asia/Singapore|Asia/Srednekolymsk|Asia/Taipei|Asia/Tashkent|Asia/Tbilisi|Asia/Tehran|Asia/Tel_Aviv|Asia/Thimbu|Asia/Thimphu|Asia/Tokyo|Asia/Tomsk|Asia/Ujung_Pandang|Asia/Ulaanbaatar|Asia/Ulan_Bator|Asia/Urumqi|Asia/Ust-Nera|Asia/Vientiane|Asia/Vladivostok|Asia/Yakutsk|Asia/Yangon|Asia/Yekaterinburg|Asia/Yerevan|Atlantic/Azores|Atlantic/Bermuda|Atlantic/Canary|Atlantic/Cape_Verde|Atlantic/Faeroe|Atlantic/Faroe|Atlantic/Jan_Mayen|Atlantic/Madeira|Atlantic/Reykjavik|Atlantic/South_Georgia|Atlantic/St_Helena|Atlantic/Stanley|Australia/ACT|Australia/Adelaide|Australia/Brisbane|Australia/Broken_Hill|Australia/Canberra|Australia/Currie|Australia/Darwin|Australia/Eucla|Australia/Hobart|Australia/LHI|Australia/Lindeman|Australia/Lord_Howe|Australia/Melbourne|Australia/NSW|Australia/North|Australia/Perth|Australia/Queensland|Australia/South|Australia/Sydney|Australia/Tasmania|Australia/Victoria|Australia/West|Australia/Yancowinna|Brazil/Acre|Brazil/DeNoronha|Brazil/East|Brazil/West|CET|CST6CDT|Canada/Atlantic|Canada/Central|Canada/Eastern|Canada/Mountain|Canada/Newfoundland|Canada/Pacific|Canada/Saskatchewan|Canada/Yukon|Chile/Continental|Chile/EasterIsland|Cuba|EET|EST|EST5EDT|Egypt|Eire|Etc/GMT|Etc/GMT\\+0|Etc/GMT\\+1|Etc/GMT\\+10|Etc/GMT\\+11|Etc/GMT\\+12|Etc/GMT\\+2|Etc/GMT\\+3|Etc/GMT\\+4|Etc/GMT\\+5|Etc/GMT\\+6|Etc/GMT\\+7|Etc/GMT\\+8|Etc/GMT\\+9|Etc/GMT-0|Etc/GMT-1|Etc/GMT-10|Etc/GMT-11|Etc/GMT-12|Etc/GMT-13|Etc/GMT-14|Etc/GMT-2|Etc/GMT-3|Etc/GMT-4|Etc/GMT-5|Etc/GMT-6|Etc/GMT-7|Etc/GMT-8|Etc/GMT-9|Etc/GMT0|Etc/Greenwich|Etc/UCT|Etc/UTC|Etc/Universal|Etc/Zulu|Europe/Amsterdam|Europe/Andorra|Europe/Astrakhan|Europe/Athens|Europe/Belfast|Europe/Belgrade|Europe/Berlin|Europe/Bratislava|Europe/Brussels|Europe/Bucharest|Europe/Budapest|Europe/Busingen|Europe/Chisinau|Europe/Copenhagen|Europe/Dublin|Europe/Gibraltar|Europe/Guernsey|Europe/Helsinki|Europe/Isle_of_Man|Europe/Istanbul|Europe/Jersey|Europe/Kaliningrad|Europe/Kiev|Europe/Kirov|Europe/Kyiv|Europe/Lisbon|Europe/Ljubljana|Europe/London|Europe/Luxembourg|Europe/Madrid|Europe/Malta|Europe/Mariehamn|Europe/Minsk|Europe/Monaco|Europe/Moscow|Europe/Nicosia|Europe/Oslo|Europe/Paris|Europe/Podgorica|Europe/Prague|Europe/Riga|Europe/Rome|Europe/Samara|Europe/San_Marino|Europe/Sarajevo|Europe/Saratov|Europe/Simferopol|Europe/Skopje|Europe/Sofia|Europe/Stockholm|Europe/Tallinn|Europe/Tirane|Europe/Tiraspol|Europe/Ulyanovsk|Europe/Uzhgorod|Europe/Vaduz|Europe/Vatican|Europe/Vienna|Europe/Vilnius|Europe/Volgograd|Europe/Warsaw|Europe/Zagreb|Europe/Zaporozhye|Europe/Zurich|GB|GB-Eire|GMT|GMT\\+0|GMT-0|GMT0|Greenwich|HST|Hongkong|Iceland|Indian/Antananarivo|Indian/Chagos|Indian/Christmas|Indian/Cocos|Indian/Comoro|Indian/Kerguelen|Indian/Mahe|Indian/Maldives|Indian/Mauritius|Indian/Mayotte|Indian/Reunion|Iran|Israel|Jamaica|Japan|Kwajalein|Libya|MET|MST|MST7MDT|Mexico/BajaNorte|Mexico/BajaSur|Mexico/General|NZ|NZ-CHAT|Navajo|PRC|PST8PDT|Pacific/Apia|Pacific/Auckland|Pacific/Bougainville|Pacific/Chatham|Pacific/Chuuk|Pacific/Easter|Pacific/Efate|Pacific/Enderbury|Pacific/Fakaofo|Pacific/Fiji|Pacific/Funafuti|Pacific/Galapagos|Pacific/Gambier|Pacific/Guadalcanal|Pacific/Guam|Pacific/Honolulu|Pacific/Johnston|Pacific/Kanton|Pacific/Kiritimati|Pacific/Kosrae|Pacific/Kwajalein|Pacific/Majuro|Pacific/Marquesas|Pacific/Midway|Pacific/Nauru|Pacific/Niue|Pacific/Norfolk|Pacific/Noumea|Pacific/Pago_Pago|Pacific/Palau|Pacific/Pitcairn|Pacific/Pohnpei|Pacific/Ponape|Pacific/Port_Moresby|Pacific/Rarotonga|Pacific/Saipan|Pacific/Samoa|Pacific/Tahiti|Pacific/Tarawa|Pacific/Tongatapu|Pacific/Truk|Pacific/Wake|Pacific/Wallis|Pacific/Yap|Poland|Portugal|ROC|ROK|Singapore|Turkey|UCT|US/Alaska|US/Aleutian|US/Arizona|US/Central|US/East-Indiana|US/Eastern|US/Hawaii|US/Indiana-Starke|US/Michigan|US/Mountain|US/Pacific|US/Samoa|UTC|Universal|W-SU|WET|Zulu)[ \t]*","errorMessage":"Not a valid Timezone"}}],"extractValue":{"type":"regex","regex":"([-+/_a-zA-Z0-9]*)"},"placeholder":"Europe/Berlin"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Create","value":"create","description":"Add a event to calendar","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":"Retrieve many events from a calendar","action":"Get many events"},{"name":"Update","value":"update","description":"Update an event","action":"Update an event"}],"default":"create"},{"displayName":"Calendar","name":"calendar","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Google Calendar to operate on","modes":[{"displayName":"Calendar","name":"list","type":"list","placeholder":"Select a Calendar...","typeOptions":{"searchListMethod":"getCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*(?:[ \t]+)*$)","errorMessage":"Not a valid Google Calendar ID"}}],"extractValue":{"type":"regex","regex":"(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*)"},"placeholder":"name@google.com"}],"displayOptions":{"show":{"resource":["event"]}}},{"displayName":"Start","name":"start","type":"dateTime","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["event"]}},"default":"","description":"Start time of the event"},{"displayName":"End","name":"end","type":"dateTime","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["event"]}},"default":"","description":"End time of the event"},{"displayName":"Use Default Reminders","name":"useDefaultReminders","type":"boolean","displayOptions":{"show":{"operation":["create"],"resource":["event"]}},"default":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["event"]}},"options":[{"displayName":"All Day","name":"allday","type":"options","options":[{"name":"Yes","value":"yes"},{"name":"No","value":"no"}],"default":"no","description":"Wheater the event is all day or not"},{"displayName":"Attendees","name":"attendees","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Attendee"},"default":"","description":"The attendees of the event. Multiple ones can be separated by comma."},{"displayName":"Color Name or ID","name":"color","type":"options","typeOptions":{"loadOptionsMethod":"getColors"},"default":"","description":"The color of the event. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Conference Data","name":"conferenceDataUi","placeholder":"Add Conference","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"displayName":"Conference Link","name":"conferenceDataValues","values":[{"displayName":"Type Name or ID","name":"conferenceSolution","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":"getConferenceSolutations","loadOptionsDependsOn":["calendar"]},"default":""}]}],"description":"Creates a conference link (Hangouts, Meet etc) and attachs it to the event"},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Guests Can Invite Others","name":"guestsCanInviteOthers","type":"boolean","default":true,"description":"Whether attendees other than the organizer can invite others to the event"},{"displayName":"Guests Can Modify","name":"guestsCanModify","type":"boolean","default":false,"description":"Whether attendees other than the organizer can modify the event"},{"displayName":"Guests Can See Other Guests","name":"guestsCanSeeOtherGuests","type":"boolean","default":true,"description":"Whether attendees other than the organizer can see who the event's attendees are"},{"displayName":"ID","name":"id","type":"string","default":"","description":"Opaque identifier of the event"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Geographic location of the event as free-form text"},{"displayName":"Max Attendees","name":"maxAttendees","type":"number","default":0,"description":"The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned."},{"displayName":"Repeat Frequency","name":"repeatFrecuency","type":"options","options":[{"name":"Daily","value":"Daily"},{"name":"Weekly","value":"weekly"},{"name":"Monthly","value":"monthly"},{"name":"Yearly","value":"yearly"}],"default":""},{"displayName":"Repeat How Many Times?","name":"repeatHowManyTimes","type":"number","typeOptions":{"minValue":1},"default":1},{"displayName":"Repeat Until","name":"repeatUntil","type":"dateTime","default":""},{"displayName":"RRULE","name":"rrule","type":"string","default":"","description":"Recurrence rule. When set, the parameters Repeat Frequency, Repeat How Many Times and Repeat Until are ignored."},{"displayName":"Send Updates","name":"sendUpdates","type":"options","options":[{"name":"All","value":"all","description":"Notifications are sent to all guests"},{"name":"External Only","value":"externalOnly","description":"Notifications are sent to non-Google Calendar guests only"},{"name":"None","value":"none","description":"No notifications are sent. This value should only be used for migration use case."}],"description":"Whether to send notifications about the creation of the new event","default":""},{"displayName":"Show Me As","name":"showMeAs","type":"options","options":[{"name":"Available","value":"transparent","description":"The event does not block time on the calendar"},{"name":"Busy","value":"opaque","description":"The event does block time on the calendar"}],"default":"opaque","description":"Whether the event blocks time on the calendar"},{"displayName":"Summary","name":"summary","type":"string","default":"","description":"Title of the event"},{"displayName":"Visibility","name":"visibility","type":"options","options":[{"name":"Confidential","value":"confidential","description":"The event is private. This value is provided for compatibility reasons."},{"name":"Default","value":"default","description":"Uses the default visibility for events on the calendar"},{"name":"Private","value":"private","description":"The event is private and only event attendees may view event details"},{"name":"Public","value":"public","description":"The event is public and event details are visible to all readers of the calendar"}],"default":"default","description":"Visibility of the event"}]},{"displayName":"Reminders","name":"remindersUi","type":"fixedCollection","default":{},"placeholder":"Add Reminder","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["event"],"operation":["create"],"useDefaultReminders":[false]}},"options":[{"name":"remindersValues","displayName":"Reminder","values":[{"displayName":"Method","name":"method","type":"options","options":[{"name":"Email","value":"email"},{"name":"Popup","value":"popup"}],"default":""},{"displayName":"Minutes Before","name":"minutes","type":"number","typeOptions":{"minValue":0,"maxValue":40320},"default":0}]}],"description":"If the event doesn't use the default reminders, this lists the reminders specific to the event"},{"displayName":"Event ID","name":"eventId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["event"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"displayOptions":{"show":{"operation":["delete"],"resource":["event"]}},"options":[{"displayName":"Send Updates","name":"sendUpdates","type":"options","options":[{"name":"All","value":"all","description":"Notifications are sent to all guests"},{"name":"External Only","value":"externalOnly","description":"Notifications are sent to non-Google Calendar guests only"},{"name":"None","value":"none","description":"No notifications are sent. This value should only be used for migration use case."}],"description":"Whether to send notifications about the creation of the new event","default":""}]},{"displayName":"Event ID","name":"eventId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["event"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["event"]}},"options":[{"displayName":"Max Attendees","name":"maxAttendees","type":"number","default":0,"description":"The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned."},{"displayName":"Timezone","name":"timeZone","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Time zone used in the response. The default is the time zone of the calendar.","modes":[{"displayName":"Timezone","name":"list","type":"list","placeholder":"Select a Timezone...","typeOptions":{"searchListMethod":"getTimezones","searchable":true}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"(Africa/Abidjan|Africa/Accra|Africa/Addis_Ababa|Africa/Algiers|Africa/Asmara|Africa/Asmera|Africa/Bamako|Africa/Bangui|Africa/Banjul|Africa/Bissau|Africa/Blantyre|Africa/Brazzaville|Africa/Bujumbura|Africa/Cairo|Africa/Casablanca|Africa/Ceuta|Africa/Conakry|Africa/Dakar|Africa/Dar_es_Salaam|Africa/Djibouti|Africa/Douala|Africa/El_Aaiun|Africa/Freetown|Africa/Gaborone|Africa/Harare|Africa/Johannesburg|Africa/Juba|Africa/Kampala|Africa/Khartoum|Africa/Kigali|Africa/Kinshasa|Africa/Lagos|Africa/Libreville|Africa/Lome|Africa/Luanda|Africa/Lubumbashi|Africa/Lusaka|Africa/Malabo|Africa/Maputo|Africa/Maseru|Africa/Mbabane|Africa/Mogadishu|Africa/Monrovia|Africa/Nairobi|Africa/Ndjamena|Africa/Niamey|Africa/Nouakchott|Africa/Ouagadougou|Africa/Porto-Novo|Africa/Sao_Tome|Africa/Timbuktu|Africa/Tripoli|Africa/Tunis|Africa/Windhoek|America/Adak|America/Anchorage|America/Anguilla|America/Antigua|America/Araguaina|America/Argentina/Buenos_Aires|America/Argentina/Catamarca|America/Argentina/ComodRivadavia|America/Argentina/Cordoba|America/Argentina/Jujuy|America/Argentina/La_Rioja|America/Argentina/Mendoza|America/Argentina/Rio_Gallegos|America/Argentina/Salta|America/Argentina/San_Juan|America/Argentina/San_Luis|America/Argentina/Tucuman|America/Argentina/Ushuaia|America/Aruba|America/Asuncion|America/Atikokan|America/Atka|America/Bahia|America/Bahia_Banderas|America/Barbados|America/Belem|America/Belize|America/Blanc-Sablon|America/Boa_Vista|America/Bogota|America/Boise|America/Buenos_Aires|America/Cambridge_Bay|America/Campo_Grande|America/Cancun|America/Caracas|America/Catamarca|America/Cayenne|America/Cayman|America/Chicago|America/Chihuahua|America/Coral_Harbour|America/Cordoba|America/Costa_Rica|America/Creston|America/Cuiaba|America/Curacao|America/Danmarkshavn|America/Dawson|America/Dawson_Creek|America/Denver|America/Detroit|America/Dominica|America/Edmonton|America/Eirunepe|America/El_Salvador|America/Ensenada|America/Fort_Nelson|America/Fort_Wayne|America/Fortaleza|America/Glace_Bay|America/Godthab|America/Goose_Bay|America/Grand_Turk|America/Grenada|America/Guadeloupe|America/Guatemala|America/Guayaquil|America/Guyana|America/Halifax|America/Havana|America/Hermosillo|America/Indiana/Indianapolis|America/Indiana/Knox|America/Indiana/Marengo|America/Indiana/Petersburg|America/Indiana/Tell_City|America/Indiana/Vevay|America/Indiana/Vincennes|America/Indiana/Winamac|America/Indianapolis|America/Inuvik|America/Iqaluit|America/Jamaica|America/Jujuy|America/Juneau|America/Kentucky/Louisville|America/Kentucky/Monticello|America/Knox_IN|America/Kralendijk|America/La_Paz|America/Lima|America/Los_Angeles|America/Louisville|America/Lower_Princes|America/Maceio|America/Managua|America/Manaus|America/Marigot|America/Martinique|America/Matamoros|America/Mazatlan|America/Mendoza|America/Menominee|America/Merida|America/Metlakatla|America/Mexico_City|America/Miquelon|America/Moncton|America/Monterrey|America/Montevideo|America/Montreal|America/Montserrat|America/Nassau|America/New_York|America/Nipigon|America/Nome|America/Noronha|America/North_Dakota/Beulah|America/North_Dakota/Center|America/North_Dakota/New_Salem|America/Nuuk|America/Ojinaga|America/Panama|America/Pangnirtung|America/Paramaribo|America/Phoenix|America/Port-au-Prince|America/Port_of_Spain|America/Porto_Acre|America/Porto_Velho|America/Puerto_Rico|America/Punta_Arenas|America/Rainy_River|America/Rankin_Inlet|America/Recife|America/Regina|America/Resolute|America/Rio_Branco|America/Rosario|America/Santa_Isabel|America/Santarem|America/Santiago|America/Santo_Domingo|America/Sao_Paulo|America/Scoresbysund|America/Shiprock|America/Sitka|America/St_Barthelemy|America/St_Johns|America/St_Kitts|America/St_Lucia|America/St_Thomas|America/St_Vincent|America/Swift_Current|America/Tegucigalpa|America/Thule|America/Thunder_Bay|America/Tijuana|America/Toronto|America/Tortola|America/Vancouver|America/Virgin|America/Whitehorse|America/Winnipeg|America/Yakutat|America/Yellowknife|Antarctica/Casey|Antarctica/Davis|Antarctica/DumontDUrville|Antarctica/Macquarie|Antarctica/Mawson|Antarctica/McMurdo|Antarctica/Palmer|Antarctica/Rothera|Antarctica/South_Pole|Antarctica/Syowa|Antarctica/Troll|Antarctica/Vostok|Arctic/Longyearbyen|Asia/Aden|Asia/Almaty|Asia/Amman|Asia/Anadyr|Asia/Aqtau|Asia/Aqtobe|Asia/Ashgabat|Asia/Ashkhabad|Asia/Atyrau|Asia/Baghdad|Asia/Bahrain|Asia/Baku|Asia/Bangkok|Asia/Barnaul|Asia/Beirut|Asia/Bishkek|Asia/Brunei|Asia/Calcutta|Asia/Chita|Asia/Choibalsan|Asia/Chongqing|Asia/Chungking|Asia/Colombo|Asia/Dacca|Asia/Damascus|Asia/Dhaka|Asia/Dili|Asia/Dubai|Asia/Dushanbe|Asia/Famagusta|Asia/Gaza|Asia/Harbin|Asia/Hebron|Asia/Ho_Chi_Minh|Asia/Hong_Kong|Asia/Hovd|Asia/Irkutsk|Asia/Istanbul|Asia/Jakarta|Asia/Jayapura|Asia/Jerusalem|Asia/Kabul|Asia/Kamchatka|Asia/Karachi|Asia/Kashgar|Asia/Kathmandu|Asia/Katmandu|Asia/Khandyga|Asia/Kolkata|Asia/Krasnoyarsk|Asia/Kuala_Lumpur|Asia/Kuching|Asia/Kuwait|Asia/Macao|Asia/Macau|Asia/Magadan|Asia/Makassar|Asia/Manila|Asia/Muscat|Asia/Nicosia|Asia/Novokuznetsk|Asia/Novosibirsk|Asia/Omsk|Asia/Oral|Asia/Phnom_Penh|Asia/Pontianak|Asia/Pyongyang|Asia/Qatar|Asia/Qostanay|Asia/Qyzylorda|Asia/Rangoon|Asia/Riyadh|Asia/Saigon|Asia/Sakhalin|Asia/Samarkand|Asia/Seoul|Asia/Shanghai|Asia/Singapore|Asia/Srednekolymsk|Asia/Taipei|Asia/Tashkent|Asia/Tbilisi|Asia/Tehran|Asia/Tel_Aviv|Asia/Thimbu|Asia/Thimphu|Asia/Tokyo|Asia/Tomsk|Asia/Ujung_Pandang|Asia/Ulaanbaatar|Asia/Ulan_Bator|Asia/Urumqi|Asia/Ust-Nera|Asia/Vientiane|Asia/Vladivostok|Asia/Yakutsk|Asia/Yangon|Asia/Yekaterinburg|Asia/Yerevan|Atlantic/Azores|Atlantic/Bermuda|Atlantic/Canary|Atlantic/Cape_Verde|Atlantic/Faeroe|Atlantic/Faroe|Atlantic/Jan_Mayen|Atlantic/Madeira|Atlantic/Reykjavik|Atlantic/South_Georgia|Atlantic/St_Helena|Atlantic/Stanley|Australia/ACT|Australia/Adelaide|Australia/Brisbane|Australia/Broken_Hill|Australia/Canberra|Australia/Currie|Australia/Darwin|Australia/Eucla|Australia/Hobart|Australia/LHI|Australia/Lindeman|Australia/Lord_Howe|Australia/Melbourne|Australia/NSW|Australia/North|Australia/Perth|Australia/Queensland|Australia/South|Australia/Sydney|Australia/Tasmania|Australia/Victoria|Australia/West|Australia/Yancowinna|Brazil/Acre|Brazil/DeNoronha|Brazil/East|Brazil/West|CET|CST6CDT|Canada/Atlantic|Canada/Central|Canada/Eastern|Canada/Mountain|Canada/Newfoundland|Canada/Pacific|Canada/Saskatchewan|Canada/Yukon|Chile/Continental|Chile/EasterIsland|Cuba|EET|EST|EST5EDT|Egypt|Eire|Etc/GMT|Etc/GMT\\+0|Etc/GMT\\+1|Etc/GMT\\+10|Etc/GMT\\+11|Etc/GMT\\+12|Etc/GMT\\+2|Etc/GMT\\+3|Etc/GMT\\+4|Etc/GMT\\+5|Etc/GMT\\+6|Etc/GMT\\+7|Etc/GMT\\+8|Etc/GMT\\+9|Etc/GMT-0|Etc/GMT-1|Etc/GMT-10|Etc/GMT-11|Etc/GMT-12|Etc/GMT-13|Etc/GMT-14|Etc/GMT-2|Etc/GMT-3|Etc/GMT-4|Etc/GMT-5|Etc/GMT-6|Etc/GMT-7|Etc/GMT-8|Etc/GMT-9|Etc/GMT0|Etc/Greenwich|Etc/UCT|Etc/UTC|Etc/Universal|Etc/Zulu|Europe/Amsterdam|Europe/Andorra|Europe/Astrakhan|Europe/Athens|Europe/Belfast|Europe/Belgrade|Europe/Berlin|Europe/Bratislava|Europe/Brussels|Europe/Bucharest|Europe/Budapest|Europe/Busingen|Europe/Chisinau|Europe/Copenhagen|Europe/Dublin|Europe/Gibraltar|Europe/Guernsey|Europe/Helsinki|Europe/Isle_of_Man|Europe/Istanbul|Europe/Jersey|Europe/Kaliningrad|Europe/Kiev|Europe/Kirov|Europe/Kyiv|Europe/Lisbon|Europe/Ljubljana|Europe/London|Europe/Luxembourg|Europe/Madrid|Europe/Malta|Europe/Mariehamn|Europe/Minsk|Europe/Monaco|Europe/Moscow|Europe/Nicosia|Europe/Oslo|Europe/Paris|Europe/Podgorica|Europe/Prague|Europe/Riga|Europe/Rome|Europe/Samara|Europe/San_Marino|Europe/Sarajevo|Europe/Saratov|Europe/Simferopol|Europe/Skopje|Europe/Sofia|Europe/Stockholm|Europe/Tallinn|Europe/Tirane|Europe/Tiraspol|Europe/Ulyanovsk|Europe/Uzhgorod|Europe/Vaduz|Europe/Vatican|Europe/Vienna|Europe/Vilnius|Europe/Volgograd|Europe/Warsaw|Europe/Zagreb|Europe/Zaporozhye|Europe/Zurich|GB|GB-Eire|GMT|GMT\\+0|GMT-0|GMT0|Greenwich|HST|Hongkong|Iceland|Indian/Antananarivo|Indian/Chagos|Indian/Christmas|Indian/Cocos|Indian/Comoro|Indian/Kerguelen|Indian/Mahe|Indian/Maldives|Indian/Mauritius|Indian/Mayotte|Indian/Reunion|Iran|Israel|Jamaica|Japan|Kwajalein|Libya|MET|MST|MST7MDT|Mexico/BajaNorte|Mexico/BajaSur|Mexico/General|NZ|NZ-CHAT|Navajo|PRC|PST8PDT|Pacific/Apia|Pacific/Auckland|Pacific/Bougainville|Pacific/Chatham|Pacific/Chuuk|Pacific/Easter|Pacific/Efate|Pacific/Enderbury|Pacific/Fakaofo|Pacific/Fiji|Pacific/Funafuti|Pacific/Galapagos|Pacific/Gambier|Pacific/Guadalcanal|Pacific/Guam|Pacific/Honolulu|Pacific/Johnston|Pacific/Kanton|Pacific/Kiritimati|Pacific/Kosrae|Pacific/Kwajalein|Pacific/Majuro|Pacific/Marquesas|Pacific/Midway|Pacific/Nauru|Pacific/Niue|Pacific/Norfolk|Pacific/Noumea|Pacific/Pago_Pago|Pacific/Palau|Pacific/Pitcairn|Pacific/Pohnpei|Pacific/Ponape|Pacific/Port_Moresby|Pacific/Rarotonga|Pacific/Saipan|Pacific/Samoa|Pacific/Tahiti|Pacific/Tarawa|Pacific/Tongatapu|Pacific/Truk|Pacific/Wake|Pacific/Wallis|Pacific/Yap|Poland|Portugal|ROC|ROK|Singapore|Turkey|UCT|US/Alaska|US/Aleutian|US/Arizona|US/Central|US/East-Indiana|US/Eastern|US/Hawaii|US/Indiana-Starke|US/Michigan|US/Mountain|US/Pacific|US/Samoa|UTC|Universal|W-SU|WET|Zulu)[ \t]*","errorMessage":"Not a valid Timezone"}}],"extractValue":{"type":"regex","regex":"([-+/_a-zA-Z0-9]*)"},"placeholder":"Europe/Berlin"}]}]},{"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":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["event"]}},"options":[{"displayName":"After","name":"timeMin","type":"dateTime","default":"","description":"At least some part of the event must be after this time"},{"displayName":"Before","name":"timeMax","type":"dateTime","default":"","description":"At least some part of the event must be before this time"},{"displayName":"iCalUID","name":"iCalUID","type":"string","default":"","description":"Specifies event ID in the iCalendar format to be included in the response"},{"displayName":"Max Attendees","name":"maxAttendees","type":"number","default":0,"description":"The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned."},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Start Time","value":"startTime","description":"Order by the start date/time (ascending). This is only available when querying single events (i.e. the parameter singleEvents is True)."},{"name":"Updated","value":"updated","description":"Order by last modification time (ascending)"}],"default":"","description":"The order of the events returned in the result"},{"displayName":"Query","name":"query","type":"string","default":"","description":"Free text search terms to find events that match these terms in any field, except for extended properties"},{"displayName":"Show Deleted","name":"showDeleted","type":"boolean","default":false,"description":"Whether to include deleted events (with status equals \"cancelled\") in the result"},{"displayName":"Show Hidden Invitations","name":"showHiddenInvitations","type":"boolean","default":false,"description":"Whether to include hidden invitations in the result"},{"displayName":"Single Events","name":"singleEvents","type":"boolean","default":false,"description":"Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves"},{"displayName":"Timezone","name":"timeZone","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Time zone used in the response. The default is the time zone of the calendar.","modes":[{"displayName":"Timezone","name":"list","type":"list","placeholder":"Select a Timezone...","typeOptions":{"searchListMethod":"getTimezones","searchable":true}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"(Africa/Abidjan|Africa/Accra|Africa/Addis_Ababa|Africa/Algiers|Africa/Asmara|Africa/Asmera|Africa/Bamako|Africa/Bangui|Africa/Banjul|Africa/Bissau|Africa/Blantyre|Africa/Brazzaville|Africa/Bujumbura|Africa/Cairo|Africa/Casablanca|Africa/Ceuta|Africa/Conakry|Africa/Dakar|Africa/Dar_es_Salaam|Africa/Djibouti|Africa/Douala|Africa/El_Aaiun|Africa/Freetown|Africa/Gaborone|Africa/Harare|Africa/Johannesburg|Africa/Juba|Africa/Kampala|Africa/Khartoum|Africa/Kigali|Africa/Kinshasa|Africa/Lagos|Africa/Libreville|Africa/Lome|Africa/Luanda|Africa/Lubumbashi|Africa/Lusaka|Africa/Malabo|Africa/Maputo|Africa/Maseru|Africa/Mbabane|Africa/Mogadishu|Africa/Monrovia|Africa/Nairobi|Africa/Ndjamena|Africa/Niamey|Africa/Nouakchott|Africa/Ouagadougou|Africa/Porto-Novo|Africa/Sao_Tome|Africa/Timbuktu|Africa/Tripoli|Africa/Tunis|Africa/Windhoek|America/Adak|America/Anchorage|America/Anguilla|America/Antigua|America/Araguaina|America/Argentina/Buenos_Aires|America/Argentina/Catamarca|America/Argentina/ComodRivadavia|America/Argentina/Cordoba|America/Argentina/Jujuy|America/Argentina/La_Rioja|America/Argentina/Mendoza|America/Argentina/Rio_Gallegos|America/Argentina/Salta|America/Argentina/San_Juan|America/Argentina/San_Luis|America/Argentina/Tucuman|America/Argentina/Ushuaia|America/Aruba|America/Asuncion|America/Atikokan|America/Atka|America/Bahia|America/Bahia_Banderas|America/Barbados|America/Belem|America/Belize|America/Blanc-Sablon|America/Boa_Vista|America/Bogota|America/Boise|America/Buenos_Aires|America/Cambridge_Bay|America/Campo_Grande|America/Cancun|America/Caracas|America/Catamarca|America/Cayenne|America/Cayman|America/Chicago|America/Chihuahua|America/Coral_Harbour|America/Cordoba|America/Costa_Rica|America/Creston|America/Cuiaba|America/Curacao|America/Danmarkshavn|America/Dawson|America/Dawson_Creek|America/Denver|America/Detroit|America/Dominica|America/Edmonton|America/Eirunepe|America/El_Salvador|America/Ensenada|America/Fort_Nelson|America/Fort_Wayne|America/Fortaleza|America/Glace_Bay|America/Godthab|America/Goose_Bay|America/Grand_Turk|America/Grenada|America/Guadeloupe|America/Guatemala|America/Guayaquil|America/Guyana|America/Halifax|America/Havana|America/Hermosillo|America/Indiana/Indianapolis|America/Indiana/Knox|America/Indiana/Marengo|America/Indiana/Petersburg|America/Indiana/Tell_City|America/Indiana/Vevay|America/Indiana/Vincennes|America/Indiana/Winamac|America/Indianapolis|America/Inuvik|America/Iqaluit|America/Jamaica|America/Jujuy|America/Juneau|America/Kentucky/Louisville|America/Kentucky/Monticello|America/Knox_IN|America/Kralendijk|America/La_Paz|America/Lima|America/Los_Angeles|America/Louisville|America/Lower_Princes|America/Maceio|America/Managua|America/Manaus|America/Marigot|America/Martinique|America/Matamoros|America/Mazatlan|America/Mendoza|America/Menominee|America/Merida|America/Metlakatla|America/Mexico_City|America/Miquelon|America/Moncton|America/Monterrey|America/Montevideo|America/Montreal|America/Montserrat|America/Nassau|America/New_York|America/Nipigon|America/Nome|America/Noronha|America/North_Dakota/Beulah|America/North_Dakota/Center|America/North_Dakota/New_Salem|America/Nuuk|America/Ojinaga|America/Panama|America/Pangnirtung|America/Paramaribo|America/Phoenix|America/Port-au-Prince|America/Port_of_Spain|America/Porto_Acre|America/Porto_Velho|America/Puerto_Rico|America/Punta_Arenas|America/Rainy_River|America/Rankin_Inlet|America/Recife|America/Regina|America/Resolute|America/Rio_Branco|America/Rosario|America/Santa_Isabel|America/Santarem|America/Santiago|America/Santo_Domingo|America/Sao_Paulo|America/Scoresbysund|America/Shiprock|America/Sitka|America/St_Barthelemy|America/St_Johns|America/St_Kitts|America/St_Lucia|America/St_Thomas|America/St_Vincent|America/Swift_Current|America/Tegucigalpa|America/Thule|America/Thunder_Bay|America/Tijuana|America/Toronto|America/Tortola|America/Vancouver|America/Virgin|America/Whitehorse|America/Winnipeg|America/Yakutat|America/Yellowknife|Antarctica/Casey|Antarctica/Davis|Antarctica/DumontDUrville|Antarctica/Macquarie|Antarctica/Mawson|Antarctica/McMurdo|Antarctica/Palmer|Antarctica/Rothera|Antarctica/South_Pole|Antarctica/Syowa|Antarctica/Troll|Antarctica/Vostok|Arctic/Longyearbyen|Asia/Aden|Asia/Almaty|Asia/Amman|Asia/Anadyr|Asia/Aqtau|Asia/Aqtobe|Asia/Ashgabat|Asia/Ashkhabad|Asia/Atyrau|Asia/Baghdad|Asia/Bahrain|Asia/Baku|Asia/Bangkok|Asia/Barnaul|Asia/Beirut|Asia/Bishkek|Asia/Brunei|Asia/Calcutta|Asia/Chita|Asia/Choibalsan|Asia/Chongqing|Asia/Chungking|Asia/Colombo|Asia/Dacca|Asia/Damascus|Asia/Dhaka|Asia/Dili|Asia/Dubai|Asia/Dushanbe|Asia/Famagusta|Asia/Gaza|Asia/Harbin|Asia/Hebron|Asia/Ho_Chi_Minh|Asia/Hong_Kong|Asia/Hovd|Asia/Irkutsk|Asia/Istanbul|Asia/Jakarta|Asia/Jayapura|Asia/Jerusalem|Asia/Kabul|Asia/Kamchatka|Asia/Karachi|Asia/Kashgar|Asia/Kathmandu|Asia/Katmandu|Asia/Khandyga|Asia/Kolkata|Asia/Krasnoyarsk|Asia/Kuala_Lumpur|Asia/Kuching|Asia/Kuwait|Asia/Macao|Asia/Macau|Asia/Magadan|Asia/Makassar|Asia/Manila|Asia/Muscat|Asia/Nicosia|Asia/Novokuznetsk|Asia/Novosibirsk|Asia/Omsk|Asia/Oral|Asia/Phnom_Penh|Asia/Pontianak|Asia/Pyongyang|Asia/Qatar|Asia/Qostanay|Asia/Qyzylorda|Asia/Rangoon|Asia/Riyadh|Asia/Saigon|Asia/Sakhalin|Asia/Samarkand|Asia/Seoul|Asia/Shanghai|Asia/Singapore|Asia/Srednekolymsk|Asia/Taipei|Asia/Tashkent|Asia/Tbilisi|Asia/Tehran|Asia/Tel_Aviv|Asia/Thimbu|Asia/Thimphu|Asia/Tokyo|Asia/Tomsk|Asia/Ujung_Pandang|Asia/Ulaanbaatar|Asia/Ulan_Bator|Asia/Urumqi|Asia/Ust-Nera|Asia/Vientiane|Asia/Vladivostok|Asia/Yakutsk|Asia/Yangon|Asia/Yekaterinburg|Asia/Yerevan|Atlantic/Azores|Atlantic/Bermuda|Atlantic/Canary|Atlantic/Cape_Verde|Atlantic/Faeroe|Atlantic/Faroe|Atlantic/Jan_Mayen|Atlantic/Madeira|Atlantic/Reykjavik|Atlantic/South_Georgia|Atlantic/St_Helena|Atlantic/Stanley|Australia/ACT|Australia/Adelaide|Australia/Brisbane|Australia/Broken_Hill|Australia/Canberra|Australia/Currie|Australia/Darwin|Australia/Eucla|Australia/Hobart|Australia/LHI|Australia/Lindeman|Australia/Lord_Howe|Australia/Melbourne|Australia/NSW|Australia/North|Australia/Perth|Australia/Queensland|Australia/South|Australia/Sydney|Australia/Tasmania|Australia/Victoria|Australia/West|Australia/Yancowinna|Brazil/Acre|Brazil/DeNoronha|Brazil/East|Brazil/West|CET|CST6CDT|Canada/Atlantic|Canada/Central|Canada/Eastern|Canada/Mountain|Canada/Newfoundland|Canada/Pacific|Canada/Saskatchewan|Canada/Yukon|Chile/Continental|Chile/EasterIsland|Cuba|EET|EST|EST5EDT|Egypt|Eire|Etc/GMT|Etc/GMT\\+0|Etc/GMT\\+1|Etc/GMT\\+10|Etc/GMT\\+11|Etc/GMT\\+12|Etc/GMT\\+2|Etc/GMT\\+3|Etc/GMT\\+4|Etc/GMT\\+5|Etc/GMT\\+6|Etc/GMT\\+7|Etc/GMT\\+8|Etc/GMT\\+9|Etc/GMT-0|Etc/GMT-1|Etc/GMT-10|Etc/GMT-11|Etc/GMT-12|Etc/GMT-13|Etc/GMT-14|Etc/GMT-2|Etc/GMT-3|Etc/GMT-4|Etc/GMT-5|Etc/GMT-6|Etc/GMT-7|Etc/GMT-8|Etc/GMT-9|Etc/GMT0|Etc/Greenwich|Etc/UCT|Etc/UTC|Etc/Universal|Etc/Zulu|Europe/Amsterdam|Europe/Andorra|Europe/Astrakhan|Europe/Athens|Europe/Belfast|Europe/Belgrade|Europe/Berlin|Europe/Bratislava|Europe/Brussels|Europe/Bucharest|Europe/Budapest|Europe/Busingen|Europe/Chisinau|Europe/Copenhagen|Europe/Dublin|Europe/Gibraltar|Europe/Guernsey|Europe/Helsinki|Europe/Isle_of_Man|Europe/Istanbul|Europe/Jersey|Europe/Kaliningrad|Europe/Kiev|Europe/Kirov|Europe/Kyiv|Europe/Lisbon|Europe/Ljubljana|Europe/London|Europe/Luxembourg|Europe/Madrid|Europe/Malta|Europe/Mariehamn|Europe/Minsk|Europe/Monaco|Europe/Moscow|Europe/Nicosia|Europe/Oslo|Europe/Paris|Europe/Podgorica|Europe/Prague|Europe/Riga|Europe/Rome|Europe/Samara|Europe/San_Marino|Europe/Sarajevo|Europe/Saratov|Europe/Simferopol|Europe/Skopje|Europe/Sofia|Europe/Stockholm|Europe/Tallinn|Europe/Tirane|Europe/Tiraspol|Europe/Ulyanovsk|Europe/Uzhgorod|Europe/Vaduz|Europe/Vatican|Europe/Vienna|Europe/Vilnius|Europe/Volgograd|Europe/Warsaw|Europe/Zagreb|Europe/Zaporozhye|Europe/Zurich|GB|GB-Eire|GMT|GMT\\+0|GMT-0|GMT0|Greenwich|HST|Hongkong|Iceland|Indian/Antananarivo|Indian/Chagos|Indian/Christmas|Indian/Cocos|Indian/Comoro|Indian/Kerguelen|Indian/Mahe|Indian/Maldives|Indian/Mauritius|Indian/Mayotte|Indian/Reunion|Iran|Israel|Jamaica|Japan|Kwajalein|Libya|MET|MST|MST7MDT|Mexico/BajaNorte|Mexico/BajaSur|Mexico/General|NZ|NZ-CHAT|Navajo|PRC|PST8PDT|Pacific/Apia|Pacific/Auckland|Pacific/Bougainville|Pacific/Chatham|Pacific/Chuuk|Pacific/Easter|Pacific/Efate|Pacific/Enderbury|Pacific/Fakaofo|Pacific/Fiji|Pacific/Funafuti|Pacific/Galapagos|Pacific/Gambier|Pacific/Guadalcanal|Pacific/Guam|Pacific/Honolulu|Pacific/Johnston|Pacific/Kanton|Pacific/Kiritimati|Pacific/Kosrae|Pacific/Kwajalein|Pacific/Majuro|Pacific/Marquesas|Pacific/Midway|Pacific/Nauru|Pacific/Niue|Pacific/Norfolk|Pacific/Noumea|Pacific/Pago_Pago|Pacific/Palau|Pacific/Pitcairn|Pacific/Pohnpei|Pacific/Ponape|Pacific/Port_Moresby|Pacific/Rarotonga|Pacific/Saipan|Pacific/Samoa|Pacific/Tahiti|Pacific/Tarawa|Pacific/Tongatapu|Pacific/Truk|Pacific/Wake|Pacific/Wallis|Pacific/Yap|Poland|Portugal|ROC|ROK|Singapore|Turkey|UCT|US/Alaska|US/Aleutian|US/Arizona|US/Central|US/East-Indiana|US/Eastern|US/Hawaii|US/Indiana-Starke|US/Michigan|US/Mountain|US/Pacific|US/Samoa|UTC|Universal|W-SU|WET|Zulu)[ \t]*","errorMessage":"Not a valid Timezone"}}],"extractValue":{"type":"regex","regex":"([-+/_a-zA-Z0-9]*)"},"placeholder":"Europe/Berlin"}]},{"displayName":"Updated Min","name":"updatedMin","type":"dateTime","default":"","description":"Lower bound for an event's last modification time (as a RFC3339 timestamp) to filter by. When specified, entries deleted since this time will always be included regardless of showDeleted."}]},{"displayName":"Event ID","name":"eventId","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["event"]}},"default":""},{"displayName":"Use Default Reminders","name":"useDefaultReminders","type":"boolean","displayOptions":{"show":{"operation":["update"],"resource":["event"]}},"default":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["event"]}},"options":[{"displayName":"All Day","name":"allday","type":"options","options":[{"name":"Yes","value":"yes"},{"name":"No","value":"no"}],"default":"no","description":"Wheater the event is all day or not"},{"displayName":"Attendees","name":"attendees","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Attendee"},"default":"","description":"The attendees of the event. Multiple ones can be separated by comma."},{"displayName":"Color Name or ID","name":"color","type":"options","typeOptions":{"loadOptionsMethod":"getColors"},"default":"","description":"The color of the event. 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":""},{"displayName":"End","name":"end","type":"dateTime","default":"","description":"End time of the event"},{"displayName":"Guests Can Invite Others","name":"guestsCanInviteOthers","type":"boolean","default":true,"description":"Whether attendees other than the organizer can invite others to the event"},{"displayName":"Guests Can Modify","name":"guestsCanModify","type":"boolean","default":false,"description":"Whether attendees other than the organizer can modify the event"},{"displayName":"Guests Can See Other Guests","name":"guestsCanSeeOtherGuests","type":"boolean","default":true,"description":"Whether attendees other than the organizer can see who the event's attendees are"},{"displayName":"ID","name":"id","type":"string","default":"","description":"Opaque identifier of the event"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Geographic location of the event as free-form text"},{"displayName":"Max Attendees","name":"maxAttendees","type":"number","default":0,"description":"The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned."},{"displayName":"Repeat Frequency","name":"repeatFrecuency","type":"options","options":[{"name":"Daily","value":"Daily"},{"name":"Weekly","value":"weekly"},{"name":"Monthly","value":"monthly"},{"name":"Yearly","value":"yearly"}],"default":""},{"displayName":"Repeat How Many Times?","name":"repeatHowManyTimes","type":"number","typeOptions":{"minValue":1},"default":1},{"displayName":"Repeat Until","name":"repeatUntil","type":"dateTime","default":""},{"displayName":"RRULE","name":"rrule","type":"string","default":"","description":"Recurrence rule. When set, the parameters Repeat Frequency, Repeat How Many Times and Repeat Until are ignored."},{"displayName":"Send Updates","name":"sendUpdates","type":"options","options":[{"name":"All","value":"all","description":"Notifications are sent to all guests"},{"name":"External Only","value":"externalOnly","description":"Notifications are sent to non-Google Calendar guests only"},{"name":"None","value":"none","description":"No notifications are sent. This value should only be used for migration use case."}],"description":"Whether to send notifications about the creation of the new event","default":""},{"displayName":"Show Me As","name":"showMeAs","type":"options","options":[{"name":"Available","value":"transparent","description":"The event does not block time on the calendar"},{"name":"Busy","value":"opaque","description":"The event does block time on the calendar"}],"default":"opaque","description":"Whether the event blocks time on the calendar"},{"displayName":"Start","name":"start","type":"dateTime","default":"","description":"Start time of the event"},{"displayName":"Summary","name":"summary","type":"string","default":"","description":"Title of the event"},{"displayName":"Visibility","name":"visibility","type":"options","options":[{"name":"Confidential","value":"confidential","description":"The event is private. This value is provided for compatibility reasons."},{"name":"Default","value":"default","description":"Uses the default visibility for events on the calendar"},{"name":"Public","value":"public","description":"The event is public and event details are visible to all readers of the calendar"},{"name":"Private","value":"private","description":"The event is private and only event attendees may view event details"}],"default":"default","description":"Visibility of the event"}]},{"displayName":"Reminders","name":"remindersUi","type":"fixedCollection","default":{},"placeholder":"Add Reminder","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["event"],"operation":["update"],"useDefaultReminders":[false]}},"options":[{"name":"remindersValues","displayName":"Reminder","values":[{"displayName":"Method","name":"method","type":"options","options":[{"name":"Email","value":"email"},{"name":"Popup","value":"popup"}],"default":""},{"displayName":"Minutes Before","name":"minutes","type":"number","typeOptions":{"minValue":0,"maxValue":40320},"default":0}]}],"description":"If the event doesn't use the default reminders, this lists the reminders specific to the event"}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlecalendar/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Calendar/googleCalendar.svg"},
|
|
@@ -167,14 +167,14 @@
|
|
|
167
167
|
{"displayName":"HTML","name":"n8n-nodes-base.html","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] }}","description":"Work with HTML","defaults":{"name":"HTML"},"inputs":["main"],"outputs":["main"],"parameterPane":"wide","properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Generate HTML Template","value":"generateHtmlTemplate","action":"Generate HTML template"},{"name":"Extract HTML Content","value":"extractHtmlContent","action":"Extract HTML Content"}],"default":"generateHtmlTemplate"},{"displayName":"HTML Template","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","default":"<!DOCTYPE html>\n\n<html>\n<head>\n <meta charset=\"UTF-8\" />\n <title>My HTML document</title>\n</head>\n<body>\n <div class=\"container\">\n <h1>This is an H1 heading</h1>\n <h2>This is an H2 heading</h2>\n <p>This is a paragraph</p>\n </div>\n</body>\n</html>\n\n<style>\n.container {\n background-color: #ffffff;\n text-align: center;\n padding: 16px;\n border-radius: 8px;\n}\n\nh1 {\n color: #ff6d5a;\n font-size: 24px;\n font-weight: bold;\n padding: 8px;\n}\n\nh2 {\n color: #909399;\n font-size: 18px;\n font-weight: bold;\n padding: 8px;\n}\n</style>\n\n<script>\nconsole.log(\"Hello World!\");\n</script>","noDataExpression":true,"description":"HTML template to render","displayOptions":{"show":{"operation":["generateHtmlTemplate"]}}},{"displayName":"<b>Tips</b>: Type ctrl+space for completions. Use <code>{{ }}</code> for expressions and <code><style></code> tags for CSS. JS in <code><script></code> tags is included but not executed in n8n.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["generateHtmlTemplate"]}}},{"displayName":"Source Data","name":"sourceData","type":"options","options":[{"name":"Binary","value":"binary"},{"name":"JSON","value":"json"}],"default":"json","description":"If HTML should be read from binary or JSON data","displayOptions":{"show":{"operation":["extractHtmlContent"]}}},{"displayName":"Binary Property","name":"dataPropertyName","type":"string","displayOptions":{"show":{"operation":["extractHtmlContent"],"sourceData":["binary"]}},"default":"data","required":true,"description":"Name of the binary property in which the HTML to extract the data from can be found"},{"displayName":"JSON Property","name":"dataPropertyName","type":"string","displayOptions":{"show":{"operation":["extractHtmlContent"],"sourceData":["json"]}},"default":"data","required":true,"description":"Name of the JSON property in which the HTML to extract the data from can be found. The property can either contain a string or an array of strings."},{"displayName":"Extraction Values","name":"extractionValues","placeholder":"Add Value","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"operation":["extractHtmlContent"]}},"default":{},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"The key under which the extracted value should be saved"},{"displayName":"CSS Selector","name":"cssSelector","type":"string","default":"","placeholder":".price","description":"The CSS selector to use"},{"displayName":"Return Value","name":"returnValue","type":"options","options":[{"name":"Attribute","value":"attribute","description":"Get an attribute value like \"class\" from an element"},{"name":"HTML","value":"html","description":"Get the HTML the element contains"},{"name":"Text","value":"text","description":"Get only the text content of the element"},{"name":"Value","value":"value","description":"Get value of an input, select or textarea"}],"default":"text","description":"What kind of data should be returned"},{"displayName":"Attribute","name":"attribute","type":"string","displayOptions":{"show":{"returnValue":["attribute"]}},"default":"","placeholder":"class","description":"The name of the attribute to return the value off"},{"displayName":"Return Array","name":"returnArray","type":"boolean","default":false,"description":"Whether to return the values as an array so if multiple ones get found they also get returned separately. If not set all will be returned as a single string."}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"operation":["extractHtmlContent"]}},"options":[{"displayName":"Trim Values","name":"trimValues","type":"boolean","default":true,"description":"Whether to remove automatically all spaces and newlines from the beginning and end of the values"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.html/"}]},"alias":["extract","template"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Html/html.svg"},
|
|
168
168
|
{"displayName":"HTTP Request","name":"n8n-nodes-base.httpRequest","icon":"fa:at","group":["output"],"subtitle":"={{$parameter[\"requestMethod\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4,"version":1,"defaults":{"name":"HTTP Request","color":"#2200DD"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"httpBasicAuth","required":true,"displayOptions":{"show":{"authentication":["basicAuth"]}}},{"name":"httpDigestAuth","required":true,"displayOptions":{"show":{"authentication":["digestAuth"]}}},{"name":"httpHeaderAuth","required":true,"displayOptions":{"show":{"authentication":["headerAuth"]}}},{"name":"httpQueryAuth","required":true,"displayOptions":{"show":{"authentication":["queryAuth"]}}},{"name":"oAuth1Api","required":true,"displayOptions":{"show":{"authentication":["oAuth1"]}}},{"name":"oAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"Digest Auth","value":"digestAuth"},{"name":"Header Auth","value":"headerAuth"},{"name":"None","value":"none"},{"name":"OAuth1","value":"oAuth1"},{"name":"OAuth2","value":"oAuth2"},{"name":"Query Auth","value":"queryAuth"}],"default":"none","description":"The way to authenticate"},{"displayName":"Request Method","name":"requestMethod","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Response Format","name":"responseFormat","type":"options","options":[{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"String","value":"string"}],"default":"json","description":"The format in which the data gets returned from the URL"},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["string"]}},"description":"Name of the property to which to write the response data"},{"displayName":"Binary Property","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file"]}},"description":"Name of the binary property to which to write the data of the read file"},{"displayName":"JSON/RAW Parameters","name":"jsonParameters","type":"boolean","default":false,"description":"Whether the query and/or body parameter should be set via the value-key pair UI or JSON/RAW"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Batch Interval","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."},{"displayName":"Batch Size","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Body Content Type","name":"bodyContentType","type":"options","displayOptions":{"show":{"/requestMethod":["PATCH","POST","PUT"]}},"options":[{"name":"JSON","value":"json"},{"name":"RAW/Custom","value":"raw"},{"name":"Form-Data Multipart","value":"multipart-form-data"},{"name":"Form Urlencoded","value":"form-urlencoded"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Full Response","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response data instead of only the body"},{"displayName":"Follow All Redirects","name":"followAllRedirects","type":"boolean","default":false,"description":"Whether to follow non-GET HTTP 3xx redirects"},{"displayName":"Follow GET Redirect","name":"followRedirect","type":"boolean","default":true,"description":"Whether to follow GET HTTP 3xx redirects"},{"displayName":"Ignore Response Code","name":"ignoreResponseCode","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"MIME Type","name":"bodyContentCustomMimeType","type":"string","default":"","placeholder":"text/xml","description":"Specify the mime type for raw/custom body type","displayOptions":{"show":{"/requestMethod":["PATCH","POST","PUT"]}}},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"http://myproxy:3128","description":"HTTP proxy to use"},{"displayName":"Split Into Items","name":"splitIntoItems","type":"boolean","default":false,"description":"Whether to output each element of an array as own item","displayOptions":{"show":{"/responseFormat":["json"]}}},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"},{"displayName":"Use Querystring","name":"useQueryString","type":"boolean","default":false,"description":"Whether you need arrays to be serialized as foo=bar&foo=baz instead of the default foo[0]=bar&foo[1]=baz"}]},{"displayName":"Send Binary Data","name":"sendBinaryData","type":"boolean","displayOptions":{"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT"]}},"default":false,"description":"Whether binary data should be send as body"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"hide":{"sendBinaryData":[false]},"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT"]}},"description":"Name of the binary property which contains the data for the file to be uploaded. For Form-Data Multipart, they can be provided in the format: <code>\"sendKey1:binaryProperty1,sendKey2:binaryProperty2</code>"},{"displayName":"Body Parameters","name":"bodyParametersJson","type":"json","displayOptions":{"hide":{"sendBinaryData":[true]},"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT","DELETE"]}},"default":"","description":"Body parameters as JSON or RAW"},{"displayName":"Body Parameters","name":"bodyParametersUi","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false],"requestMethod":["PATCH","POST","PUT","DELETE"]}},"description":"The body parameter to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]},{"displayName":"Headers","name":"headerParametersJson","type":"json","displayOptions":{"show":{"jsonParameters":[true]}},"default":"","description":"Header parameters as JSON or RAW"},{"displayName":"Headers","name":"headerParametersUi","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"The headers to send","default":{},"options":[{"name":"parameter","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":"Query Parameters","name":"queryParametersJson","type":"json","displayOptions":{"show":{"jsonParameters":[true]}},"default":"","description":"Query parameters as JSON (flat object)"},{"displayName":"Query Parameters","name":"queryParametersUi","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"The query parameter to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]}]},
|
|
169
169
|
{"displayName":"HTTP Request","name":"n8n-nodes-base.httpRequest","icon":"fa:at","group":["output"],"subtitle":"={{$parameter[\"requestMethod\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4,"defaults":{"name":"HTTP Request","color":"#2200DD"},"version":2,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"httpBasicAuth","required":true,"displayOptions":{"show":{"authentication":["httpBasicAuth"]}}},{"name":"httpDigestAuth","required":true,"displayOptions":{"show":{"authentication":["httpDigestAuth"]}}},{"name":"httpHeaderAuth","required":true,"displayOptions":{"show":{"authentication":["httpHeaderAuth"]}}},{"name":"httpQueryAuth","required":true,"displayOptions":{"show":{"authentication":["httpQueryAuth"]}}},{"name":"oAuth1Api","required":true,"displayOptions":{"show":{"authentication":["oAuth1Api"]}}},{"name":"oAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2Api"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","noDataExpression":true,"type":"options","required":true,"options":[{"name":"None","value":"none"},{"name":"Predefined Credential Type","value":"predefinedCredentialType","description":"We've already implemented auth for many services so that you don't have to set it up manually"},{"name":"Generic Credential Type","value":"genericCredentialType","description":"Fully customizable. Choose between basic, header, OAuth2, etc."}],"default":"none"},{"displayName":"Credential Type","name":"nodeCredentialType","type":"credentialsSelect","noDataExpression":true,"required":true,"default":"","credentialTypes":["extends:oAuth2Api","extends:oAuth1Api","has:authenticate"],"displayOptions":{"show":{"authentication":["predefinedCredentialType"]}}},{"displayName":"Generic Auth Type","name":"genericAuthType","type":"credentialsSelect","required":true,"default":"","credentialTypes":["has:genericAuth"],"displayOptions":{"show":{"authentication":["genericCredentialType"]}}},{"displayName":"Request Method","name":"requestMethod","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Response Format","name":"responseFormat","type":"options","options":[{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"String","value":"string"}],"default":"json","description":"The format in which the data gets returned from the URL"},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["string"]}},"description":"Name of the property to which to write the response data"},{"displayName":"Binary Property","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file"]}},"description":"Name of the binary property to which to write the data of the read file"},{"displayName":"JSON/RAW Parameters","name":"jsonParameters","type":"boolean","default":false,"description":"Whether the query and/or body parameter should be set via the value-key pair UI or JSON/RAW"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Batch Interval","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."},{"displayName":"Batch Size","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Body Content Type","name":"bodyContentType","type":"options","displayOptions":{"show":{"/requestMethod":["PATCH","POST","PUT"]}},"options":[{"name":"JSON","value":"json"},{"name":"RAW/Custom","value":"raw"},{"name":"Form-Data Multipart","value":"multipart-form-data"},{"name":"Form Urlencoded","value":"form-urlencoded"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Full Response","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response data instead of only the body"},{"displayName":"Follow All Redirects","name":"followAllRedirects","type":"boolean","default":false,"description":"Whether to follow non-GET HTTP 3xx redirects"},{"displayName":"Follow GET Redirect","name":"followRedirect","type":"boolean","default":true,"description":"Whether to follow GET HTTP 3xx redirects"},{"displayName":"Ignore Response Code","name":"ignoreResponseCode","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"MIME Type","name":"bodyContentCustomMimeType","type":"string","default":"","placeholder":"text/xml","description":"Specify the mime type for raw/custom body type","displayOptions":{"show":{"/requestMethod":["PATCH","POST","PUT"]}}},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"http://myproxy:3128","description":"HTTP proxy to use"},{"displayName":"Split Into Items","name":"splitIntoItems","type":"boolean","default":false,"description":"Whether to output each element of an array as own item","displayOptions":{"show":{"/responseFormat":["json"]}}},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"},{"displayName":"Use Querystring","name":"useQueryString","type":"boolean","default":false,"description":"Whether you need arrays to be serialized as foo=bar&foo=baz instead of the default foo[0]=bar&foo[1]=baz"}]},{"displayName":"Send Binary Data","name":"sendBinaryData","type":"boolean","displayOptions":{"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT"]}},"default":false,"description":"Whether binary data should be send as body"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"hide":{"sendBinaryData":[false]},"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT"]}},"description":"Name of the binary property which contains the data for the file to be uploaded. For Form-Data Multipart, they can be provided in the format: <code>\"sendKey1:binaryProperty1,sendKey2:binaryProperty2</code>"},{"displayName":"Body Parameters","name":"bodyParametersJson","type":"json","displayOptions":{"hide":{"sendBinaryData":[true]},"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT","DELETE"]}},"default":"","description":"Body parameters as JSON or RAW"},{"displayName":"Body Parameters","name":"bodyParametersUi","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false],"requestMethod":["PATCH","POST","PUT","DELETE"]}},"description":"The body parameter to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]},{"displayName":"Headers","name":"headerParametersJson","type":"json","displayOptions":{"show":{"jsonParameters":[true]}},"default":"","description":"Header parameters as JSON or RAW"},{"displayName":"Headers","name":"headerParametersUi","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"The headers to send","default":{},"options":[{"name":"parameter","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":"Query Parameters","name":"queryParametersJson","type":"json","displayOptions":{"show":{"jsonParameters":[true]}},"default":"","description":"Query parameters as JSON (flat object)"},{"displayName":"Query Parameters","name":"queryParametersUi","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"The query parameter to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]}]},
|
|
170
|
-
{"displayName":"HTTP Request","name":"n8n-nodes-base.httpRequest","icon":"fa:at","group":["output"],"subtitle":"={{$parameter[\"method\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4,"version":[3,4],"defaults":{"name":"HTTP Request","color":"#2200DD"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"","name":"curlImport","type":"curlImport","default":""},{"displayName":"Method","name":"method","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Authentication","name":"authentication","noDataExpression":true,"type":"options","options":[{"name":"None","value":"none"},{"name":"Predefined Credential Type","value":"predefinedCredentialType","description":"We've already implemented auth for many services so that you don't have to set it up manually"},{"name":"Generic Credential Type","value":"genericCredentialType","description":"Fully customizable. Choose between basic, header, OAuth2, etc."}],"default":"none"},{"displayName":"Credential Type","name":"nodeCredentialType","type":"credentialsSelect","noDataExpression":true,"required":true,"default":"","credentialTypes":["extends:oAuth2Api","extends:oAuth1Api","has:authenticate"],"displayOptions":{"show":{"authentication":["predefinedCredentialType"]}}},{"displayName":"Generic Auth Type","name":"genericAuthType","type":"credentialsSelect","required":true,"default":"","credentialTypes":["has:genericAuth"],"displayOptions":{"show":{"authentication":["genericCredentialType"]}}},{"displayName":"Send Query Parameters","name":"sendQuery","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has query params or not"},{"displayName":"Specify Query Parameters","name":"specifyQuery","type":"options","displayOptions":{"show":{"sendQuery":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Query Parameters","name":"queryParameters","type":"fixedCollection","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonQuery","type":"json","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["json"]}},"default":""},{"displayName":"Send Headers","name":"sendHeaders","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has headers or not"},{"displayName":"Specify Headers","name":"specifyHeaders","type":"options","displayOptions":{"show":{"sendHeaders":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Header Parameters","name":"headerParameters","type":"fixedCollection","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonHeaders","type":"json","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["json"]}},"default":""},{"displayName":"Send Body","name":"sendBody","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has a body or not"},{"displayName":"Body Content Type","name":"contentType","type":"options","displayOptions":{"show":{"sendBody":[true]}},"options":[{"name":"Form Urlencoded","value":"form-urlencoded"},{"name":"Form-Data","value":"multipart-form-data"},{"name":"JSON","value":"json"},{"name":"n8n Binary Data","value":"binaryData"},{"name":"Raw","value":"raw"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["json"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair","description":"Asasas"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"JSON","name":"jsonBody","type":"json","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["json"]}},"default":""},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["multipart-form-data"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Parameter Type","name":"parameterType","type":"options","options":[{"name":"n8n Binary Data","value":"formBinaryData"},{"name":"Form Data","value":"formData"}],"default":"formData"},{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"parameterType":["formData"]}},"default":"","description":"Value of the field to set"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","noDataExpression":true,"displayOptions":{"show":{"parameterType":["formBinaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"}]}]},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using Single Field","value":"string"}],"default":"keypair"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"specifyBody":["string"]}},"default":"","placeholder":"field1=value1&field2=value2"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","noDataExpression":true,"displayOptions":{"show":{"sendBody":[true],"contentType":["binaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"},{"displayName":"Content Type","name":"rawContentType","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":"text/html"},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Array Format in Query Parameters","name":"queryParameterArrays","type":"options","displayOptions":{"show":{"/sendQuery":[true]}},"options":[{"name":"No Brackets","value":"repeat","description":"e.g. foo=bar&foo=qux"},{"name":"Brackets Only","value":"brackets","description":"e.g. foo[]=bar&foo[]=qux"},{"name":"Brackets with Indices","value":"indices","description":"e.g. foo[0]=bar&foo[1]=qux"}],"default":"brackets"},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":false,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"show":{"@version":[1,2,3]}}},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":true,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"hide":{"@version":[1,2,3]}}},{"displayName":"Response","name":"response","placeholder":"Add response","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"response":{}},"options":[{"displayName":"Response","name":"response","values":[{"displayName":"Include Response Headers and Status","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response (headers and response status code) data instead of only the body"},{"displayName":"Never Error","name":"neverError","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"Response Format","name":"responseFormat","type":"options","noDataExpression":true,"options":[{"name":"Autodetect","value":"autodetect"},{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"Text","value":"text"}],"default":"autodetect","description":"The format in which the data gets returned from the URL"},{"displayName":"Put Output in Field","name":"outputPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file","text"]}},"description":"Name of the binary property to which to write the data of the read file"}]}]},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}]},
|
|
171
|
-
{"displayName":"HTTP Request","name":"n8n-nodes-base.httpRequest","icon":"fa:at","group":["output"],"subtitle":"={{$parameter[\"method\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4,"version":[3,4],"defaults":{"name":"HTTP Request","color":"#2200DD"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"","name":"curlImport","type":"curlImport","default":""},{"displayName":"Method","name":"method","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Authentication","name":"authentication","noDataExpression":true,"type":"options","options":[{"name":"None","value":"none"},{"name":"Predefined Credential Type","value":"predefinedCredentialType","description":"We've already implemented auth for many services so that you don't have to set it up manually"},{"name":"Generic Credential Type","value":"genericCredentialType","description":"Fully customizable. Choose between basic, header, OAuth2, etc."}],"default":"none"},{"displayName":"Credential Type","name":"nodeCredentialType","type":"credentialsSelect","noDataExpression":true,"required":true,"default":"","credentialTypes":["extends:oAuth2Api","extends:oAuth1Api","has:authenticate"],"displayOptions":{"show":{"authentication":["predefinedCredentialType"]}}},{"displayName":"Generic Auth Type","name":"genericAuthType","type":"credentialsSelect","required":true,"default":"","credentialTypes":["has:genericAuth"],"displayOptions":{"show":{"authentication":["genericCredentialType"]}}},{"displayName":"Send Query Parameters","name":"sendQuery","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has query params or not"},{"displayName":"Specify Query Parameters","name":"specifyQuery","type":"options","displayOptions":{"show":{"sendQuery":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Query Parameters","name":"queryParameters","type":"fixedCollection","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonQuery","type":"json","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["json"]}},"default":""},{"displayName":"Send Headers","name":"sendHeaders","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has headers or not"},{"displayName":"Specify Headers","name":"specifyHeaders","type":"options","displayOptions":{"show":{"sendHeaders":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Header Parameters","name":"headerParameters","type":"fixedCollection","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonHeaders","type":"json","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["json"]}},"default":""},{"displayName":"Send Body","name":"sendBody","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has a body or not"},{"displayName":"Body Content Type","name":"contentType","type":"options","displayOptions":{"show":{"sendBody":[true]}},"options":[{"name":"Form Urlencoded","value":"form-urlencoded"},{"name":"Form-Data","value":"multipart-form-data"},{"name":"JSON","value":"json"},{"name":"n8n Binary Data","value":"binaryData"},{"name":"Raw","value":"raw"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["json"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair","description":"Asasas"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"JSON","name":"jsonBody","type":"json","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["json"]}},"default":""},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["multipart-form-data"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Parameter Type","name":"parameterType","type":"options","options":[{"name":"n8n Binary Data","value":"formBinaryData"},{"name":"Form Data","value":"formData"}],"default":"formData"},{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"parameterType":["formData"]}},"default":"","description":"Value of the field to set"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","noDataExpression":true,"displayOptions":{"show":{"parameterType":["formBinaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"}]}]},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using Single Field","value":"string"}],"default":"keypair"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"specifyBody":["string"]}},"default":"","placeholder":"field1=value1&field2=value2"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","noDataExpression":true,"displayOptions":{"show":{"sendBody":[true],"contentType":["binaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"},{"displayName":"Content Type","name":"rawContentType","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":"text/html"},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Array Format in Query Parameters","name":"queryParameterArrays","type":"options","displayOptions":{"show":{"/sendQuery":[true]}},"options":[{"name":"No Brackets","value":"repeat","description":"e.g. foo=bar&foo=qux"},{"name":"Brackets Only","value":"brackets","description":"e.g. foo[]=bar&foo[]=qux"},{"name":"Brackets with Indices","value":"indices","description":"e.g. foo[0]=bar&foo[1]=qux"}],"default":"brackets"},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":false,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"show":{"@version":[1,2,3]}}},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":true,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"hide":{"@version":[1,2,3]}}},{"displayName":"Response","name":"response","placeholder":"Add response","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"response":{}},"options":[{"displayName":"Response","name":"response","values":[{"displayName":"Include Response Headers and Status","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response (headers and response status code) data instead of only the body"},{"displayName":"Never Error","name":"neverError","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"Response Format","name":"responseFormat","type":"options","noDataExpression":true,"options":[{"name":"Autodetect","value":"autodetect"},{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"Text","value":"text"}],"default":"autodetect","description":"The format in which the data gets returned from the URL"},{"displayName":"Put Output in Field","name":"outputPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file","text"]}},"description":"Name of the binary property to which to write the data of the read file"}]}]},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/"}]},"alias":["API","Request","URL","Build"]}},
|
|
170
|
+
{"displayName":"HTTP Request","name":"n8n-nodes-base.httpRequest","icon":"fa:at","group":["output"],"subtitle":"={{$parameter[\"method\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4,"version":[3,4],"defaults":{"name":"HTTP Request","color":"#2200DD"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"","name":"curlImport","type":"curlImport","default":""},{"displayName":"Method","name":"method","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Authentication","name":"authentication","noDataExpression":true,"type":"options","options":[{"name":"None","value":"none"},{"name":"Predefined Credential Type","value":"predefinedCredentialType","description":"We've already implemented auth for many services so that you don't have to set it up manually"},{"name":"Generic Credential Type","value":"genericCredentialType","description":"Fully customizable. Choose between basic, header, OAuth2, etc."}],"default":"none"},{"displayName":"Credential Type","name":"nodeCredentialType","type":"credentialsSelect","noDataExpression":true,"required":true,"default":"","credentialTypes":["extends:oAuth2Api","extends:oAuth1Api","has:authenticate"],"displayOptions":{"show":{"authentication":["predefinedCredentialType"]}}},{"displayName":"Make sure you have specified the scope(s) for the Service Account in the credential","name":"googleApiWarning","type":"notice","default":"","displayOptions":{"show":{"nodeCredentialType":["googleApi"]}}},{"displayName":"Generic Auth Type","name":"genericAuthType","type":"credentialsSelect","required":true,"default":"","credentialTypes":["has:genericAuth"],"displayOptions":{"show":{"authentication":["genericCredentialType"]}}},{"displayName":"Send Query Parameters","name":"sendQuery","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has query params or not"},{"displayName":"Specify Query Parameters","name":"specifyQuery","type":"options","displayOptions":{"show":{"sendQuery":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Query Parameters","name":"queryParameters","type":"fixedCollection","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonQuery","type":"json","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["json"]}},"default":""},{"displayName":"Send Headers","name":"sendHeaders","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has headers or not"},{"displayName":"Specify Headers","name":"specifyHeaders","type":"options","displayOptions":{"show":{"sendHeaders":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Header Parameters","name":"headerParameters","type":"fixedCollection","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonHeaders","type":"json","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["json"]}},"default":""},{"displayName":"Send Body","name":"sendBody","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has a body or not"},{"displayName":"Body Content Type","name":"contentType","type":"options","displayOptions":{"show":{"sendBody":[true]}},"options":[{"name":"Form Urlencoded","value":"form-urlencoded"},{"name":"Form-Data","value":"multipart-form-data"},{"name":"JSON","value":"json"},{"name":"n8n Binary Data","value":"binaryData"},{"name":"Raw","value":"raw"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["json"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair","description":"Asasas"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"JSON","name":"jsonBody","type":"json","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["json"]}},"default":""},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["multipart-form-data"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Parameter Type","name":"parameterType","type":"options","options":[{"name":"n8n Binary Data","value":"formBinaryData"},{"name":"Form Data","value":"formData"}],"default":"formData"},{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"parameterType":["formData"]}},"default":"","description":"Value of the field to set"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","noDataExpression":true,"displayOptions":{"show":{"parameterType":["formBinaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"}]}]},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using Single Field","value":"string"}],"default":"keypair"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"specifyBody":["string"]}},"default":"","placeholder":"field1=value1&field2=value2"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","noDataExpression":true,"displayOptions":{"show":{"sendBody":[true],"contentType":["binaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"},{"displayName":"Content Type","name":"rawContentType","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":"text/html"},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Array Format in Query Parameters","name":"queryParameterArrays","type":"options","displayOptions":{"show":{"/sendQuery":[true]}},"options":[{"name":"No Brackets","value":"repeat","description":"e.g. foo=bar&foo=qux"},{"name":"Brackets Only","value":"brackets","description":"e.g. foo[]=bar&foo[]=qux"},{"name":"Brackets with Indices","value":"indices","description":"e.g. foo[0]=bar&foo[1]=qux"}],"default":"brackets"},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":false,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"show":{"@version":[1,2,3]}}},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":true,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"hide":{"@version":[1,2,3]}}},{"displayName":"Response","name":"response","placeholder":"Add response","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"response":{}},"options":[{"displayName":"Response","name":"response","values":[{"displayName":"Include Response Headers and Status","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response (headers and response status code) data instead of only the body"},{"displayName":"Never Error","name":"neverError","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"Response Format","name":"responseFormat","type":"options","noDataExpression":true,"options":[{"name":"Autodetect","value":"autodetect"},{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"Text","value":"text"}],"default":"autodetect","description":"The format in which the data gets returned from the URL"},{"displayName":"Put Output in Field","name":"outputPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file","text"]}},"description":"Name of the binary property to which to write the data of the read file"}]}]},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}]},
|
|
171
|
+
{"displayName":"HTTP Request","name":"n8n-nodes-base.httpRequest","icon":"fa:at","group":["output"],"subtitle":"={{$parameter[\"method\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4,"version":[3,4],"defaults":{"name":"HTTP Request","color":"#2200DD"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"","name":"curlImport","type":"curlImport","default":""},{"displayName":"Method","name":"method","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Authentication","name":"authentication","noDataExpression":true,"type":"options","options":[{"name":"None","value":"none"},{"name":"Predefined Credential Type","value":"predefinedCredentialType","description":"We've already implemented auth for many services so that you don't have to set it up manually"},{"name":"Generic Credential Type","value":"genericCredentialType","description":"Fully customizable. Choose between basic, header, OAuth2, etc."}],"default":"none"},{"displayName":"Credential Type","name":"nodeCredentialType","type":"credentialsSelect","noDataExpression":true,"required":true,"default":"","credentialTypes":["extends:oAuth2Api","extends:oAuth1Api","has:authenticate"],"displayOptions":{"show":{"authentication":["predefinedCredentialType"]}}},{"displayName":"Make sure you have specified the scope(s) for the Service Account in the credential","name":"googleApiWarning","type":"notice","default":"","displayOptions":{"show":{"nodeCredentialType":["googleApi"]}}},{"displayName":"Generic Auth Type","name":"genericAuthType","type":"credentialsSelect","required":true,"default":"","credentialTypes":["has:genericAuth"],"displayOptions":{"show":{"authentication":["genericCredentialType"]}}},{"displayName":"Send Query Parameters","name":"sendQuery","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has query params or not"},{"displayName":"Specify Query Parameters","name":"specifyQuery","type":"options","displayOptions":{"show":{"sendQuery":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Query Parameters","name":"queryParameters","type":"fixedCollection","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonQuery","type":"json","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["json"]}},"default":""},{"displayName":"Send Headers","name":"sendHeaders","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has headers or not"},{"displayName":"Specify Headers","name":"specifyHeaders","type":"options","displayOptions":{"show":{"sendHeaders":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Header Parameters","name":"headerParameters","type":"fixedCollection","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonHeaders","type":"json","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["json"]}},"default":""},{"displayName":"Send Body","name":"sendBody","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has a body or not"},{"displayName":"Body Content Type","name":"contentType","type":"options","displayOptions":{"show":{"sendBody":[true]}},"options":[{"name":"Form Urlencoded","value":"form-urlencoded"},{"name":"Form-Data","value":"multipart-form-data"},{"name":"JSON","value":"json"},{"name":"n8n Binary Data","value":"binaryData"},{"name":"Raw","value":"raw"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["json"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair","description":"Asasas"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"JSON","name":"jsonBody","type":"json","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["json"]}},"default":""},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["multipart-form-data"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Parameter Type","name":"parameterType","type":"options","options":[{"name":"n8n Binary Data","value":"formBinaryData"},{"name":"Form Data","value":"formData"}],"default":"formData"},{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"parameterType":["formData"]}},"default":"","description":"Value of the field to set"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","noDataExpression":true,"displayOptions":{"show":{"parameterType":["formBinaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"}]}]},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using Single Field","value":"string"}],"default":"keypair"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"specifyBody":["string"]}},"default":"","placeholder":"field1=value1&field2=value2"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","noDataExpression":true,"displayOptions":{"show":{"sendBody":[true],"contentType":["binaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"},{"displayName":"Content Type","name":"rawContentType","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":"text/html"},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Array Format in Query Parameters","name":"queryParameterArrays","type":"options","displayOptions":{"show":{"/sendQuery":[true]}},"options":[{"name":"No Brackets","value":"repeat","description":"e.g. foo=bar&foo=qux"},{"name":"Brackets Only","value":"brackets","description":"e.g. foo[]=bar&foo[]=qux"},{"name":"Brackets with Indices","value":"indices","description":"e.g. foo[0]=bar&foo[1]=qux"}],"default":"brackets"},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":false,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"show":{"@version":[1,2,3]}}},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":true,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"hide":{"@version":[1,2,3]}}},{"displayName":"Response","name":"response","placeholder":"Add response","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"response":{}},"options":[{"displayName":"Response","name":"response","values":[{"displayName":"Include Response Headers and Status","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response (headers and response status code) data instead of only the body"},{"displayName":"Never Error","name":"neverError","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"Response Format","name":"responseFormat","type":"options","noDataExpression":true,"options":[{"name":"Autodetect","value":"autodetect"},{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"Text","value":"text"}],"default":"autodetect","description":"The format in which the data gets returned from the URL"},{"displayName":"Put Output in Field","name":"outputPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file","text"]}},"description":"Name of the binary property to which to write the data of the read file"}]}]},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/"}]},"alias":["API","Request","URL","Build"]}},
|
|
172
172
|
{"displayName":"HubSpot","name":"n8n-nodes-base.hubspot","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume HubSpot API","defaults":{"name":"HubSpot"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"hubspotApi","required":true,"testedBy":"hubspotApiTest","displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"hubspotAppToken","required":true,"testedBy":"hubspotApiTest","displayOptions":{"show":{"authentication":["appToken"]}}},{"name":"hubspotOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Key","value":"apiKey"},{"name":"APP Token","value":"appToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiKey"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Company","value":"company"},{"name":"Contact","value":"contact"},{"name":"Contact List","value":"contactList"},{"name":"Deal","value":"deal"},{"name":"Engagement","value":"engagement"},{"name":"Form","value":"form"},{"name":"Ticket","value":"ticket"}],"default":"deal"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"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 Recently Created/Updated","value":"getRecentlyCreatedUpdated","description":"Get recently created/updated contacts","action":"Get recently created/updated contacts"},{"name":"Search","value":"search","description":"Search contacts","action":"Search contacts"}],"default":"upsert"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"default":""},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"default":true,"description":"By default the response only includes the ID. If this option gets activated, it will resolve the data automatically."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Associated Company Name or ID","name":"associatedCompanyId","type":"options","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":"","description":"Companies associated with the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Clicked Facebook Ad","name":"clickedFacebookAd","type":"string","default":""},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Company Size","name":"companySize","type":"string","default":""},{"displayName":"Contact Owner Name or ID","name":"contactOwner","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":"getOwners"},"default":""},{"displayName":"Country/Region","name":"country","type":"string","default":""},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getContactCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property"}]}]},{"displayName":"Date of Birth","name":"dateOfBirth","type":"dateTime","default":""},{"displayName":"Degree","name":"degree","type":"string","default":""},{"displayName":"Facebook Click ID","name":"facebookClickId","type":"string","default":""},{"displayName":"Fax Number","name":"faxNumber","type":"string","default":""},{"displayName":"Field Of Study","name":"fieldOfStudy","type":"string","default":"","description":"A contact's field of study. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"A contact's first name"},{"displayName":"Gender","name":"gender","type":"string","default":""},{"displayName":"Google Ad Click ID","name":"googleAdClickId","type":"string","default":""},{"displayName":"Graduation Date","name":"graduationDate","type":"dateTime","default":"","description":"A contact's graduation date. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"The industry a contact is in"},{"displayName":"Job Function","name":"jobFunction","type":"string","default":"","description":"A contact's job function. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Job Title","name":"jobTitle","type":"string","default":"","description":"A contact's job title"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"A contact's last name"},{"displayName":"Lead Status Name or ID","name":"leadStatus","type":"options","typeOptions":{"loadOptionsMethod":"getContactLeadStatuses"},"default":"","description":"The contact's sales, prospecting or outreach status. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Legal Basic For Processing Contact Data Name or ID","name":"processingContactData","type":"options","typeOptions":{"loadOptionsMethod":"getContactLealBasics"},"default":"","description":"Legal basis for processing contact's data; 'Not applicable' will exempt the contact from GDPR protections. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifeCycleStage","type":"options","typeOptions":{"loadOptionsMethod":"getContactLifeCycleStages"},"default":"","description":"The qualification of contacts to sales readiness. It can be set through imports, forms, workflows, and manually on a per contact basis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Marital Status","name":"maritalStatus","type":"string","default":"","description":"A contact's marital status. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Membership Note","name":"membershipNote","type":"string","default":"","description":"The notes relating to the contact's content membership"},{"displayName":"Message","name":"message","type":"string","default":"","description":"A default property to be used for any message or comments a contact may want to leave on a form"},{"displayName":"Mobile Phone Number","name":"mobilePhoneNumber","type":"string","default":"","description":"A contact's mobile phone number"},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"options","typeOptions":{"loadOptionsMethod":"getContactNumberOfEmployees"},"default":"","description":"The number of company employees. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Original Source Name or ID","name":"originalSource","type":"options","typeOptions":{"loadOptionsMethod":"getContactOriginalSources"},"default":"","description":"The first known source through which a contact found your website. Source is automatically set by HubSpot, but may be updated manually. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"A contact's primary phone number"},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"displayOptions":{"show":{"/resolveData":[true]}},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"The contact's zip code. This might be set via import, form, or integration."},{"displayName":"Preffered Language Name or ID","name":"prefferedLanguage","type":"options","typeOptions":{"loadOptionsMethod":"getContactPrefferedLanguages"},"default":"","description":"Set your contact's preferred language for communications. This property can be changed from an import, form, or integration. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Relationship Status","name":"relationshipStatus","type":"string","default":"","description":"A contact's relationship status. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Salutation","name":"salutation","type":"string","default":"","description":"The title used to address a contact"},{"displayName":"School","name":"school","type":"string","default":"","description":"A contact's school. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Seniority","name":"seniority","type":"string","default":"","description":"A contact's seniority. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"A contact's start date. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"State/Region","name":"stateRegion","type":"string","default":"","description":"The contact's state of residence. This might be set via import, form, or integration."},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsMethod":"getContactStatuses"},"default":"","description":"The status of the contact's content membership. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Street Address","name":"streetAddress","type":"string","default":"","description":"A contact's street address, including apartment or unit #"},{"displayName":"Twitter Username","name":"twitterUsername","type":"string","default":"","description":"The contact's Twitter handle. This is set by HubSpot using the contact's email address."},{"displayName":"Website URL","name":"websiteUrl","type":"string","default":"","description":"The contact's company website"},{"displayName":"Work Email","name":"workEmail","type":"string","default":"","description":"A contact's work email. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular contact"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"options":[{"displayName":"Form Submission Mode","name":"formSubmissionMode","type":"options","options":[{"name":"All","value":"all"},{"name":"None","value":"none"},{"name":"Newest","value":"newest"},{"name":"Oldest","value":"oldest"}],"default":"all","description":"Specify which form submissions should be fetched"},{"displayName":"List Memberships","name":"listMemberships","type":"boolean","default":true,"description":"Whether current list memberships should be fetched for the contact"},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Property Mode","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]},{"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":250},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Form Submission Mode","name":"formSubmissionMode","type":"options","options":[{"name":"All","value":"all"},{"name":"None","value":"none"},{"name":"Newest","value":"newest"},{"name":"Oldest","value":"oldest"}],"default":"all","description":"Specify which form submissions should be fetched"},{"displayName":"List Memberships","name":"listMemberships","type":"boolean","default":true,"description":"Whether current list memberships should be fetched for the contact"},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Property Mode","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"default":"","description":"Unique identifier for a particular contact"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getRecentlyCreatedUpdated"]}},"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":["getRecentlyCreatedUpdated"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getRecentlyCreatedUpdated"]}},"options":[{"displayName":"Form Submission Mode","name":"formSubmissionMode","type":"options","options":[{"name":"All","value":"all"},{"name":"None","value":"none"},{"name":"Newest","value":"newest"},{"name":"Oldest","value":"oldest"}],"default":"all","description":"Specify which form submissions should be fetched"},{"displayName":"List Memberships","name":"listMemberships","type":"boolean","default":true,"description":"Whether current list memberships should be fetched for the contact"},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Property Mode","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filter Groups","name":"filterGroupsUi","type":"fixedCollection","default":{},"placeholder":"Add Filter Group","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["contact"],"operation":["search"]}},"options":[{"name":"filterGroupsValues","displayName":"Filter Group","values":[{"displayName":"Filters","name":"filtersUi","type":"fixedCollection","default":{},"placeholder":"Add Filter","typeOptions":{"multipleValues":true},"options":[{"name":"filterValues","displayName":"Filter","values":[{"displayName":"Property Name or ID","name":"propertyName","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":"getContactProperties"},"default":""},{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"Contains Exactly","value":"CONTAINS_TOKEN"},{"name":"Equal","value":"EQ"},{"name":"Greater Than","value":"GT"},{"name":"Greater Than Or Equal","value":"GTE"},{"name":"Is Known","value":"HAS_PROPERTY"},{"name":"Is Unknown","value":"NOT_HAS_PROPERTY"},{"name":"Less Than","value":"LT"},{"name":"Less Than Or Equal","value":"LTE"},{"name":"Not Equal","value":"NEQ"}],"default":"EQ"},{"displayName":"Value","name":"value","displayOptions":{"hide":{"operator":["HAS_PROPERTY","NOT_HAS_PROPERTY"]}},"type":"string","default":""}]}],"description":"Use filters to limit the results to only CRM objects with matching property values. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>."}]}],"description":"When multiple filters are provided within a filterGroup, they will be combined using a logical AND operator. When multiple filterGroups are provided, they will be combined using a logical OR operator. The system supports a maximum of three filterGroups with up to three filters each. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["search"]}},"options":[{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"ASCENDING"},{"name":"DESC","value":"DESCENDING"}],"default":"DESCENDING","description":"Defines the direction in which search results are ordered. Default value is DESC."},{"displayName":"Field Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":["firstname","lastname","email"],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Query","name":"query","type":"string","default":"","description":"Perform a text search against all property values for an object type"},{"displayName":"Sort By","name":"sortBy","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":"getContactProperties"},"default":"createdate"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactList"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a list","action":"Add a contact to a list"},{"name":"Remove","value":"remove","description":"Remove a contact from a list","action":"Remove a contact from a list"}],"default":"add"},{"displayName":"By","name":"by","type":"options","options":[{"name":"Contact ID","value":"id"},{"name":"Email","value":"email"}],"required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"]}},"default":"email"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"],"by":["email"]}},"default":""},{"displayName":"Contact ID","name":"id","type":"string","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"],"by":["id"]}},"default":""},{"displayName":"List ID","name":"listId","type":"string","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"]}},"default":""},{"displayName":"Contact ID","name":"id","type":"string","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["remove"]}},"default":""},{"displayName":"List ID","name":"listId","type":"string","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["remove"]}},"default":""},{"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":"Get Recently Created","value":"getRecentlyCreated","description":"Get recently created companies","action":"Get a recently created company"},{"name":"Get Recently Modified","value":"getRecentlyModified","description":"Get recently modified companies","action":"Get a recently modified company"},{"name":"Search By Domain","value":"searchByDomain","description":"Search companies by domain","action":"Search for a company by Domain"},{"name":"Update","value":"update","description":"Update a company","action":"Update a company"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"options":[{"displayName":"About Us","name":"aboutUs","type":"string","default":""},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The actual or estimated annual revenue of the company"},{"displayName":"City","name":"city","type":"string","default":"","description":"The city where the company is located"},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the company or organization was closed as a customer"},{"displayName":"Company Domain Name","name":"companyDomainName","type":"string","default":"","description":"The domain name of the company or organization"},{"displayName":"Company Owner Name or ID","name":"companyOwner","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The owner of the company. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Country/Region","name":"countryRegion","type":"string","default":"","description":"The country/region in which the company or organization is located"},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short statement about the company's mission and goals"},{"displayName":"Facebook Fans","name":"facebookFans","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Number of facebook fans"},{"displayName":"Google Plus Page","name":"googlePlusPage","type":"string","default":"","description":"The URL of the Google Plus page for the company or organization"},{"displayName":"Industry Name or ID","name":"industry","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyIndustries"},"default":"","description":"The type of business the company performs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Is Public","name":"isPublic","type":"boolean","default":false,"description":"Whether that the company is publicly traded"},{"displayName":"Lead Status Name or ID","name":"leadStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyleadStatuses"},"default":"","description":"The company's sales, prospecting or outreach status. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifecycleStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanylifecycleStages"},"default":"","description":"The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"LinkedIn Bio","name":"linkedinBio","type":"string","default":"","description":"The LinkedIn bio for the company or organization"},{"displayName":"LinkedIn Company Page","name":"linkedInCompanyPage","type":"string","default":"","description":"The URL of the LinkedIn company page for the company or organization"},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total number of employees who work for the company or organization"},{"displayName":"Original Source Type Name or ID","name":"originalSourceType","type":"options","typeOptions":{"loadOptionsMethod":"getCompanySourceTypes"},"default":"","description":"Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"A company's primary phone number. Powered by HubSpot Insights."},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"The postal or zip code of the company or organization. Powered by HubSpot Insights."},{"displayName":"State/Region","name":"stateRegion","type":"string","default":"","description":"The state or region in which the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Street Address","name":"streetAddress","type":"string","default":"","description":"The street address of the company or organization, including unit number. Powered by HubSpot Insights."},{"displayName":"Street Address 2","name":"streetAddress2","type":"string","default":"","description":"The additional address of the company or organization. Powered by HubSpot Insights."},{"displayName":"Target Account Name or ID","name":"targetAccount","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTargetAccounts"},"default":"","description":"The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Timezone","name":"timezone","type":"string","default":"","description":"The time zone where the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Total Money Raised","name":"totalMoneyRaised","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total amount of money raised by the company. Powered by HubSpot Insights."},{"displayName":"Twitter Bio","name":"twitterBio","type":"string","default":"","description":"The Twitter bio of the company or organization"},{"displayName":"Twitter Followers","name":"twitterFollowers","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The number of Twitter followers of the company or organization"},{"displayName":"Twitter Handle","name":"twitterHandle","type":"string","default":"","description":"The main twitter account of the company or organization"},{"displayName":"Type Name or ID","name":"type","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTypes"},"default":"","description":"The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Web Technologies Name or ID","name":"webTechnologies","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyWebTechnologies"},"default":"","description":"The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Website URL","name":"websiteUrl","type":"string","default":"","description":"The main website of the company or organization. This property is used to identify unique companies. Powered by HubSpot Insights."},{"displayName":"Year Founded","name":"yearFounded","type":"string","default":"","description":"The year the company was created. Powered by HubSpot Insights."}]},{"displayName":"Company ID","name":"companyId","type":"string","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"default":"","description":"Unique identifier for a particular company"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"options":[{"displayName":"About Us","name":"aboutUs","type":"string","default":""},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The actual or estimated annual revenue of the company"},{"displayName":"City","name":"city","type":"string","default":"","description":"The city where the company is located"},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the company or organization was closed as a customer"},{"displayName":"Company Domain Name","name":"companyDomainName","type":"string","default":"","description":"The domain name of the company or organization"},{"displayName":"Company Owmer Name or ID","name":"companyOwner","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The owner of the company. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Country/Region","name":"countryRegion","type":"string","default":"","description":"The country/region in which the company or organization is located"},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short statement about the company's mission and goals"},{"displayName":"Facebook Fans","name":"facebookFans","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Number of facebook fans"},{"displayName":"Google Plus Page","name":"googlePlusPage","type":"string","default":"","description":"The URL of the Google Plus page for the company or organization"},{"displayName":"Industry Name or ID","name":"industry","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyIndustries"},"default":"","description":"The type of business the company performs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Is Public","name":"isPublic","type":"boolean","default":false,"description":"Whether that the company is publicly traded"},{"displayName":"Lead Status Name or ID","name":"leadStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyleadStatuses"},"default":"","description":"The company's sales, prospecting or outreach status. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifecycleStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanylifecycleStages"},"default":"","description":"The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Linkedin Bio","name":"linkedinBio","type":"string","default":"","description":"The LinkedIn bio for the company or organization"},{"displayName":"LinkedIn Company Page","name":"linkedInCompanyPage","type":"string","default":"","description":"The URL of the LinkedIn company page for the company or organization"},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total number of employees who work for the company or organization"},{"displayName":"Original Source Type Name or ID","name":"originalSourceType","type":"options","typeOptions":{"loadOptionsMethod":"getCompanySourceTypes"},"default":"","description":"Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"A company's primary phone number. Powered by HubSpot Insights."},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"The postal or zip code of the company or organization. Powered by HubSpot Insights."},{"displayName":"State/Region","name":"stateRegion","type":"string","default":"","description":"The state or region in which the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Street Address","name":"streetAddress","type":"string","default":"","description":"The street address of the company or organization, including unit number. Powered by HubSpot Insights."},{"displayName":"Street Address 2","name":"streetAddress2","type":"string","default":"","description":"The additional address of the company or organization. Powered by HubSpot Insights."},{"displayName":"Target Account Name or ID","name":"targetAccount","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTargetAccounts"},"default":"","description":"The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Timezone","name":"timezone","type":"string","default":"","description":"The time zone where the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Total Money Raised","name":"totalMoneyRaised","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total amount of money raised by the company. Powered by HubSpot Insights."},{"displayName":"Twitter Bio","name":"twitterBio","type":"string","default":"","description":"The Twitter bio of the company or organization"},{"displayName":"Twitter Followers","name":"twitterFollowers","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The number of Twitter followers of the company or organization"},{"displayName":"Twitter Handle","name":"twitterHandle","type":"string","default":"","description":"The main twitter account of the company or organization"},{"displayName":"Type Name or ID","name":"type","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTypes"},"default":"","description":"The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Web Technologies Name or ID","name":"webTechnologies","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyWebTechnologies"},"default":"","description":"The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Website URL","name":"websiteUrl","type":"string","default":"","description":"The main website of the company or organization. This property is used to identify unique companies. Powered by HubSpot Insights."},{"displayName":"Year Founded","name":"yearFounded","type":"string","default":"","description":"The year the company was created. Powered by HubSpot Insights."}]},{"displayName":"Company ID","name":"companyId","type":"string","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular company"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"options":[{"displayName":"Include Merge Audits","name":"includeMergeAudits","type":"boolean","default":false,"description":"Whether to return any merge history if the company has been previously merged with another company record. Defaults to false."}]},{"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":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"options":[{"displayName":"Include Merge Audits","name":"includeMergeAudits","type":"boolean","default":false,"description":"Whether to return any merge history if a company has been previously merged with another company record. Defaults to false."},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanyProperties"},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your companies.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Properties With History","name":"propertiesWithHistory","type":"string","default":"","description":"Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value."}]},{"displayName":"Company ID","name":"companyId","type":"string","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["delete"]}},"default":"","description":"Unique identifier for a particular company"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getRecentlyCreated","getRecentlyModified"]}},"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":["getRecentlyCreated","getRecentlyModified"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getRecentlyModified"]}},"options":[{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"Only return companys created after timestamp x"},{"displayName":"Include Property Versions","name":"includePropertyVersions","type":"boolean","default":false,"description":"By default, you will only get data for the most recent version of a property in the \"versions\" data. If you include this parameter, you will get data for all previous versions."}]},{"displayName":"Domain","name":"domain","type":"string","displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"]}},"required":true,"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"]}},"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":["searchByDomain"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"]}},"options":[{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanyProperties"},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"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":"Get Recently Created","value":"getRecentlyCreated","description":"Get recently created deals","action":"Get recently created deals"},{"name":"Get Recently Modified","value":"getRecentlyModified","description":"Get recently modified deals","action":"Get recently modified deals"},{"name":"Search","value":"search","description":"Search deals","action":"Search for deals"},{"name":"Update","value":"update","description":"Update a deal","action":"Update a deal"}],"default":"create"},{"displayName":"Deal Stage Name or ID","name":"stage","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDealStages"},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"default":"","options":[],"description":"The dealstage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. 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":["deal"],"operation":["create"]}},"options":[{"displayName":"Amount","name":"amount","type":"string","default":""},{"displayName":"Associated Company Names or IDs","name":"associatedCompany","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":"getCompanies"},"default":[]},{"displayName":"Associated Vid Names or IDs","name":"associatedVids","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":"getContacts"},"default":[]},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":""},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getDealCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property"}]}]},{"displayName":"Deal Description","name":"description","type":"string","default":""},{"displayName":"Deal Name","name":"dealName","type":"string","default":""},{"displayName":"Deal Type Name or ID","name":"dealType","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":"getDealTypes"},"default":""},{"displayName":"Pipeline","name":"pipeline","type":"string","default":""}]},{"displayName":"Deal ID","name":"dealId","type":"string","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"default":"","description":"Unique identifier for a particular deal"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Update Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"options":[{"displayName":"Amount","name":"amount","type":"string","default":""},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":""},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getDealCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property"}]}]},{"displayName":"Deal Description","name":"description","type":"string","default":""},{"displayName":"Deal Name","name":"dealName","type":"string","default":""},{"displayName":"Deal Stage Name or ID","name":"stage","type":"options","typeOptions":{"loadOptionsMethod":"getDealStages"},"default":"","description":"The dealstage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Type Name or ID","name":"dealType","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":"getDealTypes"},"default":""},{"displayName":"Pipeline","name":"pipeline","type":"string","default":""}]},{"displayName":"Deal ID","name":"dealId","type":"string","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular deal"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["get"]}},"options":[{"displayName":"Include Property Versions","name":"includePropertyVersions","type":"boolean","default":false,"description":"By default, you will only get data for the most recent version of a property in the \"versions\" data. If you include this parameter, you will get data for all previous versions."}]},{"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":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}},"options":[{"displayName":"Include Associations","name":"includeAssociations","type":"boolean","default":false,"description":"Whether to include the IDs of the associated contacts and companies in the results. This will also automatically include the num_associated_contacts property."},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":[],"description":"<p>Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Properties with History","name":"propertiesWithHistory","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":[],"description":"Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Deal ID","name":"dealId","type":"string","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["delete"]}},"default":"","description":"Unique identifier for a particular deal"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["getRecentlyCreated","getRecentlyModified"]}},"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":["getRecentlyCreated","getRecentlyModified"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["getRecentlyCreated","getRecentlyModified"]}},"options":[{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"Only return deals created after timestamp x"},{"displayName":"Include Property Versions","name":"includePropertyVersions","type":"boolean","default":false,"description":"By default, you will only get data for the most recent version of a property in the \"versions\" data. If you include this parameter, you will get data for all previous versions."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["deal"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filter Groups","name":"filterGroupsUi","type":"fixedCollection","default":{},"placeholder":"Add Filter Group","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["deal"],"operation":["search"]}},"options":[{"name":"filterGroupsValues","displayName":"Filter Group","values":[{"displayName":"Filters","name":"filtersUi","type":"fixedCollection","default":{},"placeholder":"Add Filter","typeOptions":{"multipleValues":true},"options":[{"name":"filterValues","displayName":"Filter","values":[{"displayName":"Property Name or ID","name":"propertyName","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":"getDealProperties"},"default":""},{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"Contains Exactly","value":"CONTAINS_TOKEN"},{"name":"Equal","value":"EQ"},{"name":"Greater Than","value":"GT"},{"name":"Greater Than Or Equal","value":"GTE"},{"name":"Is Known","value":"HAS_PROPERTY"},{"name":"Is Unknown","value":"NOT_HAS_PROPERTY"},{"name":"Less Than","value":"LT"},{"name":"Less Than Or Equal","value":"LTE"},{"name":"Not Equal","value":"NEQ"}],"default":"EQ"},{"displayName":"Value","name":"value","displayOptions":{"hide":{"operator":["HAS_PROPERTY","NOT_HAS_PROPERTY"]}},"type":"string","default":""}]}],"description":"Use filters to limit the results to only CRM objects with matching property values. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>."}]}],"description":"When multiple filters are provided within a filterGroup, they will be combined using a logical AND operator. When multiple filterGroups are provided, they will be combined using a logical OR operator. The system supports a maximum of three filterGroups with up to three filters each. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["search"]}},"options":[{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"ASCENDING"},{"name":"DESC","value":"DESCENDING"}],"default":"DESCENDING","description":"Defines the direction in which search results are ordered. Default value is DESC."},{"displayName":"Field Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":[],"description":"<p>Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Query","name":"query","type":"string","default":"","description":"Perform a text search against all property values for an object type"},{"displayName":"Sort By","name":"sortBy","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":"getDealProperties"},"default":"createdate"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["engagement"]}},"options":[{"name":"Create","value":"create","description":"Create an engagement","action":"Create an engagement"},{"name":"Delete","value":"delete","description":"Delete an engagement","action":"Delete an engagement"},{"name":"Get","value":"get","description":"Get an engagement","action":"Get an engagement"},{"name":"Get Many","value":"getAll","description":"Get many engagements","action":"Get many engagements"}],"default":"create"},{"displayName":"Type","name":"type","type":"options","required":true,"options":[{"name":"Call","value":"call"},{"name":"Email","value":"email"},{"name":"Meeting","value":"meeting"},{"name":"Task","value":"task"}],"displayOptions":{"show":{"resource":["engagement"],"operation":["create"]}},"default":""},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["task"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"For Object Type","name":"forObjectType","type":"options","options":[{"name":"Company","value":"COMPANY"},{"name":"Contact","value":"CONTACT"}],"default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Completed","value":"COMPLETED"},{"name":"Deferred","value":"DEFERRED"},{"name":"In Progress","value":"IN_PROGRESS"},{"name":"Not Started","value":"NOT_STARTED"},{"name":"Waiting","value":"WAITING"}],"default":""},{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["email"]}},"options":[{"displayName":"BCC","name":"bcc","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add BCC"},"default":""},{"displayName":"CC","name":"cc","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add CC"},"default":""},{"displayName":"From Email","name":"fromEmail","type":"string","default":""},{"displayName":"From First Name","name":"firstName","type":"string","default":""},{"displayName":"From Last Name","name":"lastName","type":"string","default":""},{"displayName":"HTML","name":"html","type":"string","default":""},{"displayName":"Subject","name":"subject","type":"string","default":""},{"displayName":"To Emails","name":"toEmail","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Email"},"default":""}]},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["meeting"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"End Time","name":"endTime","type":"dateTime","default":""},{"displayName":"Internal Meeting Notes","name":"internalMeetingNotes","type":"string","default":""},{"displayName":"Start Time","name":"startTime","type":"dateTime","default":""},{"displayName":"Title","name":"title","type":"string","default":""}]},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["call"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"Duration Milliseconds","name":"durationMilliseconds","type":"number","default":0},{"displayName":"From Number","name":"fromNumber","type":"string","default":""},{"displayName":"Recording URL","name":"recordingUrl","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Busy","value":"BUSY"},{"name":"Calling CRM User","value":"CALLING_CRM_USER"},{"name":"Canceled","value":"CANCELED"},{"name":"Completed","value":"COMPLETED"},{"name":"Connecting","value":"CONNECTING"},{"name":"Failed","value":"FAILED"},{"name":"In Progress","value":"IN_PROGRESS"},{"name":"No Answer","value":"NO_ANSWER"},{"name":"Queued","value":"QUEUED"},{"name":"Ringing","value":"RINGING"}],"default":"QUEUED"},{"displayName":"To Number","name":"toNumber","type":"string","default":""}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"]}},"options":[{"displayName":"Associations","name":"associations","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Company IDs","name":"companyIds","type":"string","default":""},{"displayName":"Contact IDs","name":"contactIds","type":"string","default":""},{"displayName":"Deals IDs","name":"dealIds","type":"string","default":""},{"displayName":"Owner IDs","name":"ownerIds","type":"string","default":""},{"displayName":"Ticket IDs","name":"ticketIds","type":"string","default":""}]}]},{"displayName":"Engagement ID","name":"engagementId","type":"string","required":true,"displayOptions":{"show":{"resource":["engagement"],"operation":["get","delete"]}},"default":"","description":"Unique identifier for a particular engagement"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["engagement"],"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":["engagement"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["form"]}},"options":[{"name":"Get Fields","value":"getFields","description":"Get all fields from a form","action":"Get all fields from a form"},{"name":"Submit","value":"submit","description":"Submit data to a form","action":"Submit a form"}],"default":"getFields"},{"displayName":"Form Name or ID","name":"formId","type":"options","typeOptions":{"loadOptionsMethod":"getForms"},"required":true,"displayOptions":{"show":{"resource":["form"],"operation":["submit"]}},"default":"","description":"The ID of the form you're sending data to. 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":["form"],"operation":["submit"]}},"options":[{"displayName":"Skip Validation","name":"skipValidation","type":"boolean","default":false,"description":"Whether or not to skip validation based on the form settings"},{"displayName":"Submitted At","name":"submittedAt","type":"dateTime","default":"","description":"Time of the form submission"}]},{"displayName":"Context","name":"contextUi","placeholder":"Add Context","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["form"],"operation":["submit"]}},"default":{},"options":[{"displayName":"Context","name":"contextValue","values":[{"displayName":"HubSpot Usertoken","name":"hutk","type":"string","default":"","description":"Include this parameter and set it to the hubspotutk cookie value to enable cookie tracking on your submission"},{"displayName":"IP Address","name":"ipAddress","type":"string","default":"","description":"The IP address of the visitor filling out the form"},{"displayName":"Page URI","name":"pageUri","type":"string","default":"","description":"The URI of the page the submission happened on"},{"displayName":"Page Name","name":"pageName","type":"string","default":"","description":"The name or title of the page the submission happened on"},{"displayName":"Page ID","name":"pageId","type":"string","default":"","description":"The ID of a page created on the HubSpot CMS"},{"displayName":"SFDC Campaign ID","name":"sfdcCampaignId","type":"string","default":"","description":"If the form is for an account using the HubSpot Salesforce Integration, you can include the ID of a Salesforce campaign to add the contact to the specified campaign"},{"displayName":"Go to Webinar Webinar ID","name":"goToWebinarWebinarKey","type":"string","default":"","description":"If the form is for an account using the HubSpot GoToWebinar Integration, you can include the ID of a webinar to enroll the contact in that webinar when they submit the form"}]}]},{"displayName":"Legal Consent","name":"lengalConsentUi","placeholder":"Add Legal Consent","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["form"],"operation":["submit"]}},"default":{},"options":[{"displayName":"Consent","name":"lengalConsentValues","values":[{"displayName":"Consent To Process","name":"consentToProcess","type":"boolean","default":false,"description":"Whether or not the visitor checked the Consent to process checkbox"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The text displayed to the visitor for the Consent to process checkbox"},{"displayName":"Communications","name":"communicationsUi","placeholder":"Add Communication","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Communication","name":"communicationValues","values":[{"displayName":"Subcription Type Name or ID","name":"subscriptionTypeId","type":"options","typeOptions":{"loadOptionsMethod":"getSubscriptionTypes"},"default":"","description":"The ID of the specific subscription type. 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":"boolean","default":false,"description":"Whether or not the visitor checked the checkbox for this subscription type"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The text displayed to the visitor for this specific subscription checkbox"}]}]}]},{"displayName":"Legitimate Interest","name":"legitimateInterestValues","values":[{"displayName":"Subcription Type Name or ID","name":"subscriptionTypeId","type":"options","typeOptions":{"loadOptionsMethod":"getSubscriptionTypes"},"default":"","description":"The ID of the specific subscription type that this forms indicates interest 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":"boolean","default":false,"description":"This must be true when using the 'legitimateInterest' option, as it reflects the consent indicated by the visitor when submitting the form"},{"displayName":"Legal Basis","name":"legalBasis","type":"options","options":[{"name":"Customer","value":"CUSTOMER"},{"name":"Lead","value":"LEAD"}],"default":"","description":"The privacy text displayed to the visitor"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The privacy text displayed to the visitor"}]}]},{"displayName":"Form Name or ID","name":"formId","type":"options","typeOptions":{"loadOptionsMethod":"getForms"},"required":true,"displayOptions":{"show":{"resource":["form"],"operation":["getFields"]}},"default":"","description":"The ID of the form. 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":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Get a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Get many tickets","action":"Get many tickets"},{"name":"Update","value":"update","description":"Update a ticket","action":"Update a ticket"}],"default":"create"},{"displayName":"Pipeline Name or ID","name":"pipelineId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getTicketPipelines"},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":"","description":"The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Stage Name or ID","name":"stageId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getTicketStages","loadOptionsDependsOn":["pipelineId"]},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":"","description":"The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticket Name","name":"ticketName","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":"","description":"The ID of the pipeline the ticket is in"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"displayName":"Company Names or IDs","name":"associatedCompanyIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[],"description":"Companies associated with the ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Contact Names or IDs","name":"associatedContactIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContacts"},"default":[],"description":"Contacts associated with the ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Category Name or ID","name":"category","type":"options","typeOptions":{"loadOptionsMethod":"getTicketCategories"},"default":"","description":"Main reason customer reached out for help. 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":"The date the ticket was closed"},{"displayName":"Create Date","name":"createDate","type":"dateTime","default":"","description":"The date the ticket was created"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the ticket"},{"displayName":"Priority Name or ID","name":"priority","type":"options","typeOptions":{"loadOptionsMethod":"getTicketPriorities"},"default":"","description":"The level of attention needed on the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Resolution Name or ID","name":"resolution","type":"options","typeOptions":{"loadOptionsMethod":"getTicketResolutions"},"default":"","description":"The action taken to resolve the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Source Name or ID","name":"source","type":"options","typeOptions":{"loadOptionsMethod":"getTicketSources"},"default":"","description":"Channel where ticket was originally submitted. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticket Owner Name or ID","name":"ticketOwnerId","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"default":"","description":"Unique identifier for a particular ticket"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"options":[{"displayName":"Company Names or IDs","name":"associatedCompanyIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[],"description":"Companies associated with the ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Contact Names or IDs","name":"associatedContactIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContacts"},"default":[],"description":"Contact associated with the ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Category Name or ID","name":"category","type":"options","typeOptions":{"loadOptionsMethod":"getTicketCategories"},"default":"","description":"Main reason customer reached out for help. 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":"The date the ticket was closed"},{"displayName":"Create Date","name":"createDate","type":"dateTime","default":"","description":"The date the ticket was created"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the ticket"},{"displayName":"Pipeline Name or ID","name":"pipelineId","type":"options","typeOptions":{"loadOptionsMethod":"getTicketPipelines"},"default":"","description":"The ID of the pipeline the ticket is in. 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","typeOptions":{"loadOptionsMethod":"getTicketPriorities"},"default":"","description":"The level of attention needed on the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Resolution Name or ID","name":"resolution","type":"options","typeOptions":{"loadOptionsMethod":"getTicketResolutions"},"default":"","description":"The action taken to resolve the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Source Name or ID","name":"source","type":"options","typeOptions":{"loadOptionsMethod":"getTicketSources"},"default":"","description":"Channel where ticket was originally submitted. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Stage Name or ID","name":"stageId","type":"options","typeOptions":{"loadOptionsMethod":"getTicketStages","loadOptionsDependsOn":["updateFields.pipelineId"]},"default":"","description":"The stage ID of the pipeline the ticket is in; depends on Pipeline ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticket Name","name":"ticketName","type":"string","default":"","description":"The ID of the pipeline the ticket is in"},{"displayName":"Ticket Owner Name or ID","name":"ticketOwnerId","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular ticket"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}},"options":[{"displayName":"Include Deleted","name":"includeDeleted","type":"boolean","default":false},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTicketProperties"},"default":[],"description":"<p>Used to include specific ticket properties in the results. By default, the results will only include ticket ID and will not include the values for any properties for your tickets.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Properties With History","name":"propertiesWithHistory","type":"string","default":"","description":"Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"options":[{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTicketProperties"},"default":[],"description":"<p>Used to include specific ticket properties in the results. By default, the results will only include ticket ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Properties With History","name":"propertiesWithHistory","type":"string","default":"","description":"Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value."}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"]}},"default":"","description":"Unique identifier for a particular ticket"}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.hubspot/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/hubspot"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Hubspot/hubspot.svg"},
|
|
173
173
|
{"displayName":"HubSpot Trigger","name":"n8n-nodes-base.hubspotTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when HubSpot events occur","defaults":{"name":"HubSpot Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"hubspotDeveloperApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"},{"name":"setup","httpMethod":"GET","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Events","name":"eventsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Event","default":{},"options":[{"displayName":"Event","name":"eventValues","values":[{"displayName":"Name","name":"name","type":"options","options":[{"name":"Company Created","value":"company.creation","description":"To get notified if any company is created in a customer's account"},{"name":"Company Deleted","value":"company.deletion","description":"To get notified if any company is deleted in a customer's account"},{"name":"Company Property Changed","value":"company.propertyChange","description":"To get notified if a specified property is changed for any company in a customer's account"},{"name":"Contact Created","value":"contact.creation","description":"To get notified if any contact is created in a customer's account"},{"name":"Contact Deleted","value":"contact.deletion","description":"To get notified if any contact is deleted in a customer's account"},{"name":"Contact Privacy Deleted","value":"contact.privacyDeletion","description":"To get notified if a contact is deleted for privacy compliance reasons"},{"name":"Contact Property Changed","value":"contact.propertyChange","description":"To get notified if a specified property is changed for any contact in a customer's account"},{"name":"Conversation Creation","value":"conversation.creation","description":"To get notified if a new thread is created in an account"},{"name":"Conversation Deletion","value":"conversation.deletion","description":"To get notified if a thread is archived or soft-deleted in an account"},{"name":"Conversation New Message","value":"conversation.newMessage","description":"To get notified if a new message on a thread has been received"},{"name":"Conversation Privacy Deletion","value":"conversation.privacyDeletion","description":"To get notified if a thread is permanently deleted in an account"},{"name":"Conversation Property Change","value":"conversation.propertyChange","description":"To get notified if a property on a thread has been changed"},{"name":"Deal Created","value":"deal.creation","description":"To get notified if any deal is created in a customer's account"},{"name":"Deal Deleted","value":"deal.deletion","description":"To get notified if any deal is deleted in a customer's account"},{"name":"Deal Property Changed","value":"deal.propertyChange","description":"To get notified if a specified property is changed for any deal in a customer's account"}],"default":"contact.creation","required":true},{"displayName":"Property Name or ID","name":"property","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":["contact.propertyChange"],"loadOptionsMethod":"getContactProperties"},"displayOptions":{"show":{"name":["contact.propertyChange"]}},"default":"","required":true},{"displayName":"Property Name or ID","name":"property","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":["company.propertyChange"],"loadOptionsMethod":"getCompanyProperties"},"displayOptions":{"show":{"name":["company.propertyChange"]}},"default":"","required":true},{"displayName":"Property Name or ID","name":"property","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":["deal.propertyChange"],"loadOptionsMethod":"getDealProperties"},"displayOptions":{"show":{"name":["deal.propertyChange"]}},"default":"","required":true}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Max Concurrent Requests","name":"maxConcurrentRequests","type":"number","typeOptions":{"minValue":5},"default":5}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.hubspottrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/hubspot"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Hubspot/hubspot.svg"},
|
|
174
174
|
{"displayName":"Humantic AI","name":"n8n-nodes-base.humanticAi","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Humantic AI API","defaults":{"name":"Humantic AI"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"humanticAiApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Profile","value":"profile"}],"default":"profile"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["profile"]}},"options":[{"name":"Create","value":"create","description":"Create a profile","action":"Create a profile"},{"name":"Get","value":"get","description":"Retrieve a profile","action":"Get a profile"},{"name":"Update","value":"update","description":"Update a profile","action":"Update a profile"}],"default":"create"},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["create"],"resource":["profile"]}},"description":"The LinkedIn profile URL or email ID for creating a Humantic profile. If you are sending the resume, this should be a unique string."},{"displayName":"Send Resume","name":"sendResume","type":"boolean","default":false,"displayOptions":{"show":{"operation":["create"],"resource":["profile"]}},"description":"Whether to send a resume for a resume based analysis"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"operation":["create"],"resource":["profile"],"sendResume":[true]}},"description":"The resume in PDF or DOCX format"},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["get"],"resource":["profile"]}},"description":"This value is the same as the User ID that was provided when the analysis was created. This could be a LinkedIn URL, email ID, or a unique string in case of resume based analysis."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["profile"]}},"options":[{"displayName":"Persona","name":"persona","type":"multiOptions","options":[{"name":"Sales","value":"sales"},{"name":"Hiring","value":"hiring"}],"default":[],"description":"Fetch the Humantic profile of the user for a particular persona type. Multiple persona values can be supported using comma as a delimiter."}]},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["update"],"resource":["profile"]}},"description":"This value is the same as the User ID that was provided when the analysis was created. Currently only supported for profiles created using LinkedIn URL."},{"displayName":"Send Resume","name":"sendResume","type":"boolean","default":false,"displayOptions":{"show":{"operation":["update"],"resource":["profile"]}},"description":"Whether to send a resume for a resume of the user"},{"displayName":"Text","name":"text","type":"string","default":"","displayOptions":{"show":{"operation":["update"],"resource":["profile"],"sendResume":[false]}},"description":"Additional text written by the user"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"operation":["update"],"resource":["profile"],"sendResume":[true]}},"description":"The resume in PDF or DOCX format"}],"codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.humanticai/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/humanticAi"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/HumanticAI/humanticai.png"},
|
|
175
175
|
{"displayName":"Hunter","name":"n8n-nodes-base.hunter","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"]}}","description":"Consume Hunter API","defaults":{"name":"Hunter"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"hunterApi","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Domain Search","value":"domainSearch","description":"Get every email address found on the internet using a given domain name, with sources","action":"Get every email address found on the internet using a given domain name, with sources"},{"name":"Email Finder","value":"emailFinder","description":"Generate or retrieve the most likely email address from a domain name, a first name and a last name","action":"Generate or retrieve the most likely email address from a domain name, a first name and a last name"},{"name":"Email Verifier","value":"emailVerifier","description":"Verify the deliverability of an email address","action":"Verify the deliverability of an email address"}],"default":"domainSearch","description":"Operation to consume"},{"displayName":"Domain","name":"domain","type":"string","displayOptions":{"show":{"operation":["domainSearch"]}},"default":"","required":true,"description":"Domain name from which you want to find the email addresses. For example, \"stripe.com\"."},{"displayName":"Only Emails","name":"onlyEmails","type":"boolean","displayOptions":{"show":{"operation":["domainSearch"]}},"default":true,"description":"Whether to return only the the found emails"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["domainSearch"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["domainSearch"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["domainSearch"]}},"options":[{"displayName":"Type","name":"type","type":"options","default":"","options":[{"name":"Personal","value":"personal"},{"name":"Generic","value":"generic"}]},{"displayName":"Seniority","name":"seniority","type":"multiOptions","default":[],"options":[{"name":"Junior","value":"junior"},{"name":"Senior","value":"senior"},{"name":"Executive","value":"executive"}]},{"displayName":"Department","name":"department","type":"multiOptions","default":[],"options":[{"name":"Communication","value":"communication"},{"name":"Executive","value":"executive"},{"name":"Finance","value":"finance"},{"name":"HR","value":"hr"},{"name":"IT","value":"it"},{"name":"Legal","value":"legal"},{"name":"Management","value":"management"},{"name":"Marketing","value":"marketing"},{"name":"Sales","value":"sales"},{"name":"Support","value":"support"}]}]},{"displayName":"Domain","name":"domain","type":"string","default":"","displayOptions":{"show":{"operation":["emailFinder"]}},"required":true,"description":"Domain name from which you want to find the email addresses. For example, \"stripe.com\"."},{"displayName":"First Name","name":"firstname","type":"string","displayOptions":{"show":{"operation":["emailFinder"]}},"default":"","required":true,"description":"The person's first name. It doesn't need to be in lowercase."},{"displayName":"Last Name","name":"lastname","type":"string","displayOptions":{"show":{"operation":["emailFinder"]}},"default":"","required":true,"description":"The person's last name. It doesn't need to be in lowercase."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"operation":["emailVerifier"]}},"default":"","required":true,"description":"The email address you want to verify"}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.hunter/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/hunter"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Hunter/hunter.png"},
|
|
176
176
|
{"displayName":"iCalendar","name":"n8n-nodes-base.iCal","icon":"fa:calendar","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"]}}","description":"Create iCalendar file","defaults":{"name":"iCalendar","color":"#408000"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create Event File","value":"createEventFile"}],"default":"createEventFile"},{"displayName":"Event Title","name":"title","type":"string","default":""},{"displayName":"Start","name":"start","type":"dateTime","default":"","required":true,"description":"Date and time at which the event begins. (For all-day events, the time will be ignored.)."},{"displayName":"End","name":"end","type":"dateTime","default":"","required":true,"description":"Date and time at which the event ends. (For all-day events, the time will be ignored.)."},{"displayName":"All Day","name":"allDay","type":"boolean","default":false,"description":"Whether the event lasts all day or not"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"description":"The field that your iCalendar file will be available under in the output"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["createEventFile"]}},"options":[{"displayName":"Attendees","name":"attendeesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Attendee","default":{},"options":[{"displayName":"Attendees","name":"attendeeValues","values":[{"displayName":"Name","name":"name","type":"string","required":true,"default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":""},{"displayName":"RSVP","name":"rsvp","type":"boolean","default":false,"description":"Whether the attendee has to confirm attendance or not"}]}]},{"displayName":"Busy Status","name":"busyStatus","type":"options","options":[{"name":"Busy","value":"BUSY"},{"name":"Tentative","value":"TENTATIVE"}],"default":"","description":"Used to specify busy status for Microsoft applications, like Outlook"},{"displayName":"Calendar Name","name":"calName","type":"string","default":"","description":"Specifies the calendar (not event) name. Used by Apple iCal and Microsoft Outlook (<a href=\"https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxcical/1da58449-b97e-46bd-b018-a1ce576f3e6d\">spec</a>)."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"The name of the file to be generated. Default value is event.ics."},{"displayName":"Geolocation","name":"geolocationUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Geolocation","default":{},"options":[{"displayName":"Geolocation","name":"geolocationValues","values":[{"displayName":"Latitude","name":"lat","type":"string","default":""},{"displayName":"Longitude","name":"lon","type":"string","default":""}]}]},{"displayName":"Location","name":"location","type":"string","default":"","description":"The intended venue"},{"displayName":"Recurrence Rule","name":"recurrenceRule","type":"string","default":"","description":"A rule to define the repeat pattern of the event (RRULE). (<a href=\"https://icalendar.org/rrule-tool.html\">Rule generator</a>)."},{"displayName":"Organizer","name":"organizerUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Organizer","default":{},"options":[{"displayName":"Organizer","name":"organizerValues","values":[{"displayName":"Name","name":"name","type":"string","default":"","required":true},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true}]}]},{"displayName":"Sequence","name":"sequence","type":"number","default":0,"description":"When sending an update for an event (with the same uid), defines the revision sequence number"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Confirmed","value":"CONFIRMED"},{"name":"Cancelled","value":"CANCELLED"},{"name":"Tentative","value":"TENTATIVE"}],"default":"CONFIRMED"},{"displayName":"UID","name":"uid","type":"string","default":"","description":"Universally unique ID for the event (will be auto-generated if not specified here). Should be globally unique."},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL associated with event"}]}],"codex":{"categories":["Core Nodes","Productivity"],"subcategories":{"Core Nodes":["Files"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.ical/"}]}}},
|
|
177
|
-
{"displayName":"IF","name":"n8n-nodes-base.if","icon":"fa:map-signs","group":["transform"],"version":1,"description":"Route items to different branches (true/false)","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
|
|
177
|
+
{"displayName":"IF","name":"n8n-nodes-base.if","icon":"fa:map-signs","group":["transform"],"version":1,"description":"Route items to different branches (true/false)","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"]}},
|
|
178
178
|
{"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"},
|
|
179
179
|
{"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 ‘execute 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"]}},
|
|
180
180
|
{"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"},
|
|
@@ -241,7 +241,8 @@
|
|
|
241
241
|
{"displayName":"MQTT","name":"n8n-nodes-base.mqtt","group":["input"],"version":1,"description":"Push messages to MQTT","defaults":{"name":"MQTT"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mqtt","required":true,"testedBy":"mqttConnectionTest"}],"properties":[{"displayName":"Topic","name":"topic","type":"string","required":true,"default":"","description":"The topic to publish to"},{"displayName":"Send Input Data","name":"sendInputData","type":"boolean","default":true,"description":"Whether to send the the data the node receives as JSON"},{"displayName":"Message","name":"message","type":"string","required":true,"displayOptions":{"show":{"sendInputData":[false]}},"default":"","description":"The message to publish"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"QoS","name":"qos","type":"options","options":[{"name":"Received at Most Once","value":0},{"name":"Received at Least Once","value":1},{"name":"Exactly Once","value":2}],"default":0,"description":"QoS subscription level"},{"displayName":"Retain","name":"retain","type":"boolean","default":false,"description":"Normally if a publisher publishes a message to a topic, and no one is subscribed to that topic the message is simply discarded by the broker. However the publisher can tell the broker to keep the last message on that topic by setting the retain flag to true."}]}],"codex":{"categories":["Development","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mqtt/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/mqtt"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MQTT/mqtt.svg"},
|
|
242
242
|
{"displayName":"MQTT Trigger","name":"n8n-nodes-base.mqttTrigger","group":["trigger"],"version":1,"description":"Listens to MQTT events","defaults":{"name":"MQTT Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"mqtt","required":true}],"properties":[{"displayName":"Topics","name":"topics","type":"string","default":"","description":"Topics to subscribe to, multiple can be defined with comma. Wildcard characters are supported (+ - for single level and # - for multi level). By default all subscription used QoS=0. To set a different QoS, write the QoS desired after the topic preceded by a colom. For Example: topicA:1,topicB:2"},{"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 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"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.mqtttrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/mqtt"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MQTT/mqtt.svg"},
|
|
243
243
|
{"displayName":"MSG91","name":"n8n-nodes-base.msg91","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends transactional SMS via MSG91","defaults":{"name":"MSG91"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"msg91Api","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,"displayOptions":{"show":{"resource":["sms"]}},"options":[{"name":"Send","value":"send","description":"Send SMS","action":"Send an SMS"}],"default":"send"},{"displayName":"Sender ID","name":"from","type":"string","default":"","placeholder":"4155238886","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The number from which to send the message"},{"displayName":"To","name":"to","type":"string","default":"","placeholder":"+14155238886","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The number, with coutry code, to which to send the message"},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The message to send"}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.msg91/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/msg91"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Msg91/msg91.png"},
|
|
244
|
-
{"displayName":"MySQL","name":"n8n-nodes-base.mySql","group":["input"],"
|
|
244
|
+
{"displayName":"MySQL","name":"n8n-nodes-base.mySql","group":["input"],"defaultVersion":2,"description":"Get, add and update data in MySQL","version":1,"defaults":{"name":"MySQL"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mySql","required":true,"testedBy":"mysqlConnectionTest"}],"properties":[{"displayName":"Version 1","name":"versionNotice","type":"notice","default":""},{"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","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":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Table...","typeOptions":{"searchListMethod":"searchTables","searchFilterRequired":false,"searchable":true}},{"displayName":"Name","name":"name","type":"string","placeholder":"table_name"}],"displayOptions":{"show":{"operation":["insert"]}},"description":"Name of the table in which to insert data to"},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"operation":["insert"]}},"requiresDataPath":"multiple","default":"","placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["insert"]}},"default":{},"placeholder":"Add modifiers","description":"Modifiers for INSERT statement","options":[{"displayName":"Ignore","name":"ignore","type":"boolean","default":true,"description":"Whether to ignore any ignorable errors that occur while executing the INSERT statement"},{"displayName":"Priority","name":"priority","type":"options","options":[{"name":"Low Prioirity","value":"LOW_PRIORITY","description":"Delays execution of the INSERT until no other clients are reading from the table"},{"name":"High Priority","value":"HIGH_PRIORITY","description":"Overrides the effect of the --low-priority-updates option if the server was started with that option. It also causes concurrent inserts not to be used."}],"default":"LOW_PRIORITY","description":"Ignore any ignorable errors that occur while executing the INSERT statement"}]},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Table...","typeOptions":{"searchListMethod":"searchTables","searchFilterRequired":false,"searchable":true}},{"displayName":"Name","name":"name","type":"string","placeholder":"table_name"}],"displayOptions":{"show":{"operation":["update"]}},"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":"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"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/MySql/mysql.svg"},
|
|
245
|
+
{"displayName":"MySQL","name":"n8n-nodes-base.mySql","group":["input"],"defaultVersion":2,"description":"Get, add and update data in MySQL","version":2,"subtitle":"={{ $parameter[\"operation\"] }}","defaults":{"name":"MySQL"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mySql","required":true,"testedBy":"mysqlConnectionTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"hidden","noDataExpression":true,"options":[{"name":"Database","value":"database"}],"default":"database"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Delete","value":"deleteTable","description":"Delete an entire table or rows in a table","action":"Delete table or rows"},{"name":"Execute SQL","value":"executeQuery","description":"Execute an SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in a table","action":"Insert rows in a table"},{"name":"Insert or Update","value":"upsert","description":"Insert or update rows in a table","action":"Insert or update rows in a table"},{"name":"Select","value":"select","description":"Select rows from a table","action":"Select rows from a table"},{"name":"Update","value":"update","description":"Update rows in a table","action":"Update rows in a table"}],"displayOptions":{"show":{"resource":["database"]}},"default":"insert"},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The table you want to work on","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Table...","typeOptions":{"searchListMethod":"searchTables","searchable":true}},{"displayName":"Name","name":"name","type":"string","placeholder":"table_name"}],"displayOptions":{"hide":{"operation":["executeQuery"]}}},{"displayName":"Command","name":"deleteCommand","type":"options","default":"truncate","options":[{"name":"Truncate","value":"truncate","description":"Only removes the table's data and preserves the table's structure"},{"name":"Delete","value":"delete","description":"Delete the rows that match the 'Select Rows' conditions below. If no selection is made, all rows in the table are deleted."},{"name":"Drop","value":"drop","description":"Deletes the table's data and also the table's structure permanently"}],"displayOptions":{"show":{"resource":["database"],"operation":["deleteTable"]},"hide":{"table":[""]}}},{"displayName":"Select Rows","name":"where","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Condition","default":{},"description":"If not set, all rows will be selected","options":[{"displayName":"Values","name":"values","values":[{"displayName":"Column","name":"column","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":"","placeholder":"e.g. ID","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["schema.value","table.value"]}},{"displayName":"Operator","name":"condition","type":"options","description":"The operator to check the column against. When using 'LIKE' operator percent sign ( %) matches zero or more characters, underscore ( _ ) matches any single character.","options":[{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"!="},{"name":"Like","value":"LIKE"},{"name":"Greater Than","value":">"},{"name":"Less Than","value":"<"},{"name":"Greater Than Or Equal","value":">="},{"name":"Less Than Or Equal","value":"<="},{"name":"Is Null","value":"IS NULL"}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}],"displayOptions":{"show":{"deleteCommand":["delete"],"resource":["database"],"operation":["deleteTable"]},"hide":{"table":[""]}}},{"displayName":"Combine Conditions","name":"combineConditions","type":"options","description":"How to combine the conditions defined in \"Select Rows\": AND requires all conditions to be true, OR requires at least one condition to be true","options":[{"name":"AND","value":"AND","description":"Only rows that meet all the conditions are selected"},{"name":"OR","value":"OR","description":"Rows that meet at least one condition are selected"}],"default":"AND","displayOptions":{"show":{"deleteCommand":["delete"],"resource":["database"],"operation":["deleteTable"]},"hide":{"table":[""]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Connection Timeout","name":"connectionTimeoutMillis","type":"number","default":30,"description":"Number of milliseconds reserved for connecting to the database","typeOptions":{"minValue":1}},{"displayName":"Connections Limit","name":"connectionLimit","type":"number","default":10,"typeOptions":{"minValue":1},"description":"Maximum amount of connections to the database, setting high value can lead to performance issues and potential database crashes"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"description":"The way queries should be sent to the database","options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one query per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all queries in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","placeholder":"e.g. value1,value2,value3","description":"Comma-separated list of the values you want to use as query parameters. You can drag the values from the input panel on the left. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mysql/\">More info</a>","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","displayOptions":{"show":{"/operation":["executeQuery"]}}},{"displayName":"Output Columns","name":"outputColumns","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":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Large-Format Numbers As","name":"largeNumbersOutput","type":"options","options":[{"name":"Numbers","value":"numbers"},{"name":"Text","value":"text","description":"Use this if you expect numbers longer than 16 digits (otherwise numbers may be incorrect)"}],"hint":"Applies to NUMERIC and BIGINT columns only","default":"text","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Priority","name":"priority","type":"options","options":[{"name":"Low Prioirity","value":"LOW_PRIORITY","description":"Delays execution of the INSERT until no other clients are reading from the table"},{"name":"High Priority","value":"HIGH_PRIORITY","description":"Overrides the effect of the --low-priority-updates option if the server was started with that option. It also causes concurrent inserts not to be used."}],"default":"LOW_PRIORITY","description":"Ignore any ignorable errors that occur while executing the INSERT statement","displayOptions":{"show":{"/operation":["insert"]}}},{"displayName":"Replace Empty Strings with NULL","name":"replaceEmptyStrings","type":"boolean","default":false,"description":"Whether to replace empty strings with NULL in input, could be useful when data come from spreadsheet","displayOptions":{"show":{"/operation":["insert","update","upsert","executeQuery"]}}},{"displayName":"Select Distinct","name":"selectDistinct","type":"boolean","default":false,"description":"Whether to remove these duplicate rows","displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Query Execution Details","name":"detailedOutput","type":"boolean","default":false,"description":"Whether to show in output details of the ofexecuted query for each statement, or just confirmation of success"},{"displayName":"Skip on Conflict","name":"skipOnConflict","type":"boolean","default":false,"description":"Whether to skip the row and do not throw error if a unique constraint or exclusion constraint is violated","displayOptions":{"show":{"/operation":["insert"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["deleteTable"]},"hide":{"table":[""]}}},{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"e.g. SELECT id, name FROM product WHERE id < 40","required":true,"description":"The SQL query to execute. You can use n8n expressions and $1, $2, $3, etc to refer to the 'Query Parameters' set in options below.","typeOptions":{"rows":3},"hint":"Prefer using query parameters over n8n expressions to avoid SQL injection attacks","displayOptions":{"show":{"resource":["database"],"operation":["executeQuery"]}}},{"displayName":"\n\t\tTo use query parameters in your SQL query, reference them as $1, $2, $3, etc in the corresponding order. <a target=\"_blank\" href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mysql/\">More info</a>.\n\t\t","name":"notice","type":"notice","default":"","displayOptions":{"show":{"resource":["database"],"operation":["executeQuery"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Connection Timeout","name":"connectionTimeoutMillis","type":"number","default":30,"description":"Number of milliseconds reserved for connecting to the database","typeOptions":{"minValue":1}},{"displayName":"Connections Limit","name":"connectionLimit","type":"number","default":10,"typeOptions":{"minValue":1},"description":"Maximum amount of connections to the database, setting high value can lead to performance issues and potential database crashes"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"description":"The way queries should be sent to the database","options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one query per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all queries in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","placeholder":"e.g. value1,value2,value3","description":"Comma-separated list of the values you want to use as query parameters. You can drag the values from the input panel on the left. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mysql/\">More info</a>","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","displayOptions":{"show":{"/operation":["executeQuery"]}}},{"displayName":"Output Columns","name":"outputColumns","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":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Large-Format Numbers As","name":"largeNumbersOutput","type":"options","options":[{"name":"Numbers","value":"numbers"},{"name":"Text","value":"text","description":"Use this if you expect numbers longer than 16 digits (otherwise numbers may be incorrect)"}],"hint":"Applies to NUMERIC and BIGINT columns only","default":"text","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Priority","name":"priority","type":"options","options":[{"name":"Low Prioirity","value":"LOW_PRIORITY","description":"Delays execution of the INSERT until no other clients are reading from the table"},{"name":"High Priority","value":"HIGH_PRIORITY","description":"Overrides the effect of the --low-priority-updates option if the server was started with that option. It also causes concurrent inserts not to be used."}],"default":"LOW_PRIORITY","description":"Ignore any ignorable errors that occur while executing the INSERT statement","displayOptions":{"show":{"/operation":["insert"]}}},{"displayName":"Replace Empty Strings with NULL","name":"replaceEmptyStrings","type":"boolean","default":false,"description":"Whether to replace empty strings with NULL in input, could be useful when data come from spreadsheet","displayOptions":{"show":{"/operation":["insert","update","upsert","executeQuery"]}}},{"displayName":"Select Distinct","name":"selectDistinct","type":"boolean","default":false,"description":"Whether to remove these duplicate rows","displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Query Execution Details","name":"detailedOutput","type":"boolean","default":false,"description":"Whether to show in output details of the ofexecuted query for each statement, or just confirmation of success"},{"displayName":"Skip on Conflict","name":"skipOnConflict","type":"boolean","default":false,"description":"Whether to skip the row and do not throw error if a unique constraint or exclusion constraint is violated","displayOptions":{"show":{"/operation":["insert"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["executeQuery"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties names exactly match the table column names"},{"name":"Map Each Column Manually","value":"defineBelow","description":"Set the value for each destination column manually"}],"default":"autoMapInputData","description":"Whether to map node input properties and the table data automatically or manually","displayOptions":{"show":{"resource":["database"],"operation":["insert"]},"hide":{"table":[""]}}},{"displayName":"\n\t\tIn this mode, make sure incoming data fields are named the same as the columns in your table. If needed, use a 'Set' node before this node to change the field names.\n\t\t","name":"notice","type":"notice","default":"","displayOptions":{"show":{"dataMode":["autoMapInputData"],"resource":["database"],"operation":["insert"]},"hide":{"table":[""]}}},{"displayName":"Values to Send","name":"valuesToSend","placeholder":"Add Value","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Value","multipleValues":true},"displayOptions":{"show":{"dataMode":["defineBelow"],"resource":["database"],"operation":["insert"]},"hide":{"table":[""]}},"default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Column","name":"column","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":"getColumns","loadOptionsDependsOn":["table.value"]},"default":[]},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Connection Timeout","name":"connectionTimeoutMillis","type":"number","default":30,"description":"Number of milliseconds reserved for connecting to the database","typeOptions":{"minValue":1}},{"displayName":"Connections Limit","name":"connectionLimit","type":"number","default":10,"typeOptions":{"minValue":1},"description":"Maximum amount of connections to the database, setting high value can lead to performance issues and potential database crashes"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"description":"The way queries should be sent to the database","options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one query per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all queries in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","placeholder":"e.g. value1,value2,value3","description":"Comma-separated list of the values you want to use as query parameters. You can drag the values from the input panel on the left. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mysql/\">More info</a>","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","displayOptions":{"show":{"/operation":["executeQuery"]}}},{"displayName":"Output Columns","name":"outputColumns","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":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Large-Format Numbers As","name":"largeNumbersOutput","type":"options","options":[{"name":"Numbers","value":"numbers"},{"name":"Text","value":"text","description":"Use this if you expect numbers longer than 16 digits (otherwise numbers may be incorrect)"}],"hint":"Applies to NUMERIC and BIGINT columns only","default":"text","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Priority","name":"priority","type":"options","options":[{"name":"Low Prioirity","value":"LOW_PRIORITY","description":"Delays execution of the INSERT until no other clients are reading from the table"},{"name":"High Priority","value":"HIGH_PRIORITY","description":"Overrides the effect of the --low-priority-updates option if the server was started with that option. It also causes concurrent inserts not to be used."}],"default":"LOW_PRIORITY","description":"Ignore any ignorable errors that occur while executing the INSERT statement","displayOptions":{"show":{"/operation":["insert"]}}},{"displayName":"Replace Empty Strings with NULL","name":"replaceEmptyStrings","type":"boolean","default":false,"description":"Whether to replace empty strings with NULL in input, could be useful when data come from spreadsheet","displayOptions":{"show":{"/operation":["insert","update","upsert","executeQuery"]}}},{"displayName":"Select Distinct","name":"selectDistinct","type":"boolean","default":false,"description":"Whether to remove these duplicate rows","displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Query Execution Details","name":"detailedOutput","type":"boolean","default":false,"description":"Whether to show in output details of the ofexecuted query for each statement, or just confirmation of success"},{"displayName":"Skip on Conflict","name":"skipOnConflict","type":"boolean","default":false,"description":"Whether to skip the row and do not throw error if a unique constraint or exclusion constraint is violated","displayOptions":{"show":{"/operation":["insert"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]},"hide":{"table":[""]}}},{"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":["database"],"operation":["select"]},"hide":{"table":[""]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"returnAll":[false],"resource":["database"],"operation":["select"]},"hide":{"table":[""]}}},{"displayName":"Select Rows","name":"where","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Condition","default":{},"description":"If not set, all rows will be selected","options":[{"displayName":"Values","name":"values","values":[{"displayName":"Column","name":"column","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":"","placeholder":"e.g. ID","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["schema.value","table.value"]}},{"displayName":"Operator","name":"condition","type":"options","description":"The operator to check the column against. When using 'LIKE' operator percent sign ( %) matches zero or more characters, underscore ( _ ) matches any single character.","options":[{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"!="},{"name":"Like","value":"LIKE"},{"name":"Greater Than","value":">"},{"name":"Less Than","value":"<"},{"name":"Greater Than Or Equal","value":">="},{"name":"Less Than Or Equal","value":"<="},{"name":"Is Null","value":"IS NULL"}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}],"displayOptions":{"show":{"resource":["database"],"operation":["select"]},"hide":{"table":[""]}}},{"displayName":"Combine Conditions","name":"combineConditions","type":"options","description":"How to combine the conditions defined in \"Select Rows\": AND requires all conditions to be true, OR requires at least one condition to be true","options":[{"name":"AND","value":"AND","description":"Only rows that meet all the conditions are selected"},{"name":"OR","value":"OR","description":"Rows that meet at least one condition are selected"}],"default":"AND","displayOptions":{"show":{"resource":["database"],"operation":["select"]},"hide":{"table":[""]}}},{"displayName":"Sort","name":"sort","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Sort Rule","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Column","name":"column","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":"getColumns","loadOptionsDependsOn":["schema.value","table.value"]}},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"ASC"},{"name":"DESC","value":"DESC"}],"default":"ASC"}]}],"displayOptions":{"show":{"resource":["database"],"operation":["select"]},"hide":{"table":[""]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Connection Timeout","name":"connectionTimeoutMillis","type":"number","default":30,"description":"Number of milliseconds reserved for connecting to the database","typeOptions":{"minValue":1}},{"displayName":"Connections Limit","name":"connectionLimit","type":"number","default":10,"typeOptions":{"minValue":1},"description":"Maximum amount of connections to the database, setting high value can lead to performance issues and potential database crashes"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"description":"The way queries should be sent to the database","options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one query per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all queries in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","placeholder":"e.g. value1,value2,value3","description":"Comma-separated list of the values you want to use as query parameters. You can drag the values from the input panel on the left. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mysql/\">More info</a>","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","displayOptions":{"show":{"/operation":["executeQuery"]}}},{"displayName":"Output Columns","name":"outputColumns","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":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Large-Format Numbers As","name":"largeNumbersOutput","type":"options","options":[{"name":"Numbers","value":"numbers"},{"name":"Text","value":"text","description":"Use this if you expect numbers longer than 16 digits (otherwise numbers may be incorrect)"}],"hint":"Applies to NUMERIC and BIGINT columns only","default":"text","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Priority","name":"priority","type":"options","options":[{"name":"Low Prioirity","value":"LOW_PRIORITY","description":"Delays execution of the INSERT until no other clients are reading from the table"},{"name":"High Priority","value":"HIGH_PRIORITY","description":"Overrides the effect of the --low-priority-updates option if the server was started with that option. It also causes concurrent inserts not to be used."}],"default":"LOW_PRIORITY","description":"Ignore any ignorable errors that occur while executing the INSERT statement","displayOptions":{"show":{"/operation":["insert"]}}},{"displayName":"Replace Empty Strings with NULL","name":"replaceEmptyStrings","type":"boolean","default":false,"description":"Whether to replace empty strings with NULL in input, could be useful when data come from spreadsheet","displayOptions":{"show":{"/operation":["insert","update","upsert","executeQuery"]}}},{"displayName":"Select Distinct","name":"selectDistinct","type":"boolean","default":false,"description":"Whether to remove these duplicate rows","displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Query Execution Details","name":"detailedOutput","type":"boolean","default":false,"description":"Whether to show in output details of the ofexecuted query for each statement, or just confirmation of success"},{"displayName":"Skip on Conflict","name":"skipOnConflict","type":"boolean","default":false,"description":"Whether to skip the row and do not throw error if a unique constraint or exclusion constraint is violated","displayOptions":{"show":{"/operation":["insert"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["select"]},"hide":{"table":[""]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties names exactly match the table column names"},{"name":"Map Each Column Below","value":"defineBelow","description":"Set the value for each destination column manually"}],"default":"autoMapInputData","description":"Whether to map node input properties and the table data automatically or manually","displayOptions":{"show":{"resource":["database"],"operation":["update"]},"hide":{"table":[""]}}},{"displayName":"\n\t\tIn this mode, make sure incoming data fields are named the same as the columns in your table. If needed, use a 'Set' node before this node to change the field names.\n\t\t","name":"notice","type":"notice","default":"","displayOptions":{"show":{"dataMode":["autoMapInputData"],"resource":["database"],"operation":["update"]},"hide":{"table":[""]}}},{"displayName":"Column to Match On","name":"columnToMatchOn","type":"options","required":true,"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["schema.value","table.value"]},"default":"","hint":"Used to find the correct row to update. Doesn't get changed.","displayOptions":{"show":{"resource":["database"],"operation":["update"]},"hide":{"table":[""]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","description":"Rows with a value in the specified \"Column to Match On\" that corresponds to the value in this field will be updated","displayOptions":{"show":{"dataMode":["defineBelow"],"resource":["database"],"operation":["update"]},"hide":{"table":[""]}}},{"displayName":"Values to Send","name":"valuesToSend","placeholder":"Add Value","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Value","multipleValues":true},"displayOptions":{"show":{"dataMode":["defineBelow"],"resource":["database"],"operation":["update"]},"hide":{"table":[""]}},"default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Column","name":"column","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":"getColumnsWithoutColumnToMatchOn","loadOptionsDependsOn":["schema.value","table.value"]},"default":[]},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Connection Timeout","name":"connectionTimeoutMillis","type":"number","default":30,"description":"Number of milliseconds reserved for connecting to the database","typeOptions":{"minValue":1}},{"displayName":"Connections Limit","name":"connectionLimit","type":"number","default":10,"typeOptions":{"minValue":1},"description":"Maximum amount of connections to the database, setting high value can lead to performance issues and potential database crashes"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"description":"The way queries should be sent to the database","options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one query per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all queries in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","placeholder":"e.g. value1,value2,value3","description":"Comma-separated list of the values you want to use as query parameters. You can drag the values from the input panel on the left. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mysql/\">More info</a>","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","displayOptions":{"show":{"/operation":["executeQuery"]}}},{"displayName":"Output Columns","name":"outputColumns","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":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Large-Format Numbers As","name":"largeNumbersOutput","type":"options","options":[{"name":"Numbers","value":"numbers"},{"name":"Text","value":"text","description":"Use this if you expect numbers longer than 16 digits (otherwise numbers may be incorrect)"}],"hint":"Applies to NUMERIC and BIGINT columns only","default":"text","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Priority","name":"priority","type":"options","options":[{"name":"Low Prioirity","value":"LOW_PRIORITY","description":"Delays execution of the INSERT until no other clients are reading from the table"},{"name":"High Priority","value":"HIGH_PRIORITY","description":"Overrides the effect of the --low-priority-updates option if the server was started with that option. It also causes concurrent inserts not to be used."}],"default":"LOW_PRIORITY","description":"Ignore any ignorable errors that occur while executing the INSERT statement","displayOptions":{"show":{"/operation":["insert"]}}},{"displayName":"Replace Empty Strings with NULL","name":"replaceEmptyStrings","type":"boolean","default":false,"description":"Whether to replace empty strings with NULL in input, could be useful when data come from spreadsheet","displayOptions":{"show":{"/operation":["insert","update","upsert","executeQuery"]}}},{"displayName":"Select Distinct","name":"selectDistinct","type":"boolean","default":false,"description":"Whether to remove these duplicate rows","displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Query Execution Details","name":"detailedOutput","type":"boolean","default":false,"description":"Whether to show in output details of the ofexecuted query for each statement, or just confirmation of success"},{"displayName":"Skip on Conflict","name":"skipOnConflict","type":"boolean","default":false,"description":"Whether to skip the row and do not throw error if a unique constraint or exclusion constraint is violated","displayOptions":{"show":{"/operation":["insert"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["update"]},"hide":{"table":[""]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties names exactly match the table column names"},{"name":"Map Each Column Below","value":"defineBelow","description":"Set the value for each destination column manually"}],"default":"autoMapInputData","description":"Whether to map node input properties and the table data automatically or manually","displayOptions":{"show":{"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"\n\t\tIn this mode, make sure incoming data fields are named the same as the columns in your table. If needed, use a 'Set' node before this node to change the field names.\n\t\t","name":"notice","type":"notice","default":"","displayOptions":{"show":{"dataMode":["autoMapInputData"],"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"Column to Match On","name":"columnToMatchOn","type":"options","required":true,"description":"The column to compare when finding the rows to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["schema.value","table.value"]},"default":"","hint":"Used to find the correct row to update. Doesn't get changed. Has to be unique.","displayOptions":{"show":{"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","description":"Rows with a value in the specified \"Column to Match On\" that corresponds to the value in this field will be updated. New rows will be created for non-matching items.","displayOptions":{"show":{"dataMode":["defineBelow"],"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"Values to Send","name":"valuesToSend","placeholder":"Add Value","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Value","multipleValues":true},"displayOptions":{"show":{"dataMode":["defineBelow"],"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}},"default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Column","name":"column","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":"getColumnsWithoutColumnToMatchOn","loadOptionsDependsOn":["schema.value","table.value"]},"default":[]},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Connection Timeout","name":"connectionTimeoutMillis","type":"number","default":30,"description":"Number of milliseconds reserved for connecting to the database","typeOptions":{"minValue":1}},{"displayName":"Connections Limit","name":"connectionLimit","type":"number","default":10,"typeOptions":{"minValue":1},"description":"Maximum amount of connections to the database, setting high value can lead to performance issues and potential database crashes"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"description":"The way queries should be sent to the database","options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one query per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all queries in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","placeholder":"e.g. value1,value2,value3","description":"Comma-separated list of the values you want to use as query parameters. You can drag the values from the input panel on the left. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mysql/\">More info</a>","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","displayOptions":{"show":{"/operation":["executeQuery"]}}},{"displayName":"Output Columns","name":"outputColumns","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":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Large-Format Numbers As","name":"largeNumbersOutput","type":"options","options":[{"name":"Numbers","value":"numbers"},{"name":"Text","value":"text","description":"Use this if you expect numbers longer than 16 digits (otherwise numbers may be incorrect)"}],"hint":"Applies to NUMERIC and BIGINT columns only","default":"text","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Priority","name":"priority","type":"options","options":[{"name":"Low Prioirity","value":"LOW_PRIORITY","description":"Delays execution of the INSERT until no other clients are reading from the table"},{"name":"High Priority","value":"HIGH_PRIORITY","description":"Overrides the effect of the --low-priority-updates option if the server was started with that option. It also causes concurrent inserts not to be used."}],"default":"LOW_PRIORITY","description":"Ignore any ignorable errors that occur while executing the INSERT statement","displayOptions":{"show":{"/operation":["insert"]}}},{"displayName":"Replace Empty Strings with NULL","name":"replaceEmptyStrings","type":"boolean","default":false,"description":"Whether to replace empty strings with NULL in input, could be useful when data come from spreadsheet","displayOptions":{"show":{"/operation":["insert","update","upsert","executeQuery"]}}},{"displayName":"Select Distinct","name":"selectDistinct","type":"boolean","default":false,"description":"Whether to remove these duplicate rows","displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Query Execution Details","name":"detailedOutput","type":"boolean","default":false,"description":"Whether to show in output details of the ofexecuted query for each statement, or just confirmation of success"},{"displayName":"Skip on Conflict","name":"skipOnConflict","type":"boolean","default":false,"description":"Whether to skip the row and do not throw error if a unique constraint or exclusion constraint is violated","displayOptions":{"show":{"/operation":["insert"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/MySql/mysql.svg","codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mysql/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/mySql"}]}}},
|
|
245
246
|
{"displayName":"n8n","name":"n8n-nodes-base.n8n","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Handle events and perform actions on your n8n instance","defaults":{"name":"n8n"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"n8nApi","required":true}],"requestDefaults":{"returnFullResponse":true,"baseURL":"={{ $credentials.baseUrl.replace(new RegExp(\"/$\"), \"\") }}","headers":{"Accept":"application/json","Content-Type":"application/json"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Audit","value":"audit"},{"name":"Credential","value":"credential"},{"name":"Execution","value":"execution"},{"name":"Workflow","value":"workflow"}],"default":"workflow"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","displayOptions":{"show":{"resource":["audit"]}},"options":[{"name":"Generate","value":"generate","action":"Generate a security audit","description":"Generate a security audit for this n8n instance","routing":{"request":{"method":"POST","url":"/audit"}}}]},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["audit"]}},"routing":{"request":{"body":{"additionalOptions":"={{ $value }}"}}},"default":{},"options":[{"displayName":"Categories","name":"categories","description":"Risk categories to include in the audit","type":"multiOptions","default":[],"options":[{"name":"Credentials","value":"credentials"},{"name":"Database","value":"database"},{"name":"Filesystem","value":"filesystem"},{"name":"Instance","value":"instance"},{"name":"Nodes","value":"nodes"}]},{"displayName":"Days Abandoned Workflow","name":"daysAbandonedWorkflow","description":"Days for a workflow to be considered abandoned if not executed","type":"number","default":90}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","displayOptions":{"show":{"resource":["credential"]}},"options":[{"name":"Create","value":"create","action":"Create a credential","routing":{"request":{"method":"POST","url":"/credentials"}}},{"name":"Delete","value":"delete","action":"Delete a credential","routing":{"request":{"method":"DELETE","url":"=/credentials/{{ $parameter.credentialId }}"}}},{"name":"Get Schema","value":"getSchema","action":"Get credential data schema for type","routing":{"request":{"method":"GET","url":"=/credentials/schema/{{ $parameter.credentialTypeName }}"}}}]},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. n8n account","required":true,"displayOptions":{"show":{"resource":["credential"],"operation":["create"]}},"routing":{"request":{"body":{"name":"={{ $value }}"}}},"description":"Name of the new credential"},{"displayName":"Credential Type","name":"credentialTypeName","type":"string","placeholder":"e.g. n8nApi","default":"","required":true,"displayOptions":{"show":{"resource":["credential"],"operation":["create"]}},"routing":{"request":{"body":{"type":"={{ $value }}"}}},"description":"The available types depend on nodes installed on the n8n instance. Some built-in types include e.g. 'githubApi', 'notionApi', and 'slackApi'."},{"displayName":"Data","name":"data","type":"json","default":"","placeholder":"// e.g. for n8nApi \n{\n \"apiKey\": \"my-n8n-api-key\",\n \"baseUrl\": \"https://<name>.app.n8n.cloud/api/v1\",\n}","required":true,"typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["credential"],"operation":["create"]}},"routing":{"send":{"preSend":[null]}},"description":"A valid JSON object with properties required for this Credential Type. To see the expected format, you can use 'Get Schema' operation."},{"displayName":"Credential ID","name":"credentialId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["credential"],"operation":["delete"]}}},{"displayName":"Credential Type","name":"credentialTypeName","default":"","placeholder":"e.g. n8nApi","required":true,"type":"string","displayOptions":{"show":{"resource":["credential"],"operation":["getSchema"]}},"description":"The available types depend on nodes installed on the n8n instance. Some built-in types include e.g. 'githubApi', 'notionApi', and 'slackApi'."},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","displayOptions":{"show":{"resource":["execution"]}},"options":[{"name":"Get","value":"get","action":"Get an execution","routing":{"request":{"method":"GET","url":"=/executions/{{ $parameter.executionId }}"}}},{"name":"Get Many","value":"getAll","action":"Get many executions","routing":{"request":{"method":"GET","url":"/executions"},"send":{"paginate":true},"operations":{}}},{"name":"Delete","value":"delete","action":"Delete an execution","routing":{"request":{"method":"DELETE","url":"=/executions/{{ $parameter.executionId }}"}}}]},{"displayName":"Execution ID","name":"executionId","type":"string","required":true,"displayOptions":{"show":{"resource":["execution"],"operation":["delete"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"displayOptions":{"show":{"resource":["execution"],"operation":["getAll"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":100,"typeOptions":{"minValue":1,"maxValue":250},"displayOptions":{"show":{"resource":["execution"],"operation":["getAll"],"returnAll":[false]}},"routing":{"request":{"qs":{"limit":"={{ $value }}"}}},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["execution"],"operation":["getAll"]}},"options":[{"displayName":"Workflow","name":"workflowId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Workflow to filter the executions by","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Workflow...","initType":"workflow","typeOptions":{"searchListMethod":"searchWorkflows","searchFilterRequired":false,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://myinstance.app.n8n.cloud/workflow/1","validation":[{"type":"regex","properties":{"regex":".*/workflow/([0-9]{1,})","errorMessage":"Not a valid Workflow URL"}}],"extractValue":{"type":"regex","regex":".*/workflow/([0-9]{1,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Workflow ID"}}],"placeholder":"1"}],"routing":{"send":{"type":"query","property":"workflowId","value":"={{ $value || undefined }}"}}},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Error","value":"error"},{"name":"Success","value":"success"},{"name":"Waiting","value":"waiting"}],"default":"success","routing":{"send":{"type":"query","property":"status","value":"={{ $value }}"}},"description":"Status to filter the executions by"}]},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","displayOptions":{"show":{"resource":["execution"],"operation":["getAll"]}},"options":[{"displayName":"Include Execution Details","name":"activeWorkflows","type":"boolean","default":false,"routing":{"send":{"type":"query","property":"includeData","value":"={{ $value }}"}},"description":"Whether to include the detailed execution data"}]},{"displayName":"Execution ID","name":"executionId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["execution"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","displayOptions":{"show":{"resource":["execution"],"operation":["get"]}},"options":[{"displayName":"Include Execution Details","name":"activeWorkflows","type":"boolean","default":false,"routing":{"send":{"type":"query","property":"includeData","value":"={{ $value }}"}},"description":"Whether to include the detailed execution data"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","displayOptions":{"show":{"resource":["workflow"]}},"options":[{"name":"Activate","value":"activate","action":"Activate a workflow"},{"name":"Create","value":"create","action":"Create a workflow","routing":{"request":{"method":"POST","url":"/workflows"}}},{"name":"Deactivate","value":"deactivate","action":"Deactivate a workflow"},{"name":"Delete","value":"delete","action":"Delete a workflow"},{"name":"Get","value":"get","action":"Get a workflow"},{"name":"Get Many","value":"getAll","action":"Get many workflows","routing":{"request":{"method":"GET","url":"/workflows"},"send":{"paginate":true},"operations":{}}},{"name":"Update","value":"update","action":"Update a workflow"}]},{"displayName":"Workflow","name":"workflowId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Workflow to filter the executions by","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Workflow...","initType":"workflow","typeOptions":{"searchListMethod":"searchWorkflows","searchFilterRequired":false,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://myinstance.app.n8n.cloud/workflow/1","validation":[{"type":"regex","properties":{"regex":".*/workflow/([0-9]{1,})","errorMessage":"Not a valid Workflow URL"}}],"extractValue":{"type":"regex","regex":".*/workflow/([0-9]{1,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Workflow ID"}}],"placeholder":"1"}],"required":true,"displayOptions":{"show":{"resource":["workflow"],"operation":["activate"]}},"routing":{"request":{"method":"POST","url":"=/workflows/{{ $value }}/activate"}}},{"displayName":"Workflow Object","name":"workflowObject","type":"json","default":"{ \"name\": \"My workflow\", \"nodes\": [], \"connections\": {}, \"settings\": {} }","placeholder":"{\n \"name\": \"My workflow\",\n \"nodes\": [],\n \"connections\": {},\n \"settings\": {}\n}","required":true,"typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["workflow"],"operation":["create"]}},"routing":{"send":{"preSend":[null,null]}},"description":"A valid JSON object with required fields: 'name', 'nodes', 'connections' and 'settings'. More information can be found in the <a href=\"https://docs.n8n.io/api/api-reference/#tag/Workflow/paths/~1workflows/post\">documentation</a>."},{"displayName":"Workflow","name":"workflowId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Workflow to filter the executions by","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Workflow...","initType":"workflow","typeOptions":{"searchListMethod":"searchWorkflows","searchFilterRequired":false,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://myinstance.app.n8n.cloud/workflow/1","validation":[{"type":"regex","properties":{"regex":".*/workflow/([0-9]{1,})","errorMessage":"Not a valid Workflow URL"}}],"extractValue":{"type":"regex","regex":".*/workflow/([0-9]{1,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Workflow ID"}}],"placeholder":"1"}],"required":true,"displayOptions":{"show":{"resource":["workflow"],"operation":["deactivate"]}},"routing":{"request":{"method":"POST","url":"=/workflows/{{ $value }}/deactivate"}}},{"displayName":"Workflow","name":"workflowId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Workflow to filter the executions by","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Workflow...","initType":"workflow","typeOptions":{"searchListMethod":"searchWorkflows","searchFilterRequired":false,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://myinstance.app.n8n.cloud/workflow/1","validation":[{"type":"regex","properties":{"regex":".*/workflow/([0-9]{1,})","errorMessage":"Not a valid Workflow URL"}}],"extractValue":{"type":"regex","regex":".*/workflow/([0-9]{1,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Workflow ID"}}],"placeholder":"1"}],"required":true,"displayOptions":{"show":{"resource":["workflow"],"operation":["delete"]}},"routing":{"request":{"method":"DELETE","url":"=/workflows/{{ $value }}"}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":true,"displayOptions":{"show":{"resource":["workflow"],"operation":["getAll"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":100,"typeOptions":{"minValue":1,"maxValue":250},"displayOptions":{"show":{"resource":["workflow"],"operation":["getAll"],"returnAll":[false]}},"routing":{"request":{"qs":{"limit":"={{ $value }}"}}},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","default":{},"displayOptions":{"show":{"resource":["workflow"],"operation":["getAll"]}},"options":[{"displayName":"Return Only Active Workflows","name":"activeWorkflows","type":"boolean","default":true,"routing":{"request":{"qs":{"active":"={{ $value }}"}}}},{"displayName":"Tags","name":"tags","type":"string","default":"","routing":{"send":{"type":"query","property":"tags","value":"={{ $value !== \"\" ? $value : undefined }}"}},"description":"Include only workflows with these tags","hint":"Comma separated list of tags (empty value is ignored)"}]},{"displayName":"Workflow","name":"workflowId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Workflow to filter the executions by","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Workflow...","initType":"workflow","typeOptions":{"searchListMethod":"searchWorkflows","searchFilterRequired":false,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://myinstance.app.n8n.cloud/workflow/1","validation":[{"type":"regex","properties":{"regex":".*/workflow/([0-9]{1,})","errorMessage":"Not a valid Workflow URL"}}],"extractValue":{"type":"regex","regex":".*/workflow/([0-9]{1,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Workflow ID"}}],"placeholder":"1"}],"required":true,"displayOptions":{"show":{"resource":["workflow"],"operation":["get"]}},"routing":{"request":{"method":"GET","url":"=/workflows/{{ $value }}"}}},{"displayName":"Workflow","name":"workflowId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Workflow to filter the executions by","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Workflow...","initType":"workflow","typeOptions":{"searchListMethod":"searchWorkflows","searchFilterRequired":false,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://myinstance.app.n8n.cloud/workflow/1","validation":[{"type":"regex","properties":{"regex":".*/workflow/([0-9]{1,})","errorMessage":"Not a valid Workflow URL"}}],"extractValue":{"type":"regex","regex":".*/workflow/([0-9]{1,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Workflow ID"}}],"placeholder":"1"}],"required":true,"displayOptions":{"show":{"resource":["workflow"],"operation":["update"]}},"routing":{"request":{"method":"PUT","url":"=/workflows/{{ $value }}"}}},{"displayName":"Workflow Object","name":"workflowObject","type":"json","default":"","placeholder":"{\n \"name\": \"My workflow\",\n \"nodes\": [],\n \"connections\": {},\n \"settings\": {}\n}","required":true,"typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["workflow"],"operation":["update"]}},"routing":{"send":{"preSend":[null,null]}},"description":"A valid JSON object with required fields: 'name', 'nodes', 'connections' and 'settings'. More information can be found in the <a href=\"https://docs.n8n.io/api/api-reference/#tag/Workflow/paths/~1workflows~1%7Bid%7D/put\">documentation</a>."}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Flow","Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.n8n/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/api/authentication/"}]},"alias":["Workflow","Execution"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/N8n/n8n.svg"},
|
|
246
247
|
{"displayName":"Customer Datastore (n8n training)","name":"n8n-nodes-base.n8nTrainingCustomerDatastore","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"]}}","description":"Dummy node used for n8n training","defaults":{"name":"Customer Datastore (n8n training)"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get One Person","value":"getOnePerson"},{"name":"Get All People","value":"getAllPeople"}],"default":"getOnePerson"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAllPeople"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAllPeople"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/N8nTrainingCustomerDatastore/n8nTrainingCustomerDatastore.svg"},
|
|
247
248
|
{"displayName":"Customer Messenger (n8n training)","name":"n8n-nodes-base.n8nTrainingCustomerMessenger","group":["transform"],"version":1,"description":"Dummy node used for n8n training","defaults":{"name":"Customer Messenger (n8n training)"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":""},{"displayName":"Message","name":"message","type":"string","required":true,"typeOptions":{"rows":4},"default":""}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/N8nTrainingCustomerMessenger/n8nTrainingCustomerMessenger.svg"},
|
|
@@ -250,7 +251,7 @@
|
|
|
250
251
|
{"displayName":"Netlify","name":"n8n-nodes-base.netlify","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Netlify API","defaults":{"name":"Netlify"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"netlifyApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Deploy","value":"deploy"},{"name":"Site","value":"site"}],"default":"deploy","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["deploy"]}},"options":[{"name":"Cancel","value":"cancel","description":"Cancel a deployment","action":"Cancel a deployment"},{"name":"Create","value":"create","description":"Create a new deployment","action":"Create a deployment"},{"name":"Get","value":"get","description":"Get a deployment","action":"Get a deployment"},{"name":"Get Many","value":"getAll","description":"Get many deployments","action":"Get many deployments"}],"default":"getAll"},{"displayName":"Site Name or ID","name":"siteId","required":true,"type":"options","default":"","typeOptions":{"loadOptionsMethod":"getSites"},"description":"Enter the Site ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["deploy"],"operation":["get","create","getAll"]}}},{"displayName":"Deploy ID","name":"deployId","required":true,"type":"string","default":"","displayOptions":{"show":{"resource":["deploy"],"operation":["get","cancel"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["deploy"]}},"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":["deploy"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":50,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Fields","default":{},"displayOptions":{"show":{"resource":["deploy"],"operation":["create"]}},"options":[{"displayName":"Branch","name":"branch","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["site"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a site","action":"Delete a site"},{"name":"Get","value":"get","description":"Get a site","action":"Get a site"},{"name":"Get Many","value":"getAll","description":"Returns many sites","action":"Get many sites"}],"default":"delete"},{"displayName":"Site ID","name":"siteId","required":true,"type":"string","default":"","displayOptions":{"show":{"resource":["site"],"operation":["get","delete"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["site"]}},"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":["site"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"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.netlify/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/netlify"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Netlify/netlify.svg"},
|
|
251
252
|
{"displayName":"Netlify Trigger","name":"n8n-nodes-base.netlifyTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle netlify events via webhooks","defaults":{"name":"Netlify Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"netlifyApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Site Name or ID","name":"siteId","required":true,"type":"options","default":"","typeOptions":{"loadOptionsMethod":"getSites"},"description":"Select the Site ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Event","name":"event","type":"options","required":true,"default":"","options":[{"name":"Deploy Building","value":"deployBuilding"},{"name":"Deploy Failed","value":"deployFailed"},{"name":"Deploy Created","value":"deployCreated"},{"name":"Form Submitted","value":"submissionCreated"}]},{"displayName":"Form Name or ID","name":"formId","type":"options","required":true,"displayOptions":{"show":{"event":["submissionCreated"]}},"default":"","typeOptions":{"loadOptionsMethod":"getForms"},"description":"Select a form. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"event":["submissionCreated"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.netlifytrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/netlify"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Netlify/netlify.svg"},
|
|
252
253
|
{"displayName":"Nextcloud","name":"n8n-nodes-base.nextCloud","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Access data on Nextcloud","defaults":{"name":"Nextcloud"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"nextCloudApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"nextCloudOAuth2Api","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":"Folder","value":"folder"},{"name":"User","value":"user"}],"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":"Move","value":"move","description":"Move a file","action":"Move a file"},{"name":"Share","value":"share","description":"Share a file","action":"Share a file"},{"name":"Upload","value":"upload","description":"Upload a file","action":"Upload a file"}],"default":"upload"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a folder","action":"Copy a folder"},{"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":"List","value":"list","description":"Return the contents of a given folder","action":"List a folder"},{"name":"Move","value":"move","description":"Move a folder","action":"Move a folder"},{"name":"Share","value":"share","description":"Share a folder","action":"Share a folder"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Invite a user to a NextCloud organization","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Retrieve information about a single user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of users","action":"Get many users"},{"name":"Update","value":"update","description":"Edit attributes related to a user","action":"Update a user"}],"default":"create"},{"displayName":"From Path","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["copy"],"resource":["file","folder"]}},"placeholder":"/invoices/original.txt","description":"The path of file or folder to copy. The path should start with \"/\"."},{"displayName":"To Path","name":"toPath","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["copy"],"resource":["file","folder"]}},"placeholder":"/invoices/copy.txt","description":"The destination path of file or folder. The path should start with \"/\"."},{"displayName":"Delete Path","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["file","folder"]}},"placeholder":"/invoices/2019/invoice_1.pdf","description":"The path to delete. Can be a single file or a whole folder. The path should start with \"/\"."},{"displayName":"From Path","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["move"],"resource":["file","folder"]}},"placeholder":"/invoices/old_name.txt","description":"The path of file or folder to move. The path should start with \"/\"."},{"displayName":"To Path","name":"toPath","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["move"],"resource":["file","folder"]}},"placeholder":"/invoices/new_name.txt","description":"The new path of file or folder. The path should start with \"/\"."},{"displayName":"File Path","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"placeholder":"/invoices/2019/invoice_1.pdf","description":"The file path of the file to download. Has to contain the full path. The path should start with \"/\"."},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"description":"Name of the binary property to which to write the data of the read file"},{"displayName":"File Path","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"placeholder":"/invoices/2019/invoice_1.pdf","description":"The absolute file path of the file to upload. Has to contain the full path. The parent folder has to exist. Existing files get overwritten."},{"displayName":"Binary Data","name":"binaryDataUpload","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}}},{"displayName":"File Content","name":"fileContent","type":"string","default":"","displayOptions":{"show":{"binaryDataUpload":[false],"operation":["upload"],"resource":["file"]}},"placeholder":"","description":"The text content of the file to upload"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryDataUpload":[true],"operation":["upload"],"resource":["file"]}},"placeholder":"","description":"Name of the binary property which contains the data for the file to be uploaded"},{"displayName":"File Path","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["share"],"resource":["file","folder"]}},"placeholder":"/invoices/2019/invoice_1.pdf","description":"The file path of the file to share. Has to contain the full path. The path should start with \"/\"."},{"displayName":"Share Type","name":"shareType","type":"options","displayOptions":{"show":{"operation":["share"],"resource":["file","folder"]}},"options":[{"name":"Circle","value":7},{"name":"Email","value":4},{"name":"Group","value":1},{"name":"Public Link","value":3},{"name":"User","value":0}],"default":0,"description":"The share permissions to set"},{"displayName":"Circle ID","name":"circleId","type":"string","displayOptions":{"show":{"resource":["file","folder"],"operation":["share"],"shareType":[7]}},"default":"","description":"The ID of the circle to share with"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["file","folder"],"operation":["share"],"shareType":[4]}},"default":"","description":"The Email address to share with"},{"displayName":"Group ID","name":"groupId","type":"string","displayOptions":{"show":{"resource":["file","folder"],"operation":["share"],"shareType":[1]}},"default":"","description":"The ID of the group to share with"},{"displayName":"User","name":"user","type":"string","displayOptions":{"show":{"resource":["file","folder"],"operation":["share"],"shareType":[0]}},"default":"","description":"The user to share with"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["file","folder"],"operation":["share"]}},"options":[{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"displayOptions":{"show":{"/resource":["file","folder"],"/operation":["share"],"/shareType":[3]}},"default":"","description":"Optional search string"},{"displayName":"Permissions","name":"permissions","type":"options","options":[{"name":"All","value":31},{"name":"Create","value":4},{"name":"Delete","value":8},{"name":"Read","value":1},{"name":"Update","value":2}],"default":1,"description":"The share permissions to set"}]},{"displayName":"Folder","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"placeholder":"/invoices/2019","description":"The folder to create. The parent folder has to exist. The path should start with \"/\"."},{"displayName":"Folder Path","name":"path","type":"string","default":"","displayOptions":{"show":{"operation":["list"],"resource":["folder"]}},"placeholder":"/invoices/2019/","description":"The path of which to list the content. The path should start with \"/\"."},{"displayName":"Username","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"placeholder":"john","description":"Username the user will have"},{"displayName":"Email","name":"email","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"placeholder":"john@email.com","description":"The email of the user to invite"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"Display Name","name":"displayName","type":"string","default":"","description":"The display name of the user to invite"}]},{"displayName":"Username","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete","get","update"]}},"placeholder":"john","description":"Username the user will have"},{"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":"Search","name":"search","type":"string","default":"","description":"Optional search string"},{"displayName":"Offset","name":"offset","type":"number","default":"","description":"Optional offset value"}]},{"displayName":"Update Fields","name":"updateFields","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"Fields","name":"field","values":[{"displayName":"Key","name":"key","type":"options","default":"email","options":[{"name":"Address","value":"address","description":"The new address for the user"},{"name":"Display Name","value":"displayname","description":"The new display name for the user"},{"name":"Email","value":"email","description":"The new email for the user"},{"name":"Password","value":"password","description":"The new password for the user"},{"name":"Twitter","value":"twitter","description":"The new twitter handle for the user"},{"name":"Website","value":"website","description":"The new website for the user"}],"description":"Key of the updated attribute"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the updated attribute"}]}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.nextcloud/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/nextCloud"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/NextCloud/nextcloud.svg"},
|
|
253
|
-
{"displayName":"NocoDB","name":"n8n-nodes-base.nocoDb","group":["input"],"version":[1,2],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Read, update, write and delete data from NocoDB","defaults":{"name":"NocoDB"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"nocoDb","required":true,"displayOptions":{"show":{"authentication":["nocoDb"]}}},{"name":"nocoDbApiToken","required":true,"displayOptions":{"show":{"authentication":["nocoDbApiToken"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"User Token","value":"nocoDb"},{"name":"API Token","value":"nocoDbApiToken"}],"default":"nocoDb"},{"displayName":"API Version","name":"version","type":"options","displayOptions":{"show":{"@version":[1]}},"isNodeSetting":true,"options":[{"name":"Before v0.90.0","value":1},{"name":"v0.90.0 Onwards","value":2}],"default":1},{"displayName":"API Version","name":"version","type":"options","displayOptions":{"show":{"@version":[2]}},"isNodeSetting":true,"options":[{"name":"Before v0.90.0","value":1},{"name":"v0.90.0 Onwards","value":2}],"default":2},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Row","value":"row"}],"default":"row"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["row"]}},"options":[{"name":"Create","value":"create","description":"Create a row","action":"Create a row"},{"name":"Delete","value":"delete","description":"Delete a row","action":"Delete a row"},{"name":"Get","value":"get","description":"Retrieve a row","action":"Get a row"},{"name":"Get Many","value":"getAll","description":"Retrieve many rows","action":"Get many rows"},{"name":"Update","value":"update","description":"Update a row","action":"Update a row"}],"default":"get"},{"displayName":"Project ID","name":"projectId","type":"string","default":"","displayOptions":{"show":{"version":[1]}},"required":true,"description":"The ID of the project"},{"displayName":"Project Name or ID","name":"projectId","type":"options","default":"","displayOptions":{"show":{"version":[2]}},"required":true,"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getProjects"}},{"displayName":"Table Name or ID","name":"table","type":"options","default":"","displayOptions":{"show":{"version":[2]}},"required":true,"description":"The table to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTables"}},{"displayName":"Table","name":"table","type":"string","default":"","displayOptions":{"show":{"version":[1]}},"required":true,"description":"The name of the table"},{"displayName":"
|
|
254
|
+
{"displayName":"NocoDB","name":"n8n-nodes-base.nocoDb","group":["input"],"version":[1,2],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Read, update, write and delete data from NocoDB","defaults":{"name":"NocoDB"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"nocoDb","required":true,"displayOptions":{"show":{"authentication":["nocoDb"]}}},{"name":"nocoDbApiToken","required":true,"displayOptions":{"show":{"authentication":["nocoDbApiToken"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"User Token","value":"nocoDb"},{"name":"API Token","value":"nocoDbApiToken"}],"default":"nocoDb"},{"displayName":"API Version","name":"version","type":"options","displayOptions":{"show":{"@version":[1]}},"isNodeSetting":true,"options":[{"name":"Before v0.90.0","value":1},{"name":"v0.90.0 Onwards","value":2}],"default":1},{"displayName":"API Version","name":"version","type":"options","displayOptions":{"show":{"@version":[2]}},"isNodeSetting":true,"options":[{"name":"Before v0.90.0","value":1},{"name":"v0.90.0 Onwards","value":2}],"default":2},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Row","value":"row"}],"default":"row"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["row"]}},"options":[{"name":"Create","value":"create","description":"Create a row","action":"Create a row"},{"name":"Delete","value":"delete","description":"Delete a row","action":"Delete a row"},{"name":"Get","value":"get","description":"Retrieve a row","action":"Get a row"},{"name":"Get Many","value":"getAll","description":"Retrieve many rows","action":"Get many rows"},{"name":"Update","value":"update","description":"Update a row","action":"Update a row"}],"default":"get"},{"displayName":"Project ID","name":"projectId","type":"string","default":"","displayOptions":{"show":{"version":[1]}},"required":true,"description":"The ID of the project"},{"displayName":"Project Name or ID","name":"projectId","type":"options","default":"","displayOptions":{"show":{"version":[2]}},"required":true,"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getProjects"}},{"displayName":"Table Name or ID","name":"table","type":"options","default":"","displayOptions":{"show":{"version":[2]}},"required":true,"description":"The table to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTables"}},{"displayName":"Table","name":"table","type":"string","default":"","displayOptions":{"show":{"version":[1]}},"required":true,"description":"The name of the table"},{"displayName":"Primary Key Type","name":"primaryKey","type":"options","default":"id","options":[{"name":"Default","value":"id","description":"Default, added when table was created from UI by those options: Create new table / Import from Excel / Import from CSV"},{"name":"Imported From Airtable","value":"ncRecordId","description":"Select if table was imported from Airtable"},{"name":"Custom","value":"custom","description":"When connecting to existing external database as existing primary key field is retained as is, enter the name of the primary key field below"}],"displayOptions":{"show":{"operation":["delete","update"]}}},{"displayName":"Field Name","name":"customPrimaryKey","type":"string","default":"","displayOptions":{"show":{"operation":["delete","update"],"primaryKey":["custom"]}}},{"displayName":"Row ID Value","name":"id","type":"string","default":"","required":true,"description":"The value of the ID field","displayOptions":{"show":{"operation":["delete","get","update"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","displayOptions":{"show":{"operation":["getAll"]}},"default":false,"description":"Whether the attachment fields define in 'Download Fields' will be downloaded"},{"displayName":"Download Fields","name":"downloadFieldNames","type":"string","required":true,"displayOptions":{"show":{"operation":["getAll"],"downloadAttachments":[true]}},"default":"","description":"Name of the fields of type 'attachment' that should be downloaded. Multiple ones can be defined separated by comma. Case sensitive."},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["getAll"]}},"default":{},"placeholder":"Add Option","options":[{"displayName":"Fields","name":"fields","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Field"},"default":[],"placeholder":"Name","description":"The select fields of the returned rows"},{"displayName":"Filter By Formula","name":"where","type":"string","default":"","placeholder":"(name,like,example%)~or(name,eq,test)","description":"A formula used to filter rows"},{"displayName":"Sort","name":"sort","placeholder":"Add Sort Rule","description":"The sorting rules for the returned rows","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Field","name":"field","type":"string","default":"","description":"Name of the field to sort on"},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"asc","description":"Sort in ascending order (small -> large)"},{"name":"DESC","value":"desc","description":"Sort in descending order (large -> small)"}],"default":"asc","description":"The sort direction"}]}]}]},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","displayOptions":{"show":{"operation":["get"]}},"default":false,"description":"Whether the attachment fields define in 'Download Fields' will be downloaded"},{"displayName":"Download Fields","name":"downloadFieldNames","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"downloadAttachments":[true]}},"default":"","description":"Name of the fields of type 'attachment' that should be downloaded. Multiple ones can be defined separated by comma. Case sensitive."},{"displayName":"Data to Send","name":"dataToSend","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"},{"name":"Define Below for Each Column","value":"defineBelow","description":"Set the value for each destination column"}],"displayOptions":{"show":{"operation":["create","update"]}},"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row"},{"displayName":"Inputs to Ignore","name":"inputsToIgnore","type":"string","displayOptions":{"show":{"operation":["create","update"],"dataToSend":["autoMapInputData"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all properties.","placeholder":"Enter properties..."},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field to Send","multipleValues":true},"displayOptions":{"show":{"operation":["create","update"],"dataToSend":["defineBelow"]}},"default":{},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":""},{"displayName":"Is Binary Data","name":"binaryData","type":"boolean","default":false,"description":"Whether the field data to set is binary and should be taken from a binary property"},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","displayOptions":{"show":{"binaryData":[false]}}},{"displayName":"Take Input From Field","name":"binaryProperty","type":"string","description":"The field containing the binary file data to be uploaded","default":"","displayOptions":{"show":{"binaryData":[true]}}}]}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.nocodb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/nocoDb"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/NocoDB/nocodb.svg"},
|
|
254
255
|
{"displayName":"SendInBlue","name":"n8n-nodes-base.sendInBlue","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Sendinblue API","defaults":{"name":"SendInBlue"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"sendInBlueApi","required":true}],"requestDefaults":{"baseURL":"https://api.sendinblue.com"},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Contact","value":"contact"},{"name":"Contact Attribute","value":"attribute"},{"name":"Email","value":"email"},{"name":"Sender","value":"sender"}],"default":"email"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["attribute"]}},"options":[{"name":"Create","value":"create","routing":{"request":{"method":"POST","url":"=/v3/contacts/attributes/{{$parameter.attributeCategory}}/{{encodeURI($parameter.attributeName)}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]},"send":{"preSend":[null]}},"action":"Create an attribute"},{"name":"Update","value":"update","routing":{"request":{"method":"PUT","url":"=/v3/contacts/attributes/{{$parameter.updateAttributeCategory}}/{{encodeURI($parameter.updateAttributeName)}}"}},"action":"Update an attribute"},{"name":"Delete","value":"delete","routing":{"request":{"method":"DELETE","url":"=/v3/contacts/attributes/{{$parameter.deleteAttributeCategory}}/{{encodeURI($parameter.deleteAttributeName)}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Delete an attribute"},{"name":"Get Many","value":"getAll","routing":{"request":{"method":"GET","url":"v3/contacts/attributes"},"send":{"paginate":false},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"attributes"}}]}},"action":"Get many attributes"}],"default":"create"},{"displayName":"Category","name":"attributeCategory","default":"normal","description":"Category of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["create"]}},"options":[{"name":"Calculated","value":"calculated"},{"name":"Category","value":"category"},{"name":"Global","value":"global"},{"name":"Normal","value":"normal"},{"name":"Transactional","value":"transactional"}],"type":"options","required":true},{"displayName":"Name","name":"attributeName","default":"","description":"Name of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["create"]}},"required":true,"type":"string"},{"displayName":"Type","name":"attributeType","default":"","description":"Attribute Type","displayOptions":{"show":{"resource":["attribute"],"operation":["create"],"attributeCategory":["normal"]}},"options":[{"name":"Boolean","value":"boolean"},{"name":"Date","value":"date"},{"name":"Float","value":"float"},{"name":"Text","value":"text"}],"required":true,"type":"options","routing":{"send":{"type":"body","property":"type","value":"={{$value}}"}}},{"displayName":"Value","name":"attributeValue","default":"","description":"Value of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["create"],"attributeCategory":["global","calculated"]}},"type":"string","placeholder":"","required":true,"routing":{"send":{"type":"body","property":"value","value":"={{$value}}"}}},{"displayName":"Contact Attribute List","name":"attributeCategoryList","type":"collection","placeholder":"Add Attributes","default":{},"displayOptions":{"show":{"resource":["attribute"],"operation":["create"],"attributeCategory":["category"]}},"options":[{"displayName":"Contact Attributes","name":"categoryEnumeration","placeholder":"Add Attribute","type":"fixedCollection","typeOptions":{"multipleValues":true},"options":[{"name":"attributesValues","displayName":"Attribute","values":[{"displayName":"Value ID","name":"attributeCategoryValue","type":"number","default":1,"description":"ID of the value, must be numeric","routing":{"send":{"value":"={{$value}}","property":"=enumeration[{{$index}}].value","type":"body"}}},{"displayName":"Label","name":"attributeCategoryLabel","type":"string","default":"","routing":{"send":{"value":"={{$value}}","property":"=enumeration[{{$index}}].label","type":"body"}},"description":"Label of the value"}]}],"default":{},"description":"List of values and labels that the attribute can take"}]},{"displayName":"Category","name":"updateAttributeCategory","default":"calculated","description":"Category of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["update"]}},"options":[{"name":"Calculated","value":"calculated"},{"name":"Category","value":"category"},{"name":"Global","value":"global"}],"type":"options"},{"displayName":"Name","name":"updateAttributeName","default":"","description":"Name of the existing attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["update"]}},"type":"string"},{"displayName":"Value","name":"updateAttributeValue","default":"","description":"Value of the attribute to update","displayOptions":{"show":{"resource":["attribute"],"operation":["update"]},"hide":{"updateAttributeCategory":["category"]}},"type":"string","placeholder":"","routing":{"send":{"type":"body","property":"value","value":"={{$value}}"}}},{"displayName":"Update Fields","name":"updateAttributeCategoryList","default":{},"description":"List of the values and labels that the attribute can take","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["attribute"],"operation":["update"],"updateAttributeCategory":["category"]}},"options":[{"displayName":"Contact Attributes","name":"updateCategoryEnumeration","placeholder":"Add Attribute","type":"fixedCollection","typeOptions":{"multipleValues":true},"options":[{"name":"updateAttributesValues","displayName":"Attribute","values":[{"displayName":"Value","name":"attributeCategoryValue","type":"number","default":1,"description":"ID of the value, must be numeric","routing":{"send":{"value":"={{$value}}","property":"=enumeration[{{$index}}].value","type":"body"}}},{"displayName":"Label","name":"attributeCategoryLabel","type":"string","default":"","routing":{"send":{"value":"={{$value}}","property":"=enumeration[{{$index}}].label","type":"body"}},"description":"Label of the value"}]}],"default":{},"description":"List of values and labels that the attribute can take"}]},{"displayName":"Category","name":"deleteAttributeCategory","default":"normal","description":"Category of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["delete"]}},"options":[{"name":"Calculated","value":"calculated"},{"name":"Category","value":"category"},{"name":"Global","value":"global"},{"name":"Normal","value":"normal"},{"name":"Transactional","value":"transactional"}],"type":"options"},{"displayName":"Name","name":"deleteAttributeName","default":"","description":"Name of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["delete"]}},"type":"string"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["attribute"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["attribute"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"routing":{"output":{"postReceive":[{"type":"limit","properties":{"maxResults":"={{$value}}"}}]}},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sender"]}},"options":[{"name":"Create","value":"create","action":"Create a sender"},{"name":"Delete","value":"delete","routing":{"request":{"method":"DELETE","url":"=/v3/senders/{{$parameter.id}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Delete a sender"},{"name":"Get Many","value":"getAll","routing":{"request":{"method":"GET","url":"/v3/senders"},"send":{"paginate":false},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"senders"}}]}},"action":"Get many senders"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["sender"],"operation":["create"]}},"routing":{"request":{"method":"POST","url":"/v3/senders"},"send":{"property":"name","type":"body"}},"required":true,"description":"Name of the sender"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","displayOptions":{"show":{"resource":["sender"],"operation":["create"]}},"routing":{"send":{"property":"email","type":"body"}},"required":true,"description":"Email of the sender"},{"displayName":"Sender ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["sender"],"operation":["delete"]}},"description":"ID of the sender to delete"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["sender"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["sender"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"routing":{"output":{"postReceive":[{"type":"limit","properties":{"maxResults":"={{$value}}"}}]}},"default":10,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","action":"Create a contact","routing":{"request":{"method":"POST","url":"/v3/contacts"}}},{"name":"Create or Update","value":"upsert","action":"Upsert a contact","routing":{"request":{"method":"POST","url":"=/v3/contacts"}}},{"name":"Delete","value":"delete","action":"Delete a contact"},{"name":"Get","value":"get","action":"Get a contact"},{"name":"Get Many","value":"getAll","routing":{"request":{"method":"GET","url":"/v3/contacts"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"contacts"}}]},"operations":{"pagination":{"type":"offset","properties":{"limitParameter":"limit","offsetParameter":"offset","pageSize":1000,"type":"query"}}}},"action":"Get many contacts"},{"name":"Update","value":"update","routing":{"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Update a contact"}],"default":"create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"default":"","routing":{"send":{"type":"body","property":"email"}}},{"displayName":"Contact Attributes","name":"createContactAttributes","default":{},"description":"Array of attributes to be added","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"name":"attributesValues","displayName":"Attribute","values":[{"displayName":"Field Name","name":"fieldName","type":"options","typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v3/contacts/attributes"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"attributes"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}} - ({{$responseItem.category}})","value":"={{$responseItem.name}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","routing":{"send":{"value":"={{$value}}","property":"=attributes.{{$parent.fieldName}}","type":"body"}}}]}],"placeholder":"Add Attribute","type":"fixedCollection","typeOptions":{"multipleValues":true}},{"displayName":"Return All","name":"returnAll","type":"boolean","routing":{"send":{"paginate":"={{$value}}"}},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"routing":{"send":{"type":"query","property":"limit"}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"DESC","value":"desc"},{"name":"ASC","value":"asc"}],"routing":{"send":{"type":"query","property":"sort","value":"={{$value}}"}},"default":"desc","description":"Sort the results in the ascending/descending order of record creation"}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Modified Since","name":"modifiedSince","type":"dateTime","routing":{"send":{"type":"query","property":"modifiedSince"}},"default":"","description":"Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)"}]},{"displayName":"Contact Identifier","name":"identifier","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"routing":{"request":{"method":"GET","url":"=/v3/contacts/{{encodeURIComponent($value)}}"}},"required":true,"default":"","description":"Email (urlencoded) OR ID of the contact OR its SMS attribute value"},{"displayName":"Contact Identifier","name":"identifier","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"routing":{"request":{"method":"DELETE","url":"=/v3/contacts/{{encodeURIComponent($parameter.identifier)}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"default":"","description":"Email (urlencoded) OR ID of the contact OR its SMS attribute value"},{"displayName":"Contact Identifier","name":"identifier","default":"","description":"Email (urlencoded) OR ID of the contact OR its SMS attribute value","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"type":"string","required":true},{"displayName":"Attributes","name":"updateAttributes","default":{},"description":"Array of attributes to be updated","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Attribute","name":"updateAttributesValues","values":[{"displayName":"Field Name","name":"fieldName","type":"options","typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v3/contacts/attributes"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"attributes"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}} - ({{$responseItem.category}})","value":"={{$responseItem.name}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","routing":{"send":{"value":"={{$value}}","property":"=attributes.{{$parent.fieldName}}","type":"body"}}}]}],"placeholder":"Add Attribute","routing":{"request":{"method":"PUT","url":"=/v3/contacts/{{encodeURIComponent($parameter.identifier)}}"}},"type":"fixedCollection","typeOptions":{"multipleValues":true}},{"displayName":"Email","name":"email","default":"","description":"Email of the contact","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"type":"string","placeholder":"name@email.com","required":true,"routing":{"send":{"value":"={{$value}}","property":"email","type":"body"}}},{"displayName":"Contact Attributes","name":"upsertAttributes","default":{},"description":"Array of attributes to be updated","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"name":"upsertAttributesValues","displayName":"Attribute","values":[{"displayName":"Field Name","name":"fieldName","type":"options","typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v3/contacts/attributes"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"attributes"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}} - ({{$responseItem.category}})","value":"={{$responseItem.name}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","routing":{"send":{"value":"={{$value}}","property":"=attributes.{{$parent.fieldName}}","type":"body"}}}]}],"placeholder":"Add Attribute","type":"fixedCollection","typeOptions":{"multipleValues":true},"routing":{"send":{"preSend":[null]},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["email"]}},"options":[{"name":"Send","value":"send","action":"Send a transactional email"},{"name":"Send Template","value":"sendTemplate","action":"Send an email with an existing Template"}],"routing":{"request":{"method":"POST","url":"/v3/smtp/email"}},"default":"send"},{"displayName":"Send HTML","name":"sendHTML","type":"boolean","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"default":false},{"displayName":"Subject","name":"subject","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"routing":{"send":{"property":"subject","type":"body"}},"default":"","description":"Subject of the email"},{"displayName":"Text Content","name":"textContent","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"],"sendHTML":[false]}},"routing":{"send":{"property":"textContent","type":"body"}},"default":"","description":"Text content of the message"},{"displayName":"HTML Content","name":"htmlContent","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"],"sendHTML":[true]}},"routing":{"send":{"property":"htmlContent","type":"body"}},"default":"","description":"HTML content of the message"},{"displayName":"Sender","name":"sender","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"default":"","required":true,"routing":{"send":{"preSend":[null]}}},{"displayName":"Receipients","name":"receipients","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"default":"","required":true,"routing":{"send":{"preSend":[null]}}},{"displayName":"Additional Fields","name":"additionalFields","placeholder":"Add Field","description":"Additional fields to add","type":"collection","default":{},"displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"options":[{"displayName":"Attachments","name":"emailAttachments","placeholder":"Add Attachment","type":"fixedCollection","default":{},"options":[{"name":"attachment","displayName":"Attachment Data","values":[{"displayName":"Input Data Field Name","default":"","name":"binaryPropertyName","type":"string","description":"The name of the incoming field containing the binary file data to be processed"}]}],"routing":{"send":{"preSend":[null]}}},{"displayName":"Receipients BCC","name":"receipientsBCC","placeholder":"Add BCC","type":"fixedCollection","default":{},"options":[{"name":"receipientBcc","displayName":"Receipient","values":[{"displayName":"Receipient","name":"bcc","type":"string","default":""}]}],"routing":{"send":{"preSend":[null]}}},{"displayName":"Receipients CC","name":"receipientsCC","placeholder":"Add CC","type":"fixedCollection","default":{},"options":[{"name":"receipientCc","displayName":"Receipient","values":[{"displayName":"Receipient","name":"cc","type":"string","default":""}]}],"routing":{"send":{"preSend":[null]}}},{"displayName":"Email Tags","name":"emailTags","default":{},"description":"Add tags to your emails to find them more easily","placeholder":"Add Email Tags","type":"fixedCollection","options":[{"displayName":"Tags","name":"tags","values":[{"displayName":"Tag","default":"","name":"tag","type":"string"}]}],"routing":{"send":{"preSend":[null]}}}]},{"displayName":"Template ID","name":"templateId","type":"options","default":"","typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v3/smtp/templates","qs":{"templateStatus":true,"limit":1000,"offset":0,"sort":"desc"}},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"templates"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}},"routing":{"send":{"type":"body","property":"templateId"}}},{"displayName":"Receipients","name":"receipients","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}},"default":"","required":true,"routing":{"send":{"preSend":[null]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","description":"Additional fields to add","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}},"options":[{"displayName":"Attachments","name":"emailAttachments","placeholder":"Add Attachment","type":"fixedCollection","default":{},"options":[{"displayName":"Attachment Data","name":"attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","default":"","type":"string","description":"The name of the incoming field containing the binary file data to be processed"}]}],"routing":{"send":{"preSend":[null]}}},{"displayName":"Email Tags","name":"emailTags","default":{},"description":"Add tags to your emails to find them more easily","placeholder":"Add Email Tags","type":"fixedCollection","options":[{"displayName":"Tags","name":"tags","values":[{"displayName":"Tag","default":"","name":"tag","type":"string"}]}],"routing":{"send":{"preSend":[null]}}},{"displayName":"Template Parameters","name":"templateParameters","default":{},"description":"Pass a set of attributes to customize the template","placeholder":"Add Parameter","type":"fixedCollection","options":[{"name":"parameterValues","displayName":"Parameters","values":[{"displayName":"Parameter","name":"parameters","type":"string","default":"","placeholder":"key=value","description":"Comma-separated key=value pairs"}]}],"routing":{"send":{"preSend":[null]}}}]}],"codex":{"categories":["Marketing & Content","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.sendinblue/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/sendInBlue"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/SendInBlue/sendinblue.svg"},
|
|
255
256
|
{"credentials":[{"name":"sendInBlueApi","required":true}],"displayName":"SendInBlue Trigger","defaults":{"name":"SendInBlue Trigger"},"description":"Starts the workflow when SendInBlue events occur","group":["trigger"],"inputs":[],"name":"n8n-nodes-base.sendInBlueTrigger","outputs":["main"],"version":1,"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhooks"}],"properties":[{"displayName":"Resource","default":"transactional","name":"type","options":[{"name":"Inbound","value":"inbound"},{"name":"Marketing","value":"marketing"},{"name":"Transactional","value":"transactional"}],"required":true,"type":"options"},{"displayName":"Trigger On","displayOptions":{"show":{"type":["transactional"]}},"name":"events","placeholder":"Add Event","options":[{"name":"Email Blocked","value":"blocked","description":"Triggers when transactional email is blocked"},{"name":"Email Clicked","value":"click","description":"Triggers when transactional email is clicked"},{"name":"Email Deferred","value":"deferred","description":"Triggers when transactional email is deferred"},{"name":"Email Delivered","value":"delivered","description":"Triggers when transactional email is delivered"},{"name":"Email Hard Bounce","value":"hardBounce","description":"Triggers when transactional email is hard bounced"},{"name":"Email Invalid","value":"invalid","description":"Triggers when transactional email is invalid"},{"name":"Email Marked Spam","value":"spam","description":"Triggers when transactional email is set to spam"},{"name":"Email Opened","value":"opened","description":"Triggers when transactional email is opened"},{"name":"Email Sent","value":"request","description":"Triggers when transactional email is sent"},{"name":"Email Soft-Bounce","value":"softBounce","description":"Triggers when transactional email is soft bounced"},{"name":"Email Unique Open","value":"uniqueOpened","description":"Triggers when transactional email is unique opened"},{"name":"Email Unsubscribed","value":"unsubscribed","description":"Triggers when transactional email is unsubscribed"}],"default":[],"required":true,"type":"multiOptions"},{"displayName":"Trigger On","displayOptions":{"show":{"type":["marketing"]}},"name":"events","placeholder":"Add Event","options":[{"name":"Marketing Email Clicked","value":"click","description":"Triggers when marketing email is clicked"},{"name":"Marketing Email Delivered","value":"delivered","description":"Triggers when marketing email is delivered"},{"name":"Marketing Email Hard Bounce","value":"hardBounce","description":"Triggers when marketing email is hard bounced"},{"name":"Marketing Email List Addition","value":"listAddition","description":"Triggers when marketing email is clicked"},{"name":"Marketing Email Opened","value":"opened","description":"Triggers when marketing email is opened"},{"name":"Marketing Email Soft Bounce","value":"softBounce","description":"Triggers when marketing email is soft bounced"},{"name":"Marketing Email Spam","value":"spam","description":"Triggers when marketing email is spam"},{"name":"Marketing Email Unsubscribed","value":"unsubscribed","description":"Triggers when marketing email is unsubscribed"}],"default":[],"required":true,"type":"multiOptions"},{"displayName":"Trigger On","displayOptions":{"show":{"type":["inbound"]}},"name":"events","placeholder":"Add Event","options":[{"name":"Inbound Email Processed","value":"inboundEmailProcessed","description":"Triggers when inbound email is processed"}],"default":[],"required":true,"type":"multiOptions"}],"codex":{"categories":["Marketing & Content","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.sendinbluetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/sendInBlue"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/SendInBlue/sendinblue.svg"},
|
|
256
257
|
{"displayName":"Sticky Note","name":"n8n-nodes-base.stickyNote","icon":"fa:sticky-note","group":["input"],"version":1,"description":"Make your workflow easier to understand","defaults":{"name":"Sticky Note","color":"#FFD233"},"inputs":[],"outputs":[],"properties":[{"displayName":"Content","name":"content","type":"string","required":true,"default":"## I'm a note \n**Double click** to edit me. [Guide](https://docs.n8n.io/workflows/sticky-notes/)"},{"displayName":"Height","name":"height","type":"number","required":true,"default":160},{"displayName":"Width","name":"width","type":"number","required":true,"default":240}]},
|
|
@@ -262,12 +263,12 @@
|
|
|
262
263
|
{"displayName":"Notion Trigger","name":"n8n-nodes-base.notionTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Notion events occur","subtitle":"={{$parameter[\"event\"]}}","defaults":{"name":"Notion Trigger (Beta)"},"credentials":[{"name":"notionApi","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":"Event","name":"event","type":"options","options":[{"name":"Page Added to Database","value":"pageAddedToDatabase"},{"name":"Page Updated in Database","value":"pagedUpdatedInDatabase"}],"required":true,"default":"pageAddedToDatabase"},{"displayName":"In Notion, make sure to <a href=\"https://www.notion.so/help/add-and-manage-connections-with-the-api\" target=\"_blank\">add your connection</a> to the pages you want to access.","name":"notionNotice","type":"notice","default":""},{"displayName":"Database","name":"databaseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www.notion.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}[0-9a-f]{4}4[0-9a-f]{3}[89ab][0-9a-f]{3}[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www.notion.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}[0-9a-f]{4}4[0-9a-f]{3}[89ab][0-9a-f]{3}[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^(([0-9a-f]{8}[0-9a-f]{4}4[0-9a-f]{3}[89ab][0-9a-f]{3}[0-9a-f]{12})|([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}))[ \t]*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"event":["pageAddedToDatabase","pagedUpdatedInDatabase"]}},"description":"The Notion Database to operate on"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"event":["pageAddedToDatabase","pagedUpdatedInDatabase"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.notiontrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/notion"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Notion/notion.svg"},
|
|
263
264
|
{"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"},
|
|
264
265
|
{"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"},
|
|
265
|
-
{"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":{"baseURL":"https://api.openai.com"},"properties":[{"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"}}}],"default":"complete"},{"displayName":"Model","name":"model","type":"options","description":"The model to use. Currently, only gpt-3.5-turbo and gpt-3.5-turbo-0301 are supported.","displayOptions":{"show":{"operation":["complete"],"resource":["chat"]}},"options":[{"name":"gpt-3.5-turbo","value":"gpt-3.5-turbo"},{"name":"gpt-3.5-turbo-0301","value":"gpt-3.5-turbo-0301"},{"name":"gpt-4","value":"gpt-4"},{"name":"gpt-4-0314","value":"gpt-4-0314"},{"name":"gpt-4-32k","value":"gpt-4-32k"},{"name":"gpt-4-32k-0314","value":"gpt-4-32k-0314"}],"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 4096).","type":"number","displayOptions":{"show":{"/operation":["complete"]}},"typeOptions":{"maxValue":4096},"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"}}}],"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":"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 Data","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":"Resolution","name":"size","type":"options","options":[{"name":"256x256","value":"256x256"},{"name":"512x512","value":"512x512"},{"name":"1024x1024","value":"1024x1024"}],"routing":{"send":{"type":"body","property":"size"}},"default":"1024x1024"}]},{"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"}}},{"name":"Edit","value":"edit","action":"Create an Edit","description":"Create an edited version for a given text","routing":{"request":{"method":"POST","url":"/v1/edits"}}},{"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"}}}],"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-') && !['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. I want to kill them","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 4096).","type":"number","displayOptions":{"show":{"/operation":["complete"]}},"typeOptions":{"maxValue":4096},"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"},
|
|
266
|
+
{"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":{"baseURL":"https://api.openai.com"},"properties":[{"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"}}}],"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-') }}"}},{"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 4096).","type":"number","displayOptions":{"show":{"/operation":["complete"]}},"typeOptions":{"maxValue":4096},"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"}}}],"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":"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 Data","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":"Resolution","name":"size","type":"options","options":[{"name":"256x256","value":"256x256"},{"name":"512x512","value":"512x512"},{"name":"1024x1024","value":"1024x1024"}],"routing":{"send":{"type":"body","property":"size"}},"default":"1024x1024"}]},{"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"}}},{"name":"Edit","value":"edit","action":"Create an Edit","description":"Create an edited version for a given text","routing":{"request":{"method":"POST","url":"/v1/edits"}}},{"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"}}}],"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('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 4096).","type":"number","displayOptions":{"show":{"/operation":["complete"]}},"typeOptions":{"maxValue":4096},"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"},
|
|
266
267
|
{"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"},
|
|
267
268
|
{"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"}]}}},
|
|
268
269
|
{"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"},
|
|
269
270
|
{"displayName":"Oura","name":"n8n-nodes-base.oura","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Oura API","defaults":{"name":"Oura"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"ouraApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Profile","value":"profile"},{"name":"Summary","value":"summary"}],"default":"summary"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["profile"]}},"options":[{"name":"Get","value":"get","description":"Get the user's personal information","action":"Get a profile"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["summary"]}},"options":[{"name":"Get Activity Summary","value":"getActivity","description":"Get the user's activity summary","action":"Get activity summary"},{"name":"Get Readiness Summary","value":"getReadiness","description":"Get the user's readiness summary","action":"Get readiness summary"},{"name":"Get Sleep Periods","value":"getSleep","description":"Get the user's sleep summary","action":"Get sleep summary"}],"default":"getSleep"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["summary"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["summary"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["summary"]}},"default":{},"options":[{"displayName":"End Date","name":"end","type":"dateTime","default":"","description":"End date for the summary retrieval. If omitted, it defaults to the current day."},{"displayName":"Start Date","name":"start","type":"dateTime","default":"","description":"Start date for the summary retrieval. If omitted, it defaults to a week ago."}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.oura/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/oura"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Oura/oura.svg"},
|
|
270
|
-
{"displayName":"Paddle","name":"n8n-nodes-base.paddle","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Paddle API","defaults":{"name":"Paddle"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"paddleApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Coupon","value":"coupon"},{"name":"Payment","value":"payment"},{"name":"Plan","value":"plan"},{"name":"Product","value":"product"},{"name":"User","value":"user"}],"default":"coupon"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["coupon"]}},"options":[{"name":"Create","value":"create","description":"Create a coupon","action":"Create a coupon"},{"name":"Get Many","value":"getAll","description":"Get many coupons","action":"Get many coupons"},{"name":"Update","value":"update","description":"Update a coupon","action":"Update a coupon"}],"default":"create"},{"displayName":"Coupon Type","name":"couponType","type":"options","displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"jsonParameters":[false]}},"default":"checkout","description":"Either product (valid for specified products or subscription plans) or checkout (valid for any checkout)","options":[{"name":"Checkout","value":"checkout"},{"name":"Product","value":"product"}]},{"displayName":"Product Names or IDs","name":"productIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getProducts"},"displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"couponType":["product"],"jsonParameters":[false]}},"default":[],"description":"Comma-separated list of product IDs. Required if coupon_type is product. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","required":true},{"displayName":"Discount Type","name":"discountType","type":"options","displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"jsonParameters":[false]}},"default":"flat","description":"Either flat or percentage","options":[{"name":"Flat","value":"flat"},{"name":"Percentage","value":"percentage"}]},{"displayName":"Discount Amount Currency","name":"discountAmount","type":"number","default":1,"description":"Discount amount in currency","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"discountType":["flat"],"jsonParameters":[false]}}},{"displayName":"Discount Amount %","name":"discountAmount","type":"number","default":1,"description":"Discount amount in percentage","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"discountType":["percentage"],"jsonParameters":[false]}}},{"displayName":"Currency","name":"currency","type":"options","default":"EUR","description":"The currency must match the balance currency specified in your account","options":[{"name":"ARS","value":"ARS"},{"name":"AUD","value":"AUD"},{"name":"BRL","value":"BRL"},{"name":"CAD","value":"CAD"},{"name":"CHF","value":"CHF"},{"name":"CNY","value":"CNY"},{"name":"CZK","value":"CZK"},{"name":"DKK","value":"DKK"},{"name":"EUR","value":"EUR"},{"name":"GBP","value":"GBP"},{"name":"HKD","value":"HKD"},{"name":"HUF","value":"HUF"},{"name":"INR","value":"INR"},{"name":"JPY","value":"JPY"},{"name":"KRW","value":"KRW"},{"name":"MXN","value":"MXN"},{"name":"NOK","value":"NOK"},{"name":"NZD","value":"NZD"},{"name":"PLN","value":"PLN"},{"name":"RUB","value":"RUB"},{"name":"SEK","value":"SEK"},{"name":"SGD","value":"SGD"},{"name":"THB","value":"THB"},{"name":"TWD","value":"TWD"},{"name":"USD","value":"USD"},{"name":"ZAR","value":"ZAR"}],"displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"discountType":["flat"],"jsonParameters":[false]}}},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["coupon"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"jsonParameters":[true]}},"description":"Attributes in JSON form"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"jsonParameters":[false]}},"default":{},"options":[{"displayName":"Allowed Uses","name":"allowedUses","type":"number","default":1,"description":"Number of times a coupon can be used in a checkout. This will be set to 999,999 by default, if not specified."},{"displayName":"Coupon Code","name":"couponCode","type":"string","default":"","description":"Will be randomly generated if not specified"},{"displayName":"Coupon Prefix","name":"couponPrefix","type":"string","default":"","description":"Prefix for generated codes. Not valid if coupon_code is specified."},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the coupon. This will be displayed in the Seller Dashboard."},{"displayName":"Expires","name":"expires","type":"dateTime","default":"","description":"The coupon will expire on the date at 00:00:00 UTC"},{"displayName":"Group","name":"group","type":"string","typeOptions":{"minValue":1,"maxValue":50},"default":"","description":"The name of the coupon group this coupon should be assigned to"},{"displayName":"Number of Coupons","name":"numberOfCoupons","type":"number","default":1,"description":"Number of coupons to generate. Not valid if coupon_code is specified."},{"displayName":"Recurring","name":"recurring","type":"boolean","default":false,"description":"If the coupon is used on subscription products, this indicates whether the discount should apply to recurring payments after the initial purchase"}]},{"displayName":"Product ID","name":"productId","type":"string","displayOptions":{"show":{"resource":["coupon"],"operation":["getAll"]}},"default":"","required":true,"description":"The specific product/subscription ID"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["coupon"]}},"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":["coupon"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Update By","name":"updateBy","type":"options","displayOptions":{"show":{"resource":["coupon"],"operation":["update"],"jsonParameters":[false]}},"default":"couponCode","description":"Either flat or percentage","options":[{"name":"Coupon Code","value":"couponCode"},{"name":"Group","value":"group"}]},{"displayName":"Coupon Code","name":"couponCode","type":"string","displayOptions":{"show":{"resource":["coupon"],"operation":["update"],"updateBy":["couponCode"],"jsonParameters":[false]}},"default":"","description":"Identify the coupon to update"},{"displayName":"Group","name":"group","type":"string","displayOptions":{"show":{"resource":["coupon"],"operation":["update"],"updateBy":["group"],"jsonParameters":[false]}},"default":"","description":"The name of the group of coupons you want to update"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["coupon"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["coupon"],"operation":["update"],"jsonParameters":[true]}},"description":"Attributes in JSON form"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["coupon"],"operation":["update"],"jsonParameters":[false]}},"default":{},"options":[{"displayName":"Allowed Uses","name":"allowedUses","type":"number","default":1,"description":"Number of times a coupon can be used in a checkout. This will be set to 999,999 by default, if not specified."},{"displayName":"Discount","name":"discount","type":"fixedCollection","default":{},"options":[{"displayName":"Discount Properties","name":"discountProperties","values":[{"displayName":"Currency","name":"currency","type":"options","default":"EUR","description":"The currency must match the balance currency specified in your account","displayOptions":{"show":{"discountType":["flat"]}},"options":[{"name":"ARS","value":"ARS"},{"name":"AUD","value":"AUD"},{"name":"BRL","value":"BRL"},{"name":"CAD","value":"CAD"},{"name":"CHF","value":"CHF"},{"name":"CNY","value":"CNY"},{"name":"CZK","value":"CZK"},{"name":"DKK","value":"DKK"},{"name":"EUR","value":"EUR"},{"name":"GBP","value":"GBP"},{"name":"HKD","value":"HKD"},{"name":"HUF","value":"HUF"},{"name":"INR","value":"INR"},{"name":"JPY","value":"JPY"},{"name":"KRW","value":"KRW"},{"name":"MXN","value":"MXN"},{"name":"NOK","value":"NOK"},{"name":"NZD","value":"NZD"},{"name":"PLN","value":"PLN"},{"name":"RUB","value":"RUB"},{"name":"SEK","value":"SEK"},{"name":"SGD","value":"SGD"},{"name":"THB","value":"THB"},{"name":"TWD","value":"TWD"},{"name":"USD","value":"USD"},{"name":"ZAR","value":"ZAR"}]},{"displayName":"Discount Amount Currency","name":"discountAmount","type":"number","default":"","description":"Discount amount","displayOptions":{"show":{"discountType":["flat"]}},"typeOptions":{"minValue":0}},{"displayName":"Discount Amount Percentage","name":"discountAmount","type":"number","default":"","description":"Discount amount","displayOptions":{"show":{"discountType":["percentage"]}},"typeOptions":{"minValue":0,"maxValue":100}},{"displayName":"Discount Type","name":"discountType","type":"options","default":"flat","description":"Either flat or percentage","options":[{"name":"Flat","value":"flat"},{"name":"Percentage","value":"percentage"}]}]}]},{"displayName":"Expires","name":"expires","type":"dateTime","default":"","description":"The coupon will expire on the date at 00:00:00 UTC"},{"displayName":"New Coupon Code","name":"newCouponCode","type":"string","default":"","description":"New code to rename the coupon to"},{"displayName":"New Group Name","name":"newGroup","type":"string","typeOptions":{"minValue":1,"maxValue":50},"default":"","description":"New group name to move coupon to"},{"displayName":"Product IDs","name":"productIds","type":"string","default":"","description":"Comma-separated list of products e.g. 499531,1234,123546. If blank then remove associated products."},{"displayName":"Recurring","name":"recurring","type":"boolean","default":false,"description":"If the coupon is used on subscription products, this indicates whether the discount should apply to recurring payments after the initial purchase"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["payment"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many payments","action":"Get many payments"},{"name":"Reschedule","value":"reschedule","description":"Reschedule payment","action":"Reschedule a payment"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["payment"]}},"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":["payment"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["payment"],"operation":["getAll"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["payment"],"operation":["getAll"],"jsonParameters":[true]}},"description":"Attributes in JSON form"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["payment"],"operation":["getAll"],"jsonParameters":[false]}},"default":{},"options":[{"displayName":"Date From","name":"from","type":"dateTime","default":"","description":"Payment starting from date"},{"displayName":"Date To","name":"to","type":"dateTime","default":"","description":"Payment up until date"},{"displayName":"Is Paid","name":"isPaid","type":"boolean","default":false,"description":"Whether payment is paid"},{"displayName":"Plan ID","name":"plan","type":"string","default":"","description":"Filter: The product/plan ID (single or comma-separated values)"},{"displayName":"Subscription ID","name":"subscriptionId","type":"number","default":"","description":"A specific user subscription ID"},{"displayName":"State","name":"state","type":"options","default":"active","description":"Filter: The user subscription status. Returns all active, past_due, trialing and paused subscription plans if not specified.","options":[{"name":"Active","value":"active"},{"name":"Past Due","value":"past_due"},{"name":"Paused","value":"paused"},{"name":"Trialing","value":"trialing"}]},{"displayName":"One Off Charge","name":"isOneOffCharge","type":"boolean","default":false}]},{"displayName":"Payment Name or ID","name":"paymentId","type":"options","typeOptions":{"loadOptionsMethod":"getpayment"},"default":"","required":true,"displayOptions":{"show":{"resource":["payment"],"operation":["reschedule"]}},"description":"The upcoming subscription payment ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Date","name":"date","type":"dateTime","default":"","displayOptions":{"show":{"resource":["payment"],"operation":["reschedule"]}},"description":"Date you want to move the payment to"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["plan"]}},"options":[{"name":"Get","value":"get","description":"Get a plan","action":"Get a plan"},{"name":"Get Many","value":"getAll","description":"Get many plans","action":"Get many plans"}],"default":"get"},{"displayName":"Plan ID","name":"planId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["plan"],"operation":["get"]}},"description":"Filter: The subscription plan ID"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["plan"]}},"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":["plan"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["product"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many products","action":"Get many products"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["product"]}},"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":["product"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many users","action":"Get many users"}],"default":"getAll"},{"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","default":100,"required":true,"typeOptions":{"minValue":1,"maxValue":200},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"description":"Max number of results to return"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"jsonParameters":[true]}},"description":"Attributes in JSON form"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"jsonParameters":[false]}},"default":{},"options":[{"displayName":"Plan ID","name":"planId","type":"string","default":"","description":"Filter: The subscription plan ID"},{"displayName":"Subscription ID","name":"subscriptionId","type":"string","default":"","description":"A specific user subscription ID"},{"displayName":"State","name":"state","type":"options","default":"active","description":"Filter: The user subscription status. Returns all active, past_due, trialing and paused subscription plans if not specified.","options":[{"name":"Active","value":"active"},{"name":"Past Due","value":"past_due"},{"name":"Paused","value":"paused"},{"name":"Trialing","value":"trialing"}]}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.paddle/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/paddle"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Paddle/paddle.png"},
|
|
271
|
+
{"displayName":"Paddle","name":"n8n-nodes-base.paddle","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Paddle API","defaults":{"name":"Paddle"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"paddleApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Coupon","value":"coupon"},{"name":"Payment","value":"payment"},{"name":"Plan","value":"plan"},{"name":"Product","value":"product"},{"name":"User","value":"user"}],"default":"coupon"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["coupon"]}},"options":[{"name":"Create","value":"create","description":"Create a coupon","action":"Create a coupon"},{"name":"Get Many","value":"getAll","description":"Get many coupons","action":"Get many coupons"},{"name":"Update","value":"update","description":"Update a coupon","action":"Update a coupon"}],"default":"create"},{"displayName":"Coupon Type","name":"couponType","type":"options","displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"jsonParameters":[false]}},"default":"checkout","description":"Either product (valid for specified products or subscription plans) or checkout (valid for any checkout)","options":[{"name":"Checkout","value":"checkout"},{"name":"Product","value":"product"}]},{"displayName":"Product Names or IDs","name":"productIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getProducts"},"displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"couponType":["product"],"jsonParameters":[false]}},"default":[],"description":"Comma-separated list of product IDs. Required if coupon_type is product. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","required":true},{"displayName":"Discount Type","name":"discountType","type":"options","displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"jsonParameters":[false]}},"default":"flat","description":"Either flat or percentage","options":[{"name":"Flat","value":"flat"},{"name":"Percentage","value":"percentage"}]},{"displayName":"Discount Amount Currency","name":"discountAmount","type":"number","default":1,"description":"Discount amount in currency","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"discountType":["flat"],"jsonParameters":[false]}}},{"displayName":"Discount Amount %","name":"discountAmount","type":"number","default":1,"description":"Discount amount in percentage","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"discountType":["percentage"],"jsonParameters":[false]}}},{"displayName":"Currency","name":"currency","type":"options","default":"EUR","description":"The currency must match the balance currency specified in your account","options":[{"name":"ARS","value":"ARS"},{"name":"AUD","value":"AUD"},{"name":"BRL","value":"BRL"},{"name":"CAD","value":"CAD"},{"name":"CHF","value":"CHF"},{"name":"CNY","value":"CNY"},{"name":"CZK","value":"CZK"},{"name":"DKK","value":"DKK"},{"name":"EUR","value":"EUR"},{"name":"GBP","value":"GBP"},{"name":"HKD","value":"HKD"},{"name":"HUF","value":"HUF"},{"name":"INR","value":"INR"},{"name":"JPY","value":"JPY"},{"name":"KRW","value":"KRW"},{"name":"MXN","value":"MXN"},{"name":"NOK","value":"NOK"},{"name":"NZD","value":"NZD"},{"name":"PLN","value":"PLN"},{"name":"RUB","value":"RUB"},{"name":"SEK","value":"SEK"},{"name":"SGD","value":"SGD"},{"name":"THB","value":"THB"},{"name":"TWD","value":"TWD"},{"name":"USD","value":"USD"},{"name":"ZAR","value":"ZAR"}],"displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"discountType":["flat"],"jsonParameters":[false]}}},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["coupon"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"jsonParameters":[true]}},"description":"Attributes in JSON form"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"jsonParameters":[false]}},"default":{},"options":[{"displayName":"Allowed Uses","name":"allowedUses","type":"number","default":1,"description":"Number of times a coupon can be used in a checkout. This will be set to 999,999 by default, if not specified."},{"displayName":"Coupon Code","name":"couponCode","type":"string","default":"","description":"Will be randomly generated if not specified"},{"displayName":"Coupon Prefix","name":"couponPrefix","type":"string","default":"","description":"Prefix for generated codes. Not valid if coupon_code is specified."},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the coupon. This will be displayed in the Seller Dashboard."},{"displayName":"Expires","name":"expires","type":"dateTime","default":"","description":"The coupon will expire on the date at 00:00:00 UTC"},{"displayName":"Group","name":"group","type":"string","typeOptions":{"minValue":1,"maxValue":50},"default":"","description":"The name of the coupon group this coupon should be assigned to"},{"displayName":"Number of Coupons","name":"numberOfCoupons","type":"number","default":1,"description":"Number of coupons to generate. Not valid if coupon_code is specified."},{"displayName":"Recurring","name":"recurring","type":"boolean","default":false,"description":"If the coupon is used on subscription products, this indicates whether the discount should apply to recurring payments after the initial purchase"}]},{"displayName":"Product ID","name":"productId","type":"string","displayOptions":{"show":{"resource":["coupon"],"operation":["getAll"]}},"default":"","required":true,"description":"The specific product/subscription ID"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["coupon"]}},"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":["coupon"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Update By","name":"updateBy","type":"options","displayOptions":{"show":{"resource":["coupon"],"operation":["update"],"jsonParameters":[false]}},"default":"couponCode","description":"Either flat or percentage","options":[{"name":"Coupon Code","value":"couponCode"},{"name":"Group","value":"group"}]},{"displayName":"Coupon Code","name":"couponCode","type":"string","displayOptions":{"show":{"resource":["coupon"],"operation":["update"],"updateBy":["couponCode"],"jsonParameters":[false]}},"default":"","description":"Identify the coupon to update"},{"displayName":"Group","name":"group","type":"string","displayOptions":{"show":{"resource":["coupon"],"operation":["update"],"updateBy":["group"],"jsonParameters":[false]}},"default":"","description":"The name of the group of coupons you want to update"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["coupon"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["coupon"],"operation":["update"],"jsonParameters":[true]}},"description":"Attributes in JSON form"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["coupon"],"operation":["update"],"jsonParameters":[false]}},"default":{},"options":[{"displayName":"Allowed Uses","name":"allowedUses","type":"number","default":1,"description":"Number of times a coupon can be used in a checkout. This will be set to 999,999 by default, if not specified."},{"displayName":"Discount","name":"discount","type":"fixedCollection","default":{},"options":[{"displayName":"Discount Properties","name":"discountProperties","values":[{"displayName":"Currency","name":"currency","type":"options","default":"EUR","description":"The currency must match the balance currency specified in your account","displayOptions":{"show":{"discountType":["flat"]}},"options":[{"name":"ARS","value":"ARS"},{"name":"AUD","value":"AUD"},{"name":"BRL","value":"BRL"},{"name":"CAD","value":"CAD"},{"name":"CHF","value":"CHF"},{"name":"CNY","value":"CNY"},{"name":"CZK","value":"CZK"},{"name":"DKK","value":"DKK"},{"name":"EUR","value":"EUR"},{"name":"GBP","value":"GBP"},{"name":"HKD","value":"HKD"},{"name":"HUF","value":"HUF"},{"name":"INR","value":"INR"},{"name":"JPY","value":"JPY"},{"name":"KRW","value":"KRW"},{"name":"MXN","value":"MXN"},{"name":"NOK","value":"NOK"},{"name":"NZD","value":"NZD"},{"name":"PLN","value":"PLN"},{"name":"RUB","value":"RUB"},{"name":"SEK","value":"SEK"},{"name":"SGD","value":"SGD"},{"name":"THB","value":"THB"},{"name":"TWD","value":"TWD"},{"name":"USD","value":"USD"},{"name":"ZAR","value":"ZAR"}]},{"displayName":"Discount Amount Currency","name":"discountAmount","type":"number","default":"","description":"Discount amount","displayOptions":{"show":{"discountType":["flat"]}},"typeOptions":{"minValue":0}},{"displayName":"Discount Amount Percentage","name":"discountAmount","type":"number","default":"","description":"Discount amount","displayOptions":{"show":{"discountType":["percentage"]}},"typeOptions":{"minValue":0,"maxValue":100}},{"displayName":"Discount Type","name":"discountType","type":"options","default":"flat","description":"Either flat or percentage","options":[{"name":"Flat","value":"flat"},{"name":"Percentage","value":"percentage"}]}]}]},{"displayName":"Expires","name":"expires","type":"dateTime","default":"","description":"The coupon will expire on the date at 00:00:00 UTC"},{"displayName":"New Coupon Code","name":"newCouponCode","type":"string","default":"","description":"New code to rename the coupon to"},{"displayName":"New Group Name","name":"newGroup","type":"string","typeOptions":{"minValue":1,"maxValue":50},"default":"","description":"New group name to move coupon to"},{"displayName":"Product IDs","name":"productIds","type":"string","default":"","description":"Comma-separated list of products e.g. 499531,1234,123546. If blank then remove associated products."},{"displayName":"Recurring","name":"recurring","type":"boolean","default":false,"description":"If the coupon is used on subscription products, this indicates whether the discount should apply to recurring payments after the initial purchase"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["payment"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many payments","action":"Get many payments"},{"name":"Reschedule","value":"reschedule","description":"Reschedule payment","action":"Reschedule a payment"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["payment"]}},"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":["payment"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["payment"],"operation":["getAll"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["payment"],"operation":["getAll"],"jsonParameters":[true]}},"description":"Attributes in JSON form"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["payment"],"operation":["getAll"],"jsonParameters":[false]}},"default":{},"options":[{"displayName":"Date From","name":"from","type":"dateTime","default":"","description":"Payment starting from date"},{"displayName":"Date To","name":"to","type":"dateTime","default":"","description":"Payment up until date"},{"displayName":"Is Paid","name":"isPaid","type":"boolean","default":false,"description":"Whether payment is paid"},{"displayName":"Plan ID","name":"plan","type":"string","default":"","description":"Filter: The product/plan ID (single or comma-separated values)"},{"displayName":"Subscription ID","name":"subscriptionId","type":"number","default":"","description":"A specific user subscription ID"},{"displayName":"State","name":"state","type":"options","default":"active","description":"Filter: The user subscription status. Returns all active, past_due, trialing and paused subscription plans if not specified.","options":[{"name":"Active","value":"active"},{"name":"Past Due","value":"past_due"},{"name":"Paused","value":"paused"},{"name":"Trialing","value":"trialing"}]},{"displayName":"One Off Charge","name":"isOneOffCharge","type":"boolean","default":false}]},{"displayName":"Payment Name or ID","name":"paymentId","type":"options","typeOptions":{"loadOptionsMethod":"getPayments"},"default":"","required":true,"displayOptions":{"show":{"resource":["payment"],"operation":["reschedule"]}},"description":"The upcoming subscription payment ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Date","name":"date","type":"dateTime","default":"","displayOptions":{"show":{"resource":["payment"],"operation":["reschedule"]}},"description":"Date you want to move the payment to"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["plan"]}},"options":[{"name":"Get","value":"get","description":"Get a plan","action":"Get a plan"},{"name":"Get Many","value":"getAll","description":"Get many plans","action":"Get many plans"}],"default":"get"},{"displayName":"Plan ID","name":"planId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["plan"],"operation":["get"]}},"description":"Filter: The subscription plan ID"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["plan"]}},"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":["plan"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["product"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many products","action":"Get many products"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["product"]}},"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":["product"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many users","action":"Get many users"}],"default":"getAll"},{"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","default":100,"required":true,"typeOptions":{"minValue":1,"maxValue":200},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"description":"Max number of results to return"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"jsonParameters":[true]}},"description":"Attributes in JSON form"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"jsonParameters":[false]}},"default":{},"options":[{"displayName":"Plan ID","name":"planId","type":"string","default":"","description":"Filter: The subscription plan ID"},{"displayName":"Subscription ID","name":"subscriptionId","type":"string","default":"","description":"A specific user subscription ID"},{"displayName":"State","name":"state","type":"options","default":"active","description":"Filter: The user subscription status. Returns all active, past_due, trialing and paused subscription plans if not specified.","options":[{"name":"Active","value":"active"},{"name":"Past Due","value":"past_due"},{"name":"Paused","value":"paused"},{"name":"Trialing","value":"trialing"}]}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.paddle/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/paddle"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Paddle/paddle.png"},
|
|
271
272
|
{"displayName":"PagerDuty","name":"n8n-nodes-base.pagerDuty","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume PagerDuty API","defaults":{"name":"PagerDuty"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"pagerDutyApi","required":true,"displayOptions":{"show":{"authentication":["apiToken"]}}},{"name":"pagerDutyOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Token","value":"apiToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Incident","value":"incident"},{"name":"Incident Note","value":"incidentNote"},{"name":"Log Entry","value":"logEntry"},{"name":"User","value":"user"}],"default":"incident"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["incident"]}},"options":[{"name":"Create","value":"create","description":"Create an incident","action":"Create an incident"},{"name":"Get","value":"get","description":"Get an incident","action":"Get an incident"},{"name":"Get Many","value":"getAll","description":"Get many incidents","action":"Get many incidents"},{"name":"Update","value":"update","description":"Update an incident","action":"Update an incident"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["incident"],"operation":["create"]}},"description":"A succinct description of the nature, symptoms, cause, or effect of the incident"},{"displayName":"Service Name or ID","name":"serviceId","type":"options","typeOptions":{"loadOptionsMethod":"getServices"},"required":true,"default":"","displayOptions":{"show":{"resource":["incident"],"operation":["create"]}},"description":"The incident will be created on this service. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["incident"],"operation":["create"]}},"description":"The email address of a valid user associated with the account making the request"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["incident"],"operation":["create"]}},"default":{},"options":[{"displayName":"Escalation Policy Name or ID","name":"escalationPolicyId","type":"options","typeOptions":{"loadOptionsMethod":"getEscalationPolicies"},"default":"","description":"Delegate this incident to the specified escalation policy. Cannot be specified if an assignee is given. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Incident Details","name":"details","type":"string","default":"","description":"Additional details about the incident which will go in the body"},{"displayName":"Incident Key","name":"incidentKey","type":"string","default":"","description":"Sending subsequent requests referencing the same service and with the same incident_key will result in those requests being rejected if an open incident matches that incident_key"},{"displayName":"Priority Name or ID","name":"priorityId","type":"options","typeOptions":{"loadOptionsMethod":"getPriorities"},"default":"","description":"The incident will be created on this service. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Urgency","name":"urgency","type":"options","options":[{"name":"Hight","value":"high"},{"name":"Low","value":"low"}],"default":"","description":"The urgency of the incident"}]},{"displayName":"Conference Bridge","name":"conferenceBridgeUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Conference Bridge","displayOptions":{"show":{"resource":["incident"],"operation":["create"]}},"default":{},"options":[{"displayName":"Conference Bridge","name":"conferenceBridgeValues","values":[{"displayName":"Conference Number","name":"conferenceNumber","type":"string","default":"","description":"Phone numbers should be formatted like +1 415-555-1212,,,,1234#, where a comma (,) represents a one-second wait and pound (#) completes access code input"},{"displayName":"Conference URL","name":"conferenceUrl","type":"string","default":"","description":"An URL for the conference bridge. This could be a link to a web conference or Slack channel."}]}]},{"displayName":"Incident ID","name":"incidentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["incident"],"operation":["get"]}},"description":"Unique identifier for the incident"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["incident"]}},"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":["incident"],"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":["incident"],"operation":["getAll"]}},"options":[{"displayName":"Date Range","name":"dateRange","type":"options","options":[{"name":"All","value":"all"}],"default":"","description":"When set to all, the since and until parameters and defaults are ignored"},{"displayName":"Incident Key","name":"incidentKey","type":"string","default":"","description":"Incident de-duplication key. Incidents with child alerts do not have an incident key; querying by incident key will return incidents whose alerts have alert_key matching the given incident key."},{"displayName":"Include","name":"include","type":"multiOptions","options":[{"name":"Acknowledgers","value":"acknowledgers"},{"name":"Assignees","value":"assigness"},{"name":"Conferenece Bridge","value":"conferenceBridge"},{"name":"Escalation Policies","value":"escalationPolicies"},{"name":"First Trigger Log Entries","value":"firstTriggerLogEntries"},{"name":"Priorities","value":"priorities"},{"name":"Services","value":"services"},{"name":"Teams","value":"teams"},{"name":"Users","value":"users"}],"default":[],"description":"Additional details to include"},{"displayName":"Service Names or IDs","name":"serviceIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getServices"},"default":[],"description":"Returns only the incidents associated with the passed service(s). Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"The start of the date range over which you want to search. (the limit on date ranges is 6 months)."},{"displayName":"Sort By","name":"sortBy","type":"string","default":"","placeholder":"created_at:asc,resolved_at:desc","description":"Used to specify both the field you wish to sort the results on (incident_number/created_at/resolved_at/urgency), as well as the direction (asc/desc) of the results. The sort_by field and direction should be separated by a colon. A maximum of two fields can be included, separated by a comma."},{"displayName":"Statuses","name":"statuses","type":"multiOptions","options":[{"name":"Acknowledged","value":"acknowledged"},{"name":"Resolved","value":"resolved"},{"name":"Triggered","value":"triggered"}],"default":[],"description":"Returns only the incidents associated with the passed service(s)"},{"displayName":"Team IDs","name":"teamIds","type":"string","default":"","description":"Team IDs. Only results related to these teams will be returned. Account must have the teams ability to use this parameter. (multiples IDs can be added separated by comma)"},{"displayName":"Timezone Name or ID","name":"timeZone","type":"options","typeOptions":{"loadOptionsMethod":"getTimezones"},"default":"","description":"Time zone in which dates in the result will be rendered. If not set dates will return UTC. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Until","name":"until","type":"dateTime","default":"","description":"The end of the date range over which you want to search. (the limit on date ranges is 6 months)."},{"displayName":"Urgencies","name":"urgencies","type":"multiOptions","options":[{"name":"High","value":"high"},{"name":"Low","value":"low"}],"default":[],"description":"Urgencies of the incidents to be returned. Defaults to all urgencies. Account must have the urgencies ability to do this"},{"displayName":"User IDs","name":"userIds","type":"string","default":"","description":"Returns only the incidents currently assigned to the passed user(s). This expects one or more user IDs (multiple IDs can be added separated by comma)."}]},{"displayName":"Incident ID","name":"incidentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["incident"],"operation":["update"]}},"description":"Unique identifier for the incident"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["incident"],"operation":["update"]}},"description":"The email address of a valid user associated with the account making the request"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["incident"],"operation":["update"]}},"default":{},"options":[{"displayName":"Escalation Level","name":"escalationLevel","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Escalate the incident to this level in the escalation policy"},{"displayName":"Escalation Policy Name or ID","name":"escalationPolicyId","type":"options","typeOptions":{"loadOptionsMethod":"getEscalationPolicies"},"default":"","description":"Delegate this incident to the specified escalation policy. Cannot be specified if an assignee is given. 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":"priorityId","type":"options","typeOptions":{"loadOptionsMethod":"getPriorities"},"default":"","description":"The incident will be created on this service. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Resolution","name":"resolution","type":"string","default":"","description":"The resolution for this incident if status is set to resolved"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Acknowledged","value":"acknowledged"},{"name":"Resolved","value":"resolved"}],"default":"","description":"The new status of the incident"},{"displayName":"Title","name":"title","type":"string","default":"","description":"A succinct description of the nature, symptoms, cause, or effect of the incident"},{"displayName":"Urgency","name":"urgency","type":"options","options":[{"name":"Hight","value":"high"},{"name":"Low","value":"low"}],"default":"","description":"The urgency of the incident"}]},{"displayName":"Conference Bridge","name":"conferenceBridgeUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Conference Bridge","displayOptions":{"show":{"resource":["incident"],"operation":["update"]}},"default":{},"options":[{"displayName":"Conference Bridge","name":"conferenceBridgeValues","values":[{"displayName":"Conference Number","name":"conferenceNumber","type":"string","default":"","description":"Phone numbers should be formatted like +1 415-555-1212,,,,1234#, where a comma (,) represents a one-second wait and pound (#) completes access code input"},{"displayName":"Conference URL","name":"conferenceUrl","type":"string","default":"","description":"An URL for the conference bridge. This could be a link to a web conference or Slack channel."}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["incidentNote"]}},"options":[{"name":"Create","value":"create","description":"Create a incident note","action":"Create an incident note"},{"name":"Get Many","value":"getAll","description":"Get many incident's notes","action":"Get many incident notes"}],"default":"create"},{"displayName":"Incident ID","name":"incidentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["incidentNote"],"operation":["create"]}},"description":"Unique identifier for the incident"},{"displayName":"Content","name":"content","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["incidentNote"],"operation":["create"]}},"description":"The note content"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["incidentNote"],"operation":["create"]}},"description":"The email address of a valid user associated with the account making the request"},{"displayName":"Incident ID","name":"incidentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["incidentNote"],"operation":["getAll"]}},"description":"Unique identifier for the incident"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["incidentNote"]}},"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":["incidentNote"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["logEntry"]}},"options":[{"name":"Get","value":"get","description":"Get a log entry","action":"Get a log entry"},{"name":"Get Many","value":"getAll","description":"Get many log entries","action":"Get many log entries"}],"default":"get"},{"displayName":"Log Entry ID","name":"logEntryId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["logEntry"],"operation":["get"]}},"description":"Unique identifier for the log entry"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["logEntry"]}},"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":["logEntry"],"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":["logEntry"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"multiOptions","options":[{"name":"Channels","value":"channels"},{"name":"Incidents","value":"incidents"},{"name":"Services","value":"services"},{"name":"Teams","value":"teams"}],"default":[],"description":"Additional details to include"},{"displayName":"Is Overview","name":"isOverview","type":"boolean","default":false,"description":"Whether to return a subset of log entries that show only the most important changes to the incident"},{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"The start of the date range over which you want to search. (the limit on date ranges is 6 months)."},{"displayName":"Timezone Name or ID","name":"timeZone","type":"options","typeOptions":{"loadOptionsMethod":"getTimezones"},"default":"","description":"Time zone in which dates in the result will be rendered. If not set dates will return UTC. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Until","name":"until","type":"dateTime","default":"","description":"The end of the date range over which you want to search. (the limit on date ranges is 6 months)."}]},{"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"}],"default":"get"},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"description":"Unique identifier for the user"}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.pagerduty/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/pagerDuty"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/PagerDuty/pagerDuty.svg"},
|
|
272
273
|
{"displayName":"PayPal","name":"n8n-nodes-base.payPal","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume PayPal API","defaults":{"name":"PayPal"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"payPalApi","required":true,"testedBy":"payPalApiTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Payout","value":"payout"},{"name":"Payout Item","value":"payoutItem"}],"default":"payout"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["payout"]}},"options":[{"name":"Create","value":"create","description":"Create a batch payout","action":"Create a payout"},{"name":"Get","value":"get","description":"Show batch payout details","action":"Get a payout"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["payoutItem"]}},"options":[{"name":"Cancel","value":"cancel","description":"Cancels an unclaimed payout item","action":"Cancel a payout item"},{"name":"Get","value":"get","description":"Show payout item details","action":"Get a payout item"}],"default":"get"},{"displayName":"Sender Batch ID","name":"senderBatchId","type":"string","required":true,"displayOptions":{"show":{"resource":["payout"],"operation":["create"]}},"default":"","description":"A sender-specified ID number. Tracks the payout in an accounting system."},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["payout"],"operation":["create"]}}},{"displayName":"Items","name":"itemsUi","placeholder":"Add Item","type":"fixedCollection","displayOptions":{"show":{"resource":["payout"],"operation":["create"],"jsonParameters":[false]}},"typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"itemsValues","displayName":"Item","values":[{"displayName":"Recipient Type","name":"recipientType","type":"options","options":[{"name":"Phone","value":"phone","description":"The unencrypted phone number"},{"name":"Email","value":"email","description":"The unencrypted email"},{"name":"PayPal ID","value":"paypalId","description":"The encrypted PayPal account number"}],"default":"email","description":"The ID type that identifies the recipient of the payment"},{"displayName":"Receiver Value","name":"receiverValue","type":"string","required":true,"default":"","description":"The receiver of the payment. Corresponds to the recipient_type value in the request. Max length: 127 characters."},{"displayName":"Currency","name":"currency","type":"options","options":[{"name":"Australian Dollar","value":"AUD"},{"name":"Brazilian Real","value":"BRL"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Euro","value":"EUR"},{"name":"United States Dollar","value":"USD"}],"default":"USD"},{"displayName":"Amount","name":"amount","type":"string","required":true,"default":"","description":"The value, which might be"},{"displayName":"Note","name":"note","type":"string","default":"","description":"The sender-specified note for notifications. Supports up to 4000 ASCII characters and 1000 non-ASCII characters."},{"displayName":"Sender Item ID","name":"senderItemId","type":"string","default":"","description":"The sender-specified ID number. Tracks the payout in an accounting system."},{"displayName":"Recipient Wallet","name":"recipientWallet","type":"options","options":[{"name":"PayPal","value":"paypal","description":"PayPal Wallet"},{"name":"Venmo","value":"venmo","description":"Venmo Wallet"}],"default":"paypal"}]}]},{"displayName":"Items","name":"itemsJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"description":"An array of individual payout items","displayOptions":{"show":{"resource":["payout"],"operation":["create"],"jsonParameters":[true]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["payout"],"operation":["create"]}},"options":[{"displayName":"Email Subject","name":"emailSubject","type":"string","default":"","description":"The subject line for the email that PayPal sends when payment for a payout item completes. The subject line is the same for all recipients. Max length: 255 characters."},{"displayName":"Email Message","name":"emailMessage","type":"string","default":"","description":"The email message that PayPal sends when the payout item completes. The message is the same for all recipients."},{"displayName":"Note","name":"note","type":"string","default":"","description":"The payouts and item-level notes are concatenated in the email. Max length: 1000 characters."}]},{"displayName":"Payout Batch ID","name":"payoutBatchId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["payout"],"operation":["get"]}},"description":"The ID of the payout for which to show details"},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"displayOptions":{"show":{"resource":["payout"],"operation":["get"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"maxValue":1000,"minValue":1},"default":100,"displayOptions":{"show":{"resource":["payout"],"operation":["get"],"returnAll":[false]}},"description":"Max number of results to return"},{"displayName":"Payout Item ID","name":"payoutItemId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["payoutItem"],"operation":["get"]}},"description":"The ID of the payout item for which to show details"},{"displayName":"Payout Item ID","name":"payoutItemId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["payoutItem"],"operation":["cancel"]}},"description":"The ID of the payout item to cancel"}],"codex":{"categories":["Finance & Accounting","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.paypal/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/payPal"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/PayPal/paypal.svg"},
|
|
273
274
|
{"displayName":"PayPal Trigger","name":"n8n-nodes-base.payPalTrigger","group":["trigger"],"version":1,"description":"Handle PayPal events via webhooks","defaults":{"name":"PayPal Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"payPalApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Event Names or IDs","name":"events","type":"multiOptions","required":true,"default":[],"description":"The event to listen to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getEvents"},"options":[]}],"codex":{"categories":["Finance & Accounting","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.paypaltrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/payPal"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/PayPal/paypal.svg"},
|