n8n-nodes-base 0.229.1 → 0.231.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/Ldap.credentials.d.ts +1 -1
- package/dist/known/credentials.json +2 -1
- package/dist/known/nodes.json +7 -3
- package/dist/methods/defined.json +1 -4
- package/dist/methods/referenced.json +1 -4
- package/dist/nodes/Affinity/PersonDescription.js +2 -2
- package/dist/nodes/Affinity/PersonDescription.js.map +1 -1
- package/dist/nodes/Clockify/EntryTypeEnum.js +1 -1
- package/dist/nodes/Clockify/EntryTypeEnum.js.map +1 -1
- package/dist/nodes/Cortex/AnalyzerInterface.js +3 -3
- package/dist/nodes/Cortex/AnalyzerInterface.js.map +1 -1
- package/dist/nodes/Crypto/Crypto.node.d.ts +1 -6
- package/dist/nodes/Crypto/Crypto.node.js +74 -33
- package/dist/nodes/Crypto/Crypto.node.js.map +1 -1
- package/dist/nodes/Crypto/test/CryptoTest.workflow.json +87 -46
- package/dist/nodes/Formstack/GenericFunctions.js +1 -1
- package/dist/nodes/Formstack/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/BigQuery/v1/GenericFunctions.js +2 -62
- package/dist/nodes/Google/BigQuery/v1/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/BigQuery/v2/transport/index.js +2 -62
- package/dist/nodes/Google/BigQuery/v2/transport/index.js.map +1 -1
- package/dist/nodes/Google/Books/GenericFunctions.js +2 -40
- package/dist/nodes/Google/Books/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/Chat/GenericFunctions.d.ts +1 -9
- package/dist/nodes/Google/Chat/GenericFunctions.js +3 -42
- package/dist/nodes/Google/Chat/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/Docs/GenericFunctions.js +2 -44
- package/dist/nodes/Google/Docs/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/Drive/GenericFunctions.js +2 -44
- package/dist/nodes/Google/Drive/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/GenericFunctions.d.ts +17 -0
- package/dist/nodes/Google/GenericFunctions.js +108 -0
- package/dist/nodes/Google/GenericFunctions.js.map +1 -0
- package/dist/nodes/Google/Gmail/GenericFunctions.js +2 -44
- package/dist/nodes/Google/Gmail/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/Sheet/v1/GenericFunctions.d.ts +1 -2
- package/dist/nodes/Google/Sheet/v1/GenericFunctions.js +3 -46
- package/dist/nodes/Google/Sheet/v1/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/Sheet/v1/GoogleSheetsV1.node.js +2 -1
- package/dist/nodes/Google/Sheet/v1/GoogleSheetsV1.node.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/methods/credentialTest.js +2 -2
- package/dist/nodes/Google/Sheet/v2/methods/credentialTest.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/transport/index.d.ts +1 -8
- package/dist/nodes/Google/Sheet/v2/transport/index.js +3 -46
- package/dist/nodes/Google/Sheet/v2/transport/index.js.map +1 -1
- package/dist/nodes/Google/Slides/GenericFunctions.js +2 -43
- package/dist/nodes/Google/Slides/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/Translate/GenericFunctions.js +2 -43
- package/dist/nodes/Google/Translate/GenericFunctions.js.map +1 -1
- package/dist/nodes/LoneScale/{LoneScaleList.node.d.ts → LoneScale.node.d.ts} +1 -1
- package/dist/nodes/LoneScale/{LoneScaleList.node.js → LoneScale.node.js} +7 -8
- package/dist/nodes/LoneScale/LoneScale.node.js.map +1 -0
- package/dist/nodes/LoneScale/LoneScaleTrigger.node.js.map +1 -1
- package/dist/nodes/PayPal/PaymentInteface.js +2 -2
- package/dist/nodes/PayPal/PaymentInteface.js.map +1 -1
- package/dist/nodes/Postgres/PostgresInterface.d.ts +6 -0
- package/dist/nodes/Postgres/PostgresInterface.js +3 -0
- package/dist/nodes/Postgres/PostgresInterface.js.map +1 -0
- package/dist/nodes/Postgres/PostgresTrigger.functions.d.ts +8 -0
- package/dist/nodes/Postgres/PostgresTrigger.functions.js +125 -0
- package/dist/nodes/Postgres/PostgresTrigger.functions.js.map +1 -0
- package/dist/nodes/Postgres/PostgresTrigger.node.d.ts +12 -0
- package/dist/nodes/Postgres/PostgresTrigger.node.js +233 -0
- package/dist/nodes/Postgres/PostgresTrigger.node.js.map +1 -0
- package/dist/nodes/Postgres/PostgresTrigger.node.json +18 -0
- package/dist/nodes/Postgres/v2/helpers/utils.js +0 -1
- package/dist/nodes/Postgres/v2/helpers/utils.js.map +1 -1
- package/dist/nodes/Salesforce/LeadDescription.js +2 -2
- package/dist/nodes/Salesforce/LeadDescription.js.map +1 -1
- package/dist/nodes/SendInBlue/GenericFunctions.js +2 -2
- package/dist/nodes/SendInBlue/GenericFunctions.js.map +1 -1
- package/dist/nodes/TheHive/interfaces/AlertInterface.js +2 -2
- package/dist/nodes/TheHive/interfaces/AlertInterface.js.map +1 -1
- package/dist/nodes/TheHive/interfaces/CaseInterface.js +3 -3
- package/dist/nodes/TheHive/interfaces/CaseInterface.js.map +1 -1
- package/dist/nodes/TheHive/interfaces/LogInterface.js +1 -1
- package/dist/nodes/TheHive/interfaces/LogInterface.js.map +1 -1
- package/dist/nodes/TheHive/interfaces/ObservableInterface.js +2 -2
- package/dist/nodes/TheHive/interfaces/ObservableInterface.js.map +1 -1
- package/dist/nodes/TheHive/interfaces/TaskInterface.js +1 -1
- package/dist/nodes/TheHive/interfaces/TaskInterface.js.map +1 -1
- package/dist/nodes/Todoist/v1/OperationHandler.js +1 -1
- package/dist/nodes/Todoist/v1/OperationHandler.js.map +1 -1
- package/dist/nodes/Todoist/v2/OperationHandler.js +1 -1
- package/dist/nodes/Todoist/v2/OperationHandler.js.map +1 -1
- package/dist/nodes/Uplead/PersonDescription.js +1 -1
- package/dist/nodes/Uplead/PersonDescription.js.map +1 -1
- package/dist/package.json +3 -2
- package/dist/types/nodes.json +6 -5
- package/package.json +5 -4
- package/dist/nodes/LoneScale/LoneScaleList.node.js.map +0 -1
package/dist/types/nodes.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
{"displayName":"ActiveCampaign Trigger","name":"n8n-nodes-base.activeCampaignTrigger","group":["trigger"],"version":1,"description":"Handle ActiveCampaign events via webhooks","defaults":{"name":"ActiveCampaign Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"activeCampaignApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Event Names or IDs","name":"events","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":"getEvents"},"default":[],"options":[]},{"displayName":"Source","name":"sources","type":"multiOptions","options":[{"name":"Public","value":"public","description":"Run the hooks when a contact triggers the action"},{"name":"Admin","value":"admin","description":"Run the hooks when an admin user triggers the action"},{"name":"Api","value":"api","description":"Run the hooks when an API call triggers the action"},{"name":"System","value":"system","description":"Run the hooks when automated systems triggers the action"}],"default":[]}],"codex":{"categories":["Marketing & Content"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.activecampaigntrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/activeCampaign"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/ActiveCampaign/activeCampaign.png"},
|
|
5
5
|
{"displayName":"Acuity Scheduling Trigger","name":"n8n-nodes-base.acuitySchedulingTrigger","group":["trigger"],"version":1,"description":"Handle Acuity Scheduling events via webhooks","defaults":{"name":"Acuity Scheduling Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"acuitySchedulingApi","required":true,"displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"acuitySchedulingOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Key","value":"apiKey"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiKey"},{"displayName":"Event","name":"event","type":"options","required":true,"default":"","options":[{"name":"appointment.canceled","value":"appointment.canceled","description":"Is called whenever an appointment is canceled"},{"name":"appointment.changed","value":"appointment.changed","description":"Is called when the appointment is changed in any way"},{"name":"appointment.rescheduled","value":"appointment.rescheduled","description":"Is called when the appointment is rescheduled to a new time"},{"name":"appointment.scheduled","value":"appointment.scheduled","description":"Is called once when an appointment is initially booked"},{"name":"order.completed","value":"order.completed","description":"Is called when an order is completed"}]},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":true,"description":"By default does the webhook-data only contain the ID of the object. If this option gets activated, it will resolve the data automatically."}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.acuityschedulingtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/acuityScheduling"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/AcuityScheduling/acuityScheduling.png"},
|
|
6
6
|
{"displayName":"Adalo","name":"n8n-nodes-base.adalo","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"collectionId\"]}}","description":"Consume Adalo API","defaults":{"name":"Adalo"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"adaloApi","required":true}],"requestDefaults":{"baseURL":"=https://api.adalo.com/v0/apps/{{$credentials.appId}}"},"requestOperations":{"pagination":{"type":"offset","properties":{"limitParameter":"limit","offsetParameter":"offset","pageSize":100,"type":"query"}}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"collection","options":[{"name":"Collection","value":"collection"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create","value":"create","description":"Create a row","routing":{"send":{"preSend":[null]},"request":{"method":"POST","url":"=/collections/{{$parameter[\"collectionId\"]}}"}},"action":"Create a row"},{"name":"Delete","value":"delete","description":"Delete a row","routing":{"request":{"method":"DELETE","url":"=/collections/{{$parameter[\"collectionId\"]}}/{{$parameter[\"rowId\"]}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Delete a row"},{"name":"Get","value":"get","description":"Retrieve a row","routing":{"request":{"method":"GET","url":"=/collections/{{$parameter[\"collectionId\"]}}/{{$parameter[\"rowId\"]}}"}},"action":"Retrieve a row"},{"name":"Get Many","value":"getAll","description":"Retrieve many rows","routing":{"request":{"method":"GET","url":"=/collections/{{$parameter[\"collectionId\"]}}","qs":{"limit":"={{$parameter[\"limit\"]}}"}},"send":{"paginate":"={{$parameter[\"returnAll\"]}}"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"records"}}]}},"action":"Retrieve all rows"},{"name":"Update","value":"update","description":"Update a row","routing":{"send":{"preSend":[null]},"request":{"method":"PUT","url":"=/collections/{{$parameter[\"collectionId\"]}}/{{$parameter[\"rowId\"]}}"}},"action":"Update a row"}],"default":"getAll"},{"displayName":"Collection ID","name":"collectionId","type":"string","required":true,"default":"","description":"Open your Adalo application and click on the three buttons beside the collection name, then select API Documentation","hint":"You can find information about app's collections on https://app.adalo.com/apps/<strong>your-app-id</strong>/api-docs","displayOptions":{"show":{"resource":["collection"]}}},{"displayName":"Row ID","name":"rowId","type":"string","displayOptions":{"show":{"operation":["get","delete","update"],"resource":["collection"]}},"default":"","required":true},{"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"],"resource":["collection"]}},"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"],"resource":["collection"]}},"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","description":"Field must be defined in the collection, otherwise it will be ignored. If field defined in the collection is not set here, it will be set to null.","typeOptions":{"multipleValueButtonText":"Add Field to Send","multipleValues":true},"displayOptions":{"show":{"operation":["create","update"],"dataToSend":["defineBelow"],"resource":["collection"]}},"default":{},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field ID","name":"fieldId","type":"string","default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"operation":["getAll"],"resource":["collection"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"operation":["getAll"],"resource":["collection"],"returnAll":[false]}},"description":"Max number of results to return"}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.adalo/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/adalo"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Adalo/adalo.svg"},
|
|
7
|
-
{"displayName":"Affinity","name":"n8n-nodes-base.affinity","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Affinity API","defaults":{"name":"Affinity"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"affinityApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"List","value":"list"},{"name":"List Entry","value":"listEntry"},{"name":"Organization","value":"organization"},{"name":"Person","value":"person"}],"default":"organization"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Get","value":"get","description":"Get a list","action":"Get a list"},{"name":"Get Many","value":"getAll","description":"Get many lists","action":"Get many lists"}],"default":"get"},{"displayName":"List ID","name":"listId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["list"],"operation":["get"]}},"description":"The unique ID of the list object to be retrieved"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["list"],"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":["list"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["listEntry"]}},"options":[{"name":"Create","value":"create","description":"Create a list entry","action":"Create a list entry"},{"name":"Delete","value":"delete","description":"Delete a list entry","action":"Delete a list entry"},{"name":"Get","value":"get","description":"Get a list entry","action":"Get a list entry"},{"name":"Get Many","value":"getAll","description":"Get many list entries","action":"Get many list entries"}],"default":"create"},{"displayName":"List Name or ID","name":"listId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getLists"},"default":"","displayOptions":{"show":{"resource":["listEntry"],"operation":["create"]}},"description":"The unique ID of the list whose list entries are to be retrieved. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Entity ID","name":"entityId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["listEntry"],"operation":["create"]}},"description":"The unique ID of the entity (person, organization, or opportunity) to add to this list"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["listEntry"],"operation":["create"]}},"options":[{"displayName":"Creator ID","name":"creator_id","type":"string","default":"","description":"The ID of a Person resource who should be recorded as adding the entry to the list. Must be a person who can access Affinity. If not provided the creator defaults to the owner of the API key."}]},{"displayName":"List Name or ID","name":"listId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getLists"},"default":"","displayOptions":{"show":{"resource":["listEntry"],"operation":["get"]}},"description":"The unique ID of the list that contains the specified list_entry_id. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Entry ID","name":"listEntryId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["listEntry"],"operation":["get"]}},"description":"The unique ID of the list entry object to be retrieved"},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"displayOptions":{"show":{"resource":["listEntry"],"operation":["getAll"]}},"default":"","description":"The unique ID of the list whose list entries are to be retrieved. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["listEntry"],"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":["listEntry"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"required":true,"default":"","displayOptions":{"show":{"resource":["listEntry"],"operation":["delete"]}},"description":"The unique ID of the list that contains the specified list_entry_id. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Entry ID","name":"listEntryId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["listEntry"],"operation":["delete"]}},"description":"The unique ID of the list entry object to be deleted"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["organization"]}},"options":[{"name":"Create","value":"create","description":"Create an organization","action":"Create an organization"},{"name":"Delete","value":"delete","description":"Delete an organization","action":"Delete an organization"},{"name":"Get","value":"get","description":"Get an organization","action":"Get an organization"},{"name":"Get Many","value":"getAll","description":"Get many organizations","action":"Get many organizations"},{"name":"Update","value":"update","description":"Update an organization","action":"Update an organization"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"description":"The name of the organization"},{"displayName":"Domain","name":"domain","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"description":"The domain name of the organization"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"options":[{"displayName":"Person Names or IDs","name":"persons","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getPersons"},"default":[],"description":"Persons that the new organization will be associated with. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Organization ID","name":"organizationId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organization"],"operation":["update"]}},"description":"Unique identifier for the organization"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["update"]}},"options":[{"displayName":"Domain","name":"domain","type":"string","default":"","description":"The domain name of the organization"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the organization"},{"displayName":"Person Names or IDs","name":"persons","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getPersons"},"default":[],"description":"Persons that the new organization will be associated with. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Organization ID","name":"organizationId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organization"],"operation":["get"]}},"description":"Unique identifier for the organization"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["get"]}},"options":[{"displayName":"With Interaction Dates","name":"withInteractionDates","type":"boolean","default":false,"description":"Whether interaction dates will be present on the returned resources"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["organization"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["organization"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["getAll"]}},"options":[{"displayName":"Term","name":"term","type":"string","default":"","description":"A string used to search all the organizations in your team’s address book. This could be an email address, a first name or a last name."},{"displayName":"With Interaction Dates","name":"withInteractionDates","type":"boolean","default":false,"description":"Whether interaction dates will be present on the returned resources"}]},{"displayName":"Organization ID","name":"organizationId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organization"],"operation":["delete"]}},"description":"Unique identifier for the organization"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["person"]}},"options":[{"name":"Create","value":"create","description":"Create a person","action":"Create a person"},{"name":"Delete","value":"delete","description":"Delete a person","action":"Delete a person"},{"name":"Get","value":"get","description":"Get a person","action":"Get a person"},{"name":"Get Many","value":"getAll","description":"Get many persons","action":"Get many people"},{"name":"Update","value":"update","description":"Update a person","action":"Update a person"}],"default":"create"},{"displayName":"Fist Name","name":"firstName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["person"],"operation":["create"]}},"description":"The first name of the person"},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["person"],"operation":["create"]}},"description":"The last name of the person"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["person"],"operation":["create"]}},"options":[{"displayName":"Organization Names or IDs","name":"organizations","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":[],"description":"Organizations that the person is associated with. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Emails","name":"emails","type":"string","description":"The email addresses of the person","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add To Email"},"displayOptions":{"show":{"resource":["person"],"operation":["create"]}},"placeholder":"info@example.com","default":[]},{"displayName":"Person ID","name":"personId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["person"],"operation":["update"]}},"description":"Unique identifier for the person"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["person"],"operation":["update"]}},"options":[{"displayName":"Fist Name","name":"firstName","type":"string","default":"","description":"The first name of the person"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"The last name of the person"},{"displayName":"Organization Names or IDs","name":"organizations","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":[],"description":"Organizations that the person is associated with. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Emails","name":"emails","type":"string","description":"The email addresses of the person","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add To Email"},"displayOptions":{"show":{"resource":["person"],"operation":["update"]}},"placeholder":"info@example.com","default":[]},{"displayName":"Person ID","name":"personId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["person"],"operation":["get"]}},"description":"Unique identifier for the person"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["person"],"operation":["get"]}},"options":[{"displayName":"With Interaction Dates","name":"withInteractionDates","type":"boolean","default":false,"description":"Whether interaction dates will be present on the returned resources"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["person"],"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":["person"],"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":["person"],"operation":["getAll"]}},"options":[{"displayName":"Term","name":"term","type":"string","default":"","description":"A string used to search all the persons in your team’s address book. This could be an email address, a first name or a last name."},{"displayName":"With Interaction Dates","name":"withInteractionDates","type":"boolean","default":false,"description":"Whether interaction dates will be present on the returned resources"}]},{"displayName":"Person ID","name":"personId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["person"],"operation":["delete"]}},"description":"Unique identifier for the person"}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.affinity/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/affinity"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Affinity/affinity.png"},
|
|
7
|
+
{"displayName":"Affinity","name":"n8n-nodes-base.affinity","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Affinity API","defaults":{"name":"Affinity"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"affinityApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"List","value":"list"},{"name":"List Entry","value":"listEntry"},{"name":"Organization","value":"organization"},{"name":"Person","value":"person"}],"default":"organization"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Get","value":"get","description":"Get a list","action":"Get a list"},{"name":"Get Many","value":"getAll","description":"Get many lists","action":"Get many lists"}],"default":"get"},{"displayName":"List ID","name":"listId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["list"],"operation":["get"]}},"description":"The unique ID of the list object to be retrieved"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["list"],"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":["list"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["listEntry"]}},"options":[{"name":"Create","value":"create","description":"Create a list entry","action":"Create a list entry"},{"name":"Delete","value":"delete","description":"Delete a list entry","action":"Delete a list entry"},{"name":"Get","value":"get","description":"Get a list entry","action":"Get a list entry"},{"name":"Get Many","value":"getAll","description":"Get many list entries","action":"Get many list entries"}],"default":"create"},{"displayName":"List Name or ID","name":"listId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getLists"},"default":"","displayOptions":{"show":{"resource":["listEntry"],"operation":["create"]}},"description":"The unique ID of the list whose list entries are to be retrieved. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Entity ID","name":"entityId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["listEntry"],"operation":["create"]}},"description":"The unique ID of the entity (person, organization, or opportunity) to add to this list"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["listEntry"],"operation":["create"]}},"options":[{"displayName":"Creator ID","name":"creator_id","type":"string","default":"","description":"The ID of a Person resource who should be recorded as adding the entry to the list. Must be a person who can access Affinity. If not provided the creator defaults to the owner of the API key."}]},{"displayName":"List Name or ID","name":"listId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getLists"},"default":"","displayOptions":{"show":{"resource":["listEntry"],"operation":["get"]}},"description":"The unique ID of the list that contains the specified list_entry_id. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Entry ID","name":"listEntryId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["listEntry"],"operation":["get"]}},"description":"The unique ID of the list entry object to be retrieved"},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"displayOptions":{"show":{"resource":["listEntry"],"operation":["getAll"]}},"default":"","description":"The unique ID of the list whose list entries are to be retrieved. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["listEntry"],"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":["listEntry"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"required":true,"default":"","displayOptions":{"show":{"resource":["listEntry"],"operation":["delete"]}},"description":"The unique ID of the list that contains the specified list_entry_id. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Entry ID","name":"listEntryId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["listEntry"],"operation":["delete"]}},"description":"The unique ID of the list entry object to be deleted"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["organization"]}},"options":[{"name":"Create","value":"create","description":"Create an organization","action":"Create an organization"},{"name":"Delete","value":"delete","description":"Delete an organization","action":"Delete an organization"},{"name":"Get","value":"get","description":"Get an organization","action":"Get an organization"},{"name":"Get Many","value":"getAll","description":"Get many organizations","action":"Get many organizations"},{"name":"Update","value":"update","description":"Update an organization","action":"Update an organization"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"description":"The name of the organization"},{"displayName":"Domain","name":"domain","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"description":"The domain name of the organization"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"options":[{"displayName":"Person Names or IDs","name":"persons","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getPersons"},"default":[],"description":"Persons that the new organization will be associated with. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Organization ID","name":"organizationId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organization"],"operation":["update"]}},"description":"Unique identifier for the organization"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["update"]}},"options":[{"displayName":"Domain","name":"domain","type":"string","default":"","description":"The domain name of the organization"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the organization"},{"displayName":"Person Names or IDs","name":"persons","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getPersons"},"default":[],"description":"Persons that the new organization will be associated with. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Organization ID","name":"organizationId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organization"],"operation":["get"]}},"description":"Unique identifier for the organization"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["get"]}},"options":[{"displayName":"With Interaction Dates","name":"withInteractionDates","type":"boolean","default":false,"description":"Whether interaction dates will be present on the returned resources"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["organization"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["organization"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["getAll"]}},"options":[{"displayName":"Term","name":"term","type":"string","default":"","description":"A string used to search all the organizations in your team’s address book. This could be an email address, a first name or a last name."},{"displayName":"With Interaction Dates","name":"withInteractionDates","type":"boolean","default":false,"description":"Whether interaction dates will be present on the returned resources"}]},{"displayName":"Organization ID","name":"organizationId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organization"],"operation":["delete"]}},"description":"Unique identifier for the organization"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["person"]}},"options":[{"name":"Create","value":"create","description":"Create a person","action":"Create a person"},{"name":"Delete","value":"delete","description":"Delete a person","action":"Delete a person"},{"name":"Get","value":"get","description":"Get a person","action":"Get a person"},{"name":"Get Many","value":"getAll","description":"Get many persons","action":"Get many people"},{"name":"Update","value":"update","description":"Update a person","action":"Update a person"}],"default":"create"},{"displayName":"First Name","name":"firstName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["person"],"operation":["create"]}},"description":"The first name of the person"},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["person"],"operation":["create"]}},"description":"The last name of the person"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["person"],"operation":["create"]}},"options":[{"displayName":"Organization Names or IDs","name":"organizations","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":[],"description":"Organizations that the person is associated with. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Emails","name":"emails","type":"string","description":"The email addresses of the person","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add To Email"},"displayOptions":{"show":{"resource":["person"],"operation":["create"]}},"placeholder":"info@example.com","default":[]},{"displayName":"Person ID","name":"personId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["person"],"operation":["update"]}},"description":"Unique identifier for the person"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["person"],"operation":["update"]}},"options":[{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"The first name of the person"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"The last name of the person"},{"displayName":"Organization Names or IDs","name":"organizations","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":[],"description":"Organizations that the person is associated with. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Emails","name":"emails","type":"string","description":"The email addresses of the person","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add To Email"},"displayOptions":{"show":{"resource":["person"],"operation":["update"]}},"placeholder":"info@example.com","default":[]},{"displayName":"Person ID","name":"personId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["person"],"operation":["get"]}},"description":"Unique identifier for the person"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["person"],"operation":["get"]}},"options":[{"displayName":"With Interaction Dates","name":"withInteractionDates","type":"boolean","default":false,"description":"Whether interaction dates will be present on the returned resources"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["person"],"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":["person"],"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":["person"],"operation":["getAll"]}},"options":[{"displayName":"Term","name":"term","type":"string","default":"","description":"A string used to search all the persons in your team’s address book. This could be an email address, a first name or a last name."},{"displayName":"With Interaction Dates","name":"withInteractionDates","type":"boolean","default":false,"description":"Whether interaction dates will be present on the returned resources"}]},{"displayName":"Person ID","name":"personId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["person"],"operation":["delete"]}},"description":"Unique identifier for the person"}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.affinity/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/affinity"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Affinity/affinity.png"},
|
|
8
8
|
{"displayName":"Affinity Trigger","name":"n8n-nodes-base.affinityTrigger","group":["trigger"],"version":1,"description":"Handle Affinity events via webhooks","defaults":{"name":"Affinity Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"affinityApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"field_value.created","value":"field_value.created"},{"name":"field_value.deleted","value":"field_value.deleted"},{"name":"field_value.updated","value":"field_value.updated"},{"name":"field.created","value":"field.created"},{"name":"field.deleted","value":"field.deleted"},{"name":"field.updated","value":"field.updated"},{"name":"file.created","value":"file.created"},{"name":"file.deleted","value":"file.deleted"},{"name":"list_entry.created","value":"list_entry.created"},{"name":"list_entry.deleted","value":"list_entry.deleted"},{"name":"list.created","value":"list.created"},{"name":"list.deleted","value":"list.deleted"},{"name":"list.updated","value":"list.updated"},{"name":"note.created","value":"note.created"},{"name":"note.deleted","value":"note.deleted"},{"name":"note.updated","value":"note.updated"},{"name":"opportunity.created","value":"opportunity.created"},{"name":"opportunity.deleted","value":"opportunity.deleted"},{"name":"opportunity.updated","value":"opportunity.updated"},{"name":"organization.created","value":"organization.created"},{"name":"organization.deleted","value":"organization.deleted"},{"name":"organization.updated","value":"organization.updated"},{"name":"person.created","value":"person.created"},{"name":"person.deleted","value":"person.deleted"},{"name":"person.updated","value":"person.updated"}],"default":[],"required":true,"description":"Webhook events that will be enabled for that endpoint"}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.affinitytrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/affinity"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Affinity/affinity.png"},
|
|
9
9
|
{"displayName":"Agile CRM","name":"n8n-nodes-base.agileCrm","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","group":["transform"],"version":1,"description":"Consume Agile CRM API","defaults":{"name":"Agile CRM"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"agileCrmApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Company","value":"company"},{"name":"Contact","value":"contact"},{"name":"Deal","value":"deal"}],"default":"contact"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a new contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"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 contact properties","action":"Update a contact"}],"default":"get"},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular 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","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"default":20,"description":"Max number of results to return"},{"displayName":"Filter","name":"filterType","type":"options","options":[{"name":"None","value":"none"},{"name":"Build Manually","value":"manual"},{"name":"JSON","value":"json"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":"none"},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Filter","value":"anyFilter"},{"name":"All Filters","value":"allFilters"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"filterType":["manual"]}},"default":"anyFilter"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":false,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Filters","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"filterType":["manual"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Field","name":"field","type":"string","default":"","description":"Any searchable field"},{"displayName":"Condition Type","name":"condition_type","type":"options","options":[{"name":"After","value":"AFTER"},{"name":"Before","value":"BEFORE"},{"name":"Between","value":"BETWEEN"},{"name":"Equals","value":"EQUALS"},{"name":"Last","value":"LAST"},{"name":"Not Equal","value":"NOTEQUALS"},{"name":"On","value":"ON"}],"default":"EQUALS"},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Value 2","name":"value2","type":"string","displayOptions":{"show":{"condition_type":["BETWEEN"]}},"default":""}]}]},{"displayName":"See <a href=\"https://github.com/agilecrm/rest-api#121-get-contacts-by-dynamic-filter\" target=\"_blank\">Agile CRM guide</a> to creating filters","name":"jsonNotice","type":"notice","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"filterType":["json"]}},"default":""},{"displayName":"Filters (JSON)","name":"filterJson","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"filterType":["json"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Sort","name":"sort","type":"fixedCollection","placeholder":"Add Sort","default":[],"options":[{"displayName":"Sort","name":"sort","values":[{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"ASC"},{"name":"Descending","value":"DESC"}],"default":"ASC","description":"The sorting direction"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The sorting field"}]}]}]},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[true]}},"description":"Object of values to set as described <a href=\"https://github.com/agilecrm/rest-api#1-contacts---companies-api\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"options":[{"displayName":"Address","name":"addressOptions","type":"fixedCollection","default":{},"description":"Contacts address","typeOptions":{"multipleValues":true},"options":[{"displayName":"Address Properties","name":"addressProperties","values":[{"displayName":"Type","name":"subtype","type":"options","required":true,"default":"","description":"Type of address","options":[{"name":"Home","value":"home"},{"name":"Postal","value":"postal"},{"name":"Office","value":"office"}]},{"displayName":"Address","name":"address","type":"string","required":true,"default":"","description":"Full address"}]}]},{"displayName":"Company","name":"company","type":"string","default":"","description":"Company Name"},{"displayName":"Email","name":"emailOptions","type":"fixedCollection","default":{},"description":"Contact email","typeOptions":{"multipleValues":true},"options":[{"displayName":"Email Properties","name":"emailProperties","values":[{"displayName":"Type","name":"subtype","type":"options","required":true,"default":"","description":"Type of Email","options":[{"name":"Work","value":"work"},{"name":"Personal","value":"personal"}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":""}]}]},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"Contact first name"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Contact last name"},{"displayName":"Lead Score","name":"leadScore","type":"number","default":"","description":"Lead score of contact","typeOptions":{"minValue":0}},{"displayName":"Star Value","name":"starValue","type":"options","default":"","description":"Rating of contact (Max value 5). This is not applicable for companies.","options":[{"name":"0","value":0},{"name":"1","value":1},{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5}]},{"displayName":"Phone","name":"phoneOptions","type":"fixedCollection","default":{},"description":"Contacts phone","typeOptions":{"multipleValues":true},"options":[{"displayName":"Phone Properties","name":"phoneProperties","values":[{"displayName":"Type","name":"subtype","type":"options","required":true,"default":"","description":"Type of phone number","options":[{"name":"Home","value":"home"},{"name":"Home Fax","value":"homeFax"},{"name":"Main","value":"main"},{"name":"Mobile","value":"mobile"},{"name":"Other","value":"other"},{"name":"Work","value":"work"},{"name":"Work Fax","value":"workFax"}]},{"displayName":"Number","name":"number","type":"string","required":true,"default":"","description":"Phone number"}]}]},{"displayName":"Tags","name":"tags","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Tag"},"default":[],"description":"Unique identifiers added to contact, for easy management of contacts. This is not applicable for companies."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Professional title"},{"displayName":"Website","name":"websiteOptions","type":"fixedCollection","default":{},"description":"Contacts websites","typeOptions":{"multipleValues":true},"options":[{"displayName":"Website Properties.","name":"websiteProperties","values":[{"displayName":"Type","name":"subtype","type":"options","required":true,"default":"","description":"Type of website","options":[{"name":"Facebook","value":"facebook"},{"name":"Feed","value":"feed"},{"name":"Flickr","value":"flickr"},{"name":"Github","value":"github"},{"name":"Google Plus","value":"googlePlus"},{"name":"LinkedIn","value":"linkedin"},{"name":"Skype","value":"skype"},{"name":"Twitter","value":"twitter"},{"name":"URL","value":"url"},{"name":"Xing","value":"xing"},{"name":"YouTube","value":"youtube"}]},{"displayName":"URL","name":"url","type":"string","required":true,"default":"","description":"Website URL"}]}]},{"displayName":"Custom Properties","name":"customProperties","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Property","name":"customProperty","values":[{"displayName":"Name","name":"name","type":"string","required":true,"default":"","description":"Property name"},{"displayName":"Sub Type","name":"subtype","type":"string","default":"","description":"Property sub type"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Property value"}]}]}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"default":"","description":"ID of contact to delete"},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"default":"","description":"Unique identifier for a particular contact"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"],"jsonParameters":[true]}},"description":"Object of values to set as described <a href=\"https://github.com/agilecrm/rest-api#1-contacts---companies-api\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"],"jsonParameters":[false]}},"options":[{"displayName":"Address","name":"addressOptions","type":"fixedCollection","default":{},"description":"Contacts address","typeOptions":{"multipleValues":true},"options":[{"displayName":"Address Properties","name":"addressProperties","values":[{"displayName":"Type","name":"subtype","type":"options","required":true,"default":"","description":"Type of address","options":[{"name":"Home","value":"home"},{"name":"Office","value":"office"},{"name":"Postal","value":"postal"}]},{"displayName":"Address","name":"address","type":"string","required":true,"default":"","description":"Full address"}]}]},{"displayName":"Company","name":"company","type":"string","default":"","description":"Company Name"},{"displayName":"Email","name":"emailOptions","type":"fixedCollection","default":{},"description":"Contact email","typeOptions":{"multipleValues":true},"options":[{"displayName":"Email Properties","name":"emailProperties","values":[{"displayName":"Type","name":"subtype","type":"options","required":true,"default":"","description":"Type of Email","options":[{"name":"Work","value":"work"},{"name":"Personal","value":"personal"}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":""}]}]},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"Contact first name"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Contact last name"},{"displayName":"Lead Score","name":"leadScore","type":"number","default":"","description":"Lead score of contact","typeOptions":{"minValue":0}},{"displayName":"Star Value","name":"starValue","type":"options","default":"","description":"Rating of contact (Max value 5). This is not applicable for companies.","options":[{"name":"0","value":0},{"name":"1","value":1},{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5}]},{"displayName":"Phone","name":"phoneOptions","type":"fixedCollection","default":{},"description":"Contacts phone","typeOptions":{"multipleValues":true},"options":[{"displayName":"Phone Properties","name":"phoneProperties","values":[{"displayName":"Type","name":"subtype","type":"options","required":true,"default":"","description":"Type of phone number","options":[{"name":"Home","value":"home"},{"name":"Home Fax","value":"homeFax"},{"name":"Main","value":"main"},{"name":"Mobile","value":"mobile"},{"name":"Other","value":"other"},{"name":"Work","value":"work"},{"name":"Work Fax","value":"workFax"}]},{"displayName":"Number","name":"number","type":"string","required":true,"default":"","description":"Phone number"}]}]},{"displayName":"Tags","name":"tags","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Tag"},"default":[],"description":"Unique identifiers added to contact, for easy management of contacts. This is not applicable for companies."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Professional title"},{"displayName":"Website","name":"websiteOptions","type":"fixedCollection","default":{},"description":"Contacts websites","typeOptions":{"multipleValues":true},"options":[{"displayName":"Website Properties.","name":"websiteProperties","values":[{"displayName":"Type","name":"subtype","type":"options","required":true,"default":"","description":"Type of website","options":[{"name":"Facebook","value":"facebook"},{"name":"Feed","value":"feed"},{"name":"Flickr","value":"flickr"},{"name":"Github","value":"github"},{"name":"Google Plus","value":"googlePlus"},{"name":"LinkedIn","value":"linkedin"},{"name":"Skype","value":"skype"},{"name":"Twitter","value":"twitter"},{"name":"URL","value":"url"},{"name":"Xing","value":"xing"},{"name":"YouTube","value":"youtube"}]},{"displayName":"URL","name":"url","type":"string","required":true,"default":"","description":"Website URL"}]}]},{"displayName":"Custom Properties","name":"customProperties","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Property","name":"customProperty","values":[{"displayName":"Name","name":"name","type":"string","required":true,"default":"","description":"Property name"},{"displayName":"Sub Type","name":"subtype","type":"string","default":"","description":"Property sub type"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Property value"}]}]}]},{"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":"Delete","value":"delete","description":"Delete a company","action":"Delete a company"},{"name":"Get","value":"get","description":"Get a company","action":"Get a company"},{"name":"Get Many","value":"getAll","description":"Get many companies","action":"Get many companies"},{"name":"Update","value":"update","description":"Update company properties","action":"Update a company"}],"default":"get"},{"displayName":"Company ID","name":"companyId","type":"string","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular company"},{"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","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"],"returnAll":[false]}},"default":20,"description":"Max number of results to return"},{"displayName":"Filter","name":"filterType","type":"options","options":[{"name":"None","value":"none"},{"name":"Build Manually","value":"manual"},{"name":"JSON","value":"json"}],"displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"default":"none"},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Filter","value":"anyFilter"},{"name":"All Filters","value":"allFilters"}],"displayOptions":{"show":{"resource":["company"],"operation":["getAll"],"filterType":["manual"]}},"default":"anyFilter"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"default":false,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Filters","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"],"filterType":["manual"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Field","name":"field","type":"string","default":"","description":"Any searchable field"},{"displayName":"Condition Type","name":"condition_type","type":"options","options":[{"name":"After","value":"AFTER"},{"name":"Before","value":"BEFORE"},{"name":"Between","value":"BETWEEN"},{"name":"Equals","value":"EQUALS"},{"name":"Last","value":"LAST"},{"name":"Not Equal","value":"NOTEQUALS"},{"name":"On","value":"ON"}],"default":"EQUALS"},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Value 2","name":"value2","type":"string","displayOptions":{"show":{"condition_type":["BETWEEN"]}},"default":""}]}]},{"displayName":"See <a href=\"https://github.com/agilecrm/rest-api#121-get-contacts-by-dynamic-filter\" target=\"_blank\">Agile CRM guide</a> to creating filters","name":"jsonNotice","type":"notice","displayOptions":{"show":{"resource":["company"],"operation":["getAll"],"filterType":["json"]}},"default":""},{"displayName":"Filters (JSON)","name":"filterJson","type":"string","displayOptions":{"show":{"resource":["company"],"operation":["getAll"],"filterType":["json"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"options":[{"displayName":"Sort","name":"sort","type":"fixedCollection","placeholder":"Add Sort","default":[],"options":[{"displayName":"Sort","name":"sort","values":[{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"ASC"},{"name":"Descending","value":"DESC"}],"default":"ASC","description":"The sorting direction"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The sorting field"}]}]}]},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["company"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["company"],"operation":["create"],"jsonParameters":[true]}},"description":"Object of values to set as described <a href=\"https://github.com/agilecrm/rest-api#1-companys---companies-api\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["create"],"jsonParameters":[false]}},"options":[{"displayName":"Address","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Company address"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Company email"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Company name"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Company phone"},{"displayName":"Star Value","name":"starValue","type":"options","default":"","description":"Rating of company (Max value 5). This is not applicable for companies.","options":[{"name":"0","value":0},{"name":"1","value":1},{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5}]},{"displayName":"Tags","name":"tags","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Tag"},"default":[],"description":"Unique identifiers added to company, for easy management of companys. This is not applicable for companies."},{"displayName":"Website","name":"websiteOptions","type":"fixedCollection","description":"Companies websites","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Website Properties.","name":"websiteProperties","values":[{"displayName":"Type","name":"subtype","type":"options","required":true,"default":"","description":"Type of website","options":[{"name":"Facebook","value":"facebook"},{"name":"Feed","value":"feed"},{"name":"Flickr","value":"flickr"},{"name":"Github","value":"github"},{"name":"Google Plus","value":"googlePlus"},{"name":"LinkedIn","value":"linkedin"},{"name":"Skype","value":"skype"},{"name":"Twitter","value":"twitter"},{"name":"URL","value":"url"},{"name":"Xing","value":"xing"},{"name":"YouTube","value":"youtube"}]},{"displayName":"URL","name":"url","type":"string","required":true,"default":"","description":"Website URL"}]}]},{"displayName":"Custom Properties","name":"customProperties","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Property","name":"customProperty","values":[{"displayName":"Name","name":"name","type":"string","required":true,"default":"","description":"Property name"},{"displayName":"Sub Type","name":"subtype","type":"string","default":"","description":"Property sub type"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Property value"}]}]}]},{"displayName":"Company ID","name":"companyId","type":"string","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["delete"]}},"default":"","description":"ID of company to delete"},{"displayName":"Company ID","name":"companyId","type":"string","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"default":"","description":"Unique identifier for a particular company"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["company"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["company"],"operation":["update"],"jsonParameters":[true]}},"description":"Object of values to set as described <a href=\"https://github.com/agilecrm/rest-api#1-companys---companies-api\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["update"],"jsonParameters":[false]}},"options":[{"displayName":"Address","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Company address"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Company email"},{"displayName":"Star Value","name":"starValue","type":"options","default":"","description":"Rating of company (Max value 5). This is not applicable for companies.","options":[{"name":"0","value":0},{"name":"1","value":1},{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5}]},{"displayName":"Tags","name":"tags","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Tag"},"default":[],"description":"Unique identifiers added to company, for easy management of companys. This is not applicable for companies."},{"displayName":"Name","name":"name","type":"string","default":"","description":"Company name"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Company phone"},{"displayName":"Website","name":"websiteOptions","type":"fixedCollection","default":{},"description":"Companys websites","typeOptions":{"multipleValues":true},"options":[{"displayName":"Website Properties.","name":"websiteProperties","values":[{"displayName":"Type","name":"subtype","type":"options","required":true,"default":"","description":"Type of website","options":[{"name":"Facebook","value":"facebook"},{"name":"Feed","value":"feed"},{"name":"Flickr","value":"flickr"},{"name":"Github","value":"github"},{"name":"Google Plus","value":"googlePlus"},{"name":"LinkedIn","value":"linkedin"},{"name":"Skype","value":"skype"},{"name":"Twitter","value":"twitter"},{"name":"URL","value":"url"},{"name":"Xing","value":"xing"},{"name":"YouTube","value":"youtube"}]},{"displayName":"URL","name":"url","type":"string","required":true,"default":"","description":"Website URL"}]}]},{"displayName":"Custom Properties","name":"customProperties","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Property","name":"customProperty","values":[{"displayName":"Name","name":"name","type":"string","required":true,"default":"","description":"Property name"},{"displayName":"Sub Type","name":"subtype","type":"string","default":"","description":"Property sub type"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Property value"}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["deal"]}},"options":[{"name":"Create","value":"create","description":"Create a new deal","action":"Create a deal"},{"name":"Delete","value":"delete","description":"Delete a deal","action":"Delete a deal"},{"name":"Get","value":"get","description":"Get a deal","action":"Get a deal"},{"name":"Get Many","value":"getAll","description":"Get many deals","action":"Get many deals"},{"name":"Update","value":"update","description":"Update deal properties","action":"Update a deal"}],"default":"get"},{"displayName":"Deal ID","name":"dealId","type":"string","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular deal"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"description":"Max number of results to return","default":20,"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"],"returnAll":[false]}}},{"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":"Close Date","name":"closeDate","type":"dateTime","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["create"],"jsonParameters":[false]}},"default":"","description":"Closing date of deal"},{"displayName":"Expected Value","name":"expectedValue","type":"number","required":true,"typeOptions":{"minValue":0,"maxValue":1000000000000},"displayOptions":{"show":{"resource":["deal"],"operation":["create"],"jsonParameters":[false]}},"default":1,"description":"Expected Value of deal"},{"displayName":"Milestone","name":"milestone","type":"string","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["create"],"jsonParameters":[false]}},"default":"","description":"Milestone of deal"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["create"],"jsonParameters":[false]}},"default":"","description":"Name of deal"},{"displayName":"Probability","name":"probability","type":"number","required":true,"typeOptions":{"minValue":0,"maxValue":100},"displayOptions":{"show":{"resource":["deal"],"operation":["create"],"jsonParameters":[false]}},"default":50,"description":"Expected probability"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["create"],"jsonParameters":[true]}},"description":"Object of values to set as described <a href=\"https://github.com/agilecrm/rest-api#1-deals---companies-api\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["create"],"jsonParameters":[false]}},"options":[{"displayName":"Contact IDs","name":"contactIds","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add ID"},"default":[],"description":"Unique contact identifiers"},{"displayName":"Custom Data","name":"customData","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Property","name":"customProperty","values":[{"displayName":"Name","name":"name","type":"string","required":true,"default":"","description":"Property name"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Property value"}]}]}]},{"displayName":"Deal ID","name":"dealId","type":"string","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["delete"]}},"default":"","description":"ID of deal to delete"},{"displayName":"Deal ID","name":"dealId","type":"string","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"default":"","description":"ID of deal to update"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["update"],"jsonParameters":[true]}},"description":"Object of values to set as described <a href=\"https://github.com/agilecrm/rest-api#1-deals---companies-api\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["update"],"jsonParameters":[false]}},"options":[{"displayName":"Expected Value","name":"expectedValue","type":"number","typeOptions":{"minValue":0,"maxValue":10000},"default":"","description":"Expected Value of deal"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of deal"},{"displayName":"Probability","name":"probability","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":50,"description":"Expected Value of deal"},{"displayName":"Contact IDs","name":"contactIds","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add ID"},"default":[],"description":"Unique contact identifiers"},{"displayName":"Custom Data","name":"customData","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Property","name":"customProperty","values":[{"displayName":"Name","name":"name","type":"string","required":true,"default":"","description":"Property name"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Property value"}]}]}]}],"codex":{"categories":["Marketing & Content","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.agilecrm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/agileCrm"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/AgileCrm/agilecrm.png"},
|
|
10
10
|
{"displayName":"Airtable","name":"n8n-nodes-base.airtable","group":["input"],"version":1,"description":"Read, update, write and delete data from Airtable","defaults":{"name":"Airtable"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"airtableApi","required":true,"displayOptions":{"show":{"authentication":["airtableApi"]}}},{"name":"airtableTokenApi","required":true,"displayOptions":{"show":{"authentication":["airtableTokenApi"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Key","value":"airtableApi"},{"name":"Access Token","value":"airtableTokenApi"}],"default":"airtableApi"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Append","value":"append","description":"Append the data to a table","action":"Append data to a table"},{"name":"Delete","value":"delete","description":"Delete data from a table","action":"Delete data from a table"},{"name":"List","value":"list","description":"List data from a table","action":"List data from a table"},{"name":"Read","value":"read","description":"Read data from a table","action":"Read data from a table"},{"name":"Update","value":"update","description":"Update data in a table","action":"Update data in a table"}],"default":"read"},{"displayName":"Base","name":"application","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"description":"The Airtable Base in which to operate on","modes":[{"displayName":"By URL","name":"url","type":"string","placeholder":"https://airtable.com/app12DiScdfes/tblAAAAAAAAAAAAA/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable Base URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable Base ID"}}],"placeholder":"appD3dfaeidke","url":"=https://airtable.com/{{$value}}"}]},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"By URL","name":"url","type":"string","placeholder":"https://airtable.com/app12DiScdfes/tblAAAAAAAAAAAAA/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable Table URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable Table ID"}}],"placeholder":"tbl3dirwqeidke"}]},{"displayName":"Add All Fields","name":"addAllFields","type":"boolean","displayOptions":{"show":{"operation":["append"]}},"default":true,"description":"Whether all fields should be sent to Airtable or only specific ones"},{"displayName":"Fields","name":"fields","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Field"},"requiresDataPath":"single","displayOptions":{"show":{"addAllFields":[false],"operation":["append"]}},"default":[],"placeholder":"Name","required":true,"description":"The name of fields for which data should be sent to Airtable"},{"displayName":"ID","name":"id","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":"","required":true,"description":"ID of the record to delete"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["list"]}},"default":true,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["list"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","displayOptions":{"show":{"operation":["list"]}},"default":false,"description":"Whether the attachment fields define in 'Download Fields' will be downloaded"},{"displayName":"Download Fields","name":"downloadFieldNames","type":"string","required":true,"requiresDataPath":"multiple","displayOptions":{"show":{"operation":["list"],"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 and cannot include spaces after a comma."},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","displayOptions":{"show":{"operation":["list"]}},"default":{},"description":"Additional options which decide which records should be returned","placeholder":"Add Option","options":[{"displayName":"Fields","name":"fields","type":"string","requiresDataPath":"single","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Field"},"default":[],"placeholder":"Name","description":"Only data for fields whose names are in this list will be included in the records"},{"displayName":"Filter By Formula","name":"filterByFormula","type":"string","default":"","placeholder":"NOT({Name} = '')","description":"A formula used to filter records. The formula will be evaluated for each record, and if the result is not 0, false, \"\", NaN, [], or #Error! the record will be included in the response."},{"displayName":"Sort","name":"sort","placeholder":"Add Sort Rule","description":"Defines how the returned records should be ordered","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":"View","name":"view","type":"string","default":"","placeholder":"All Stories","description":"The name or ID of a view in the Stories table. If set, only the records in that view will be returned. The records will be sorted according to the order of the view."}]},{"displayName":"ID","name":"id","type":"string","displayOptions":{"show":{"operation":["read"]}},"default":"","required":true,"description":"ID of the record to return"},{"displayName":"ID","name":"id","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","required":true,"description":"ID of the record to update"},{"displayName":"Update All Fields","name":"updateAllFields","type":"boolean","displayOptions":{"show":{"operation":["update"]}},"default":true,"description":"Whether all fields should be sent to Airtable or only specific ones"},{"displayName":"Fields","name":"fields","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Field"},"requiresDataPath":"single","displayOptions":{"show":{"updateAllFields":[false],"operation":["update"]}},"default":[],"placeholder":"Name","required":true,"description":"The name of fields for which data should be sent to Airtable"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","displayOptions":{"show":{"operation":["append","delete","update"]}},"default":{},"options":[{"displayName":"Bulk Size","name":"bulkSize","type":"number","typeOptions":{"minValue":1,"maxValue":10},"default":10,"description":"Number of records to process at once"},{"displayName":"Ignore Fields","name":"ignoreFields","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"/operation":["update"],"/updateAllFields":[true]}},"default":"","description":"Comma-separated list of fields to ignore"},{"displayName":"Typecast","name":"typecast","type":"boolean","displayOptions":{"show":{"/operation":["append","update"]}},"default":false,"description":"Whether the Airtable API should attempt mapping of string values for linked records & select options"}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.airtable/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/airtable"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Airtable/airtable.svg"},
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
{"displayName":"Cortex","name":"n8n-nodes-base.cortex","group":["transform"],"subtitle":"={{$parameter[\"operation\"]+ \": \" + $parameter[\"resource\"]}}","version":1,"description":"Apply the Cortex analyzer/responder on the given entity","defaults":{"name":"Cortex"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"cortexApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Analyzer","value":"analyzer"},{"name":"Job","value":"job"},{"name":"Responder","value":"responder"}],"default":"analyzer","description":"Choose a resource","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"description":"Choose an operation","displayOptions":{"show":{"resource":["analyzer"]}},"default":"execute","options":[{"name":"Execute","value":"execute","description":"Execute Analyzer","action":"Execute an analyzer"}]},{"displayName":"Analyzer Type Name or ID","name":"analyzer","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"loadActiveAnalyzers"},"displayOptions":{"show":{"resource":["analyzer"],"operation":["execute"]}},"description":"Choose the analyzer. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":""},{"displayName":"Observable Type Name or ID","name":"observableType","type":"options","required":true,"displayOptions":{"show":{"resource":["analyzer"],"operation":["execute"]},"hide":{"analyzer":[""]}},"typeOptions":{"loadOptionsMethod":"loadObservableOptions","loadOptionsDependsOn":["analyzer"]},"default":"","description":"Choose the observable type. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Observable Value","name":"observableValue","type":"string","required":true,"displayOptions":{"show":{"resource":["analyzer"],"operation":["execute"]},"hide":{"observableType":["file"],"analyzer":[""]}},"default":"","description":"Enter the observable value"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"observableType":["file"],"resource":["analyzer"],"operation":["execute"]}},"description":"Name of the binary property to which to write the data of the read file"},{"displayName":"TLP","name":"tlp","type":"options","displayOptions":{"show":{"resource":["analyzer"],"operation":["execute"]},"hide":{"observableType":[""],"analyzer":[""]}},"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"default":2,"description":"The TLP of the analyzed observable"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["analyzer"],"operation":["execute"]}},"options":[{"displayName":"Force","name":"force","type":"boolean","default":false,"description":"Whether to force bypassing the cache"},{"displayName":"Timeout (Seconds)","name":"timeout","type":"number","default":3,"description":"Timeout to wait for the report in case it is not available at the time the query was made"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"description":"Choose an operation","displayOptions":{"show":{"resource":["responder"]}},"options":[{"name":"Execute","value":"execute","description":"Execute Responder","action":"Execute a responder"}],"default":"execute"},{"displayName":"Responder Type Name or ID","name":"responder","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"loadActiveResponders"},"default":"","displayOptions":{"show":{"resource":["responder"]}},"description":"Choose the responder. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Entity Type Name or ID","name":"entityType","type":"options","required":true,"displayOptions":{"show":{"resource":["responder"]}},"typeOptions":{"loadOptionsMethod":"loadDataTypeOptions","loadOptionsDependsOn":["responder"]},"default":"","description":"Choose the Data type. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"JSON Parameters","name":"jsonObject","type":"boolean","default":false,"description":"Choose between providing JSON object or seperated attributes","displayOptions":{"show":{"resource":["responder"]}}},{"displayName":"Entity Object (JSON)","name":"objectData","type":"string","required":true,"displayOptions":{"show":{"resource":["responder"],"jsonObject":[true]}},"default":""},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","placeholder":"Add Parameter","options":[{"displayName":"Case Attributes","name":"values","values":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the case"},{"displayName":"Flag","name":"flag","type":"boolean","default":false,"description":"Flag of the case default=false"},{"displayName":"Owner","name":"owner","type":"string","default":"","description":"User who owns the case. This is automatically set to current user when status is set to InProgress."},{"displayName":"Severity","name":"severity","type":"options","default":2,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"description":"Severity of the case. Default=Medium."},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Date and time of the begin of the case default=now"},{"displayName":"Tags","name":"tags","type":"string","default":"","placeholder":"tag1,tag2,..."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the case"},{"displayName":"TLP","name":"tlp","type":"options","default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"description":"Traffic Light Protocol (TLP). Default=Amber."}]}],"typeOptions":{"loadOptionsDependsOn":["entityType"]},"displayOptions":{"show":{"resource":["responder"],"jsonObject":[false],"entityType":["case"]},"hide":{"entityType":["","alert","case_artifact","case_task","case_task_log"]}},"default":{}},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","placeholder":"Add Parameter","options":[{"displayName":"Alert Attributes","name":"values","values":[{"displayName":"Artifacts","name":"artifacts","type":"fixedCollection","placeholder":"Add an artifact","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add an Artifact"},"default":[],"options":[{"displayName":"Artifact","name":"artifactValues","values":[{"displayName":"Binary Property","name":"binaryProperty","type":"string","displayOptions":{"show":{"dataType":["file"]}},"default":"data"},{"displayName":"Data","name":"data","type":"string","displayOptions":{"hide":{"dataType":["file"]}},"default":""},{"displayName":"Data Type","name":"dataType","type":"options","default":"","options":[{"name":"Domain","value":"domain"},{"name":"File","value":"file"},{"name":"Filename","value":"filename"},{"name":"Fqdn","value":"fqdn"},{"name":"Hash","value":"hash"},{"name":"IP","value":"ip"},{"name":"Mail","value":"mail"},{"name":"Mail Subject","value":"mail_subject"},{"name":"Other","value":"other"},{"name":"Regexp","value":"regexp"},{"name":"Registry","value":"registry"},{"name":"Uri Path","value":"uri_path"},{"name":"URL","value":"url"},{"name":"User Agent","value":"user-agent"}]},{"displayName":"Message","name":"message","type":"string","default":""},{"displayName":"Tags","name":"tags","type":"string","default":""}]}]},{"displayName":"Date","name":"date","type":"dateTime","default":"","description":"Date and time when the alert was raised default=now"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the alert"},{"displayName":"Follow","name":"follow","type":"boolean","default":false},{"displayName":"Severity","name":"severity","type":"options","default":2,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"description":"Severity of the case. Default=Medium."},{"displayName":"Source","name":"source","type":"string","default":"","description":"Source of the alert"},{"displayName":"SourceRef","name":"sourceRef","type":"string","default":"","description":"Source reference of the alert"},{"displayName":"Status","name":"status","type":"options","default":"New","options":[{"name":"New","value":"New"},{"name":"Updated","value":"Updated"},{"name":"Ignored","value":"Ignored"},{"name":"Imported","value":"Imported"}],"description":"Status of the alert. Default=New."},{"displayName":"Tags","name":"tags","type":"string","placeholder":"tag1,tag2,...","default":""},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the alert"},{"displayName":"TLP","name":"tlp","type":"options","default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"description":"Traffic Light Protocol (TLP). Default=Amber."},{"displayName":"Type","name":"type","type":"string","default":"","description":"Type of the alert"}]}],"typeOptions":{"loadOptionsDependsOn":["entityType"]},"displayOptions":{"show":{"resource":["responder"],"jsonObject":[false],"entityType":["alert"]},"hide":{"responder":[""],"entityType":["","case","case_artifact","case_task","case_task_log"]}},"default":{}},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","placeholder":"Add Parameter","options":[{"displayName":"Observable Attributes","name":"values","values":[{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"dataType":["file"]}},"description":"Name of the binary property which contains the attachement data"},{"displayName":"Data","name":"data","type":"string","default":"","displayOptions":{"hide":{"dataType":["file"]}}},{"displayName":"DataType","name":"dataType","type":"options","default":"","options":[{"name":"Domain","value":"domain"},{"name":"File","value":"file"},{"name":"Filename","value":"filename"},{"name":"Fqdn","value":"fqdn"},{"name":"Hash","value":"hash"},{"name":"IP","value":"ip"},{"name":"Mail","value":"mail"},{"name":"Mail Subject","value":"mail_subject"},{"name":"Other","value":"other"},{"name":"Regexp","value":"regexp"},{"name":"Registry","value":"registry"},{"name":"Uri Path","value":"uri_path"},{"name":"URL","value":"url"},{"name":"User Agent","value":"user-agent"}]},{"displayName":"IOC","name":"ioc","type":"boolean","default":false,"description":"Whether the observable is an IOC (Indicator of compromise)"},{"displayName":"Message","name":"message","type":"string","default":""},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Date and time of the begin of the case default=now"},{"displayName":"Status","name":"status","type":"options","default":"","options":[{"name":"Ok","value":"Ok"},{"name":"Deleted","value":"Deleted"}],"description":"Status of the observable (Ok or Deleted) default=Ok"},{"displayName":"TLP","name":"tlp","type":"options","default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"description":"Traffic Light Protocol (TLP). Default=Amber."}]}],"typeOptions":{"loadOptionsDependsOn":["entityType"]},"displayOptions":{"show":{"resource":["responder"],"jsonObject":[false],"entityType":["case_artifact"]},"hide":{"responder":[""],"entityType":["","case","alert","case_task","case_task_log"]}},"default":{}},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","placeholder":"Add Parameter","options":[{"displayName":"Task Attributes","name":"values","values":[{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the task"},{"displayName":"Status","name":"status","type":"options","default":"Waiting","options":[{"name":"Waiting","value":"Waiting"},{"name":"InProgress","value":"InProgress"},{"name":"Completed","value":"Completed"},{"name":"Cancel","value":"Cancel"}]},{"displayName":"Flag","name":"flag","type":"boolean","default":false}]}],"typeOptions":{"loadOptionsDependsOn":["entityType"]},"displayOptions":{"show":{"resource":["responder"],"jsonObject":[false],"entityType":["case_task"]},"hide":{"responder":[""],"entityType":["","case","alert","case_artifact","case_task_log"]}},"default":{}},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","placeholder":"Add Parameter","options":[{"displayName":"Log Attributes","name":"values","values":[{"displayName":"Message","name":"message","type":"string","default":""},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Date and time of the begin of the case default=now"},{"displayName":"Status","name":"status","type":"options","required":true,"default":"","options":[{"name":"Ok","value":"Ok"},{"name":"Deleted","value":"Deleted"}]}]}],"typeOptions":{"loadOptionsDependsOn":["entityType"]},"displayOptions":{"show":{"resource":["responder"],"jsonObject":[false],"entityType":["case_task_log"]},"hide":{"responder":[""],"entityType":["","case","alert","case_artifact","case_task"]}},"default":{}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"description":"Choose an operation","required":true,"displayOptions":{"show":{"resource":["job"]}},"options":[{"name":"Get","value":"get","description":"Get job details","action":"Get a job"},{"name":"Report","value":"report","description":"Get job report","action":"Get a job report"}],"default":"get"},{"displayName":"Job ID","name":"jobId","type":"string","required":true,"displayOptions":{"show":{"resource":["job"],"operation":["get","report"]}},"default":"","description":"ID of the job"}],"codex":{"categories":["Development","Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.cortex/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/cortex"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Cortex/cortex.svg"},
|
|
70
70
|
{"displayName":"CrateDB","name":"n8n-nodes-base.crateDb","group":["input"],"version":1,"description":"Add and update data in CrateDB","defaults":{"name":"CrateDB"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"crateDb","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute an SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in database","action":"Insert rows in database"},{"name":"Update","value":"update","description":"Update rows in database","action":"Update rows in database"}],"default":"insert"},{"displayName":"Query","name":"query","type":"string","typeOptions":{"editor":"sqlEditor","sqlDialect":"postgres"},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT id, name FROM product WHERE quantity > $1 AND price <= $2","required":true,"description":"The SQL query to execute. You can use n8n expressions or $1 and $2 in conjunction with query parameters."},{"displayName":"Schema","name":"schema","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"doc","required":true,"description":"Name of the schema the table belongs to"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","required":true,"description":"Name of the table in which to insert data to"},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Schema","name":"schema","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"doc","required":true,"description":"Name of the schema the table belongs to"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","required":true,"description":"Name of the table in which to update data in"},{"displayName":"Update Key","name":"updateKey","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"id","required":true,"description":"Comma-separated list of the properties which decides which rows in the database should be updated. Normally that would be \"id\"."},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the properties which should used as columns for rows to update"},{"displayName":"Return Fields","name":"returnFields","type":"string","displayOptions":{"show":{"operation":["insert","update"]}},"default":"*","description":"Comma-separated list of the fields that the operation will return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Independently","value":"independently","description":"Execute each query independently"},{"name":"Multiple Queries","value":"multiple","description":"<b>Default</b>. Sends multiple queries at once to database."}],"default":"multiple","description":"The way queries should be sent to database. Can be used in conjunction with <b>Continue on Fail</b>. See <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.cratedb/\">the docs</a> for more examples."},{"displayName":"Query Parameters","name":"queryParams","type":"string","displayOptions":{"show":{"/operation":["executeQuery"]}},"default":"","placeholder":"quantity,price","description":"Comma-separated list of properties which should be used as query parameters"}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.cratedb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/crateDb"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/CrateDb/cratedb.png"},
|
|
71
71
|
{"displayName":"Cron","name":"n8n-nodes-base.cron","icon":"fa:clock","group":["trigger","schedule"],"version":1,"hidden":true,"description":"Triggers the workflow at a specific time","eventTriggerDescription":"","activationMessage":"Your cron trigger will now trigger executions on the schedule you have defined.","defaults":{"name":"Cron","color":"#29a568"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"This workflow will run on the schedule you define here once you <a data-key=\"activate\">activate</a> it.<br><br>For testing, you can also trigger it manually: by going back to the canvas and clicking ‘execute workflow’","name":"notice","type":"notice","default":""},{"displayName":"Trigger Times","name":"triggerTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Time"},"default":{},"description":"Triggers for the workflow","placeholder":"Add Cron Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.scheduletrigger/"}]},"alias":["Time","Scheduler","Polling","Cron","Interval"]}},
|
|
72
|
-
{"displayName":"Crypto","name":"n8n-nodes-base.crypto","icon":"fa:key","group":["transform"],"version":1,"subtitle":"={{$parameter[\"action\"]}}","description":"Provide cryptographic utilities","defaults":{"name":"Crypto","color":"#408000"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Action","name":"action","type":"options","options":[{"name":"Generate","description":"Generate random string","value":"generate","action":"Generate random string"},{"name":"Hash","description":"Hash a text in a specified format","value":"hash","action":"Hash a text in a specified format"},{"name":"Hmac","description":"Hmac a text in a specified format","value":"hmac","action":"HMAC a text in a specified format"},{"name":"Sign","description":"Sign a string using a private key","value":"sign","action":"Sign a string using a private key"}],"default":"hash"},{"displayName":"Type","name":"type","displayOptions":{"show":{"action":["hash"]}},"type":"options","options":[{"name":"MD5","value":"MD5"},{"name":"SHA256","value":"SHA256"},{"name":"SHA3-256","value":"SHA3-256"},{"name":"SHA3-384","value":"SHA3-384"},{"name":"SHA3-512","value":"SHA3-512"},{"name":"SHA384","value":"SHA384"},{"name":"SHA512","value":"SHA512"}],"default":"MD5","description":"The hash type to use","required":true},{"displayName":"Value","name":"value","displayOptions":{"show":{"action":["hash"]}},"type":"string","default":"","description":"The value that should be hashed","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["hash"]}},"description":"Name of the property to which to write the hash"},{"displayName":"Encoding","name":"encoding","displayOptions":{"show":{"action":["hash"]}},"type":"options","options":[{"name":"BASE64","value":"base64"},{"name":"HEX","value":"hex"}],"default":"hex","required":true},{"displayName":"Type","name":"type","displayOptions":{"show":{"action":["hmac"]}},"type":"options","options":[{"name":"MD5","value":"MD5"},{"name":"SHA256","value":"SHA256"},{"name":"SHA3-256","value":"SHA3-256"},{"name":"SHA3-384","value":"SHA3-384"},{"name":"SHA3-512","value":"SHA3-512"},{"name":"SHA384","value":"SHA384"},{"name":"SHA512","value":"SHA512"}],"default":"MD5","description":"The hash type to use","required":true},{"displayName":"Value","name":"value","displayOptions":{"show":{"action":["hmac"]}},"type":"string","default":"","description":"The value of which the hmac should be created","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["hmac"]}},"description":"Name of the property to which to write the hmac"},{"displayName":"Secret","name":"secret","displayOptions":{"show":{"action":["hmac"]}},"type":"string","default":"","required":true},{"displayName":"Encoding","name":"encoding","displayOptions":{"show":{"action":["hmac"]}},"type":"options","options":[{"name":"BASE64","value":"base64"},{"name":"HEX","value":"hex"}],"default":"hex","required":true},{"displayName":"Value","name":"value","displayOptions":{"show":{"action":["sign"]}},"type":"string","default":"","description":"The value that should be signed","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["sign"]}},"description":"Name of the property to which to write the signed value"},{"displayName":"Algorithm Name or ID","name":"algorithm","displayOptions":{"show":{"action":["sign"]}},"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","
|
|
72
|
+
{"displayName":"Crypto","name":"n8n-nodes-base.crypto","icon":"fa:key","group":["transform"],"version":1,"subtitle":"={{$parameter[\"action\"]}}","description":"Provide cryptographic utilities","defaults":{"name":"Crypto","color":"#408000"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Action","name":"action","type":"options","options":[{"name":"Generate","description":"Generate random string","value":"generate","action":"Generate random string"},{"name":"Hash","description":"Hash a text or file in a specified format","value":"hash","action":"Hash a text or file in a specified format"},{"name":"Hmac","description":"Hmac a text or file in a specified format","value":"hmac","action":"HMAC a text or file in a specified format"},{"name":"Sign","description":"Sign a string using a private key","value":"sign","action":"Sign a string using a private key"}],"default":"hash"},{"displayName":"Type","name":"type","displayOptions":{"show":{"action":["hash"]}},"type":"options","options":[{"name":"MD5","value":"MD5"},{"name":"SHA256","value":"SHA256"},{"name":"SHA3-256","value":"SHA3-256"},{"name":"SHA3-384","value":"SHA3-384"},{"name":"SHA3-512","value":"SHA3-512"},{"name":"SHA384","value":"SHA384"},{"name":"SHA512","value":"SHA512"}],"default":"MD5","description":"The hash type to use","required":true},{"displayName":"Binary Data","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"action":["hash","hmac"]}},"description":"Whether the data to hashed should be taken from binary field"},{"displayName":"Binary Property Name","name":"binaryPropertyName","displayOptions":{"show":{"action":["hash","hmac"],"binaryData":[true]}},"type":"string","default":"data","description":"Name of the binary property which contains the input data","required":true},{"displayName":"Value","name":"value","displayOptions":{"show":{"action":["hash"],"binaryData":[false]}},"type":"string","default":"","description":"The value that should be hashed","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["hash"]}},"description":"Name of the property to which to write the hash"},{"displayName":"Encoding","name":"encoding","displayOptions":{"show":{"action":["hash"]}},"type":"options","options":[{"name":"BASE64","value":"base64"},{"name":"HEX","value":"hex"}],"default":"hex","required":true},{"displayName":"Type","name":"type","displayOptions":{"show":{"action":["hmac"]}},"type":"options","options":[{"name":"MD5","value":"MD5"},{"name":"SHA256","value":"SHA256"},{"name":"SHA3-256","value":"SHA3-256"},{"name":"SHA3-384","value":"SHA3-384"},{"name":"SHA3-512","value":"SHA3-512"},{"name":"SHA384","value":"SHA384"},{"name":"SHA512","value":"SHA512"}],"default":"MD5","description":"The hash type to use","required":true},{"displayName":"Value","name":"value","displayOptions":{"show":{"action":["hmac"],"binaryData":[false]}},"type":"string","default":"","description":"The value of which the hmac should be created","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["hmac"]}},"description":"Name of the property to which to write the hmac"},{"displayName":"Secret","name":"secret","displayOptions":{"show":{"action":["hmac"]}},"type":"string","default":"","required":true},{"displayName":"Encoding","name":"encoding","displayOptions":{"show":{"action":["hmac"]}},"type":"options","options":[{"name":"BASE64","value":"base64"},{"name":"HEX","value":"hex"}],"default":"hex","required":true},{"displayName":"Value","name":"value","displayOptions":{"show":{"action":["sign"],"binaryData":[false]}},"type":"string","default":"","description":"The value that should be signed","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["sign"]}},"description":"Name of the property to which to write the signed value"},{"displayName":"Algorithm Name or ID","name":"algorithm","displayOptions":{"show":{"action":["sign"]}},"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","options":[{"name":"RSA-MD5","value":"RSA-MD5"},{"name":"RSA-RIPEMD160","value":"RSA-RIPEMD160"},{"name":"RSA-SHA1","value":"RSA-SHA1"},{"name":"RSA-SHA1-2","value":"RSA-SHA1-2"},{"name":"RSA-SHA224","value":"RSA-SHA224"},{"name":"RSA-SHA256","value":"RSA-SHA256"},{"name":"RSA-SHA3-224","value":"RSA-SHA3-224"},{"name":"RSA-SHA3-256","value":"RSA-SHA3-256"},{"name":"RSA-SHA3-384","value":"RSA-SHA3-384"},{"name":"RSA-SHA3-512","value":"RSA-SHA3-512"},{"name":"RSA-SHA384","value":"RSA-SHA384"},{"name":"RSA-SHA512","value":"RSA-SHA512"},{"name":"RSA-SHA512/224","value":"RSA-SHA512/224"},{"name":"RSA-SHA512/256","value":"RSA-SHA512/256"},{"name":"RSA-SM3","value":"RSA-SM3"},{"name":"blake2b512","value":"blake2b512"},{"name":"blake2s256","value":"blake2s256"},{"name":"id-rsassa-pkcs1-v1_5-with-sha3-224","value":"id-rsassa-pkcs1-v1_5-with-sha3-224"},{"name":"id-rsassa-pkcs1-v1_5-with-sha3-256","value":"id-rsassa-pkcs1-v1_5-with-sha3-256"},{"name":"id-rsassa-pkcs1-v1_5-with-sha3-384","value":"id-rsassa-pkcs1-v1_5-with-sha3-384"},{"name":"id-rsassa-pkcs1-v1_5-with-sha3-512","value":"id-rsassa-pkcs1-v1_5-with-sha3-512"},{"name":"md5","value":"md5"},{"name":"md5-sha1","value":"md5-sha1"},{"name":"md5WithRSAEncryption","value":"md5WithRSAEncryption"},{"name":"ripemd","value":"ripemd"},{"name":"ripemd160","value":"ripemd160"},{"name":"ripemd160WithRSA","value":"ripemd160WithRSA"},{"name":"rmd160","value":"rmd160"},{"name":"sha1","value":"sha1"},{"name":"sha1WithRSAEncryption","value":"sha1WithRSAEncryption"},{"name":"sha224","value":"sha224"},{"name":"sha224WithRSAEncryption","value":"sha224WithRSAEncryption"},{"name":"sha256","value":"sha256"},{"name":"sha256WithRSAEncryption","value":"sha256WithRSAEncryption"},{"name":"sha3-224","value":"sha3-224"},{"name":"sha3-256","value":"sha3-256"},{"name":"sha3-384","value":"sha3-384"},{"name":"sha3-512","value":"sha3-512"},{"name":"sha384","value":"sha384"},{"name":"sha384WithRSAEncryption","value":"sha384WithRSAEncryption"},{"name":"sha512","value":"sha512"},{"name":"sha512-224","value":"sha512-224"},{"name":"sha512-224WithRSAEncryption","value":"sha512-224WithRSAEncryption"},{"name":"sha512-256","value":"sha512-256"},{"name":"sha512-256WithRSAEncryption","value":"sha512-256WithRSAEncryption"},{"name":"sha512WithRSAEncryption","value":"sha512WithRSAEncryption"},{"name":"shake128","value":"shake128"},{"name":"shake256","value":"shake256"},{"name":"sm3","value":"sm3"},{"name":"sm3WithRSAEncryption","value":"sm3WithRSAEncryption"},{"name":"ssl3-md5","value":"ssl3-md5"},{"name":"ssl3-sha1","value":"ssl3-sha1"}],"default":"","required":true},{"displayName":"Encoding","name":"encoding","displayOptions":{"show":{"action":["sign"]}},"type":"options","options":[{"name":"BASE64","value":"base64"},{"name":"HEX","value":"hex"}],"default":"hex","required":true},{"displayName":"Private Key","name":"privateKey","displayOptions":{"show":{"action":["sign"]}},"type":"string","description":"Private key to use when signing the string","default":"","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["generate"]}},"description":"Name of the property to which to write the random string"},{"displayName":"Type","name":"encodingType","displayOptions":{"show":{"action":["generate"]}},"type":"options","options":[{"name":"ASCII","value":"ascii"},{"name":"BASE64","value":"base64"},{"name":"HEX","value":"hex"},{"name":"UUID","value":"uuid"}],"default":"uuid","description":"Encoding that will be used to generate string","required":true},{"displayName":"Length","name":"stringLength","type":"number","default":32,"description":"Length of the generated string","displayOptions":{"show":{"action":["generate"],"encodingType":["ascii","base64","hex"]}}}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.crypto/"}]},"alias":["Encrypt","SHA","Hash"]}},
|
|
73
73
|
{"displayName":"Customer.io","name":"n8n-nodes-base.customerIo","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Customer.io API","defaults":{"name":"Customer.io"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"customerIoApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Customer","value":"customer"},{"name":"Event","value":"event"},{"name":"Campaign","value":"campaign"},{"name":"Segment","value":"segment"}],"default":"customer"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["campaign"]}},"options":[{"name":"Get","value":"get","action":"Get a campaign"},{"name":"Get Many","value":"getAll","action":"Get many campaigns"},{"name":"Get Metrics","value":"getMetrics","action":"Get metrics for a campaign"}],"default":"get"},{"displayName":"Campaign ID","name":"campaignId","type":"number","required":true,"default":0,"displayOptions":{"show":{"resource":["campaign"],"operation":["get"]}},"description":"The unique identifier for the campaign"},{"displayName":"Campaign ID","name":"campaignId","type":"number","required":true,"default":0,"displayOptions":{"show":{"resource":["campaign"],"operation":["getMetrics"]}},"description":"The unique identifier for the campaign"},{"displayName":"Period","name":"period","type":"options","default":"days","displayOptions":{"show":{"resource":["campaign"],"operation":["getMetrics"]}},"description":"Specify metric period","options":[{"name":"Hours","value":"hours"},{"name":"Days","value":"days"},{"name":"Weeks","value":"weeks"},{"name":"Months","value":"months"}]},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["campaign"],"operation":["getMetrics"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["campaign"],"operation":["getMetrics"],"jsonParameters":[false]}},"options":[{"displayName":"Steps","name":"steps","type":"number","default":0,"description":"Integer specifying how many steps to return. Defaults to the maximum number of timeperiods available, or 12 when using the months period. Maximum timeperiods available are 24 hours, 45 days, 12 weeks and 120 months","typeOptions":{"minValue":0,"maxValue":120}},{"displayName":"Type","name":"type","type":"options","default":"empty","description":"Specify metric type","options":[{"name":"Email","value":"email"},{"name":"Empty","value":"empty"},{"name":"Push","value":"push"},{"name":"Slack","value":"slack"},{"name":"Twilio","value":"twilio"},{"name":"Urban Airship","value":"urbanAirship"},{"name":"Webhook","value":"webhook"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["customer"]}},"options":[{"name":"Create or Update","value":"upsert","description":"Create a new customer, or update the current one if it already exists (upsert)","action":"Create or update a customer"},{"name":"Delete","value":"delete","description":"Delete a customer","action":"Delete a customer"}],"default":"upsert"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customer"],"operation":["delete"]}},"description":"The unique identifier for the customer"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customer"],"operation":["upsert"]}},"description":"The unique identifier for the customer"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["customer"],"operation":["upsert"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["customer"],"operation":["upsert"],"jsonParameters":[true]}},"description":"Object of values to set as described <a href=\"https://github.com/agilecrm/rest-api#1-companys---companies-api\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["upsert"],"jsonParameters":[false]}},"options":[{"displayName":"Custom Properties","name":"customProperties","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Property","name":"customProperty","values":[{"displayName":"Key","name":"key","type":"string","required":true,"default":"","description":"Property name","placeholder":"Plan"},{"displayName":"Value","name":"value","type":"string","required":true,"default":"","description":"Property value","placeholder":"Basic"}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address of the user"},{"displayName":"Created At","name":"createdAt","type":"dateTime","default":"","description":"The UNIX timestamp from when the user was created"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Track","value":"track","description":"Track a customer event","action":"Track a customer event"},{"name":"Track Anonymous","value":"trackAnonymous","description":"Track an anonymous event","action":"Track an anonymous event"}],"default":"track"},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"operation":["track"]}},"description":"The unique identifier for the customer"},{"displayName":"Event Name","name":"eventName","type":"string","default":"","displayOptions":{"show":{"resource":["event"],"operation":["track"]}},"description":"Name of the event to track"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["event"],"operation":["track"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["event"],"operation":["track"],"jsonParameters":[true]}},"description":"Object of values to set as described <a href=\"https://customer.io/docs/api-triggered-data-format#basic-data-formatting\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["track"],"jsonParameters":[false]}},"options":[{"displayName":"Custom Attributes","name":"customAttributes","type":"fixedCollection","default":{},"description":"Custom Properties","typeOptions":{"multipleValues":true},"options":[{"displayName":"Attribute","name":"customAttribute","values":[{"displayName":"Key","name":"key","type":"string","required":true,"default":"","description":"Attribute name","placeholder":"Price"},{"displayName":"Value","name":"value","type":"string","required":true,"default":"","description":"Attribute value","placeholder":"25.50"}]}]},{"displayName":"Type","name":"type","type":"string","default":"","description":"Used to change event type. For Page View events set to \"page\"."}]},{"displayName":"Event Name","name":"eventName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"operation":["trackAnonymous"]}},"description":"The unique identifier for the customer"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["event"],"operation":["trackAnonymous"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["event"],"operation":["trackAnonymous"],"jsonParameters":[true]}},"description":"Object of values to set as described <a href=\"https://customer.io/docs/api-triggered-data-format#basic-data-formatting\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["trackAnonymous"],"jsonParameters":[false]}},"options":[{"displayName":"Custom Attributes","name":"customAttributes","type":"fixedCollection","default":{},"description":"Custom Properties","typeOptions":{"multipleValues":true},"options":[{"displayName":"Attribute","name":"customAttribute","values":[{"displayName":"Key","name":"key","type":"string","required":true,"default":"","description":"Attribute name","placeholder":"Price"},{"displayName":"Value","name":"value","type":"string","required":true,"default":"","description":"Attribute value","placeholder":"25.50"}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["segment"]}},"options":[{"name":"Add Customer","value":"add","action":"Add a customer to a segment"},{"name":"Remove Customer","value":"remove","action":"Remove a customer from a segment"}],"default":"add"},{"displayName":"Segment ID","name":"segmentId","type":"number","required":true,"default":0,"displayOptions":{"show":{"resource":["segment"],"operation":["add","remove"]}},"description":"The unique identifier of the segment"},{"displayName":"Customer IDs","name":"customerIds","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["segment"],"operation":["add","remove"]}},"description":"A list of customer IDs to add to the segment"}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.customerio/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/customerIo"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/CustomerIo/customerio.svg"},
|
|
74
74
|
{"displayName":"Customer.io Trigger","name":"n8n-nodes-base.customerIoTrigger","group":["trigger"],"version":1,"description":"Starts the workflow on a Customer.io update (Beta)","defaults":{"name":"Customer.io Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"customerIoApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Events","name":"events","type":"multiOptions","required":true,"default":[],"description":"The events that can trigger the webhook and whether they are enabled","options":[{"name":"Customer Subscribed","value":"customer.subscribed","description":"Whether the webhook is triggered when a list subscriber is added"},{"name":"Customer Unsubscribe","value":"customer.unsubscribed","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Attempted","value":"email.attempted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Bounced","value":"email.bounced","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Clicked","value":"email.clicked","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Converted","value":"email.converted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Delivered","value":"email.delivered","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Drafted","value":"email.drafted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Failed","value":"email.failed","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Opened","value":"email.opened","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Sent","value":"email.sent","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Spammed","value":"email.spammed","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Push Attempted","value":"push.attempted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Push Bounced","value":"push.bounced","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Push Clicked","value":"push.clicked","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Push Delivered","value":"push.delivered","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Push Drafted","value":"push.drafted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Push Failed","value":"push.failed","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Push Opened","value":"push.opened","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Push Sent","value":"push.sent","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Slack Attempted","value":"slack.attempted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Slack Clicked","value":"slack.clicked","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Slack Drafted","value":"slack.drafted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Slack Failed","value":"slack.failed","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Slack Sent","value":"slack.sent","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"SMS Attempted","value":"sms.attempted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"SMS Bounced","value":"sms.bounced","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"SMS Clicked","value":"sms.clicked","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"SMS Delivered","value":"sms.delivered","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"SMS Drafted","value":"sms.drafted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"SMS Failed","value":"sms.failed","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"SMS Sent","value":"sms.sent","description":"Whether the webhook is triggered when a list member unsubscribes"}]}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.customeriotrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/customerIo"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/CustomerIo/customerio.svg"},
|
|
75
75
|
{"displayName":"Date & Time","name":"n8n-nodes-base.dateTime","icon":"fa:clock","group":["transform"],"defaultVersion":2,"description":"Allows you to manipulate date and time values","subtitle":"={{$parameter[\"action\"]}}","version":1,"defaults":{"name":"Date & Time","color":"#408000"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"More powerful date functionality is available in <a href='https://docs.n8n.io/code-examples/expressions/luxon/' target='_blank'>expressions</a>,</br> e.g. <code>{{ $now.plus(1, 'week') }}</code>","name":"noticeDateTime","type":"notice","default":""},{"displayName":"Action","name":"action","type":"options","options":[{"name":"Calculate a Date","description":"Add or subtract time from a date","value":"calculate","action":"Add or subtract time from a date"},{"name":"Format a Date","description":"Convert a date to a different format","value":"format","action":"Convert a date to a different format"}],"default":"format"},{"displayName":"Value","name":"value","displayOptions":{"show":{"action":["format"]}},"type":"string","default":"","description":"The value that should be converted","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["format"]}},"description":"Name of the property to which to write the converted date"},{"displayName":"Custom Format","name":"custom","displayOptions":{"show":{"action":["format"]}},"type":"boolean","default":false,"description":"Whether a predefined format should be selected or custom format entered"},{"displayName":"To Format","name":"toFormat","displayOptions":{"show":{"action":["format"],"custom":[true]}},"type":"string","default":"","placeholder":"YYYY-MM-DD","description":"The format to convert the date to"},{"displayName":"To Format","name":"toFormat","type":"options","displayOptions":{"show":{"action":["format"],"custom":[false]}},"options":[{"name":"MM/DD/YYYY","value":"MM/DD/YYYY","description":"Example: 09/04/1986"},{"name":"YYYY/MM/DD","value":"YYYY/MM/DD","description":"Example: 1986/04/09"},{"name":"MMMM DD YYYY","value":"MMMM DD YYYY","description":"Example: April 09 1986"},{"name":"MM-DD-YYYY","value":"MM-DD-YYYY","description":"Example: 09-04-1986"},{"name":"YYYY-MM-DD","value":"YYYY-MM-DD","description":"Example: 1986-04-09"},{"name":"Unix Timestamp","value":"X","description":"Example: 513388800.879"},{"name":"Unix Ms Timestamp","value":"x","description":"Example: 513388800"}],"default":"MM/DD/YYYY","description":"The format to convert the date to"},{"displayName":"Options","name":"options","displayOptions":{"show":{"action":["format"]}},"type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"From Format","name":"fromFormat","type":"string","default":"","description":"In case the input format is not recognized you can provide the format"},{"displayName":"From Timezone Name or ID","name":"fromTimezone","type":"options","typeOptions":{"loadOptionsMethod":"getTimezones"},"default":"UTC","description":"The timezone to convert from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"To Timezone Name or ID","name":"toTimezone","type":"options","typeOptions":{"loadOptionsMethod":"getTimezones"},"default":"UTC","description":"The timezone to convert to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Date Value","name":"value","displayOptions":{"show":{"action":["calculate"]}},"type":"string","default":"","description":"The date string or timestamp from which you want to add/subtract time","required":true},{"displayName":"Operation","name":"operation","displayOptions":{"show":{"action":["calculate"]}},"type":"options","noDataExpression":true,"options":[{"name":"Add","value":"add","description":"Add time to Date Value","action":"Add time to Date Value"},{"name":"Subtract","value":"subtract","description":"Subtract time from Date Value","action":"Subtract time from Date Value"}],"default":"add","required":true},{"displayName":"Duration","name":"duration","displayOptions":{"show":{"action":["calculate"]}},"type":"number","typeOptions":{"minValue":0},"default":0,"required":true,"description":"E.g. enter “10” then select “Days” if you want to add 10 days to Date Value."},{"displayName":"Time Unit","name":"timeUnit","description":"Time unit for Duration parameter above","displayOptions":{"show":{"action":["calculate"]}},"type":"options","options":[{"name":"Quarters","value":"quarters"},{"name":"Years","value":"years"},{"name":"Months","value":"months"},{"name":"Weeks","value":"weeks"},{"name":"Days","value":"days"},{"name":"Hours","value":"hours"},{"name":"Minutes","value":"minutes"},{"name":"Seconds","value":"seconds"},{"name":"Milliseconds","value":"milliseconds"}],"default":"days","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["calculate"]}},"description":"Name of the output property to which to write the converted date"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"action":["calculate"]}},"options":[{"displayName":"From Format","name":"fromFormat","type":"string","default":"","description":"Format for parsing the value as a date. If unrecognized, specify the <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.datetime/#faqs\">format</a> for the value."}]}]},
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
{"displayName":"LinkedIn","name":"n8n-nodes-base.linkedIn","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume LinkedIn API","defaults":{"name":"LinkedIn"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"linkedInOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Post","value":"post"}],"default":"post"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["post"]}},"options":[{"name":"Create","value":"create","description":"Create a new post","action":"Create a post"}],"default":"create"},{"displayName":"Post As","name":"postAs","type":"options","default":"person","description":"If to post on behalf of a user or an organization","options":[{"name":"Person","value":"person"},{"name":"Organization","value":"organization"}]},{"displayName":"Person Name or ID","name":"person","type":"options","typeOptions":{"loadOptionsMethod":"getPersonUrn"},"default":"","required":true,"description":"Person as which the post should be posted as. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"operation":["create"],"postAs":["person"],"resource":["post"]}}},{"displayName":"Organization URN","name":"organization","type":"string","default":"","placeholder":"1234567","description":"URN of Organization as which the post should be posted as","displayOptions":{"show":{"operation":["create"],"postAs":["organization"],"resource":["post"]}}},{"displayName":"Text","name":"text","type":"string","default":"","description":"The primary content of the post","displayOptions":{"show":{"operation":["create"],"resource":["post"]}}},{"displayName":"Media Category","name":"shareMediaCategory","type":"options","default":"NONE","options":[{"name":"None","value":"NONE","description":"The post does not contain any media, and will only consist of text"},{"name":"Article","value":"ARTICLE","description":"The post contains an article URL"},{"name":"Image","value":"IMAGE","description":"The post contains an image"}],"displayOptions":{"show":{"operation":["create"],"resource":["post"]}}},{"displayName":"Binary Property","displayOptions":{"show":{"operation":["create"],"resource":["post"],"shareMediaCategory":["IMAGE"]}},"name":"binaryPropertyName","type":"string","default":"data","description":"Object property name which holds binary data","required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Provide a short description for your image or article","displayOptions":{"show":{"/shareMediaCategory":["ARTICLE","IMAGE"]}}},{"displayName":"Original URL","name":"originalUrl","type":"string","default":"","description":"Provide the URL of the article you would like to share here","displayOptions":{"show":{"/shareMediaCategory":["ARTICLE"]}}},{"displayName":"Title","name":"title","type":"string","default":"","description":"Customize the title of your image or article","displayOptions":{"show":{"/shareMediaCategory":["ARTICLE","IMAGE"]}}},{"displayName":"Visibility","name":"visibility","type":"options","default":"PUBLIC","description":"Dictate if post will be seen by the public or only connections","displayOptions":{"show":{"/postAs":["person"]}},"options":[{"name":"Connections","value":"CONNECTIONS"},{"name":"Public","value":"PUBLIC"}]}]}],"codex":{"categories":["Marketing & Content","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.linkedin/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/linkedIn"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/LinkedIn/linkedin.svg"},
|
|
211
211
|
{"displayName":"Local File Trigger","name":"n8n-nodes-base.localFileTrigger","icon":"fa:folder-open","group":["trigger"],"version":1,"subtitle":"=Path: {{$parameter[\"path\"]}}","description":"Triggers a workflow on file system changes","eventTriggerDescription":"","defaults":{"name":"Local File Trigger","color":"#404040"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"Trigger On","name":"triggerOn","type":"options","options":[{"name":"Changes to a Specific File","value":"file"},{"name":"Changes Involving a Specific Folder","value":"folder"}],"required":true,"default":""},{"displayName":"File to Watch","name":"path","type":"string","displayOptions":{"show":{"triggerOn":["file"]}},"default":"","placeholder":"/data/invoices/1.pdf"},{"displayName":"Folder to Watch","name":"path","type":"string","displayOptions":{"show":{"triggerOn":["folder"]}},"default":"","placeholder":"/data/invoices"},{"displayName":"Watch for","name":"events","type":"multiOptions","displayOptions":{"show":{"triggerOn":["folder"]}},"options":[{"name":"File Added","value":"add","description":"Triggers whenever a new file was added"},{"name":"File Changed","value":"change","description":"Triggers whenever a file was changed"},{"name":"File Deleted","value":"unlink","description":"Triggers whenever a file was deleted"},{"name":"Folder Added","value":"addDir","description":"Triggers whenever a new folder was added"},{"name":"Folder Deleted","value":"unlinkDir","description":"Triggers whenever a folder was deleted"}],"required":true,"default":[],"description":"The events to listen to"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Include Linked Files/Folders","name":"followSymlinks","type":"boolean","default":true,"description":"Whether linked files/folders will also be watched (this includes symlinks, aliases on MacOS and shortcuts on Windows). Otherwise only the links themselves will be monitored)."},{"displayName":"Ignore","name":"ignored","type":"string","default":"","placeholder":"**/*.txt","description":"Files or paths to ignore. The whole path is tested, not just the filename. Supports <a href=\"https://github.com/micromatch/anymatch\">Anymatch</a>- syntax."},{"displayName":"Max Folder Depth","name":"depth","type":"options","options":[{"name":"1 Levels Down","value":1},{"name":"2 Levels Down","value":2},{"name":"3 Levels Down","value":3},{"name":"4 Levels Down","value":4},{"name":"5 Levels Down","value":5},{"name":"Top Folder Only","value":0},{"name":"Unlimited","value":-1}],"default":-1,"description":"How deep into the folder structure to watch for changes"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files","Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.localfiletrigger/"}]},"alias":["Watch","Monitor"]}},
|
|
212
212
|
{"displayName":"LoneScale Trigger","name":"n8n-nodes-base.loneScaleTrigger","group":["trigger"],"version":1,"description":"Trigger LoneScale Workflow","defaults":{"name":"LoneScale Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"loneScaleApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Workflow Name","name":"workflow","type":"options","noDataExpression":true,"typeOptions":{"loadOptionsMethod":"getWorkflows"},"default":"","description":"Select one workflow. Choose from the list","required":true}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.lonescaletrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/lonescale"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/LoneScale/lonescale-logo.svg"},
|
|
213
|
-
{"displayName":"LoneScale
|
|
213
|
+
{"displayName":"LoneScale","name":"n8n-nodes-base.loneScale","group":["transform"],"version":1,"description":"Create List, add / delete items","subtitle":"={{$parameter[\"resource\"] + \": \" + $parameter[\"operation\"]}}","defaults":{"name":"LoneScale"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"loneScaleApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","options":[{"name":"List","value":"list","description":"Manipulate list"},{"name":"Item","value":"item","description":"Manipulate item"}],"default":"list","noDataExpression":true,"required":true,"description":"Create a new list"},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Create","value":"create","description":"Create a list","action":"Create a list"}],"default":"create","noDataExpression":true},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["item"]}},"options":[{"name":"Create","value":"add","description":"Create an item","action":"Create a item"}],"default":"add","noDataExpression":true},{"displayName":"Type","name":"type","type":"options","required":true,"displayOptions":{"show":{"resource":["item"]}},"options":[{"name":"Company","value":"COMPANY","description":"List of company"},{"name":"Contact","value":"PEOPLE","description":"List of contact"}],"default":"PEOPLE","description":"Type of your list","noDataExpression":true},{"displayName":"List Name or ID","name":"list","type":"options","displayOptions":{"show":{"resource":["item"]}},"typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["type"]},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true},{"displayName":"First Name","name":"first_name","type":"string","displayOptions":{"show":{"operation":["add"],"resource":["item"],"type":["PEOPLE"]}},"default":"","description":"Contact first name","required":true},{"displayName":"Last Name","name":"last_name","type":"string","displayOptions":{"show":{"operation":["add"],"resource":["item"],"type":["PEOPLE"]}},"default":"","description":"Contact last name","required":true},{"displayName":"Company Name","name":"company_name","type":"string","displayOptions":{"show":{"operation":["add"],"resource":["item"],"type":["COMPANY"]}},"default":"","description":"Contact company name"},{"displayName":"Additional Fields","name":"peopleAdditionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["add"],"resource":["item"],"type":["PEOPLE"]}},"options":[{"displayName":"Full Name","name":"full_name","type":"string","default":"","description":"Contact full name"},{"displayName":"Contact Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Company Name","name":"company_name","type":"string","default":"","description":"Contact company name"},{"displayName":"Current Position","name":"current_position","type":"string","default":"","description":"Contact current position"},{"displayName":"Company Domain","name":"domain","type":"string","default":"","description":"Contact company domain"},{"displayName":"Linkedin Url","name":"linkedin_url","type":"string","default":"","description":"Contact Linkedin URL"},{"displayName":"Contact Location","name":"location","type":"string","default":""},{"displayName":"Contact ID","name":"contact_id","type":"string","default":"","description":"Contact ID from your source"}]},{"displayName":"Additional Fields","name":"companyAdditionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["add"],"resource":["item"],"type":["COMPANY"]}},"options":[{"displayName":"Linkedin Url","name":"linkedin_url","type":"string","default":"","description":"Company Linkedin URL"},{"displayName":"Company Domain","name":"domain","type":"string","default":"","description":"Company company domain"},{"displayName":"Contact Location","name":"location","type":"string","default":""},{"displayName":"Contact ID","name":"contact_id","type":"string","default":"","description":"Contact ID from your source"}]},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["list"]}},"default":"","placeholder":"list name","description":"Name of your list"},{"displayName":"Type","name":"type","type":"options","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["list"]}},"options":[{"name":"Company","value":"COMPANY","description":"Create a list of companies","action":"Create a list of companies"},{"name":"Contact","value":"PEOPLE","description":"Create a list of contacts","action":"Create a list of contacts"}],"default":"COMPANY","description":"Type of your list","noDataExpression":true}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.lonescale/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/lonescale"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/LoneScale/lonescale-logo.svg"},
|
|
214
214
|
{"displayName":"Magento 2","name":"n8n-nodes-base.magento2","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Magento API","defaults":{"name":"Magento 2"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"magento2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Customer","value":"customer"},{"name":"Invoice","value":"invoice"},{"name":"Order","value":"order"},{"name":"Product","value":"product"}],"default":"customer"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["customer"]}},"options":[{"name":"Create","value":"create","description":"Create a new customer","action":"Create a customer"},{"name":"Delete","value":"delete","description":"Delete a customer","action":"Delete a customer"},{"name":"Get","value":"get","description":"Get a customer","action":"Get a customer"},{"name":"Get Many","value":"getAll","description":"Get many customers","action":"Get many customers"},{"name":"Update","value":"update","description":"Update a customer","action":"Update a customer"}],"default":"create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["customer"],"operation":["create"]}},"description":"Email address of the user to create"},{"displayName":"First Name","name":"firstname","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customer"],"operation":["create"]}},"description":"First name of the user to create"},{"displayName":"Last Name","name":"lastname","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customer"],"operation":["create"]}},"description":"Last name of the user to create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["create"]}},"options":[{"displayName":"Addresses","name":"addresses","placeholder":"Add Address","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Address","name":"address","values":[{"displayName":"Street","name":"street","type":"string","required":true,"default":""},{"displayName":"City","name":"city","type":"string","required":true,"default":""},{"displayName":"Region","name":"region","type":"string","default":""},{"displayName":"Postal Code","name":"postcode","type":"string","required":true,"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>","typeOptions":{"loadOptionsMethod":"getCountries"},"required":true,"default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"First Name","name":"firstname","type":"string","required":true,"default":""},{"displayName":"Last Name","name":"lastname","type":"string","required":true,"default":""},{"displayName":"Middle Name","name":"middlename","type":"string","default":""},{"displayName":"Prefix","name":"prefix","type":"string","default":""},{"displayName":"Suffix","name":"suffix","type":"string","default":""},{"displayName":"Telephone","name":"telephone","type":"string","required":true,"default":""},{"displayName":"Default Billing","name":"default_billing","type":"boolean","default":false,"description":"Whether this address is default billing address"},{"displayName":"Default Shipping","name":"default_shipping","type":"boolean","default":false,"description":"Whether this address is default shipping address"}]}]},{"displayName":"Amazon ID","name":"amazon_id","type":"string","default":""},{"displayName":"Confirmation","name":"confirmation","type":"string","default":""},{"displayName":"Custom Attributes","name":"customAttributes","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Custom Attribute","options":[{"displayName":"Custom Attribute","name":"customAttribute","values":[{"displayName":"Attribute Code Name or ID","name":"attribute_code","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":"getCustomAttributes"},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Date of Birth","name":"dob","type":"dateTime","default":""},{"displayName":"Default Billing Address ID","name":"default_billing","type":"string","default":""},{"displayName":"Default Shipping Address ID","name":"default_shipping","type":"string","default":""},{"displayName":"Gender","name":"gender","type":"options","options":[{"name":"Male","value":1},{"name":"Female","value":2},{"name":"Not Specified","value":3}],"default":""},{"displayName":"Group Name or ID","name":"group_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>","typeOptions":{"loadOptionsMethod":"getGroups"},"default":""},{"displayName":"Is Subscribed","name":"is_subscribed","type":"boolean","default":false},{"displayName":"Middle Name","name":"middlename","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Prefix","name":"prefix","type":"string","default":""},{"displayName":"Store Name or ID","name":"store_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>","typeOptions":{"loadOptionsMethod":"getStores"},"default":""},{"displayName":"Suffix","name":"suffix","type":"string","default":""},{"displayName":"Vertex Customer Code","name":"vertex_customer_code","type":"string","default":""},{"displayName":"Vertex Customer Country","name":"vertex_customer_country","type":"string","default":""},{"displayName":"Website Name or ID","name":"website_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>","displayOptions":{"show":{"/operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getWebsites"},"default":""}]},{"displayName":"Customer ID","name":"customerId","type":"string","default":"","displayOptions":{"show":{"resource":["customer"],"operation":["update"]}},"description":"ID of the customer to update"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","displayOptions":{"show":{"resource":["customer"],"operation":["update"]}}},{"displayName":"First Name","name":"firstName","type":"string","default":"","displayOptions":{"show":{"resource":["customer"],"operation":["update"]}}},{"displayName":"Last Name","name":"lastName","type":"string","default":"","displayOptions":{"show":{"resource":["customer"],"operation":["update"]}}},{"displayName":"Website Name or ID","name":"website_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>","displayOptions":{"show":{"resource":["customer"],"operation":["update"]}},"typeOptions":{"loadOptionsMethod":"getWebsites"},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["update"]}},"options":[{"displayName":"Addresses","name":"addresses","placeholder":"Add Address","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Address","name":"address","values":[{"displayName":"Street","name":"street","type":"string","required":true,"default":""},{"displayName":"City","name":"city","type":"string","required":true,"default":""},{"displayName":"Region","name":"region","type":"string","default":""},{"displayName":"Postal Code","name":"postcode","type":"string","required":true,"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>","typeOptions":{"loadOptionsMethod":"getCountries"},"required":true,"default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"First Name","name":"firstname","type":"string","required":true,"default":""},{"displayName":"Last Name","name":"lastname","type":"string","required":true,"default":""},{"displayName":"Middle Name","name":"middlename","type":"string","default":""},{"displayName":"Prefix","name":"prefix","type":"string","default":""},{"displayName":"Suffix","name":"suffix","type":"string","default":""},{"displayName":"Telephone","name":"telephone","type":"string","required":true,"default":""},{"displayName":"Default Billing","name":"default_billing","type":"boolean","default":false,"description":"Whether this address is default billing address"},{"displayName":"Default Shipping","name":"default_shipping","type":"boolean","default":false,"description":"Whether this address is default shipping address"}]}]},{"displayName":"Amazon ID","name":"amazon_id","type":"string","default":""},{"displayName":"Confirmation","name":"confirmation","type":"string","default":""},{"displayName":"Custom Attributes","name":"customAttributes","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Custom Attribute","options":[{"displayName":"Custom Attribute","name":"customAttribute","values":[{"displayName":"Attribute Code Name or ID","name":"attribute_code","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":"getCustomAttributes"},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Date of Birth","name":"dob","type":"dateTime","default":""},{"displayName":"Default Billing Address ID","name":"default_billing","type":"string","default":""},{"displayName":"Default Shipping Address ID","name":"default_shipping","type":"string","default":""},{"displayName":"Gender","name":"gender","type":"options","options":[{"name":"Male","value":1},{"name":"Female","value":2},{"name":"Not Specified","value":3}],"default":""},{"displayName":"Group Name or ID","name":"group_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>","typeOptions":{"loadOptionsMethod":"getGroups"},"default":""},{"displayName":"Is Subscribed","name":"is_subscribed","type":"boolean","default":false},{"displayName":"Middle Name","name":"middlename","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Prefix","name":"prefix","type":"string","default":""},{"displayName":"Store Name or ID","name":"store_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>","typeOptions":{"loadOptionsMethod":"getStores"},"default":""},{"displayName":"Suffix","name":"suffix","type":"string","default":""},{"displayName":"Vertex Customer Code","name":"vertex_customer_code","type":"string","default":""},{"displayName":"Vertex Customer Country","name":"vertex_customer_country","type":"string","default":""},{"displayName":"Website Name or ID","name":"website_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>","displayOptions":{"show":{"/operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getWebsites"},"default":""}]},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customer"],"operation":["delete","get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["customer"],"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":["customer"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Filter","name":"filterType","type":"options","options":[{"name":"None","value":"none"},{"name":"Build Manually","value":"manual"},{"name":"JSON","value":"json"}],"displayOptions":{"show":{"resource":["customer"],"operation":["getAll"]}},"default":"none"},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any filter","value":"anyFilter"},{"name":"All Filters","value":"allFilters"}],"displayOptions":{"show":{"resource":["customer"],"operation":["getAll"],"filterType":["manual"]}},"default":"anyFilter"},{"displayName":"Filters","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["customer"],"operation":["getAll"],"filterType":["manual"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Field","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getSystemAttributes"},"default":""},{"displayName":"Condition Type","name":"condition_type","type":"options","options":[{"name":"Equals","value":"eq"},{"name":"Greater than","value":"gt"},{"name":"Greater than or equal","value":"gteq"},{"name":"In","value":"in","description":"The value can contain a comma-separated list of values"},{"name":"Less Than","value":"lt"},{"name":"Less Than or Equal","value":"lte"},{"name":"Like","value":"like","description":"The value can contain the SQL wildcard characters when like is specified"},{"name":"More or Equal","value":"moreq"},{"name":"Not Equal","value":"neq"},{"name":"Not In","value":"nin","description":"The value can contain a comma-separated list of values"},{"name":"Not Null","value":"notnull"},{"name":"Null","value":"null"}],"default":"eq"},{"displayName":"Value","name":"value","type":"string","displayOptions":{"hide":{"condition_type":["null","notnull"]}},"default":""}]}]},{"displayName":"See <a href=\"https://devdocs.magento.com/guides/v2.4/rest/performing-searches.html\" target=\"_blank\">Magento guide</a> to creating filters","name":"jsonNotice","type":"notice","displayOptions":{"show":{"resource":["customer"],"operation":["getAll"],"filterType":["json"]}},"default":""},{"displayName":"Filters (JSON)","name":"filterJson","type":"string","displayOptions":{"show":{"resource":["customer"],"operation":["getAll"],"filterType":["json"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["getAll"]}},"options":[{"displayName":"Sort","name":"sort","type":"fixedCollection","placeholder":"Add Sort","typeOptions":{"multipleValues":true},"default":[],"options":[{"displayName":"Sort","name":"sort","values":[{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"ASC"},{"name":"Descending","value":"DESC"}],"default":"ASC","description":"The sorting direction"},{"displayName":"Field","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getSystemAttributes"},"default":"","description":"The sorting field"}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["invoice"]}},"options":[{"name":"Create","value":"create","description":"Create an invoice","action":"Create an invoice"}],"default":"create"},{"displayName":"Order ID","name":"orderId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["order"]}},"options":[{"name":"Cancel","value":"cancel","description":"Cancel an order","action":"Cancel an order"},{"name":"Get","value":"get","description":"Get an order","action":"Get an order"},{"name":"Get Many","value":"getAll","description":"Get many orders","action":"Get many orders"},{"name":"Ship","value":"ship","description":"Ship an order","action":"Ship an order"}],"default":"cancel"},{"displayName":"Order ID","name":"orderId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["order"],"operation":["cancel","get","ship"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["order"],"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":["order"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Filter","name":"filterType","type":"options","options":[{"name":"None","value":"none"},{"name":"Build Manually","value":"manual"},{"name":"JSON","value":"json"}],"displayOptions":{"show":{"resource":["order"],"operation":["getAll"]}},"default":"none"},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any filter","value":"anyFilter"},{"name":"All Filters","value":"allFilters"}],"displayOptions":{"show":{"resource":["order"],"operation":["getAll"],"filterType":["manual"]}},"default":"anyFilter"},{"displayName":"Filters","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["getAll"],"filterType":["manual"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Field","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getOrderAttributes"},"default":""},{"displayName":"Condition Type","name":"condition_type","type":"options","options":[{"name":"Equals","value":"eq"},{"name":"Greater than","value":"gt"},{"name":"Greater than or equal","value":"gteq"},{"name":"In","value":"in","description":"The value can contain a comma-separated list of values"},{"name":"Less Than","value":"lt"},{"name":"Less Than or Equal","value":"lte"},{"name":"Like","value":"like","description":"The value can contain the SQL wildcard characters when like is specified"},{"name":"More or Equal","value":"moreq"},{"name":"Not Equal","value":"neq"},{"name":"Not In","value":"nin","description":"The value can contain a comma-separated list of values"},{"name":"Not Null","value":"notnull"},{"name":"Null","value":"null"}],"default":"eq"},{"displayName":"Value","name":"value","type":"string","displayOptions":{"hide":{"condition_type":["null","notnull"]}},"default":""}]}]},{"displayName":"See <a href=\"https://devdocs.magento.com/guides/v2.4/rest/performing-searches.html\" target=\"_blank\">Magento guide</a> to creating filters","name":"jsonNotice","type":"notice","displayOptions":{"show":{"resource":["order"],"operation":["getAll"],"filterType":["json"]}},"default":""},{"displayName":"Filters (JSON)","name":"filterJson","type":"string","displayOptions":{"show":{"resource":["order"],"operation":["getAll"],"filterType":["json"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["order"],"operation":["getAll"]}},"options":[{"displayName":"Sort","name":"sort","type":"fixedCollection","placeholder":"Add Sort","typeOptions":{"multipleValues":true},"default":[],"options":[{"displayName":"Sort","name":"sort","values":[{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"ASC"},{"name":"Descending","value":"DESC"}],"default":"ASC","description":"The sorting direction"},{"displayName":"Field","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getOrderAttributes"},"default":"","description":"The sorting field"}]}]}]},{"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":"Get a product","action":"Get a product"},{"name":"Get Many","value":"getAll","description":"Get many products","action":"Get many products"},{"name":"Update","value":"update","description":"Update a product","action":"Update a product"}],"default":"create"},{"displayName":"SKU","name":"sku","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["product"],"operation":["create","update"]}},"description":"Stock-keeping unit of the product"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["product"],"operation":["create"]}},"default":""},{"displayName":"Attribute Set Name or ID","name":"attributeSetId","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":["product"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getAttributeSets"},"default":""},{"displayName":"Price","name":"price","type":"number","displayOptions":{"show":{"resource":["product"],"operation":["create"]}},"default":0},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["create"]}},"options":[{"displayName":"Attribute Set Name or ID","name":"attribute_set_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>","displayOptions":{"show":{"/operation":["update"]}},"typeOptions":{"loadOptionsMethod":"getAttributeSets"},"default":""},{"displayName":"Name","name":"name","type":"string","displayOptions":{"show":{"/operation":["update"]}},"default":""},{"displayName":"Price","name":"price","type":"number","displayOptions":{"show":{"/operation":["update"]}},"default":0},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Enabled","value":1},{"name":"Disabled","value":2}],"default":1},{"displayName":"Type Name or ID","name":"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>","typeOptions":{"loadOptionsMethod":"getProductTypes"},"default":""},{"displayName":"Visibility","name":"visibility","type":"options","options":[{"name":"Not Visible","value":1},{"name":"Catalog","value":2},{"name":"Search","value":3},{"name":"Catalog & Search","value":4}],"default":4},{"displayName":"Weight (LBS)","name":"weight","type":"number","default":0}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"options":[{"displayName":"Attribute Set Name or ID","name":"attribute_set_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>","displayOptions":{"show":{"/operation":["update"]}},"typeOptions":{"loadOptionsMethod":"getAttributeSets"},"default":""},{"displayName":"Name","name":"name","type":"string","displayOptions":{"show":{"/operation":["update"]}},"default":""},{"displayName":"Price","name":"price","type":"number","displayOptions":{"show":{"/operation":["update"]}},"default":0},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Enabled","value":1},{"name":"Disabled","value":2}],"default":1},{"displayName":"Type Name or ID","name":"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>","typeOptions":{"loadOptionsMethod":"getProductTypes"},"default":""},{"displayName":"Visibility","name":"visibility","type":"options","options":[{"name":"Not Visible","value":1},{"name":"Catalog","value":2},{"name":"Search","value":3},{"name":"Catalog & Search","value":4}],"default":4},{"displayName":"Weight (LBS)","name":"weight","type":"number","default":0}]},{"displayName":"SKU","name":"sku","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["delete","get"]}},"description":"Stock-keeping unit of the product"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["product"],"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":["product"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Filter","name":"filterType","type":"options","options":[{"name":"None","value":"none"},{"name":"Build Manually","value":"manual"},{"name":"JSON","value":"json"}],"displayOptions":{"show":{"resource":["product"],"operation":["getAll"]}},"default":"none"},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any filter","value":"anyFilter"},{"name":"All Filters","value":"allFilters"}],"displayOptions":{"show":{"resource":["product"],"operation":["getAll"],"filterType":["manual"]}},"default":"anyFilter"},{"displayName":"Filters","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["product"],"operation":["getAll"],"filterType":["manual"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Field","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getFilterableProductAttributes"},"default":""},{"displayName":"Condition Type","name":"condition_type","type":"options","options":[{"name":"Equals","value":"eq"},{"name":"Greater than","value":"gt"},{"name":"Greater than or equal","value":"gteq"},{"name":"In","value":"in","description":"The value can contain a comma-separated list of values"},{"name":"Less Than","value":"lt"},{"name":"Less Than or Equal","value":"lte"},{"name":"Like","value":"like","description":"The value can contain the SQL wildcard characters when like is specified"},{"name":"More or Equal","value":"moreq"},{"name":"Not Equal","value":"neq"},{"name":"Not In","value":"nin","description":"The value can contain a comma-separated list of values"},{"name":"Not Null","value":"notnull"},{"name":"Null","value":"null"}],"default":"eq"},{"displayName":"Value","name":"value","type":"string","displayOptions":{"hide":{"condition_type":["null","notnull"]}},"default":""}]}]},{"displayName":"See <a href=\"https://devdocs.magento.com/guides/v2.4/rest/performing-searches.html\" target=\"_blank\">Magento guide</a> to creating filters","name":"jsonNotice","type":"notice","displayOptions":{"show":{"resource":["product"],"operation":["getAll"],"filterType":["json"]}},"default":""},{"displayName":"Filters (JSON)","name":"filterJson","type":"string","displayOptions":{"show":{"resource":["product"],"operation":["getAll"],"filterType":["json"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["getAll"]}},"options":[{"displayName":"Sort","name":"sort","type":"fixedCollection","placeholder":"Add Sort","typeOptions":{"multipleValues":true},"default":[],"options":[{"displayName":"Sort","name":"sort","values":[{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"ASC"},{"name":"Descending","value":"DESC"}],"default":"ASC","description":"The sorting direction"},{"displayName":"Field","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getSortableProductAttributes"},"default":"","description":"The sorting field"}]}]}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.magento2/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/magento2"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Magento/magento.svg"},
|
|
215
215
|
{"displayName":"Mailcheck","name":"n8n-nodes-base.mailcheck","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Mailcheck API","defaults":{"name":"Mailcheck"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mailcheckApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Email","value":"email"}],"default":"email"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["email"]}},"options":[{"name":"Check","value":"check","action":"Check an email"}],"default":"check"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["email"],"operation":["check"]}},"default":"","description":"Email address to check"}],"codex":{"categories":["Utility","Marketing & Content"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mailcheck/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/mailcheck"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mailcheck/mailcheck.svg"},
|
|
216
216
|
{"displayName":"Mailchimp","name":"n8n-nodes-base.mailchimp","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Mailchimp API","defaults":{"name":"Mailchimp"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mailchimpApi","required":true,"displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"mailchimpOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Key","value":"apiKey"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiKey"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Campaign","value":"campaign"},{"name":"List Group","value":"listGroup"},{"name":"Member","value":"member"},{"name":"Member Tag","value":"memberTag"}],"default":"member","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["member"]}},"options":[{"name":"Create","value":"create","description":"Create a new member on list","action":"Create a member"},{"name":"Delete","value":"delete","description":"Delete a member on list","action":"Delete a member"},{"name":"Get","value":"get","description":"Get a member on list","action":"Get a member"},{"name":"Get Many","value":"getAll","description":"Get many members on a list","action":"Get many members"},{"name":"Update","value":"update","description":"Update a new member on list","action":"Update a member"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["memberTag"]}},"options":[{"name":"Create","value":"create","description":"Add tags from a list member","action":"Create a member tag"},{"name":"Delete","value":"delete","description":"Remove tags from a list member","action":"Delete a member tag"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["listGroup"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many groups","action":"Get many list groups"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["campaign"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a campaign","action":"Delete a campaign"},{"name":"Get","value":"get","description":"Get a campaign","action":"Get a campaign"},{"name":"Get Many","value":"getAll","description":"Get many campaigns","action":"Get many campaigns"},{"name":"Replicate","value":"replicate","description":"Replicate a campaign","action":"Replicate a campaign"},{"name":"Resend","value":"resend","description":"Creates a Resend to Non-Openers version of this campaign","action":"Resend a campaign"},{"name":"Send","value":"send","description":"Send a campaign","action":"Send a campaign"}],"default":"getAll"},{"displayName":"List Name or ID","name":"list","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"displayOptions":{"show":{"resource":["member"],"operation":["create"]}},"default":"","options":[],"required":true,"description":"List of lists. 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,"displayOptions":{"show":{"resource":["member"],"operation":["create"]}},"default":"","description":"Email address for a subscriber"},{"displayName":"Status","name":"status","type":"options","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["create"]}},"options":[{"name":"Cleaned","value":"cleaned"},{"name":"Pending","value":"pending"},{"name":"Subscribed","value":"subscribed"},{"name":"Transactional","value":"transactional"},{"name":"Unsubscribed","value":"unsubscribed"}],"default":"","description":"Subscriber's current status"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["member"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["member"],"operation":["create"]}},"options":[{"displayName":"Email Type","name":"emailType","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"text"}],"default":"","description":"Type of email this member asked to get"},{"displayName":"Language","name":"language","type":"string","default":"","description":"If set/detected, the subscriber's language"},{"displayName":"Opt-in IP","name":"ipOptIn","type":"string","default":"","description":"The IP address the subscriber used to confirm their opt-in status"},{"displayName":"Signup IP","name":"ipSignup","type":"string","default":"","description":"IP address the subscriber signed up from"},{"displayName":"Signup Timestamp","name":"timestampSignup","type":"dateTime","default":"","description":"The date and time the subscriber signed up for the list in ISO 8601 format"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"The tags that are associated with a member separeted by ,"},{"displayName":"Vip","name":"vip","type":"boolean","default":false,"description":"Vip status for subscribers"},{"displayName":"Opt-in Timestamp","name":"timestampOpt","type":"dateTime","default":"","description":"The date and time the subscribe confirmed their opt-in status in ISO 8601 format"}]},{"displayName":"Location","name":"locationFieldsUi","type":"fixedCollection","placeholder":"Add Location","default":{},"description":"Subscriber location information.n","displayOptions":{"show":{"resource":["member"],"operation":["create"],"jsonParameters":[false]}},"options":[{"name":"locationFieldsValues","displayName":"Location","values":[{"displayName":"Latitude","name":"latitude","type":"string","required":true,"description":"The location latitude","default":""},{"displayName":"Longitude","name":"longitude","type":"string","required":true,"description":"The location longitude","default":""}]}]},{"displayName":"Merge Fields","name":"mergeFieldsUi","placeholder":"Add Merge Fields","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["member"],"operation":["create"],"jsonParameters":[false]}},"description":"An individual merge var and value for a member","options":[{"name":"mergeFieldsValues","displayName":"Field","typeOptions":{"multipleValueButtonText":"Add Field"},"values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMergeFields","loadOptionsDependsOn":["list"]},"required":true,"description":"Merge Field name. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":""},{"displayName":"Field Value","name":"value","required":true,"type":"string","default":"","description":"Merge field value"}]}]},{"displayName":"Merge Fields","name":"mergeFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["member"],"operation":["create"],"jsonParameters":[true]}}},{"displayName":"Location","name":"locationJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["member"],"operation":["create"],"jsonParameters":[true]}}},{"displayName":"Interest Groups","name":"groupsUi","placeholder":"Add Interest Group","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["member"],"operation":["create"],"jsonParameters":[false]}},"options":[{"name":"groupsValues","displayName":"Group","typeOptions":{"multipleValueButtonText":"Add Interest Group"},"values":[{"displayName":"Category Name or ID","name":"categoryId","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":"getGroupCategories","loadOptionsDependsOn":["list"]},"default":""},{"displayName":"Category Field ID","name":"categoryFieldId","type":"string","default":""},{"displayName":"Value","name":"value","type":"boolean","default":false}]}]},{"displayName":"Interest Groups","name":"groupJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["member"],"operation":["create"],"jsonParameters":[true]}}},{"displayName":"List Name or ID","name":"list","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"displayOptions":{"show":{"resource":["member"],"operation":["delete"]}},"default":"","options":[],"required":true,"description":"List of lists. 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","displayOptions":{"show":{"resource":["member"],"operation":["delete"]}},"default":"","required":true,"description":"Member's email"},{"displayName":"List Name or ID","name":"list","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"displayOptions":{"show":{"resource":["member"],"operation":["get"]}},"default":"","options":[],"required":true,"description":"List of lists. 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","displayOptions":{"show":{"resource":["member"],"operation":["get"]}},"default":"","required":true,"description":"Member's email"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["member"],"operation":["get"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of fields to return"},{"displayName":"Exclude Fields","name":"excludeFields","type":"string","default":"","description":"A comma-separated list of fields to exclude"}]},{"displayName":"List Name or ID","name":"list","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"displayOptions":{"show":{"resource":["member"],"operation":["getAll"]}},"default":"","options":[],"required":true,"description":"List of lists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["member"],"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":["member"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":500,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["member"],"operation":["getAll"]}},"options":[{"displayName":"Before Last Changed","name":"beforeLastChanged","type":"dateTime","default":"","description":"Restrict results to subscribers whose information changed before the set timeframe"},{"displayName":"Before Timestamp Opt","name":"beforeTimestampOpt","type":"dateTime","default":"","description":"Restrict results to subscribers who opted-in before the set timeframe"},{"displayName":"Email Type","name":"emailType","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"text"}],"default":"","description":"Type of email this member asked to get"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Cleaned","value":"cleaned"},{"name":"Pending","value":"pending"},{"name":"Subscribed","value":"subscribed"},{"name":"Transactional","value":"transactional"},{"name":"Unsubscribed","value":"unsubscribed"}],"default":"","description":"Subscriber's current status"},{"displayName":"Since Last Changed","name":"sinceLastChanged","type":"dateTime","default":"","description":"Restrict results to subscribers whose information changed after the set timeframe"}]},{"displayName":"List Name or ID","name":"list","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"displayOptions":{"show":{"resource":["member"],"operation":["update"]}},"default":"","options":[],"required":true,"description":"List of lists. 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,"displayOptions":{"show":{"resource":["member"],"operation":["update"]}},"default":"","description":"Email address of the subscriber"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["member"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["member"],"operation":["update"]}},"options":[{"displayName":"Email Type","name":"emailType","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"text"}],"default":"","description":"Type of email this member asked to get"},{"displayName":"Interest Groups","name":"groupsUi","placeholder":"Add Interest Group","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"/resource":["member"],"/operation":["update"],"/jsonParameters":[false]}},"options":[{"name":"groupsValues","displayName":"Group","typeOptions":{"multipleValueButtonText":"Add Interest Group"},"values":[{"displayName":"Category Name or ID","name":"categoryId","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":"getGroupCategories","loadOptionsDependsOn":["list"]},"default":""},{"displayName":"Category Field ID","name":"categoryFieldId","type":"string","default":""},{"displayName":"Value","name":"value","type":"boolean","default":false}]}]},{"displayName":"Language","name":"language","type":"string","default":"","description":"If set/detected, the subscriber's language"},{"displayName":"Merge Fields","name":"mergeFieldsUi","placeholder":"Add Merge Fields","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"/resource":["member"],"/operation":["update"],"/jsonParameters":[false]}},"description":"An individual merge var and value for a member","options":[{"name":"mergeFieldsValues","displayName":"Field","typeOptions":{"multipleValueButtonText":"Add Field"},"values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMergeFields","loadOptionsDependsOn":["list"]},"required":true,"description":"Merge Field name. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":""},{"displayName":"Field Value","name":"value","required":true,"type":"string","default":"","description":"Merge field value"}]}]},{"displayName":"Opt-in IP","name":"ipOptIn","type":"string","default":"","description":"The IP address the subscriber used to confirm their opt-in status"},{"displayName":"Signup IP","name":"ipSignup","type":"string","default":"","description":"IP address the subscriber signed up from"},{"displayName":"Signup Timestamp","name":"timestampSignup","type":"dateTime","default":"","description":"The date and time the subscriber signed up for the list in ISO 8601 format"},{"displayName":"Skip Merge Validation","name":"skipMergeValidation","type":"boolean","default":false,"description":"Whether member data will be accepted without merge field values, even if the merge field is usually required"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Cleaned","value":"cleaned"},{"name":"Pending","value":"pending"},{"name":"Subscribed","value":"subscribed"},{"name":"Transactional","value":"transactional"},{"name":"Unsubscribed","value":"unsubscribed"}],"default":"","description":"Subscriber's current status"},{"displayName":"Vip","name":"vip","type":"boolean","default":false,"description":"Vip status for subscribers"},{"displayName":"Location","name":"locationFieldsUi","type":"fixedCollection","placeholder":"Add Location","default":{},"description":"Subscriber location information.n","displayOptions":{"show":{"/resource":["member"],"/operation":["update"],"/jsonParameters":[false]}},"options":[{"name":"locationFieldsValues","displayName":"Location","values":[{"displayName":"Latitude","name":"latitude","type":"string","required":true,"description":"The location latitude","default":""},{"displayName":"Longitude","name":"longitude","type":"string","required":true,"description":"The location longitude","default":""}]}]},{"displayName":"Opt-in Timestamp","name":"timestampOpt","type":"dateTime","default":"","description":"The date and time the subscribe confirmed their opt-in status in ISO 8601 format"}]},{"displayName":"Merge Fields","name":"mergeFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["member"],"operation":["update"],"jsonParameters":[true]}}},{"displayName":"Location","name":"locationJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["member"],"operation":["update"],"jsonParameters":[true]}}},{"displayName":"Interest Groups","name":"groupJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["member"],"operation":["update"],"jsonParameters":[true]}}},{"displayName":"List Name or ID","name":"list","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"displayOptions":{"show":{"resource":["memberTag"],"operation":["create","delete"]}},"default":"","options":[],"required":true,"description":"List of lists. 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,"displayOptions":{"show":{"resource":["memberTag"],"operation":["create","delete"]}},"default":"","description":"Email address of the subscriber"},{"displayName":"Tags","name":"tags","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Tag"},"displayOptions":{"show":{"resource":["memberTag"],"operation":["create","delete"]}},"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["memberTag"],"operation":["create","delete"]}},"options":[{"displayName":"Is Syncing","name":"isSyncing","type":"boolean","default":false,"description":"Whether automations based on the tags in the request will not fire"}]},{"displayName":"List Name or ID","name":"list","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"displayOptions":{"show":{"resource":["listGroup"],"operation":["getAll"]}},"default":"","options":[],"required":true,"description":"List of lists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Group Category Name or ID","name":"groupCategory","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":"getGroupCategories","loadOptionsDependsOn":["list"]},"displayOptions":{"show":{"resource":["listGroup"],"operation":["getAll"]}},"default":"","options":[],"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["listGroup"],"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":["listGroup"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":500,"description":"Max number of results to return"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["campaign"],"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":["campaign"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":10,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["campaign"],"operation":["getAll"]}},"options":[{"displayName":"Before Create Time","name":"beforeCreateTime","type":"dateTime","default":"","description":"Restrict the response to campaigns created before the set time"},{"displayName":"Before Send Time","name":"beforeSendTime","type":"dateTime","default":"","description":"Restrict the response to campaigns sent before the set time"},{"displayName":"Exclude Field Names or IDs","name":"excludeFields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCampaignsFields"},"default":[],"description":"A comma-separated list of fields to exclude. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Names or IDs","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCampaignsFields"},"default":["campaigns.id","campaigns.status","campaigns.tracking","campaigns.settings.from_name","campaigns.settings.reply_to","campaigns.settings.title"],"description":"A comma-separated list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"default":"","description":"List of lists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Since Create Time","name":"sinceCreateTime","type":"dateTime","default":"","description":"Restrict the response to campaigns created after the set time"},{"displayName":"Since Send Time","name":"sinceSendTime","type":"dateTime","default":"","description":"Restrict the response to campaigns sent after the set time"},{"displayName":"Sort Direction","name":"sortDirection","type":"options","options":[{"name":"ASC","value":"ASC"},{"name":"DESC","value":"DESC"}],"default":"","description":"Determines the order direction for sorted results"},{"displayName":"Sort Field","name":"sortField","type":"options","options":[{"name":"Create Time","value":"create_time"},{"name":"Send Time","value":"send_time"}],"default":"","description":"Returns files sorted by the specified field"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Save","value":"save"},{"name":"Sending","value":"sending"},{"name":"Sent","value":"sent"},{"name":"Schedule","value":"schedule"}],"default":"","description":"The status of the campaign"}]},{"displayName":"Campaign ID","name":"campaignId","type":"string","displayOptions":{"show":{"resource":["campaign"],"operation":["send","get","delete","replicate","resend"]}},"required":true,"default":"","description":"List of Campaigns","options":[]}],"codex":{"categories":["Marketing & Content","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mailchimp/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/mailchimp"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mailchimp/mailchimp.svg"},
|
|
@@ -297,6 +297,7 @@
|
|
|
297
297
|
{"displayName":"Postgres","name":"n8n-nodes-base.postgres","group":["input"],"defaultVersion":2.2,"description":"Get, add and update data in Postgres","version":[2,2.1,2.2],"subtitle":"={{ $parameter[\"operation\"] }}","defaults":{"name":"Postgres"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"postgres","required":true,"testedBy":"postgresConnectionTest"}],"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 Query","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":"Schema","name":"schema","type":"resourceLocator","default":{"mode":"list","value":"public"},"required":true,"placeholder":"e.g. public","description":"The schema that contains the table you want to work on","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"schemaSearch"}},{"displayName":"By Name","name":"name","type":"string"}],"displayOptions":{"hide":{"operation":["executeQuery"]}}},{"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","typeOptions":{"searchListMethod":"tableSearch"}},{"displayName":"By Name","name":"name","type":"string"}],"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":"Restart Sequences","name":"restartSequences","type":"boolean","default":false,"description":"Whether to reset identity (auto-increment) columns to their initial values","displayOptions":{"show":{"deleteCommand":["truncate"],"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","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["deleteTable"]},"hide":{"table":[""]}}},{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"e.g. SELECT id, name FROM product WHERE quantity > $1 AND price <= $2","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":{"editor":"sqlEditor","sqlDialect":"postgres"},"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 href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.\n\t\t","name":"notice","type":"notice","default":"","displayOptions":{"show":{"resource":["database"],"operation":["executeQuery"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"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":{"@version":[2,2.1],"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"],"@version":[2,2.1],"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"],"@version":[2,2.1],"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":["schema.value","table.value"]},"default":[]},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Columns","name":"columns","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","operation"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"@version":[2.2],"resource":["database"],"operation":["insert"]},"hide":{"table":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"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","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"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 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":{"@version":[2,2.1],"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"],"@version":[2],"resource":["database"],"operation":["update"]},"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":"The column that identifies the row(s) to modify","displayOptions":{"show":{"@version":[2,2.1],"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"],"@version":[2,2.1],"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"],"@version":[2,2.1],"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":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","operation"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"@version":[2.2],"resource":["database"],"operation":["update"]},"hide":{"table":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"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 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":{"@version":[2,2.1],"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"],"@version":[2,2.1],"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"Unique Column","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(s) to update. Doesn't get changed. Has to be unique.","displayOptions":{"show":{"@version":[2,2.1],"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"Value of Unique Column","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"],"@version":[2,2.1],"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"],"@version":[2,2.1],"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":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","operation"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"upsert","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"@version":[2.2],"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Postgres/postgres.svg"},
|
|
298
298
|
{"displayName":"Postgres","name":"n8n-nodes-base.postgres","group":["input"],"defaultVersion":2.2,"description":"Get, add and update data in Postgres","version":[2,2.1,2.2],"subtitle":"={{ $parameter[\"operation\"] }}","defaults":{"name":"Postgres"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"postgres","required":true,"testedBy":"postgresConnectionTest"}],"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 Query","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":"Schema","name":"schema","type":"resourceLocator","default":{"mode":"list","value":"public"},"required":true,"placeholder":"e.g. public","description":"The schema that contains the table you want to work on","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"schemaSearch"}},{"displayName":"By Name","name":"name","type":"string"}],"displayOptions":{"hide":{"operation":["executeQuery"]}}},{"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","typeOptions":{"searchListMethod":"tableSearch"}},{"displayName":"By Name","name":"name","type":"string"}],"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":"Restart Sequences","name":"restartSequences","type":"boolean","default":false,"description":"Whether to reset identity (auto-increment) columns to their initial values","displayOptions":{"show":{"deleteCommand":["truncate"],"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","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["deleteTable"]},"hide":{"table":[""]}}},{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"e.g. SELECT id, name FROM product WHERE quantity > $1 AND price <= $2","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":{"editor":"sqlEditor","sqlDialect":"postgres"},"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 href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.\n\t\t","name":"notice","type":"notice","default":"","displayOptions":{"show":{"resource":["database"],"operation":["executeQuery"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"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":{"@version":[2,2.1],"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"],"@version":[2,2.1],"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"],"@version":[2,2.1],"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":["schema.value","table.value"]},"default":[]},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Columns","name":"columns","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","operation"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"@version":[2.2],"resource":["database"],"operation":["insert"]},"hide":{"table":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"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","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"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 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":{"@version":[2,2.1],"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"],"@version":[2],"resource":["database"],"operation":["update"]},"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":"The column that identifies the row(s) to modify","displayOptions":{"show":{"@version":[2,2.1],"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"],"@version":[2,2.1],"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"],"@version":[2,2.1],"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":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","operation"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"@version":[2.2],"resource":["database"],"operation":["update"]},"hide":{"table":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"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 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":{"@version":[2,2.1],"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"],"@version":[2,2.1],"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"Unique Column","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(s) to update. Doesn't get changed. Has to be unique.","displayOptions":{"show":{"@version":[2,2.1],"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"Value of Unique Column","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"],"@version":[2,2.1],"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"],"@version":[2,2.1],"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":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","operation"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"upsert","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"@version":[2.2],"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Postgres/postgres.svg"},
|
|
299
299
|
{"displayName":"Postgres","name":"n8n-nodes-base.postgres","group":["input"],"defaultVersion":2.2,"description":"Get, add and update data in Postgres","version":[2,2.1,2.2],"subtitle":"={{ $parameter[\"operation\"] }}","defaults":{"name":"Postgres"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"postgres","required":true,"testedBy":"postgresConnectionTest"}],"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 Query","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":"Schema","name":"schema","type":"resourceLocator","default":{"mode":"list","value":"public"},"required":true,"placeholder":"e.g. public","description":"The schema that contains the table you want to work on","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"schemaSearch"}},{"displayName":"By Name","name":"name","type":"string"}],"displayOptions":{"hide":{"operation":["executeQuery"]}}},{"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","typeOptions":{"searchListMethod":"tableSearch"}},{"displayName":"By Name","name":"name","type":"string"}],"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":"Restart Sequences","name":"restartSequences","type":"boolean","default":false,"description":"Whether to reset identity (auto-increment) columns to their initial values","displayOptions":{"show":{"deleteCommand":["truncate"],"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","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["deleteTable"]},"hide":{"table":[""]}}},{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"e.g. SELECT id, name FROM product WHERE quantity > $1 AND price <= $2","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":{"editor":"sqlEditor","sqlDialect":"postgres"},"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 href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.\n\t\t","name":"notice","type":"notice","default":"","displayOptions":{"show":{"resource":["database"],"operation":["executeQuery"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"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":{"@version":[2,2.1],"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"],"@version":[2,2.1],"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"],"@version":[2,2.1],"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":["schema.value","table.value"]},"default":[]},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Columns","name":"columns","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","operation"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"@version":[2.2],"resource":["database"],"operation":["insert"]},"hide":{"table":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"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","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"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 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":{"@version":[2,2.1],"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"],"@version":[2],"resource":["database"],"operation":["update"]},"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":"The column that identifies the row(s) to modify","displayOptions":{"show":{"@version":[2,2.1],"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"],"@version":[2,2.1],"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"],"@version":[2,2.1],"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":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","operation"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"@version":[2.2],"resource":["database"],"operation":["update"]},"hide":{"table":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"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 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":{"@version":[2,2.1],"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"],"@version":[2,2.1],"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"Unique Column","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(s) to update. Doesn't get changed. Has to be unique.","displayOptions":{"show":{"@version":[2,2.1],"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"Value of Unique Column","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"],"@version":[2,2.1],"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"],"@version":[2,2.1],"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":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","operation"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"upsert","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"@version":[2.2],"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Cascade","name":"cascade","type":"boolean","default":false,"description":"Whether to drop all objects that depend on the table, such as views and sequences","displayOptions":{"show":{"/operation":["deleteTable"]},"hide":{"/deleteCommand":["delete"]}}},{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"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","description":"The way queries should be sent to the database"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","description":"Comma-separated list of the values you want to use as query parameters. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/#use-query-parameters\">More info</a>.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","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","insert","update","upsert"]}}},{"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"},{"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"]}}},{"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"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Postgres/postgres.svg","codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postgres/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/postgres"}]}}},
|
|
300
|
+
{"displayName":"Postgres Trigger","name":"n8n-nodes-base.postgresTrigger","group":["trigger"],"version":1,"description":"Listens to Postgres messages","defaults":{"name":"Postgres Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"postgres","required":true}],"properties":[{"displayName":"Trigger Mode","name":"triggerMode","type":"options","options":[{"name":"Listen and Create Trigger Rule","value":"createTrigger","description":"Create a trigger rule and listen to it"},{"name":"Listen to Channel","value":"listenTrigger","description":"Receive real-time notifications from a channel"}],"default":"createTrigger"},{"displayName":"Schema Name","name":"schema","type":"resourceLocator","default":{"mode":"list","value":"public"},"required":true,"displayOptions":{"show":{"triggerMode":["createTrigger"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a schema","typeOptions":{"searchListMethod":"searchSchema","searchFilterRequired":false}},{"displayName":"Name","name":"name","type":"string","placeholder":"e.g. public"}]},{"displayName":"Table Name","name":"tableName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"triggerMode":["createTrigger"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a table","typeOptions":{"searchListMethod":"searchTables","searchFilterRequired":false}},{"displayName":"Name","name":"name","type":"string","placeholder":"e.g. table_name"}]},{"displayName":"Channel Name","name":"channelName","type":"string","default":"","required":true,"placeholder":"e.g. n8n_channel","description":"Name of the channel to listen to","displayOptions":{"show":{"triggerMode":["listenTrigger"]}}},{"displayName":"Events to Listen To","name":"firesOn","type":"options","displayOptions":{"show":{"triggerMode":["createTrigger"]}},"options":[{"name":"Insert","value":"INSERT"},{"name":"Update","value":"UPDATE"},{"name":"Delete","value":"DELETE"}],"default":"INSERT"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"triggerMode":["createTrigger"]}},"options":[{"displayName":"Channel Name","name":"channelName","type":"string","placeholder":"e.g. n8n_channel","description":"Name of the channel to listen to","default":""},{"displayName":"Function Name","name":"functionName","type":"string","description":"Name of the function to create","placeholder":"e.g. n8n_trigger_function()","default":""},{"displayName":"Replace if Exists","name":"replaceIfExists","type":"boolean","description":"Whether to replace an existing function and trigger with the same name","default":false},{"displayName":"Trigger Name","name":"triggerName","type":"string","description":"Name of the trigger to create","placeholder":"e.g. n8n_trigger","default":""}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.postgrestrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/postgres"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Postgres/postgres.svg"},
|
|
300
301
|
{"displayName":"PostHog","name":"n8n-nodes-base.postHog","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume PostHog API","defaults":{"name":"PostHog"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"postHogApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Alias","value":"alias"},{"name":"Event","value":"event"},{"name":"Identity","value":"identity"},{"name":"Track","value":"track"}],"default":"event"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["alias"]}},"options":[{"name":"Create","value":"create","description":"Create an alias","action":"Create an alias"}],"default":"create"},{"displayName":"Alias","name":"alias","type":"string","required":true,"displayOptions":{"show":{"resource":["alias"],"operation":["create"]}},"default":"","description":"The name of the alias"},{"displayName":"Distinct ID","name":"distinctId","type":"string","required":true,"displayOptions":{"show":{"resource":["alias"],"operation":["create"]}},"default":"","description":"The user's distinct ID"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["alias"],"operation":["create"]}},"default":{},"options":[{"displayName":"Context","name":"contextUi","type":"fixedCollection","placeholder":"Add Property","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Context","name":"contextValues","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","description":"If not set, it'll automatically be set to the current time"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Create","value":"create","description":"Create an event","action":"Create an event"}],"default":"create"},{"displayName":"Event","name":"eventName","type":"string","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}},"default":"","description":"The name of the event"},{"displayName":"Distinct ID","name":"distinctId","type":"string","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}},"default":"","description":"The user's distinct ID"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["event"],"operation":["create"]}},"default":{},"options":[{"displayName":"Properties","name":"propertiesUi","type":"fixedCollection","placeholder":"Add Property","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Property","name":"propertyValues","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","description":"If not set, it'll automatically be set to the current time"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["identity"]}},"options":[{"name":"Create","value":"create","action":"Create an identity"}],"default":"create"},{"displayName":"Distinct ID","name":"distinctId","type":"string","required":true,"displayOptions":{"show":{"resource":["identity"],"operation":["create"]}},"default":"","description":"The identity's distinct ID"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["identity"],"operation":["create"]}},"default":{},"options":[{"displayName":"Properties","name":"propertiesUi","type":"fixedCollection","placeholder":"Add Property","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Property","name":"propertyValues","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Message ID","name":"messageId","type":"string","default":""},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","description":"If not set, it'll automatically be set to the current time"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["track"]}},"options":[{"name":"Page","value":"page","description":"Track a page","action":"Track a page"},{"name":"Screen","value":"screen","description":"Track a screen","action":"Track a screen"}],"default":"page"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["track"],"operation":["page","screen"]}},"default":""},{"displayName":"Distinct ID","name":"distinctId","type":"string","required":true,"displayOptions":{"show":{"resource":["track"],"operation":["page","screen"]}},"default":"","description":"The user's distinct ID"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["track"],"operation":["page","screen"]}},"default":{},"options":[{"displayName":"Category","name":"category","type":"string","default":""},{"displayName":"Context","name":"contextUi","type":"fixedCollection","placeholder":"Add Property","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Context","name":"contextValues","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Message ID","name":"messageId","type":"string","default":""},{"displayName":"Properties","name":"propertiesUi","type":"fixedCollection","placeholder":"Add Property","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Property","name":"propertyValues","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","description":"If not set, it'll automatically be set to the current time"}]}],"codex":{"categories":["Analytics","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.posthog/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/postHog"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/PostHog/postHog.svg"},
|
|
301
302
|
{"displayName":"Postmark Trigger","name":"n8n-nodes-base.postmarkTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Postmark events occur","defaults":{"name":"Postmark Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"postmarkApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"Bounce","value":"bounce","description":"Trigger on bounce"},{"name":"Click","value":"click","description":"Trigger on click"},{"name":"Delivery","value":"delivery","description":"Trigger on delivery"},{"name":"Open","value":"open","description":"Trigger webhook on open"},{"name":"Spam Complaint","value":"spamComplaint","description":"Trigger on spam complaint"},{"name":"Subscription Change","value":"subscriptionChange","description":"Trigger on subscription change"}],"default":[],"required":true,"description":"Webhook events that will be enabled for that endpoint"},{"displayName":"First Open","name":"firstOpen","description":"Only fires on first open for event \"Open\"","type":"boolean","default":false,"displayOptions":{"show":{"events":["open"]}}},{"displayName":"Include Content","name":"includeContent","description":"Whether to include message content for events \"Bounce\" and \"Spam Complaint\"","type":"boolean","default":false,"displayOptions":{"show":{"events":["bounce","spamComplaint"]}}}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.postmarktrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/postmark"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Postmark/postmark.png"},
|
|
302
303
|
{"displayName":"ProfitWell","name":"n8n-nodes-base.profitWell","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume ProfitWell API","defaults":{"name":"ProfitWell"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"profitWellApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Company","value":"company"},{"name":"Metric","value":"metric"}],"default":"metric"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Get Settings","value":"getSetting","description":"Get your company's ProfitWell account settings","action":"Get settings for your company"}],"default":"getSetting"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["metric"]}},"options":[{"name":"Get","value":"get","description":"Retrieve financial metric broken down by day for either the current month or the last","action":"Get a metric"}],"default":"get"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Daily","value":"daily","description":"Retrieve financial metric broken down by day for either the current month or the last"},{"name":"Monthly","value":"monthly","description":"Retrieve all monthly financial metric for your company"}],"default":"","required":true,"displayOptions":{"show":{"resource":["metric"],"operation":["get"]}}},{"displayName":"Month","name":"month","type":"string","default":"","placeholder":"YYYY-MM","required":true,"displayOptions":{"show":{"resource":["metric"],"operation":["get"],"type":["daily"]}},"description":"Can only be the current or previous month. Format should be YYYY-MM."},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"displayOptions":{"show":{"resource":["metric"],"operation":["get"]}},"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","displayOptions":{"show":{"resource":["metric"],"operation":["get"]}},"default":{},"options":[{"displayName":"Plan Name or ID","name":"plan_id","type":"options","typeOptions":{"loadOptionsMethod":"getPlanIds"},"default":"","description":"Only return the metric for this Plan ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Metrics","name":"dailyMetrics","type":"multiOptions","displayOptions":{"show":{"/type":["daily"]}},"options":[{"name":"Active Customers","value":"active_customers","description":"Number of paying customers"},{"name":"Churned Customers","value":"churned_customers","description":"Number of paying customers who churned"},{"name":"Churned Recurring Revenue","value":"churned_recurring_revenue","description":"MRR lost to churn (voluntary and delinquent)"},{"name":"Cumulative Net New MRR","value":"cumulative_net_new_mrr","description":"New + Upgrades - Downgrades - Churn MRR, cumulative for the month up through the given day"},{"name":"Cumulative New Trialing Customers","value":"cumulative_new_trialing_customers","description":"Number of new trialing customers, cumulative for the month up through the given day"},{"name":"Downgraded Customers","value":"downgraded_customers","description":"Number of existing customers who net downgraded"},{"name":"Downgraded Recurring Revenue","value":"downgraded_recurring_revenue","description":"How much downgrades and plan length decreases affect your MRR"},{"name":"Future Churn MRR","value":"future_churn_mrr","description":"MRR that will be lost when users who are currently cancelled actually churn"},{"name":"New Customers","value":"new_customers","description":"Number of new, paying customers you have"},{"name":"New Recurring Revenue","value":"new_recurring_revenue","description":"MRR from new users"},{"name":"Reactivated Customers","value":"reactivated_customers","description":"Number of customers who have reactivated"},{"name":"Reactivated Recurring Revenue","value":"reactivated_recurring_revenue","description":"How much MRR comes from reactivated customers"},{"name":"Recurring Revenue","value":"recurring_revenue","description":"Your company's MRR"},{"name":"Upgraded Customers","value":"upgraded_customers","description":"Number of existing customers who net upgraded"},{"name":"Upgraded Recurring Revenue","value":"upgraded_recurring_revenue","description":"How much upgrades and plan length increases affect your MRR"}],"default":[],"description":"Comma-separated list of metric trends to return (the default is to return all metric)"},{"displayName":"Metrics","name":"monthlyMetrics","type":"multiOptions","displayOptions":{"show":{"/type":["monthly"]}},"options":[{"name":"Active Customers","value":"active_customers","description":"Number of paying customers"},{"name":"Active Trialing Customers","value":"active_trialing_customers","description":"Number of trialing customers"},{"name":"Average Revenue Per User","value":"average_revenue_per_user","description":"ARPU"},{"name":"Churned Customers","value":"churned_customers","description":"Number of paying customers who churned"},{"name":"Churned Customers Cancellations","value":"churned_customers_cancellations","description":"Number of customers who churned by cancelling their subscription(s)"},{"name":"Churned Customers Delinquent","value":"churned_customers_delinquent","description":"Number of customers who churned because they failed to pay you"},{"name":"Churned Recurring Revenue","value":"churned_recurring_revenue","description":"Revenue lost to churn (voluntary and delinquent)"},{"name":"Churned Recurring Revenue Cancellations","value":"churned_recurring_revenue_cancellations","description":"Revenue lost to customers who churned by cancelling their subscription(s)"},{"name":"Churned Recurring Revenue Delinquent","value":"churned_recurring_revenue_delinquent","description":"Revenue lost to customers who churned delinquent"},{"name":"Churned Trialing Customers","value":"churned_trialing_customers","description":"Number of trialling customers who churned"},{"name":"Converted Customers","value":"converted_customers","description":"Number of customers who converted from trialing to active"},{"name":"Converted Recurring Revenue","value":"converted_recurring_revenue","description":"How much MRR comes from users who converted from trialing to active"},{"name":"Customer Churn Cancellations Rate","value":"customers_churn_cancellations_rate","description":"Percentage of paying customers who churned by cancelling their subscription(s)"},{"name":"Customer Churn Delinquent Rate","value":"customers_churn_delinquent_rate","description":"Percentage of paying customers who churned because they failed to pay you"},{"name":"Customer Churn Rate","value":"customers_churn_rate","description":"Percentage of paying customers who churned"},{"name":"Customer Conversion Rate","value":"customer_conversion_rate","description":"Percent of trialing customers who converted"},{"name":"Customer Retention Rate","value":"customers_retention_rate","description":"Percent of customers active last month who are still active this month"},{"name":"Downgrade Customers","value":"downgraded_customers","description":"Number of existing customers who net downgraded"},{"name":"Downgrade Rate","value":"downgrade_rate","description":"Downgrade revenue as a percent of existing revenue"},{"name":"Downgrade Recurring Revenue","value":"downgraded_recurring_revenue","description":"How much downgrades and plan length decreases affect your MRR"},{"name":"Existing Customers","value":"existing_customers","description":"Number of paying customers you had at the start of the given month"},{"name":"Existing Recurring Revenue","value":"existing_recurring_revenue","description":"Your company's MRR at the start of the given month"},{"name":"Existing Trialing Customers","value":"existing_trialing_customers","description":"Number of trialing customers who existed at the start of the month"},{"name":"Growth_Rate","value":"growth_rate","description":"Rate at which your company's MRR has grown over the previous month"},{"name":"Lifetime Value","value":"lifetime_value","description":"Average LTV, as calculated at the end of the given period"},{"name":"New Customers","value":"new_customers","description":"Number of new, paying customers you have"},{"name":"New Recurring Revenue","value":"new_recurring_revenue","description":"MRR from new users"},{"name":"New Trailing Customers","value":"new_trialing_customers","description":"Number of new trialing customers"},{"name":"Plan Changed Rate","value":"plan_change_rate","description":"Net change in revenue as a percentage of existing revenue"},{"name":"Plan Changed Recurring Revenue","value":"plan_changed_recurring_revenue","description":"Net change in revenue for this plan"},{"name":"Reactivated Customers","value":"reactivated_customers","description":"Number of customers who have reactivated"},{"name":"Reactivated Recurring Revenue","value":"reactivated_recurring_revenue","description":"How much MRR comes from reactivated customers"},{"name":"Recurring Revenue","value":"recurring_revenue","description":"Your company's MRR"},{"name":"Revenue Churn Cancellations Rate","value":"revenue_churn_cancellations_rate","description":"Voluntary churn revenue as a percent of the month's starting revenue"},{"name":"Revenue Churn Delinquent_ Rate","value":"revenue_churn_delinquent_rate","description":"Delinquent churn revenue as a percent of the month's starting revenue"},{"name":"Revenue Churn Rate","value":"revenue_churn_rate","description":"Revenue lost to churn as a percentage of existing revenue"},{"name":"Revenue Retention Rate","value":"revenue_retention_rate","description":"Percent of revenue coming from existing customers that was retained by the end of the month"},{"name":"Upgrade Rate","value":"upgrade_rate","description":"Upgrade revenue as a percent of existing revenue"},{"name":"Upgraded Customers","value":"upgraded_customers","description":"Number of existing customers who net upgraded"},{"name":"Upgraded Recurring Revenue","value":"upgraded_recurring_revenue","description":"How much upgrades and plan length increases affect your MRR"}],"default":[],"description":"Comma-separated list of metric trends to return (the default is to return all metric)"}]}],"codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.profitwell/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/profitWell"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/ProfitWell/profitwell.png"},
|
|
@@ -323,7 +324,7 @@
|
|
|
323
324
|
{"displayName":"RSS Read","name":"n8n-nodes-base.rssFeedRead","icon":"fa:rss","group":["input"],"version":1,"description":"Reads data from an RSS Feed","defaults":{"name":"RSS Read","color":"#b02020"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"URL","name":"url","type":"string","default":"","required":true,"description":"URL of the RSS feed"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.rssfeedread/"}]}}},
|
|
324
325
|
{"displayName":"Rundeck","name":"n8n-nodes-base.rundeck","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Manage Rundeck API","defaults":{"name":"Rundeck"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"rundeckApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Job","value":"job"}],"default":"job"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Execute","value":"execute","description":"Execute a job","action":"Execute a job"},{"name":"Get Metadata","value":"getMetadata","description":"Get metadata of a job","action":"Get metadata of a job"}],"default":"execute"},{"displayName":"Job ID","name":"jobid","type":"string","displayOptions":{"show":{"operation":["execute"],"resource":["job"]}},"default":"","placeholder":"Rundeck Job ID","required":true,"description":"The job ID to execute"},{"displayName":"Arguments","name":"arguments","placeholder":"Add Argument","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"operation":["execute"],"resource":["job"]}},"default":{},"options":[{"name":"arguments","displayName":"Arguments","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Job ID","name":"jobid","type":"string","displayOptions":{"show":{"operation":["getMetadata"],"resource":["job"]}},"default":"","placeholder":"Rundeck Job ID","required":true,"description":"The job ID to get metadata off"}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.rundeck/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/rundeck"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Rundeck/rundeck.png"},
|
|
325
326
|
{"displayName":"S3","name":"n8n-nodes-base.s3","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to any S3-compatible service","defaults":{"name":"S3"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"s3","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Bucket","value":"bucket"},{"name":"File","value":"file"},{"name":"Folder","value":"folder"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["bucket"]}},"options":[{"name":"Create","value":"create","description":"Create a bucket","action":"Create a bucket"},{"name":"Delete","value":"delete","description":"Delete a bucket","action":"Delete a bucket"},{"name":"Get Many","value":"getAll","description":"Get many buckets","action":"Get many buckets"},{"name":"Search","value":"search","description":"Search within a bucket","action":"Search a bucket"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["bucket"],"operation":["create"]}},"description":"A succinct description of the nature, symptoms, cause, or effect of the bucket"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["bucket"],"operation":["create"]}},"default":{},"options":[{"displayName":"ACL","name":"acl","type":"options","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"Private","value":"Private"},{"name":"Public Read","value":"publicRead"},{"name":"Public Read Write","value":"publicReadWrite"}],"default":"","description":"The canned ACL to apply to the bucket"},{"displayName":"Bucket Object Lock Enabled","name":"bucketObjectLockEnabled","type":"boolean","default":false,"description":"Whether you want S3 Object Lock to be enabled for the new bucket"},{"displayName":"Grant Full Control","name":"grantFullControl","type":"boolean","default":false,"description":"Whether to allow grantee the read, write, read ACP, and write ACP permissions on the bucket"},{"displayName":"Grant Read","name":"grantRead","type":"boolean","default":false,"description":"Whether to allow grantee to list the objects in the bucket"},{"displayName":"Grant Read ACP","name":"grantReadAcp","type":"boolean","default":false,"description":"Whether to allow grantee to read the bucket ACL"},{"displayName":"Grant Write","name":"grantWrite","type":"boolean","default":false,"description":"Whether to allow grantee to create, overwrite, and delete any object in the bucket"},{"displayName":"Grant Write ACP","name":"grantWriteAcp","type":"boolean","default":false,"description":"Whether to allow grantee to write the ACL for the applicable bucket"},{"displayName":"Region","name":"region","type":"string","default":"","description":"Region you want to create the bucket in, by default the buckets are created on the region defined on the credentials"}]},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["bucket"],"operation":["delete"]}},"description":"Name of the AWS S3 bucket to delete"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["bucket"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["bucket"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["bucket"],"operation":["search"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["bucket"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["bucket"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["bucket"],"operation":["search"]}},"default":{},"options":[{"displayName":"Delimiter","name":"delimiter","type":"string","default":"","description":"A delimiter is a character you use to group keys"},{"displayName":"Encoding Type","name":"encodingType","type":"options","options":[{"name":"URL","value":"url"}],"default":"","description":"Encoding type used by Amazon S3 to encode object keys in the response"},{"displayName":"Fetch Owner","name":"fetchOwner","type":"boolean","default":false,"description":"The owner field is not present in listV2 by default, if you want to return owner field with each key in the result then set the fetch owner field to true"},{"displayName":"Prefix","name":"prefix","type":"string","default":"","description":"Limits the response to keys that begin with the specified prefix"},{"displayName":"Requester Pays","name":"requesterPays","type":"boolean","default":false,"description":"Whether the requester will pay for requests and data transfer. While Requester Pays is enabled, anonymous access to this bucket is disabled."},{"displayName":"Start After","name":"startAfter","type":"string","default":"","description":"StartAfter is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this specified key."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a folder","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders","action":"Get many folders"}],"default":"create"},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Folder Name","name":"folderName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}},"default":{},"options":[{"displayName":"Parent Folder Key","name":"parentFolderKey","type":"string","default":"","description":"Parent folder you want to create the folder in"},{"displayName":"Requester Pays","name":"requesterPays","type":"boolean","default":false,"description":"Whether the requester will pay for requests and data transfer. While Requester Pays is enabled, anonymous access to this bucket is disabled."},{"displayName":"Storage Class","name":"storageClass","type":"options","options":[{"name":"Deep Archive","value":"deepArchive"},{"name":"Glacier","value":"glacier"},{"name":"Intelligent Tiering","value":"intelligentTiering"},{"name":"One Zone IA","value":"onezoneIA"},{"name":"Reduced Redundancy","value":"RecudedRedundancy"},{"name":"Standard","value":"standard"},{"name":"Standard IA","value":"standardIA"}],"default":"standard","description":"Amazon S3 storage classes"}]},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}}},{"displayName":"Folder Key","name":"folderKey","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}}},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["folder"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["folder"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}},"options":[{"displayName":"Fetch Owner","name":"fetchOwner","type":"boolean","default":false,"description":"The owner field is not present in listV2 by default, if you want to return owner field with each key in the result then set the fetch owner field to true"},{"displayName":"Folder Key","name":"folderKey","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a file","action":"Copy a file"},{"name":"Delete","value":"delete","description":"Delete a file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a file","action":"Download a file"},{"name":"Get Many","value":"getAll","description":"Get many files","action":"Get many files"},{"name":"Upload","value":"upload","description":"Upload a file","action":"Upload a file"}],"default":"download"},{"displayName":"Source Path","name":"sourcePath","type":"string","required":true,"default":"","placeholder":"/bucket/my-image.jpg","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}},"description":"The name of the source bucket and key name of the source object, separated by a slash (/)"},{"displayName":"Destination Path","name":"destinationPath","type":"string","required":true,"default":"","placeholder":"/bucket/my-second-image.jpg","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}},"description":"The name of the destination bucket and key name of the destination object, separated by a slash (/)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}},"default":{},"options":[{"displayName":"ACL","name":"acl","type":"options","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"AWS Exec Read","value":"awsExecRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Public Read","value":"publicRead"},{"name":"Public Read Write","value":"publicReadWrite"}],"default":"private","description":"The canned ACL to apply to the object"},{"displayName":"Grant Full Control","name":"grantFullControl","type":"boolean","default":false,"description":"Whether to give the grantee READ, READ_ACP, and WRITE_ACP permissions on the object"},{"displayName":"Grant Read","name":"grantRead","type":"boolean","default":false,"description":"Whether to allow grantee to read the object data and its metadata"},{"displayName":"Grant Read ACP","name":"grantReadAcp","type":"boolean","default":false,"description":"Whether to allow grantee to read the object ACL"},{"displayName":"Grant Write ACP","name":"grantWriteAcp","type":"boolean","default":false,"description":"Whether to allow grantee to write the ACL for the applicable object"},{"displayName":"Lock Legal Hold","name":"lockLegalHold","type":"boolean","default":false,"description":"Whether a legal hold will be applied to this object"},{"displayName":"Lock Mode","name":"lockMode","type":"options","options":[{"name":"Governance","value":"governance"},{"name":"Compliance","value":"compliance"}],"default":"","description":"The Object Lock mode that you want to apply to this object"},{"displayName":"Lock Retain Until Date","name":"lockRetainUntilDate","type":"dateTime","default":"","description":"The date and time when you want this object's Object Lock to expire"},{"displayName":"Metadata Directive","name":"metadataDirective","type":"options","options":[{"name":"Copy","value":"copy"},{"name":"Replace","value":"replace"}],"default":"","description":"Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request"},{"displayName":"Requester Pays","name":"requesterPays","type":"boolean","default":false,"description":"Whether the requester will pay for requests and data transfer. While Requester Pays is enabled, anonymous access to this bucket is disabled."},{"displayName":"Server Side Encryption","name":"serverSideEncryption","type":"options","options":[{"name":"AES256","value":"AES256"},{"name":"AWS:KMS","value":"aws:kms"}],"default":"","description":"The server-side encryption algorithm used when storing this object in Amazon S3"},{"displayName":"Server Side Encryption Context","name":"serverSideEncryptionContext","type":"string","default":"","description":"Specifies the AWS KMS Encryption Context to use for object encryption"},{"displayName":"Server Side Encryption AWS KMS Key ID","name":"encryptionAwsKmsKeyId","type":"string","default":"","description":"If x-amz-server-side-encryption is present and has the value of aws:kms"},{"displayName":"Server Side Encryption Customer Algorithm","name":"serversideEncryptionCustomerAlgorithm","type":"string","default":"","description":"Specifies the algorithm to use to when encrypting the object (for example, AES256)"},{"displayName":"Server Side Encryption Customer Key","name":"serversideEncryptionCustomerKey","type":"string","default":"","description":"Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data"},{"displayName":"Server Side Encryption Customer Key MD5","name":"serversideEncryptionCustomerKeyMD5","type":"string","default":"","description":"Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321"},{"displayName":"Storage Class","name":"storageClass","type":"options","options":[{"name":"Deep Archive","value":"deepArchive"},{"name":"Glacier","value":"glacier"},{"name":"Intelligent Tiering","value":"intelligentTiering"},{"name":"One Zone IA","value":"onezoneIA"},{"name":"Standard","value":"standard"},{"name":"Standard IA","value":"standardIA"}],"default":"standard","description":"Amazon S3 storage classes"},{"displayName":"Tagging Directive","name":"taggingDirective","type":"options","options":[{"name":"Copy","value":"copy"},{"name":"Replace","value":"replace"}],"default":"","description":"Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request"}]},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"hello.txt","required":true,"displayOptions":{"show":{"resource":["file"],"operation":["upload"],"binaryData":[false]}}},{"displayName":"File Name","name":"fileName","type":"string","default":"","displayOptions":{"show":{"resource":["file"],"operation":["upload"],"binaryData":[true]}},"description":"If not set the binary data filename will be used"},{"displayName":"Binary Data","name":"binaryData","type":"boolean","default":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[false]}},"placeholder":"","description":"The text content of the file to upload"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[true]}},"placeholder":"","description":"Name of the binary property which contains the data for the file to be uploaded"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}},"default":{},"options":[{"displayName":"ACL","name":"acl","type":"options","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"AWS Exec Read","value":"awsExecRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Public Read","value":"publicRead"},{"name":"Public Read Write","value":"publicReadWrite"}],"default":"private","description":"The canned ACL to apply to the object"},{"displayName":"Grant Full Control","name":"grantFullControl","type":"boolean","default":false,"description":"Whether to give the grantee READ, READ_ACP, and WRITE_ACP permissions on the object"},{"displayName":"Grant Read","name":"grantRead","type":"boolean","default":false,"description":"Whether to allow grantee to read the object data and its metadata"},{"displayName":"Grant Read ACP","name":"grantReadAcp","type":"boolean","default":false,"description":"Whether to allow grantee to read the object ACL"},{"displayName":"Grant Write ACP","name":"grantWriteAcp","type":"boolean","default":false,"description":"Whether to allow grantee to write the ACL for the applicable object"},{"displayName":"Lock Legal Hold","name":"lockLegalHold","type":"boolean","default":false,"description":"Whether a legal hold will be applied to this object"},{"displayName":"Lock Mode","name":"lockMode","type":"options","options":[{"name":"Governance","value":"governance"},{"name":"Compliance","value":"compliance"}],"default":"","description":"The Object Lock mode that you want to apply to this object"},{"displayName":"Lock Retain Until Date","name":"lockRetainUntilDate","type":"dateTime","default":"","description":"The date and time when you want this object's Object Lock to expire"},{"displayName":"Parent Folder Key","name":"parentFolderKey","type":"string","default":"","description":"Parent folder you want to create the file in"},{"displayName":"Requester Pays","name":"requesterPays","type":"boolean","default":false,"description":"Whether the requester will pay for requests and data transfer. While Requester Pays is enabled, anonymous access to this bucket is disabled."},{"displayName":"Server Side Encryption","name":"serverSideEncryption","type":"options","options":[{"name":"AES256","value":"AES256"},{"name":"AWS:KMS","value":"aws:kms"}],"default":"","description":"The server-side encryption algorithm used when storing this object in Amazon S3"},{"displayName":"Server Side Encryption Context","name":"serverSideEncryptionContext","type":"string","default":"","description":"Specifies the AWS KMS Encryption Context to use for object encryption"},{"displayName":"Server Side Encryption AWS KMS Key ID","name":"encryptionAwsKmsKeyId","type":"string","default":"","description":"If x-amz-server-side-encryption is present and has the value of aws:kms"},{"displayName":"Server Side Encryption Customer Algorithm","name":"serversideEncryptionCustomerAlgorithm","type":"string","default":"","description":"Specifies the algorithm to use to when encrypting the object (for example, AES256)"},{"displayName":"Server Side Encryption Customer Key","name":"serversideEncryptionCustomerKey","type":"string","default":"","description":"Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data"},{"displayName":"Server Side Encryption Customer Key MD5","name":"serversideEncryptionCustomerKeyMD5","type":"string","default":"","description":"Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321"},{"displayName":"Storage Class","name":"storageClass","type":"options","options":[{"name":"Deep Archive","value":"deepArchive"},{"name":"Glacier","value":"glacier"},{"name":"Intelligent Tiering","value":"intelligentTiering"},{"name":"One Zone IA","value":"onezoneIA"},{"name":"Standard","value":"standard"},{"name":"Standard IA","value":"standardIA"}],"default":"standard","description":"Amazon S3 storage classes"}]},{"displayName":"Tags","name":"tagsUi","placeholder":"Add Tag","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["file"],"operation":["upload"]}},"options":[{"name":"tagsValues","displayName":"Tag","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"Optional extra headers to add to the message (most headers are allowed)"},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"File Key","name":"fileKey","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"description":"Name of the binary property to which to write the data of the read file"},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["delete"]}}},{"displayName":"File Key","name":"fileKey","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["delete"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["file"],"operation":["delete"]}},"options":[{"displayName":"Version ID","name":"versionId","type":"string","default":""}]},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["file"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["file"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["file"],"operation":["getAll"]}},"options":[{"displayName":"Fetch Owner","name":"fetchOwner","type":"boolean","default":false,"description":"The owner field is not present in listV2 by default, if you want to return owner field with each key in the result then set the fetch owner field to true"},{"displayName":"Folder Key","name":"folderKey","type":"string","default":""}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.s3/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/s3"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/S3/s3.png"},
|
|
326
|
-
{"displayName":"Salesforce","name":"n8n-nodes-base.salesforce","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Salesforce API","defaults":{"name":"Salesforce"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"salesforceOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}},{"name":"salesforceJwtApi","required":true,"displayOptions":{"show":{"authentication":["jwt"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2","value":"oAuth2"},{"name":"OAuth2 JWT","value":"jwt"}],"default":"oAuth2","description":"OAuth Authorization Flow"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account","description":"Represents an individual account, which is an organization or person involved with your business (such as customers, competitors, and partners)"},{"name":"Attachment","value":"attachment","description":"Represents a file that a has uploaded and attached to a parent object"},{"name":"Case","value":"case","description":"Represents a case, which is a customer issue or problem"},{"name":"Contact","value":"contact","description":"Represents a contact, which is an individual associated with an account"},{"name":"Custom Object","value":"customObject","description":"Represents a custom object"},{"name":"Document","value":"document","description":"Represents a document"},{"name":"Flow","value":"flow","description":"Represents an autolaunched flow"},{"name":"Lead","value":"lead","description":"Represents a prospect or potential"},{"name":"Opportunity","value":"opportunity","description":"Represents an opportunity, which is a sale or pending deal"},{"name":"Search","value":"search","description":"Search records"},{"name":"Task","value":"task","description":"Represents a business activity such as making a phone call or other to-do items. In the user interface, and records are collectively referred to as activities."},{"name":"User","value":"user","description":"Represents a person, which is one user in system"}],"default":"lead"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["lead"]}},"options":[{"name":"Add Lead To Campaign","value":"addToCampaign","description":"Add lead to a campaign","action":"Add a lead to a campaign"},{"name":"Add Note","value":"addNote","description":"Add note to a lead","action":"Add a note to a lead"},{"name":"Create","value":"create","description":"Create a lead","action":"Create a lead"},{"name":"Create or Update","value":"upsert","description":"Create a new lead, or update the current one if it already exists (upsert)","action":"Create or update a lead"},{"name":"Delete","value":"delete","description":"Delete a lead","action":"Delete a lead"},{"name":"Get","value":"get","description":"Get a lead","action":"Get a lead"},{"name":"Get Many","value":"getAll","description":"Get many leads","action":"Get many leads"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of Lead's metadata","action":"Get a lead summary"},{"name":"Update","value":"update","description":"Update a lead","action":"Update a lead"}],"default":"create"},{"displayName":"Match Against","name":"externalId","type":"options","typeOptions":{"loadOptionsMethod":"getExternalIdFields","loadOptionsDependsOn":["resource"]},"required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["upsert"]}},"description":"The field to check to see if the lead already exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value to Match","name":"externalIdValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["upsert"]}},"description":"If this value exists in the 'match against' field, update the lead. Otherwise create a new one."},{"displayName":"Company","name":"company","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["create","upsert"]}},"description":"Company of the lead. If person account record types have been enabled, and if the value of Company is null, the lead converts to a person account."},{"displayName":"Last Name","name":"lastname","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["create","upsert"]}},"description":"Required. Last name of the lead. Limited to 80 characters."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["create","upsert"]}},"options":[{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Annual revenue for the company of the lead"},{"displayName":"City","name":"city","type":"string","default":"","description":"City for the address of the lead"},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country of the lead"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the lead"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address for the lead"},{"displayName":"Fist Name","name":"firstname","type":"string","default":"","description":"First name of the lead. Limited to 40 characters."},{"displayName":"Has Opted Out of Email","name":"hasOptedOutOfEmail","type":"boolean","default":false,"description":"Whether the lead doesn’t want to receive email from Salesforce (true) or does (false). Label is Email Opt Out."},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"Website for the lead"},{"displayName":"Is Unread By Owner","name":"IsUnreadByOwner","type":"boolean","default":false,"description":"Whether true, lead has been assigned, but not yet viewed. See Unread Leads for more information. Label is Unread By Owner."},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a contact in Data.com. If a lead has a value in this field, it means that a contact was imported as a lead from Data.com."},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","description":"Contact’s mobile phone number"},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","default":"","description":"Number of employees at the lead’s company. Label is Employees."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getLeadOwners"},"default":"","description":"The owner of the lead. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the lead"},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"Postal code for the address of the lead. Label is Zip/Postal Code."},{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes"},"default":""},{"displayName":"Rating","name":"rating","type":"string","default":"","description":"Rating of the lead"},{"displayName":"Salutation","name":"salutation","type":"string","default":"","description":"Salutation for the lead"},{"displayName":"State","name":"state","type":"string","default":"","description":"State for the address of the lead"},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsMethod":"getLeadStatuses"},"default":"","description":"Status code for this converted lead. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Street","name":"street","type":"string","default":"","description":"Street number and name for the address of the lead"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title for the lead, for example CFO or CEO"},{"displayName":"Website","name":"website","type":"string","default":"","description":"Website for the lead"}]},{"displayName":"Lead ID","name":"leadId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["update"]}},"description":"ID of Lead that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["update"]}},"options":[{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Annual revenue for the company of the lead"},{"displayName":"City","name":"city","type":"string","default":"","description":"City for the address of the lead"},{"displayName":"Company","name":"company","type":"string","default":"","description":"Company of the lead. If person account record types have been enabled, and if the value of Company is null, the lead converts to a person account."},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country of the lead"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the lead"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address for the lead"},{"displayName":"Fist Name","name":"firstname","type":"string","default":"","description":"First name of the lead. Limited to 40 characters."},{"displayName":"Has Opted Out of Email","name":"hasOptedOutOfEmail","type":"boolean","default":false,"description":"Whether the lead doesn’t want to receive email from Salesforce (true) or does (false). Label is Email Opt Out."},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"Website for the lead"},{"displayName":"Is Unread By Owner","name":"IsUnreadByOwner","type":"boolean","default":false,"description":"Whether true, lead has been assigned, but not yet viewed. See Unread Leads for more information. Label is Unread By Owner."},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a contact in Data.com. If a lead has a value in this field, it means that a contact was imported as a lead from Data.com."},{"displayName":"Last Name","name":"lastname","type":"string","default":"","description":"Required. Last name of the lead. Limited to 80 characters."},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","description":"Contact’s mobile phone number"},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","default":"","description":"Number of employees at the lead’s company. Label is Employees."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getLeadOwners"},"default":"","description":"The owner of the lead. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"Postal code for the address of the lead. Label is Zip/Postal Code."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the lead"},{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes"},"default":""},{"displayName":"Rating","name":"rating","type":"string","default":"","description":"Rating of the lead"},{"displayName":"Salutation","name":"salutation","type":"string","default":"","description":"Salutation for the lead"},{"displayName":"State","name":"state","type":"string","default":"","description":"State for the address of the lead"},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsMethod":"getLeadStatuses"},"default":"","description":"Status code for this converted lead. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Street","name":"street","type":"string","default":"","description":"Street number and name for the address of the lead"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title for the lead, for example CFO or CEO"},{"displayName":"Website","name":"website","type":"string","default":"","description":"Website for the lead"}]},{"displayName":"Lead ID","name":"leadId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["get"]}},"description":"ID of Lead that needs to be fetched"},{"displayName":"Lead ID","name":"leadId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}},"description":"ID of Lead that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["lead"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getLeadFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Lead ID","name":"leadId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["addToCampaign"]}},"description":"ID of contact that needs to be fetched"},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","typeOptions":{"loadOptionsMethod":"getCampaigns"},"required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["addToCampaign"]}},"description":"ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["addToCampaign"]}},"options":[{"displayName":"Status","name":"status","type":"string","default":"","description":"Controls the HasResponded flag on this object"}]},{"displayName":"Lead ID","name":"leadId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["addNote"]}},"description":"ID of lead that needs to be fetched"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["addNote"]}},"description":"Title of the note"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["addNote"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":"","description":"Body of the note. Limited to 32 KB."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether true, only the note owner or a user with the “Modify All Data” permission can view the note or query it via the API"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user who owns the note. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Add Lead To Campaign","value":"addToCampaign","description":"Add lead to a campaign","action":"Add a lead to a campaign"},{"name":"Add Note","value":"addNote","description":"Add note to a contact","action":"Add a note to a contact"},{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Create or Update","value":"upsert","description":"Create a new contact, or update the current one if it already exists (upsert)","action":"Create or update a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many contacts"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of contact's metadata","action":"Get a contact summary"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"Match Against","name":"externalId","type":"options","typeOptions":{"loadOptionsMethod":"getExternalIdFields","loadOptionsDependsOn":["resource"]},"required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"description":"The field to check to see if the contact already exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value to Match","name":"externalIdValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"description":"If this value exists in the 'match against' field, update the contact. Otherwise create a new one."},{"displayName":"Last Name","name":"lastname","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create","upsert"]}},"description":"Required. Last name of the contact. Limited to 80 characters."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create","upsert"]}},"options":[{"displayName":"Account Name or ID","name":"acconuntId","type":"options","typeOptions":{"loadOptionsMethod":"getAccounts"},"default":"","description":"ID of the account that is the parent of this contact. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the assistant"},{"displayName":"Assistant Phone","name":"Assistant Phone","type":"string","default":"","description":"The telephone number of the assistant"},{"displayName":"Birth Date","name":"birthdate","type":"dateTime","default":"","description":"The birth date of the contact"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Department","name":"department","type":"string","default":"","description":"The department of the contact"},{"displayName":"Description","name":"description","type":"string","default":"","description":"A description of the contact. Label is Contact Description. Limit: 32 KB."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address for the contact"},{"displayName":"Email Bounced Date","name":"otherPostalCode","type":"dateTime","default":"","description":"If bounce management is activated and an email sent to the contact bounces, the date and time the bounce occurred"},{"displayName":"Email Bounced Reason","name":"emailBouncedReason","type":"string","default":"","description":"If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred"},{"displayName":"Fax","name":"fax","type":"string","default":"","description":"Fax number for the contact. Label is Business Fax."},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of the contact. Maximum size is 40 characters."},{"displayName":"Home Phone","name":"homePhone","type":"string","default":"","description":"Home telephone number for the contact"},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a contact in Data.com. If a contact has a value in this field, it means that a contact was imported as a contact from Data.com."},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Mailing City","name":"mailingCity","type":"string","default":""},{"displayName":"Mailing Country","name":"mailingCountry","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","description":"Contact’s mobile phone number"},{"displayName":"Mailing Postal Code","name":"mailingPostalCode","type":"string","default":""},{"displayName":"Mailing State","name":"mailingState","type":"string","default":""},{"displayName":"Mailing Street","name":"mailingStreet","type":"string","default":"","description":"Street address for mailing address"},{"displayName":"Other City","name":"otherCity","type":"string","default":""},{"displayName":"Other Country","name":"otherCountry","type":"string","default":""},{"displayName":"Other Phone","name":"otherPhone","type":"string","default":"","description":"Telephone for alternate address"},{"displayName":"Other Postal Code","name":"otherPostalCode","type":"string","default":""},{"displayName":"Other State","name":"otherState","type":"string","default":""},{"displayName":"Other Street","name":"otherStreet","type":"string","default":"","description":"Street for alternate address"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the contact. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the contact"},{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes"},"default":""},{"displayName":"Salutation","name":"salutation","type":"string","default":"","description":"Honorific abbreviation, word, or phrase to be used in front of name in greetings, such as Dr. or Mrs."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the contact such as CEO or Vice President"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"description":"ID of contact that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Account Name or ID","name":"acconuntId","type":"options","typeOptions":{"loadOptionsMethod":"getAccounts"},"default":"","description":"ID of the account that is the parent of this contact. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the assistant"},{"displayName":"Assistant Phone","name":"Assistant Phone","type":"string","default":"","description":"The telephone number of the assistant"},{"displayName":"Birth Date","name":"birthdate","type":"dateTime","default":"","description":"The birth date of the contact"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Department","name":"department","type":"string","default":"","description":"The department of the contact"},{"displayName":"Description","name":"description","type":"string","default":"","description":"A description of the contact. Label is Contact Description. Limit: 32 KB."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address for the contact"},{"displayName":"Email Bounced Date","name":"emailBouncedDate","type":"dateTime","default":"","description":"If bounce management is activated and an email sent to the contact bounces, the date and time the bounce occurred"},{"displayName":"Email Bounced Reason","name":"emailBouncedReason","type":"string","default":"","description":"If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred"},{"displayName":"Fax","name":"fax","type":"string","default":"","description":"Fax number for the contact. Label is Business Fax."},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of the contact. Maximum size is 40 characters."},{"displayName":"Home Phone","name":"homePhone","type":"string","default":"","description":"Home telephone number for the contact"},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a contact in Data.com. If a contact has a value in this field, it means that a contact was imported as a contact from Data.com."},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of the contact. Limited to 80 characters."},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Mailing City","name":"mailingCity","type":"string","default":""},{"displayName":"Mailing Country","name":"mailingCountry","type":"string","default":""},{"displayName":"Mailing State","name":"mailingState","type":"string","default":""},{"displayName":"Mailing Street","name":"mailingStreet","type":"string","default":"","description":"Street address for mailing address"},{"displayName":"Mailing Postal Code","name":"mailingPostalCode","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","description":"Contact’s mobile phone number"},{"displayName":"Other City","name":"otherCity","type":"string","default":""},{"displayName":"Other Country","name":"otherCountry","type":"string","default":""},{"displayName":"Other Phone","name":"otherPhone","type":"string","default":"","description":"Telephone for alternate address"},{"displayName":"Other Postal Code","name":"otherPostalCode","type":"string","default":""},{"displayName":"Other State","name":"otherState","type":"string","default":""},{"displayName":"Other Street","name":"otherStreet","type":"string","default":"","description":"Street for alternate address"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the contact. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the contact"},{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes"},"default":""},{"displayName":"Salutation","name":"salutation","type":"string","default":"","description":"Honorific abbreviation, word, or phrase to be used in front of name in greetings, such as Dr. or Mrs."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the contact such as CEO or Vice President"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"description":"ID of contact that needs to be fetched"},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"description":"ID of contact that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getContactFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["addToCampaign"]}},"description":"ID of contact that needs to be fetched"},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","typeOptions":{"loadOptionsMethod":"getCampaigns"},"required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["addToCampaign"]}},"description":"ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["addToCampaign"]}},"options":[{"displayName":"Status","name":"status","type":"string","default":"","description":"Controls the HasResponded flag on this object"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["addNote"]}},"description":"ID of contact that needs to be fetched"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["addNote"]}},"description":"Title of the note"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["addNote"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":"","description":"Body of the note. Limited to 32 KB."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether only the note owner or a user with the “Modify All Data” permission can view the note or query it via the API"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user who owns the note. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["customObject"]}},"options":[{"name":"Create","value":"create","description":"Create a custom object record","action":"Create a custom object"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a custom object"},{"name":"Delete","value":"delete","description":"Delete a custom object record","action":"Delete a custom object"},{"name":"Get","value":"get","description":"Get a custom object record","action":"Get a custom object"},{"name":"Get Many","value":"getAll","description":"Get many custom object records","action":"Get many custom objects"},{"name":"Update","value":"update","description":"Update a custom object record","action":"Update a custom object"}],"default":"create"},{"displayName":"Custom Object Name or ID","name":"customObject","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["create","upsert"]}},"description":"Name of the custom object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Match Against","name":"externalId","type":"options","typeOptions":{"loadOptionsMethod":"getExternalIdFields","loadOptionsDependsOn":["customObject"]},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["upsert"]}},"description":"The field to check to see if the object already exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value to Match","name":"externalIdValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["upsert"]}},"description":"If this value exists in the 'match against' field, update the object. Otherwise create a new one."},{"displayName":"Fields","name":"customFieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["customObject"],"operation":["create","upsert"]}},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjectFields","loadOptionsDependsOn":["customObject"]},"default":"","description":"The ID of the field. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Custom Object Name or ID","name":"customObject","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["update"]}},"description":"Name of the custom object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Record ID","name":"recordId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["update"]}},"description":"Record ID to be updated"},{"displayName":"Fields","name":"customFieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"displayOptions":{"show":{"resource":["customObject"],"operation":["update"]}},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjectFields","loadOptionsDependsOn":["customObject"]},"default":"","description":"The ID of the field. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Custom Object Name or ID","name":"customObject","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["get"]}},"description":"Name of the custom object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Record ID","name":"recordId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["get"]}},"description":"Record ID to be retrieved"},{"displayName":"Custom Object Name or ID","name":"customObject","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["delete"]}},"description":"Name of the custom object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Record ID","name":"recordId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["delete"]}},"description":"Record ID to be deleted"},{"displayName":"Custom Object Name or ID","name":"customObject","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["getAll"]}},"description":"Name of the custom object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["customObject"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["customObject"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customObject"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjectFields","loadOptionsDependsOn":["customObject"]},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Field Names or IDs","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCustomObjectFields","loadOptionsDependsOn":["customObject"]},"default":[],"description":"Fields to include separated by commas. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["create","upsert"],"resource":["customObject"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes","loadOptionsDependsOn":["customObject"]},"default":""}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["customObject"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes","loadOptionsDependsOn":["customObject"]},"default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["document"]}},"options":[{"name":"Upload","value":"upload","description":"Upload a document","action":"Upload a document"}],"default":"upload"},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["document"],"operation":["upload"]}},"description":"Name of the file"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"resource":["document"],"operation":["upload"]}},"placeholder":"","description":"Name of the binary property which contains the data for the file to be uploaded"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["upload"]}},"options":[{"displayName":"File Extension","name":"fileExtension","type":"string","default":"","placeholder":"pdf","description":"File extension to use. If none is set, the value from the binary data will be used."},{"displayName":"Link To Object ID","name":"linkToObjectId","type":"string","default":"","description":"ID of the object you want to link this document to"},{"displayName":"Owner Name or ID","name":"ownerId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the owner of this document. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["opportunity"]}},"options":[{"name":"Add Note","value":"addNote","description":"Add note to an opportunity","action":"Add a note to an opportunity"},{"name":"Create","value":"create","description":"Create an opportunity","action":"Create an opportunity"},{"name":"Create or Update","value":"upsert","description":"Create a new opportunity, or update the current one if it already exists (upsert)","action":"Create or update an opportunity"},{"name":"Delete","value":"delete","description":"Delete an opportunity","action":"Delete an opportunity"},{"name":"Get","value":"get","description":"Get an opportunity","action":"Get an opportunity"},{"name":"Get Many","value":"getAll","description":"Get many opportunities","action":"Get many opportunities"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of opportunity's metadata","action":"Get an opportunity summary"},{"name":"Update","value":"update","description":"Update an opportunity","action":"Update an opportunity"}],"default":"create"},{"displayName":"Match Against","name":"externalId","type":"options","typeOptions":{"loadOptionsMethod":"getExternalIdFields","loadOptionsDependsOn":["resource"]},"required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["upsert"]}},"description":"The field to check to see if the opportunity already exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value to Match","name":"externalIdValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["upsert"]}},"description":"If this value exists in the 'match against' field, update the opportunity. Otherwise create a new one."},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["create","upsert"]}},"description":"Required. Last name of the opportunity. Limited to 80 characters."},{"displayName":"Close Date","name":"closeDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["create","upsert"]}},"description":"Required. Date when the opportunity is expected to close."},{"displayName":"Stage Name or ID","name":"stageName","type":"options","typeOptions":{"loadOptionsMethod":"getStages"},"required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["create","upsert"]}},"description":"Required. Date when the opportunity is expected to close. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["create","upsert"]}},"options":[{"displayName":"Account Name or ID","name":"accountId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account associated with this opportunity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Amount","name":"amount","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Estimated total sale amount"},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","typeOptions":{"loadOptionsMethod":"getCampaigns"},"default":"","description":"ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A description of the opportunity. Label is Contact Description. Limit: 32 KB."},{"displayName":"Forecast Category Name","name":"forecastCategoryName","type":"string","default":"","description":"It is implied, but not directly controlled, by the StageName field"},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Next Step","name":"nextStep","type":"string","default":"","description":"Description of next task in closing opportunity. Limit: 255 characters."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the opportunity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the opportunity"},{"displayName":"Pricebook2 ID","name":"pricebook2Id","type":"string","default":"","description":"ID of a related Pricebook2 object"},{"displayName":"Probability","name":"probability","type":"number","typeOptions":{"numberPrecision":1},"default":"","description":"Percentage of estimated confidence in closing the opportunity"},{"displayName":"Type","name":"type","type":"options","default":"","options":[{"name":"Business","value":"Business"},{"name":"New Business","value":"New Business"}],"description":"Type of opportunity. For example, Existing Business or New Business. Label is Opportunity Type."}]},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["update"]}},"description":"ID of opportunity that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["update"]}},"options":[{"displayName":"Account Name or ID","name":"accountId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account associated with this opportunity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Amount","name":"amount","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Estimated total sale amount"},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","typeOptions":{"loadOptionsMethod":"getCampaigns"},"default":"","description":"ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"Required. Date when the opportunity is expected to close."},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A description of the opportunity. Label is Contact Description. Limit: 32 KB."},{"displayName":"Forecast Category Name","name":"forecastCategoryName","type":"string","default":"","description":"It is implied, but not directly controlled, by the StageName field"},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","description":"Required. Last name of the opportunity. Limited to 80 characters."},{"displayName":"Next Step","name":"nextStep","type":"string","default":"","description":"Description of next task in closing opportunity. Limit: 255 characters."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the opportunity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the opportunity"},{"displayName":"Pricebook2 ID","name":"pricebook2Id","type":"string","default":"","description":"ID of a related Pricebook2 object"},{"displayName":"Probability","name":"probability","type":"number","typeOptions":{"numberPrecision":1},"default":"","description":"Percentage of estimated confidence in closing the opportunity"},{"displayName":"Stage Name or ID","name":"stageName","type":"options","typeOptions":{"loadOptionsMethod":"getStages"},"default":"","description":"Required. Date when the opportunity is expected to close. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"options","default":"","options":[{"name":"Business","value":"Business"},{"name":"New Business","value":"New Business"}],"description":"Type of opportunity. For example, Existing Business or New Business. Label is Opportunity Type."}]},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["get"]}},"description":"ID of opportunity that needs to be fetched"},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["delete"]}},"description":"ID of opportunity that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["opportunity"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["opportunity"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getOpportunityFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["addNote"]}},"description":"ID of opportunity that needs to be fetched"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["addNote"]}},"description":"Title of the note"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["addNote"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":"","description":"Body of the note. Limited to 32 KB."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether true, only the note owner or a user with the “Modify All Data” permission can view the note or query it via the API"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user who owns the note. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Add Note","value":"addNote","description":"Add note to an account","action":"Add a note to an account"},{"name":"Create","value":"create","description":"Create an account","action":"Create an account"},{"name":"Create or Update","value":"upsert","description":"Create a new account, or update the current one if it already exists (upsert)","action":"Create or update an account"},{"name":"Delete","value":"delete","description":"Delete an account","action":"Delete an account"},{"name":"Get","value":"get","description":"Get an account","action":"Get an account"},{"name":"Get Many","value":"getAll","description":"Get many accounts","action":"Get many accounts"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of account's metadata","action":"Get an account summary"},{"name":"Update","value":"update","description":"Update an account","action":"Update an account"}],"default":"create"},{"displayName":"Match Against","name":"externalId","type":"options","typeOptions":{"loadOptionsMethod":"getExternalIdFields","loadOptionsDependsOn":["resource"]},"required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["upsert"]}},"description":"The field to check to see if the account already exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value to Match","name":"externalIdValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["upsert"]}},"description":"If this value exists in the 'match against' field, update the account. Otherwise create a new one."},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["create","upsert"]}},"description":"Name of the account. Maximum size is 255 characters."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create","upsert"]}},"options":[{"displayName":"Account Number","name":"accountNumber","type":"string","default":"","description":"Account number assigned to this account (not the unique ID). Maximum size is 40 characters."},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Estimated annual revenue of the account"},{"displayName":"Account Source Name or ID","name":"accountSource","type":"options","typeOptions":{"loadOptionsMethod":"getAccountSources"},"default":"","description":"The source of the account record. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Billing City","name":"billingCity","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 40 characters."},{"displayName":"Billing Country","name":"billingCountry","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 80 characters."},{"displayName":"Billing Postal Code","name":"billingPostalCode","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 20 characters."},{"displayName":"Billing State","name":"billingState","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 80 characters."},{"displayName":"Billing Street","name":"billingStreet","type":"string","default":"","description":"Street address for the billing address of this account"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Text description of the account. Limited to 32,000 KB."},{"displayName":"Fax","name":"fax","type":"string","default":"","description":"Fax number for the account"},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a company in Data.com"},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"The website of this account. Maximum of 255 characters."},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","default":""},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the account. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"ID of the parent object, if any"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the account"},{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes"},"default":""},{"displayName":"SicDesc","name":"sicDesc","type":"string","default":"","description":"A brief description of an organization’s line of business, based on its SIC code"},{"displayName":"Type Name or ID","name":"type","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAccountTypes"},"description":"Type of account. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Shipping City","name":"shippingCity","type":"string","default":"","description":"Details of the shipping address for this account. City maximum size is 40 characters."},{"displayName":"Shipping Country","name":"shippingCountry","type":"string","default":"","description":"Details of the shipping address for this account. Country maximum size is 80 characters."},{"displayName":"Shipping Postal Code","name":"shippingPostalCode","type":"string","default":"","description":"Details of the shipping address for this account. Postal code maximum size is 20 characters."},{"displayName":"Shipping State","name":"shippingState","type":"string","default":"","description":"Details of the shipping address for this account. State maximum size is 80 characters."},{"displayName":"Shipping Street","name":"shippingStreet","type":"string","default":"","description":"The street address of the shipping address for this account. Maximum of 255 characters."},{"displayName":"Website","name":"website","type":"string","default":"","description":"The website of this account. Maximum of 255 characters."}]},{"displayName":"Account ID","name":"accountId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["update"]}},"description":"ID of account that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["update"]}},"options":[{"displayName":"Account Number","name":"accountNumber","type":"string","default":"","description":"Account number assigned to this account (not the unique ID). Maximum size is 40 characters."},{"displayName":"Account Source Name or ID","name":"accountSource","type":"options","typeOptions":{"loadOptionsMethod":"getAccountSources"},"default":"","description":"The source of the account record. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Estimated annual revenue of the account"},{"displayName":"Billing City","name":"billingCity","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 40 characters."},{"displayName":"Billing Country","name":"billingCountry","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 80 characters."},{"displayName":"Billing Postal Code","name":"billingPostalCode","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 20 characters."},{"displayName":"Billing State","name":"billingState","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 80 characters."},{"displayName":"Billing Street","name":"billingStreet","type":"string","default":"","description":"Street address for the billing address of this account"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Text description of the account. Limited to 32,000 KB."},{"displayName":"Fax","name":"fax","type":"string","default":"","description":"Fax number for the account"},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"The website of this account. Maximum of 255 characters."},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a company in Data.com"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the account. Maximum size is 255 characters."},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","default":""},{"displayName":"Owner Name or ID","name":"ownerId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the account. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"ID of the parent object, if any"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the account"},{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes"},"default":""},{"displayName":"SicDesc","name":"sicDesc","type":"string","default":"","description":"A brief description of an organization’s line of business, based on its SIC code"},{"displayName":"Shipping City","name":"shippingCity","type":"string","default":"","description":"Details of the shipping address for this account. City maximum size is 40 characters."},{"displayName":"Shipping Country","name":"shippingCountry","type":"string","default":"","description":"Details of the shipping address for this account. Country maximum size is 80 characters."},{"displayName":"Shipping Postal Code","name":"shippingPostalCode","type":"string","default":"","description":"Details of the shipping address for this account. Postal code maximum size is 20 characters."},{"displayName":"Shipping State","name":"shippingState","type":"string","default":"","description":"Details of the shipping address for this account. State maximum size is 80 characters."},{"displayName":"Shipping Street","name":"shippingStreet","type":"string","default":"","description":"The street address of the shipping address for this account. Maximum of 255 characters."},{"displayName":"Type Name or ID","name":"type","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAccountTypes"},"description":"Type of account. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Website","name":"website","type":"string","default":"","description":"The website of this account. Maximum of 255 characters."}]},{"displayName":"Account ID","name":"accountId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["get"]}},"description":"ID of account that needs to be fetched"},{"displayName":"Account ID","name":"accountId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["delete"]}},"description":"ID of account that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["account"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"},{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]}]},{"displayName":"Account ID","name":"accountId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["addNote"]}},"description":"ID of account that needs to be fetched"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["addNote"]}},"description":"Title of the note"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["addNote"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":"","description":"Body of the note. Limited to 32 KB."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether true, only the note owner or a user with the “Modify All Data” permission can view the note or query it via the API"},{"displayName":"Owner Name or ID","name":"ownerId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user who owns the note. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["search"]}},"options":[{"name":"Query","value":"query","description":"Execute a SOQL query that returns all the results in a single response","action":"Perform a query"}],"default":"query"},{"displayName":"Query","name":"query","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["query"]}},"description":"A SOQL query. An example query parameter string might look like: “SELECT+Name+FROM+MyObject”. If the SOQL query string is invalid, a MALFORMED_QUERY response is returned."},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["case"]}},"options":[{"name":"Add Comment","value":"addComment","description":"Add a comment to a case","action":"Add a comment to a case"},{"name":"Create","value":"create","description":"Create a case","action":"Create a case"},{"name":"Delete","value":"delete","description":"Delete a case","action":"Delete a case"},{"name":"Get","value":"get","description":"Get a case","action":"Get a case"},{"name":"Get Many","value":"getAll","description":"Get many cases","action":"Get many cases"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of case's metadata","action":"Get a case summary"},{"name":"Update","value":"update","description":"Update a case","action":"Update a case"}],"default":"create"},{"displayName":"Type Name or ID","name":"type","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getCaseTypes"},"displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"default":"","description":"The type of case. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"options":[{"displayName":"Account ID","name":"accountId","type":"string","default":"","description":"ID of the account associated with this case"},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","description":"ID of the associated Contact"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A text description of the case. Limit: 32 KB."},{"displayName":"Is Escalated","name":"isEscalated","type":"boolean","default":false,"description":"Whether indicates whether the case has been escalated (true) or not"},{"displayName":"Origin Name or ID","name":"origin","type":"options","typeOptions":{"loadOptionsMethod":"getCaseOrigins"},"default":"","description":"The source of the case, such as Email, Phone, or Web. Label is Case Origin. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getCaseOwners"},"default":"","description":"The owner of the case. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"ParentId","type":"string","default":"","description":"The ID of the parent case in the hierarchy. The label is Parent Case."},{"displayName":"Priority Name or ID","name":"priority","type":"options","typeOptions":{"loadOptionsMethod":"getCasePriorities"},"default":"","description":"The importance or urgency of the case, such as High, Medium, or Low. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Reason Name or ID","name":"reason","type":"options","typeOptions":{"loadOptionsMethod":"getCaseReasons"},"default":"","description":"The reason why the case was created, such as Instructions not clear, or User didn’t attend training. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes"},"default":""},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsMethod":"getCaseStatuses"},"default":"","description":"The status of the case, such as “New,” “Closed,” or “Escalated.” This field directly controls the IsClosed flag. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The subject of the case. Limit: 255 characters."},{"displayName":"Supplied Company","name":"suppliedCompany","type":"string","default":"","description":"The company name that was entered when the case was created. This field can't be updated after the case has been created.."},{"displayName":"Supplied Email","name":"suppliedEmail","type":"string","default":"","description":"The email address that was entered when the case was created. This field can't be updated after the case has been created."},{"displayName":"Supplied Name","name":"suppliedName","type":"string","default":"","description":"The name that was entered when the case was created. This field can't be updated after the case has been created."},{"displayName":"Supplied Phone","name":"suppliedPhone","type":"string","default":"","description":"The phone number that was entered when the case was created. This field can't be updated after the case has been created."}]},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["update"]}},"description":"ID of case that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["update"]}},"options":[{"displayName":"Account ID","name":"accountId","type":"string","default":"","description":"ID of the account associated with this case"},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","description":"ID of the associated Contact"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A text description of the case. Limit: 32 KB."},{"displayName":"Is Escalated","name":"isEscalated","type":"boolean","default":false,"description":"Whether the case has been escalated (true) or not"},{"displayName":"Origin Name or ID","name":"origin","type":"options","typeOptions":{"loadOptionsMethod":"getCaseOrigins"},"default":"","description":"The source of the case, such as Email, Phone, or Web. Label is Case Origin. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getCaseOwners"},"default":"","description":"The owner of the case. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"ParentId","type":"string","default":"","description":"The ID of the parent case in the hierarchy. The label is Parent Case."},{"displayName":"Priority Name or ID","name":"priority","type":"options","typeOptions":{"loadOptionsMethod":"getCasePriorities"},"default":"","description":"The importance or urgency of the case, such as High, Medium, or Low. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Reason Name or ID","name":"reason","type":"options","typeOptions":{"loadOptionsMethod":"getCaseReasons"},"default":"","description":"The reason why the case was created, such as Instructions not clear, or User didn’t attend training. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes"},"default":""},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsMethod":"getCaseStatuses"},"default":"","description":"The status of the case, such as “New,” “Closed,” or “Escalated.” This field directly controls the IsClosed flag. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The subject of the case. Limit: 255 characters."},{"displayName":"Supplied Company","name":"suppliedCompany","type":"string","default":"","description":"The company name that was entered when the case was created. This field can't be updated after the case has been created.."},{"displayName":"Supplied Email","name":"suppliedEmail","type":"string","default":"","description":"The email address that was entered when the case was created. This field can't be updated after the case has been created."},{"displayName":"Supplied Name","name":"suppliedName","type":"string","default":"","description":"The name that was entered when the case was created. This field can't be updated after the case has been created."},{"displayName":"Supplied Phone","name":"suppliedPhone","type":"string","default":"","description":"The phone number that was entered when the case was created. This field can't be updated after the case has been created."},{"displayName":"Type Name or ID","name":"type","type":"options","typeOptions":{"loadOptionsMethod":"getCaseTypes"},"default":"","description":"The type of case. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["get"]}},"description":"ID of case that needs to be fetched"},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["delete"]}},"description":"ID of case that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["case"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["case"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getCaseFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["addComment"]}},"description":"ID of case that needs to be fetched"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["addComment"]}},"options":[{"displayName":"Comment Body","name":"commentBody","type":"string","default":"","description":"Text of the CaseComment. The maximum size of the comment body is 4,000 bytes. Label is Body."},{"displayName":"Is Published","name":"isPublished","type":"boolean","default":false,"description":"Whether the CaseComment is visible to customers in the Self-Service portal (true) or not (false)"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Get a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of task's metadata","action":"Get a task summary"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Status Name or ID","name":"status","type":"options","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getTaskStatuses"},"description":"The current status of the task, such as In Progress or Completed. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Activity Date","name":"activityDate","type":"dateTime","default":"","description":"Represents the due date of the task. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone."},{"displayName":"Call Disposition","name":"callDisposition","type":"string","default":"","description":"Represents the result of a given call, for example, “we'll call back,” or “call unsuccessful.” Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Duration In Seconds","name":"callDurationInSeconds","type":"number","default":"","description":"Duration of the call in seconds. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Object","name":"callObject","type":"string","default":"","description":"Name of a call center. Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Type Name or ID","name":"callType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskCallTypes"},"description":"The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Contains a text description of the task"},{"displayName":"Is ReminderSet","name":"isReminderSet","type":"boolean","default":false,"description":"Whether a popup reminder has been set for the task (true) or not (false)"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the User who owns the record. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Priority Name or ID","name":"priority","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskPriorities"},"description":"Indicates the importance or urgency of a task, such as high or low. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence Type Name or ID","name":"recurrenceType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskRecurrenceTypes"},"description":"Recurrence Type of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence Instance Name or ID","name":"recurrenceInstance","type":"options","typeOptions":{"loadOptionsMethod":"getTaskRecurrenceInstances"},"default":"","description":"The frequency of the recurring task. For example, “2nd” or “3rd.”. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence Interval","name":"recurrenceInterval","type":"number","default":"","description":"The interval between recurring tasks"},{"displayName":"Recurrence Day Of Month","name":"recurrenceDayOfMonth","type":"number","default":"","description":"The day of the month in which the task repeats"},{"displayName":"Recurrence Day Of Week Mask","name":"recurrenceDayOfWeekMask","type":"number","default":"","description":"The day or days of the week on which the task repeats. This field contains a bitmask. The values are as follows: Sunday = 1 Monday = 2 Tuesday = 4 Wednesday = 8 Thursday = 16 Friday = 32 Saturday = 64 Multiple days are represented as the sum of their numerical values. For example, Tuesday and Thursday = 4 + 16 = 20."},{"displayName":"Recurrence End Date Only","name":"recurrenceEndDateOnly","type":"dateTime","default":"","description":"The last date on which the task repeats. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone."},{"displayName":"Recurrence Month Of Year","name":"recurrenceMonthOfYear","type":"options","options":[{"name":"January","value":"January"},{"name":"February","value":"February"},{"name":"March","value":"March"},{"name":"April","value":"April"},{"name":"May","value":"May"},{"name":"June","value":"June"},{"name":"July","value":"July"},{"name":"August","value":"August"},{"name":"September","value":"September"},{"name":"October","value":"October"},{"name":"November","value":"November"},{"name":"December","value":"December"}],"default":"","description":"The month of the year in which the task repeats"},{"displayName":"Recurrence Regenerated Type","name":"recurrenceRegeneratedType","type":"options","default":"","options":[{"name":"After Due Date","value":"RecurrenceRegenerateAfterDueDate"},{"name":"After Date Completed","value":"RecurrenceRegenerateAfterToday"},{"name":"(Task Closed)","value":"RecurrenceRegenerated"}],"description":"Represents what triggers a repeating task to repeat. Add this field to a page layout together with the RecurrenceInterval field, which determines the number of days between the triggering date (due date or close date) and the due date of the next repeating task in the series. Label is Repeat This Task."},{"displayName":"Recurrence Start Date Only","name":"recurrenceEndDateOnly","type":"dateTime","default":"","description":"The date when the recurring task begins. Must be a date and time before RecurrenceEndDateOnly."},{"displayName":"Recurrence TimeZone SidKey","name":"recurrenceTimeZoneSidKey","type":"string","default":"","description":"The time zone associated with the recurring task. For example, “UTC-8:00” for Pacific Standard Time."},{"displayName":"Reminder Date Time","name":"reminderDateTime","type":"dateTime","default":"","description":"Represents the time when the reminder is scheduled to fire, if IsReminderSet is set to true. If IsReminderSet is set to false, then the user may have deselected the reminder checkbox in the Salesforce user interface, or the reminder has already fired at the time indicated by the value."},{"displayName":"Subject Name or ID","name":"subject","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskSubjects"},"description":"The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Type Name or ID","name":"type","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskTypes"},"description":"Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"What ID","name":"whatId","type":"string","default":"","description":"The WhatId represents nonhuman objects such as accounts, opportunities, campaigns, cases, or custom objects. WhatIds are polymorphic. Polymorphic means a WhatId is equivalent to the ID of a related object."},{"displayName":"Who ID","name":"whoId","type":"string","default":"","description":"The WhoId represents a human such as a lead or a contact. WhoIds are polymorphic. Polymorphic means a WhoId is equivalent to a contact’s ID or a lead’s ID."}]},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"description":"ID of task that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Activity Date","name":"activityDate","type":"dateTime","default":"","description":"Represents the due date of the task. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone."},{"displayName":"Call Disposition","name":"callDisposition","type":"string","default":"","description":"Represents the result of a given call, for example, “we'll call back,” or “call unsuccessful.” Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Duration In Seconds","name":"callDurationInSeconds","type":"number","default":"","description":"Duration of the call in seconds. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Object","name":"callObject","type":"string","default":"","description":"Name of a call center. Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Type Name or ID","name":"callType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskCallTypes"},"description":"The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Contains a text description of the task"},{"displayName":"Is ReminderSet","name":"isReminderSet","type":"boolean","default":false,"description":"Whether a popup reminder has been set for the task (true) or not (false)"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the User who owns the record. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Priority Name or ID","name":"priority","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskPriorities"},"description":"Indicates the importance or urgency of a task, such as high or low. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Status Name or ID","name":"status","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskStatuses"},"description":"The current status of the task, such as In Progress or Completed. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Subject Name or ID","name":"subject","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskSubjects"},"description":"The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence Day Of Month","name":"recurrenceDayOfMonth","type":"number","default":"","description":"The day of the month in which the task repeats"},{"displayName":"Recurrence Day Of Week Mask","name":"recurrenceDayOfWeekMask","type":"number","default":"","description":"The day or days of the week on which the task repeats. This field contains a bitmask. The values are as follows: Sunday = 1 Monday = 2 Tuesday = 4 Wednesday = 8 Thursday = 16 Friday = 32 Saturday = 64. Multiple days are represented as the sum of their numerical values. For example, Tuesday and Thursday = 4 + 16 = 20."},{"displayName":"Recurrence End Date Only","name":"recurrenceEndDateOnly","type":"dateTime","default":"","description":"The last date on which the task repeats. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone."},{"displayName":"Recurrence Instance Name or ID","name":"recurrenceInstance","type":"options","typeOptions":{"loadOptionsMethod":"getTaskRecurrenceInstances"},"default":"","description":"The frequency of the recurring task. For example, “2nd” or “3rd.”. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence Interval","name":"recurrenceInterval","type":"number","default":"","description":"The interval between recurring tasks"},{"displayName":"Recurrence Month Of Year","name":"recurrenceMonthOfYear","type":"options","options":[{"name":"January","value":"January"},{"name":"February","value":"February"},{"name":"March","value":"March"},{"name":"April","value":"April"},{"name":"May","value":"May"},{"name":"June","value":"June"},{"name":"July","value":"July"},{"name":"August","value":"August"},{"name":"September","value":"September"},{"name":"October","value":"October"},{"name":"November","value":"November"},{"name":"December","value":"December"}],"default":"","description":"The month of the year in which the task repeats"},{"displayName":"Recurrence Start Date Only","name":"recurrenceEndDateOnly","type":"dateTime","default":"","description":"The date when the recurring task begins. Must be a date and time before RecurrenceEndDateOnly."},{"displayName":"Recurrence Regenerated Type","name":"recurrenceRegeneratedType","type":"options","default":"","options":[{"name":"After Due Date","value":"RecurrenceRegenerateAfterDueDate"},{"name":"After Date Completed","value":"RecurrenceRegenerateAfterToday"},{"name":"(Task Closed)","value":"RecurrenceRegenerated"}],"description":"Represents what triggers a repeating task to repeat. Add this field to a page layout together with the RecurrenceInterval field, which determines the number of days between the triggering date (due date or close date) and the due date of the next repeating task in the series. Label is Repeat This Task."},{"displayName":"Recurrence Type Name or ID","name":"recurrenceType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskRecurrenceTypes"},"description":"Website for the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence TimeZone SidKey","name":"recurrenceTimeZoneSidKey","type":"string","default":"","description":"The time zone associated with the recurring task. For example, “UTC-8:00” for Pacific Standard Time."},{"displayName":"Reminder Date Time","name":"reminderDateTime","type":"dateTime","default":"","description":"Represents the time when the reminder is scheduled to fire, if IsReminderSet is set to true. If IsReminderSet is set to false, then the user may have deselected the reminder checkbox in the Salesforce user interface, or the reminder has already fired at the time indicated by the value."},{"displayName":"Type Name or ID","name":"type","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskTypes"},"description":"Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"What ID","name":"whatId","type":"string","default":"","description":"The WhatId represents nonhuman objects such as accounts, opportunities, campaigns, cases, or custom objects. WhatIds are polymorphic. Polymorphic means a WhatId is equivalent to the ID of a related object."},{"displayName":"Who ID","name":"whoId","type":"string","default":"","description":"The WhoId represents a human such as a lead or a contact. WhoIds are polymorphic. Polymorphic means a WhoId is equivalent to a contact’s ID or a lead’s ID."}]},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["get"]}},"description":"ID of task that needs to be fetched"},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["delete"]}},"description":"ID of task that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getTaskFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["attachment"]}},"options":[{"name":"Create","value":"create","description":"Create a attachment","action":"Create an attachment"},{"name":"Delete","value":"delete","description":"Delete a attachment","action":"Delete an attachment"},{"name":"Get","value":"get","description":"Get a attachment","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Get many attachments","action":"Get many attachments"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of attachment's metadata","action":"Get an attachment summary"},{"name":"Update","value":"update","description":"Update a attachment","action":"Update an attachment"}],"default":"create"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["attachment"],"operation":["create"]}}},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["attachment"],"operation":["create"]}},"description":"Required. Name of the attached file. Maximum size is 255 characters. Label is File Name."},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"resource":["attachment"],"operation":["create"]}},"placeholder":"","description":"Name of the binary property which contains the data for the file to be uploaded"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["attachment"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Text description of the Document. Limit: 255 characters."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether this record is viewable only by the owner and administrators (true) or viewable by all otherwise-allowed users (false)"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the User who owns the attachment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["update"]}},"description":"ID of attachment that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["attachment"],"operation":["update"]}},"options":[{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","placeholder":"","description":"Name of the binary property which contains the data for the file to be uploaded"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Text description of the Document. Limit: 255 characters."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether this record is viewable only by the owner and administrators (true) or viewable by all otherwise-allowed users (false)"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Required. Name of the attached file. Maximum size is 255 characters. Label is File Name."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the User who owns the attachment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["get"]}},"description":"ID of attachment that needs to be fetched"},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["delete"]}},"description":"ID of attachment that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["attachment"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["attachment"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["attachment"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getAtachmentFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get","value":"get","description":"Get a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Get many users","action":"Get many users"}],"default":"get"},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"description":"ID of user that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getUserFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["flow"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many flows","action":"Get many flows"},{"name":"Invoke","value":"invoke","description":"Invoke a flow","action":"Invoke a flow"}],"default":"invoke"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["flow"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["flow"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"API Name","name":"apiName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["flow"],"operation":["invoke"]}},"description":"Required. API name of the flow."},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["flow"],"operation":["invoke"]}},"description":"Whether the input variables should be set via the value-key pair UI or JSON/RAW"},{"displayName":"Variables","name":"variablesJson","type":"json","displayOptions":{"show":{"resource":["flow"],"operation":["invoke"],"jsonParameters":[true]}},"default":"","description":"Input variables as JSON object"},{"displayName":"Variables","name":"variablesUi","placeholder":"Add Variable","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["flow"],"operation":["invoke"],"jsonParameters":[false]}},"description":"The input variable to send","default":{},"options":[{"displayName":"Variable","name":"variablesValues","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the input variable"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the input variable"}]}]}],"codex":{"categories":["Sales","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.salesforce/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/salesforce"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Salesforce/salesforce.svg"},
|
|
327
|
+
{"displayName":"Salesforce","name":"n8n-nodes-base.salesforce","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Salesforce API","defaults":{"name":"Salesforce"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"salesforceOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}},{"name":"salesforceJwtApi","required":true,"displayOptions":{"show":{"authentication":["jwt"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2","value":"oAuth2"},{"name":"OAuth2 JWT","value":"jwt"}],"default":"oAuth2","description":"OAuth Authorization Flow"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account","description":"Represents an individual account, which is an organization or person involved with your business (such as customers, competitors, and partners)"},{"name":"Attachment","value":"attachment","description":"Represents a file that a has uploaded and attached to a parent object"},{"name":"Case","value":"case","description":"Represents a case, which is a customer issue or problem"},{"name":"Contact","value":"contact","description":"Represents a contact, which is an individual associated with an account"},{"name":"Custom Object","value":"customObject","description":"Represents a custom object"},{"name":"Document","value":"document","description":"Represents a document"},{"name":"Flow","value":"flow","description":"Represents an autolaunched flow"},{"name":"Lead","value":"lead","description":"Represents a prospect or potential"},{"name":"Opportunity","value":"opportunity","description":"Represents an opportunity, which is a sale or pending deal"},{"name":"Search","value":"search","description":"Search records"},{"name":"Task","value":"task","description":"Represents a business activity such as making a phone call or other to-do items. In the user interface, and records are collectively referred to as activities."},{"name":"User","value":"user","description":"Represents a person, which is one user in system"}],"default":"lead"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["lead"]}},"options":[{"name":"Add Lead To Campaign","value":"addToCampaign","description":"Add lead to a campaign","action":"Add a lead to a campaign"},{"name":"Add Note","value":"addNote","description":"Add note to a lead","action":"Add a note to a lead"},{"name":"Create","value":"create","description":"Create a lead","action":"Create a lead"},{"name":"Create or Update","value":"upsert","description":"Create a new lead, or update the current one if it already exists (upsert)","action":"Create or update a lead"},{"name":"Delete","value":"delete","description":"Delete a lead","action":"Delete a lead"},{"name":"Get","value":"get","description":"Get a lead","action":"Get a lead"},{"name":"Get Many","value":"getAll","description":"Get many leads","action":"Get many leads"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of Lead's metadata","action":"Get a lead summary"},{"name":"Update","value":"update","description":"Update a lead","action":"Update a lead"}],"default":"create"},{"displayName":"Match Against","name":"externalId","type":"options","typeOptions":{"loadOptionsMethod":"getExternalIdFields","loadOptionsDependsOn":["resource"]},"required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["upsert"]}},"description":"The field to check to see if the lead already exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value to Match","name":"externalIdValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["upsert"]}},"description":"If this value exists in the 'match against' field, update the lead. Otherwise create a new one."},{"displayName":"Company","name":"company","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["create","upsert"]}},"description":"Company of the lead. If person account record types have been enabled, and if the value of Company is null, the lead converts to a person account."},{"displayName":"Last Name","name":"lastname","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["create","upsert"]}},"description":"Required. Last name of the lead. Limited to 80 characters."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["create","upsert"]}},"options":[{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Annual revenue for the company of the lead"},{"displayName":"City","name":"city","type":"string","default":"","description":"City for the address of the lead"},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country of the lead"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the lead"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address for the lead"},{"displayName":"First Name","name":"firstname","type":"string","default":"","description":"First name of the lead. Limited to 40 characters."},{"displayName":"Has Opted Out of Email","name":"hasOptedOutOfEmail","type":"boolean","default":false,"description":"Whether the lead doesn’t want to receive email from Salesforce (true) or does (false). Label is Email Opt Out."},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"Website for the lead"},{"displayName":"Is Unread By Owner","name":"IsUnreadByOwner","type":"boolean","default":false,"description":"Whether true, lead has been assigned, but not yet viewed. See Unread Leads for more information. Label is Unread By Owner."},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a contact in Data.com. If a lead has a value in this field, it means that a contact was imported as a lead from Data.com."},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","description":"Contact’s mobile phone number"},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","default":"","description":"Number of employees at the lead’s company. Label is Employees."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getLeadOwners"},"default":"","description":"The owner of the lead. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the lead"},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"Postal code for the address of the lead. Label is Zip/Postal Code."},{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes"},"default":""},{"displayName":"Rating","name":"rating","type":"string","default":"","description":"Rating of the lead"},{"displayName":"Salutation","name":"salutation","type":"string","default":"","description":"Salutation for the lead"},{"displayName":"State","name":"state","type":"string","default":"","description":"State for the address of the lead"},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsMethod":"getLeadStatuses"},"default":"","description":"Status code for this converted lead. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Street","name":"street","type":"string","default":"","description":"Street number and name for the address of the lead"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title for the lead, for example CFO or CEO"},{"displayName":"Website","name":"website","type":"string","default":"","description":"Website for the lead"}]},{"displayName":"Lead ID","name":"leadId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["update"]}},"description":"ID of Lead that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["update"]}},"options":[{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Annual revenue for the company of the lead"},{"displayName":"City","name":"city","type":"string","default":"","description":"City for the address of the lead"},{"displayName":"Company","name":"company","type":"string","default":"","description":"Company of the lead. If person account record types have been enabled, and if the value of Company is null, the lead converts to a person account."},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country of the lead"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the lead"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address for the lead"},{"displayName":"First Name","name":"firstname","type":"string","default":"","description":"First name of the lead. Limited to 40 characters."},{"displayName":"Has Opted Out of Email","name":"hasOptedOutOfEmail","type":"boolean","default":false,"description":"Whether the lead doesn’t want to receive email from Salesforce (true) or does (false). Label is Email Opt Out."},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"Website for the lead"},{"displayName":"Is Unread By Owner","name":"IsUnreadByOwner","type":"boolean","default":false,"description":"Whether true, lead has been assigned, but not yet viewed. See Unread Leads for more information. Label is Unread By Owner."},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a contact in Data.com. If a lead has a value in this field, it means that a contact was imported as a lead from Data.com."},{"displayName":"Last Name","name":"lastname","type":"string","default":"","description":"Required. Last name of the lead. Limited to 80 characters."},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","description":"Contact’s mobile phone number"},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","default":"","description":"Number of employees at the lead’s company. Label is Employees."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getLeadOwners"},"default":"","description":"The owner of the lead. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"Postal code for the address of the lead. Label is Zip/Postal Code."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the lead"},{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes"},"default":""},{"displayName":"Rating","name":"rating","type":"string","default":"","description":"Rating of the lead"},{"displayName":"Salutation","name":"salutation","type":"string","default":"","description":"Salutation for the lead"},{"displayName":"State","name":"state","type":"string","default":"","description":"State for the address of the lead"},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsMethod":"getLeadStatuses"},"default":"","description":"Status code for this converted lead. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Street","name":"street","type":"string","default":"","description":"Street number and name for the address of the lead"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title for the lead, for example CFO or CEO"},{"displayName":"Website","name":"website","type":"string","default":"","description":"Website for the lead"}]},{"displayName":"Lead ID","name":"leadId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["get"]}},"description":"ID of Lead that needs to be fetched"},{"displayName":"Lead ID","name":"leadId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}},"description":"ID of Lead that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["lead"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getLeadFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Lead ID","name":"leadId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["addToCampaign"]}},"description":"ID of contact that needs to be fetched"},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","typeOptions":{"loadOptionsMethod":"getCampaigns"},"required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["addToCampaign"]}},"description":"ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["addToCampaign"]}},"options":[{"displayName":"Status","name":"status","type":"string","default":"","description":"Controls the HasResponded flag on this object"}]},{"displayName":"Lead ID","name":"leadId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["addNote"]}},"description":"ID of lead that needs to be fetched"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["addNote"]}},"description":"Title of the note"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["addNote"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":"","description":"Body of the note. Limited to 32 KB."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether true, only the note owner or a user with the “Modify All Data” permission can view the note or query it via the API"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user who owns the note. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Add Lead To Campaign","value":"addToCampaign","description":"Add lead to a campaign","action":"Add a lead to a campaign"},{"name":"Add Note","value":"addNote","description":"Add note to a contact","action":"Add a note to a contact"},{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Create or Update","value":"upsert","description":"Create a new contact, or update the current one if it already exists (upsert)","action":"Create or update a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many contacts"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of contact's metadata","action":"Get a contact summary"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"Match Against","name":"externalId","type":"options","typeOptions":{"loadOptionsMethod":"getExternalIdFields","loadOptionsDependsOn":["resource"]},"required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"description":"The field to check to see if the contact already exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value to Match","name":"externalIdValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"description":"If this value exists in the 'match against' field, update the contact. Otherwise create a new one."},{"displayName":"Last Name","name":"lastname","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create","upsert"]}},"description":"Required. Last name of the contact. Limited to 80 characters."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create","upsert"]}},"options":[{"displayName":"Account Name or ID","name":"acconuntId","type":"options","typeOptions":{"loadOptionsMethod":"getAccounts"},"default":"","description":"ID of the account that is the parent of this contact. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the assistant"},{"displayName":"Assistant Phone","name":"Assistant Phone","type":"string","default":"","description":"The telephone number of the assistant"},{"displayName":"Birth Date","name":"birthdate","type":"dateTime","default":"","description":"The birth date of the contact"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Department","name":"department","type":"string","default":"","description":"The department of the contact"},{"displayName":"Description","name":"description","type":"string","default":"","description":"A description of the contact. Label is Contact Description. Limit: 32 KB."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address for the contact"},{"displayName":"Email Bounced Date","name":"otherPostalCode","type":"dateTime","default":"","description":"If bounce management is activated and an email sent to the contact bounces, the date and time the bounce occurred"},{"displayName":"Email Bounced Reason","name":"emailBouncedReason","type":"string","default":"","description":"If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred"},{"displayName":"Fax","name":"fax","type":"string","default":"","description":"Fax number for the contact. Label is Business Fax."},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of the contact. Maximum size is 40 characters."},{"displayName":"Home Phone","name":"homePhone","type":"string","default":"","description":"Home telephone number for the contact"},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a contact in Data.com. If a contact has a value in this field, it means that a contact was imported as a contact from Data.com."},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Mailing City","name":"mailingCity","type":"string","default":""},{"displayName":"Mailing Country","name":"mailingCountry","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","description":"Contact’s mobile phone number"},{"displayName":"Mailing Postal Code","name":"mailingPostalCode","type":"string","default":""},{"displayName":"Mailing State","name":"mailingState","type":"string","default":""},{"displayName":"Mailing Street","name":"mailingStreet","type":"string","default":"","description":"Street address for mailing address"},{"displayName":"Other City","name":"otherCity","type":"string","default":""},{"displayName":"Other Country","name":"otherCountry","type":"string","default":""},{"displayName":"Other Phone","name":"otherPhone","type":"string","default":"","description":"Telephone for alternate address"},{"displayName":"Other Postal Code","name":"otherPostalCode","type":"string","default":""},{"displayName":"Other State","name":"otherState","type":"string","default":""},{"displayName":"Other Street","name":"otherStreet","type":"string","default":"","description":"Street for alternate address"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the contact. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the contact"},{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes"},"default":""},{"displayName":"Salutation","name":"salutation","type":"string","default":"","description":"Honorific abbreviation, word, or phrase to be used in front of name in greetings, such as Dr. or Mrs."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the contact such as CEO or Vice President"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"description":"ID of contact that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Account Name or ID","name":"acconuntId","type":"options","typeOptions":{"loadOptionsMethod":"getAccounts"},"default":"","description":"ID of the account that is the parent of this contact. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the assistant"},{"displayName":"Assistant Phone","name":"Assistant Phone","type":"string","default":"","description":"The telephone number of the assistant"},{"displayName":"Birth Date","name":"birthdate","type":"dateTime","default":"","description":"The birth date of the contact"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Department","name":"department","type":"string","default":"","description":"The department of the contact"},{"displayName":"Description","name":"description","type":"string","default":"","description":"A description of the contact. Label is Contact Description. Limit: 32 KB."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address for the contact"},{"displayName":"Email Bounced Date","name":"emailBouncedDate","type":"dateTime","default":"","description":"If bounce management is activated and an email sent to the contact bounces, the date and time the bounce occurred"},{"displayName":"Email Bounced Reason","name":"emailBouncedReason","type":"string","default":"","description":"If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred"},{"displayName":"Fax","name":"fax","type":"string","default":"","description":"Fax number for the contact. Label is Business Fax."},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of the contact. Maximum size is 40 characters."},{"displayName":"Home Phone","name":"homePhone","type":"string","default":"","description":"Home telephone number for the contact"},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a contact in Data.com. If a contact has a value in this field, it means that a contact was imported as a contact from Data.com."},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of the contact. Limited to 80 characters."},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Mailing City","name":"mailingCity","type":"string","default":""},{"displayName":"Mailing Country","name":"mailingCountry","type":"string","default":""},{"displayName":"Mailing State","name":"mailingState","type":"string","default":""},{"displayName":"Mailing Street","name":"mailingStreet","type":"string","default":"","description":"Street address for mailing address"},{"displayName":"Mailing Postal Code","name":"mailingPostalCode","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","description":"Contact’s mobile phone number"},{"displayName":"Other City","name":"otherCity","type":"string","default":""},{"displayName":"Other Country","name":"otherCountry","type":"string","default":""},{"displayName":"Other Phone","name":"otherPhone","type":"string","default":"","description":"Telephone for alternate address"},{"displayName":"Other Postal Code","name":"otherPostalCode","type":"string","default":""},{"displayName":"Other State","name":"otherState","type":"string","default":""},{"displayName":"Other Street","name":"otherStreet","type":"string","default":"","description":"Street for alternate address"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the contact. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the contact"},{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes"},"default":""},{"displayName":"Salutation","name":"salutation","type":"string","default":"","description":"Honorific abbreviation, word, or phrase to be used in front of name in greetings, such as Dr. or Mrs."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the contact such as CEO or Vice President"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"description":"ID of contact that needs to be fetched"},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"description":"ID of contact that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getContactFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["addToCampaign"]}},"description":"ID of contact that needs to be fetched"},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","typeOptions":{"loadOptionsMethod":"getCampaigns"},"required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["addToCampaign"]}},"description":"ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["addToCampaign"]}},"options":[{"displayName":"Status","name":"status","type":"string","default":"","description":"Controls the HasResponded flag on this object"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["addNote"]}},"description":"ID of contact that needs to be fetched"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["addNote"]}},"description":"Title of the note"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["addNote"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":"","description":"Body of the note. Limited to 32 KB."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether only the note owner or a user with the “Modify All Data” permission can view the note or query it via the API"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user who owns the note. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["customObject"]}},"options":[{"name":"Create","value":"create","description":"Create a custom object record","action":"Create a custom object"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a custom object"},{"name":"Delete","value":"delete","description":"Delete a custom object record","action":"Delete a custom object"},{"name":"Get","value":"get","description":"Get a custom object record","action":"Get a custom object"},{"name":"Get Many","value":"getAll","description":"Get many custom object records","action":"Get many custom objects"},{"name":"Update","value":"update","description":"Update a custom object record","action":"Update a custom object"}],"default":"create"},{"displayName":"Custom Object Name or ID","name":"customObject","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["create","upsert"]}},"description":"Name of the custom object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Match Against","name":"externalId","type":"options","typeOptions":{"loadOptionsMethod":"getExternalIdFields","loadOptionsDependsOn":["customObject"]},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["upsert"]}},"description":"The field to check to see if the object already exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value to Match","name":"externalIdValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["upsert"]}},"description":"If this value exists in the 'match against' field, update the object. Otherwise create a new one."},{"displayName":"Fields","name":"customFieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["customObject"],"operation":["create","upsert"]}},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjectFields","loadOptionsDependsOn":["customObject"]},"default":"","description":"The ID of the field. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Custom Object Name or ID","name":"customObject","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["update"]}},"description":"Name of the custom object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Record ID","name":"recordId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["update"]}},"description":"Record ID to be updated"},{"displayName":"Fields","name":"customFieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"displayOptions":{"show":{"resource":["customObject"],"operation":["update"]}},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjectFields","loadOptionsDependsOn":["customObject"]},"default":"","description":"The ID of the field. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Custom Object Name or ID","name":"customObject","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["get"]}},"description":"Name of the custom object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Record ID","name":"recordId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["get"]}},"description":"Record ID to be retrieved"},{"displayName":"Custom Object Name or ID","name":"customObject","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["delete"]}},"description":"Name of the custom object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Record ID","name":"recordId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["delete"]}},"description":"Record ID to be deleted"},{"displayName":"Custom Object Name or ID","name":"customObject","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["customObject"],"operation":["getAll"]}},"description":"Name of the custom object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["customObject"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["customObject"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customObject"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjectFields","loadOptionsDependsOn":["customObject"]},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Field Names or IDs","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCustomObjectFields","loadOptionsDependsOn":["customObject"]},"default":[],"description":"Fields to include separated by commas. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["create","upsert"],"resource":["customObject"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes","loadOptionsDependsOn":["customObject"]},"default":""}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["customObject"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes","loadOptionsDependsOn":["customObject"]},"default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["document"]}},"options":[{"name":"Upload","value":"upload","description":"Upload a document","action":"Upload a document"}],"default":"upload"},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["document"],"operation":["upload"]}},"description":"Name of the file"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"resource":["document"],"operation":["upload"]}},"placeholder":"","description":"Name of the binary property which contains the data for the file to be uploaded"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["upload"]}},"options":[{"displayName":"File Extension","name":"fileExtension","type":"string","default":"","placeholder":"pdf","description":"File extension to use. If none is set, the value from the binary data will be used."},{"displayName":"Link To Object ID","name":"linkToObjectId","type":"string","default":"","description":"ID of the object you want to link this document to"},{"displayName":"Owner Name or ID","name":"ownerId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the owner of this document. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["opportunity"]}},"options":[{"name":"Add Note","value":"addNote","description":"Add note to an opportunity","action":"Add a note to an opportunity"},{"name":"Create","value":"create","description":"Create an opportunity","action":"Create an opportunity"},{"name":"Create or Update","value":"upsert","description":"Create a new opportunity, or update the current one if it already exists (upsert)","action":"Create or update an opportunity"},{"name":"Delete","value":"delete","description":"Delete an opportunity","action":"Delete an opportunity"},{"name":"Get","value":"get","description":"Get an opportunity","action":"Get an opportunity"},{"name":"Get Many","value":"getAll","description":"Get many opportunities","action":"Get many opportunities"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of opportunity's metadata","action":"Get an opportunity summary"},{"name":"Update","value":"update","description":"Update an opportunity","action":"Update an opportunity"}],"default":"create"},{"displayName":"Match Against","name":"externalId","type":"options","typeOptions":{"loadOptionsMethod":"getExternalIdFields","loadOptionsDependsOn":["resource"]},"required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["upsert"]}},"description":"The field to check to see if the opportunity already exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value to Match","name":"externalIdValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["upsert"]}},"description":"If this value exists in the 'match against' field, update the opportunity. Otherwise create a new one."},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["create","upsert"]}},"description":"Required. Last name of the opportunity. Limited to 80 characters."},{"displayName":"Close Date","name":"closeDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["create","upsert"]}},"description":"Required. Date when the opportunity is expected to close."},{"displayName":"Stage Name or ID","name":"stageName","type":"options","typeOptions":{"loadOptionsMethod":"getStages"},"required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["create","upsert"]}},"description":"Required. Date when the opportunity is expected to close. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["create","upsert"]}},"options":[{"displayName":"Account Name or ID","name":"accountId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account associated with this opportunity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Amount","name":"amount","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Estimated total sale amount"},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","typeOptions":{"loadOptionsMethod":"getCampaigns"},"default":"","description":"ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A description of the opportunity. Label is Contact Description. Limit: 32 KB."},{"displayName":"Forecast Category Name","name":"forecastCategoryName","type":"string","default":"","description":"It is implied, but not directly controlled, by the StageName field"},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Next Step","name":"nextStep","type":"string","default":"","description":"Description of next task in closing opportunity. Limit: 255 characters."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the opportunity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the opportunity"},{"displayName":"Pricebook2 ID","name":"pricebook2Id","type":"string","default":"","description":"ID of a related Pricebook2 object"},{"displayName":"Probability","name":"probability","type":"number","typeOptions":{"numberPrecision":1},"default":"","description":"Percentage of estimated confidence in closing the opportunity"},{"displayName":"Type","name":"type","type":"options","default":"","options":[{"name":"Business","value":"Business"},{"name":"New Business","value":"New Business"}],"description":"Type of opportunity. For example, Existing Business or New Business. Label is Opportunity Type."}]},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["update"]}},"description":"ID of opportunity that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["update"]}},"options":[{"displayName":"Account Name or ID","name":"accountId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account associated with this opportunity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Amount","name":"amount","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Estimated total sale amount"},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","typeOptions":{"loadOptionsMethod":"getCampaigns"},"default":"","description":"ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"Required. Date when the opportunity is expected to close."},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A description of the opportunity. Label is Contact Description. Limit: 32 KB."},{"displayName":"Forecast Category Name","name":"forecastCategoryName","type":"string","default":"","description":"It is implied, but not directly controlled, by the StageName field"},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","description":"Required. Last name of the opportunity. Limited to 80 characters."},{"displayName":"Next Step","name":"nextStep","type":"string","default":"","description":"Description of next task in closing opportunity. Limit: 255 characters."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the opportunity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the opportunity"},{"displayName":"Pricebook2 ID","name":"pricebook2Id","type":"string","default":"","description":"ID of a related Pricebook2 object"},{"displayName":"Probability","name":"probability","type":"number","typeOptions":{"numberPrecision":1},"default":"","description":"Percentage of estimated confidence in closing the opportunity"},{"displayName":"Stage Name or ID","name":"stageName","type":"options","typeOptions":{"loadOptionsMethod":"getStages"},"default":"","description":"Required. Date when the opportunity is expected to close. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"options","default":"","options":[{"name":"Business","value":"Business"},{"name":"New Business","value":"New Business"}],"description":"Type of opportunity. For example, Existing Business or New Business. Label is Opportunity Type."}]},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["get"]}},"description":"ID of opportunity that needs to be fetched"},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["delete"]}},"description":"ID of opportunity that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["opportunity"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["opportunity"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getOpportunityFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["addNote"]}},"description":"ID of opportunity that needs to be fetched"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["addNote"]}},"description":"Title of the note"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["addNote"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":"","description":"Body of the note. Limited to 32 KB."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether true, only the note owner or a user with the “Modify All Data” permission can view the note or query it via the API"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user who owns the note. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Add Note","value":"addNote","description":"Add note to an account","action":"Add a note to an account"},{"name":"Create","value":"create","description":"Create an account","action":"Create an account"},{"name":"Create or Update","value":"upsert","description":"Create a new account, or update the current one if it already exists (upsert)","action":"Create or update an account"},{"name":"Delete","value":"delete","description":"Delete an account","action":"Delete an account"},{"name":"Get","value":"get","description":"Get an account","action":"Get an account"},{"name":"Get Many","value":"getAll","description":"Get many accounts","action":"Get many accounts"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of account's metadata","action":"Get an account summary"},{"name":"Update","value":"update","description":"Update an account","action":"Update an account"}],"default":"create"},{"displayName":"Match Against","name":"externalId","type":"options","typeOptions":{"loadOptionsMethod":"getExternalIdFields","loadOptionsDependsOn":["resource"]},"required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["upsert"]}},"description":"The field to check to see if the account already exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value to Match","name":"externalIdValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["upsert"]}},"description":"If this value exists in the 'match against' field, update the account. Otherwise create a new one."},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["create","upsert"]}},"description":"Name of the account. Maximum size is 255 characters."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create","upsert"]}},"options":[{"displayName":"Account Number","name":"accountNumber","type":"string","default":"","description":"Account number assigned to this account (not the unique ID). Maximum size is 40 characters."},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Estimated annual revenue of the account"},{"displayName":"Account Source Name or ID","name":"accountSource","type":"options","typeOptions":{"loadOptionsMethod":"getAccountSources"},"default":"","description":"The source of the account record. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Billing City","name":"billingCity","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 40 characters."},{"displayName":"Billing Country","name":"billingCountry","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 80 characters."},{"displayName":"Billing Postal Code","name":"billingPostalCode","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 20 characters."},{"displayName":"Billing State","name":"billingState","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 80 characters."},{"displayName":"Billing Street","name":"billingStreet","type":"string","default":"","description":"Street address for the billing address of this account"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Text description of the account. Limited to 32,000 KB."},{"displayName":"Fax","name":"fax","type":"string","default":"","description":"Fax number for the account"},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a company in Data.com"},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"The website of this account. Maximum of 255 characters."},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","default":""},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the account. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"ID of the parent object, if any"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the account"},{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes"},"default":""},{"displayName":"SicDesc","name":"sicDesc","type":"string","default":"","description":"A brief description of an organization’s line of business, based on its SIC code"},{"displayName":"Type Name or ID","name":"type","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAccountTypes"},"description":"Type of account. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Shipping City","name":"shippingCity","type":"string","default":"","description":"Details of the shipping address for this account. City maximum size is 40 characters."},{"displayName":"Shipping Country","name":"shippingCountry","type":"string","default":"","description":"Details of the shipping address for this account. Country maximum size is 80 characters."},{"displayName":"Shipping Postal Code","name":"shippingPostalCode","type":"string","default":"","description":"Details of the shipping address for this account. Postal code maximum size is 20 characters."},{"displayName":"Shipping State","name":"shippingState","type":"string","default":"","description":"Details of the shipping address for this account. State maximum size is 80 characters."},{"displayName":"Shipping Street","name":"shippingStreet","type":"string","default":"","description":"The street address of the shipping address for this account. Maximum of 255 characters."},{"displayName":"Website","name":"website","type":"string","default":"","description":"The website of this account. Maximum of 255 characters."}]},{"displayName":"Account ID","name":"accountId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["update"]}},"description":"ID of account that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["update"]}},"options":[{"displayName":"Account Number","name":"accountNumber","type":"string","default":"","description":"Account number assigned to this account (not the unique ID). Maximum size is 40 characters."},{"displayName":"Account Source Name or ID","name":"accountSource","type":"options","typeOptions":{"loadOptionsMethod":"getAccountSources"},"default":"","description":"The source of the account record. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"numberPrecision":2},"default":"","description":"Estimated annual revenue of the account"},{"displayName":"Billing City","name":"billingCity","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 40 characters."},{"displayName":"Billing Country","name":"billingCountry","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 80 characters."},{"displayName":"Billing Postal Code","name":"billingPostalCode","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 20 characters."},{"displayName":"Billing State","name":"billingState","type":"string","default":"","description":"Details for the billing address of this account. Maximum size is 80 characters."},{"displayName":"Billing Street","name":"billingStreet","type":"string","default":"","description":"Street address for the billing address of this account"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Text description of the account. Limited to 32,000 KB."},{"displayName":"Fax","name":"fax","type":"string","default":"","description":"Fax number for the account"},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"The website of this account. Maximum of 255 characters."},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a company in Data.com"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the account. Maximum size is 255 characters."},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","default":""},{"displayName":"Owner Name or ID","name":"ownerId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The owner of the account. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"ID of the parent object, if any"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number for the account"},{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes"},"default":""},{"displayName":"SicDesc","name":"sicDesc","type":"string","default":"","description":"A brief description of an organization’s line of business, based on its SIC code"},{"displayName":"Shipping City","name":"shippingCity","type":"string","default":"","description":"Details of the shipping address for this account. City maximum size is 40 characters."},{"displayName":"Shipping Country","name":"shippingCountry","type":"string","default":"","description":"Details of the shipping address for this account. Country maximum size is 80 characters."},{"displayName":"Shipping Postal Code","name":"shippingPostalCode","type":"string","default":"","description":"Details of the shipping address for this account. Postal code maximum size is 20 characters."},{"displayName":"Shipping State","name":"shippingState","type":"string","default":"","description":"Details of the shipping address for this account. State maximum size is 80 characters."},{"displayName":"Shipping Street","name":"shippingStreet","type":"string","default":"","description":"The street address of the shipping address for this account. Maximum of 255 characters."},{"displayName":"Type Name or ID","name":"type","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAccountTypes"},"description":"Type of account. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Website","name":"website","type":"string","default":"","description":"The website of this account. Maximum of 255 characters."}]},{"displayName":"Account ID","name":"accountId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["get"]}},"description":"ID of account that needs to be fetched"},{"displayName":"Account ID","name":"accountId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["delete"]}},"description":"ID of account that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["account"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"},{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]}]},{"displayName":"Account ID","name":"accountId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["addNote"]}},"description":"ID of account that needs to be fetched"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["addNote"]}},"description":"Title of the note"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["addNote"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":"","description":"Body of the note. Limited to 32 KB."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether true, only the note owner or a user with the “Modify All Data” permission can view the note or query it via the API"},{"displayName":"Owner Name or ID","name":"ownerId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user who owns the note. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["search"]}},"options":[{"name":"Query","value":"query","description":"Execute a SOQL query that returns all the results in a single response","action":"Perform a query"}],"default":"query"},{"displayName":"Query","name":"query","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["query"]}},"description":"A SOQL query. An example query parameter string might look like: “SELECT+Name+FROM+MyObject”. If the SOQL query string is invalid, a MALFORMED_QUERY response is returned."},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["case"]}},"options":[{"name":"Add Comment","value":"addComment","description":"Add a comment to a case","action":"Add a comment to a case"},{"name":"Create","value":"create","description":"Create a case","action":"Create a case"},{"name":"Delete","value":"delete","description":"Delete a case","action":"Delete a case"},{"name":"Get","value":"get","description":"Get a case","action":"Get a case"},{"name":"Get Many","value":"getAll","description":"Get many cases","action":"Get many cases"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of case's metadata","action":"Get a case summary"},{"name":"Update","value":"update","description":"Update a case","action":"Update a case"}],"default":"create"},{"displayName":"Type Name or ID","name":"type","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getCaseTypes"},"displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"default":"","description":"The type of case. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"options":[{"displayName":"Account ID","name":"accountId","type":"string","default":"","description":"ID of the account associated with this case"},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","description":"ID of the associated Contact"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A text description of the case. Limit: 32 KB."},{"displayName":"Is Escalated","name":"isEscalated","type":"boolean","default":false,"description":"Whether indicates whether the case has been escalated (true) or not"},{"displayName":"Origin Name or ID","name":"origin","type":"options","typeOptions":{"loadOptionsMethod":"getCaseOrigins"},"default":"","description":"The source of the case, such as Email, Phone, or Web. Label is Case Origin. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getCaseOwners"},"default":"","description":"The owner of the case. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"ParentId","type":"string","default":"","description":"The ID of the parent case in the hierarchy. The label is Parent Case."},{"displayName":"Priority Name or ID","name":"priority","type":"options","typeOptions":{"loadOptionsMethod":"getCasePriorities"},"default":"","description":"The importance or urgency of the case, such as High, Medium, or Low. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Reason Name or ID","name":"reason","type":"options","typeOptions":{"loadOptionsMethod":"getCaseReasons"},"default":"","description":"The reason why the case was created, such as Instructions not clear, or User didn’t attend training. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes"},"default":""},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsMethod":"getCaseStatuses"},"default":"","description":"The status of the case, such as “New,” “Closed,” or “Escalated.” This field directly controls the IsClosed flag. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The subject of the case. Limit: 255 characters."},{"displayName":"Supplied Company","name":"suppliedCompany","type":"string","default":"","description":"The company name that was entered when the case was created. This field can't be updated after the case has been created.."},{"displayName":"Supplied Email","name":"suppliedEmail","type":"string","default":"","description":"The email address that was entered when the case was created. This field can't be updated after the case has been created."},{"displayName":"Supplied Name","name":"suppliedName","type":"string","default":"","description":"The name that was entered when the case was created. This field can't be updated after the case has been created."},{"displayName":"Supplied Phone","name":"suppliedPhone","type":"string","default":"","description":"The phone number that was entered when the case was created. This field can't be updated after the case has been created."}]},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["update"]}},"description":"ID of case that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["update"]}},"options":[{"displayName":"Account ID","name":"accountId","type":"string","default":"","description":"ID of the account associated with this case"},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","description":"ID of the associated Contact"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A text description of the case. Limit: 32 KB."},{"displayName":"Is Escalated","name":"isEscalated","type":"boolean","default":false,"description":"Whether the case has been escalated (true) or not"},{"displayName":"Origin Name or ID","name":"origin","type":"options","typeOptions":{"loadOptionsMethod":"getCaseOrigins"},"default":"","description":"The source of the case, such as Email, Phone, or Web. Label is Case Origin. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getCaseOwners"},"default":"","description":"The owner of the case. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"ParentId","type":"string","default":"","description":"The ID of the parent case in the hierarchy. The label is Parent Case."},{"displayName":"Priority Name or ID","name":"priority","type":"options","typeOptions":{"loadOptionsMethod":"getCasePriorities"},"default":"","description":"The importance or urgency of the case, such as High, Medium, or Low. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Reason Name or ID","name":"reason","type":"options","typeOptions":{"loadOptionsMethod":"getCaseReasons"},"default":"","description":"The reason why the case was created, such as Instructions not clear, or User didn’t attend training. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Record Type Name or ID","name":"recordTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes"},"default":""},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsMethod":"getCaseStatuses"},"default":"","description":"The status of the case, such as “New,” “Closed,” or “Escalated.” This field directly controls the IsClosed flag. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The subject of the case. Limit: 255 characters."},{"displayName":"Supplied Company","name":"suppliedCompany","type":"string","default":"","description":"The company name that was entered when the case was created. This field can't be updated after the case has been created.."},{"displayName":"Supplied Email","name":"suppliedEmail","type":"string","default":"","description":"The email address that was entered when the case was created. This field can't be updated after the case has been created."},{"displayName":"Supplied Name","name":"suppliedName","type":"string","default":"","description":"The name that was entered when the case was created. This field can't be updated after the case has been created."},{"displayName":"Supplied Phone","name":"suppliedPhone","type":"string","default":"","description":"The phone number that was entered when the case was created. This field can't be updated after the case has been created."},{"displayName":"Type Name or ID","name":"type","type":"options","typeOptions":{"loadOptionsMethod":"getCaseTypes"},"default":"","description":"The type of case. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["get"]}},"description":"ID of case that needs to be fetched"},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["delete"]}},"description":"ID of case that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["case"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["case"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getCaseFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["addComment"]}},"description":"ID of case that needs to be fetched"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["addComment"]}},"options":[{"displayName":"Comment Body","name":"commentBody","type":"string","default":"","description":"Text of the CaseComment. The maximum size of the comment body is 4,000 bytes. Label is Body."},{"displayName":"Is Published","name":"isPublished","type":"boolean","default":false,"description":"Whether the CaseComment is visible to customers in the Self-Service portal (true) or not (false)"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Get a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of task's metadata","action":"Get a task summary"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Status Name or ID","name":"status","type":"options","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getTaskStatuses"},"description":"The current status of the task, such as In Progress or Completed. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Activity Date","name":"activityDate","type":"dateTime","default":"","description":"Represents the due date of the task. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone."},{"displayName":"Call Disposition","name":"callDisposition","type":"string","default":"","description":"Represents the result of a given call, for example, “we'll call back,” or “call unsuccessful.” Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Duration In Seconds","name":"callDurationInSeconds","type":"number","default":"","description":"Duration of the call in seconds. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Object","name":"callObject","type":"string","default":"","description":"Name of a call center. Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Type Name or ID","name":"callType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskCallTypes"},"description":"The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Contains a text description of the task"},{"displayName":"Is ReminderSet","name":"isReminderSet","type":"boolean","default":false,"description":"Whether a popup reminder has been set for the task (true) or not (false)"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the User who owns the record. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Priority Name or ID","name":"priority","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskPriorities"},"description":"Indicates the importance or urgency of a task, such as high or low. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence Type Name or ID","name":"recurrenceType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskRecurrenceTypes"},"description":"Recurrence Type of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence Instance Name or ID","name":"recurrenceInstance","type":"options","typeOptions":{"loadOptionsMethod":"getTaskRecurrenceInstances"},"default":"","description":"The frequency of the recurring task. For example, “2nd” or “3rd.”. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence Interval","name":"recurrenceInterval","type":"number","default":"","description":"The interval between recurring tasks"},{"displayName":"Recurrence Day Of Month","name":"recurrenceDayOfMonth","type":"number","default":"","description":"The day of the month in which the task repeats"},{"displayName":"Recurrence Day Of Week Mask","name":"recurrenceDayOfWeekMask","type":"number","default":"","description":"The day or days of the week on which the task repeats. This field contains a bitmask. The values are as follows: Sunday = 1 Monday = 2 Tuesday = 4 Wednesday = 8 Thursday = 16 Friday = 32 Saturday = 64 Multiple days are represented as the sum of their numerical values. For example, Tuesday and Thursday = 4 + 16 = 20."},{"displayName":"Recurrence End Date Only","name":"recurrenceEndDateOnly","type":"dateTime","default":"","description":"The last date on which the task repeats. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone."},{"displayName":"Recurrence Month Of Year","name":"recurrenceMonthOfYear","type":"options","options":[{"name":"January","value":"January"},{"name":"February","value":"February"},{"name":"March","value":"March"},{"name":"April","value":"April"},{"name":"May","value":"May"},{"name":"June","value":"June"},{"name":"July","value":"July"},{"name":"August","value":"August"},{"name":"September","value":"September"},{"name":"October","value":"October"},{"name":"November","value":"November"},{"name":"December","value":"December"}],"default":"","description":"The month of the year in which the task repeats"},{"displayName":"Recurrence Regenerated Type","name":"recurrenceRegeneratedType","type":"options","default":"","options":[{"name":"After Due Date","value":"RecurrenceRegenerateAfterDueDate"},{"name":"After Date Completed","value":"RecurrenceRegenerateAfterToday"},{"name":"(Task Closed)","value":"RecurrenceRegenerated"}],"description":"Represents what triggers a repeating task to repeat. Add this field to a page layout together with the RecurrenceInterval field, which determines the number of days between the triggering date (due date or close date) and the due date of the next repeating task in the series. Label is Repeat This Task."},{"displayName":"Recurrence Start Date Only","name":"recurrenceEndDateOnly","type":"dateTime","default":"","description":"The date when the recurring task begins. Must be a date and time before RecurrenceEndDateOnly."},{"displayName":"Recurrence TimeZone SidKey","name":"recurrenceTimeZoneSidKey","type":"string","default":"","description":"The time zone associated with the recurring task. For example, “UTC-8:00” for Pacific Standard Time."},{"displayName":"Reminder Date Time","name":"reminderDateTime","type":"dateTime","default":"","description":"Represents the time when the reminder is scheduled to fire, if IsReminderSet is set to true. If IsReminderSet is set to false, then the user may have deselected the reminder checkbox in the Salesforce user interface, or the reminder has already fired at the time indicated by the value."},{"displayName":"Subject Name or ID","name":"subject","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskSubjects"},"description":"The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Type Name or ID","name":"type","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskTypes"},"description":"Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"What ID","name":"whatId","type":"string","default":"","description":"The WhatId represents nonhuman objects such as accounts, opportunities, campaigns, cases, or custom objects. WhatIds are polymorphic. Polymorphic means a WhatId is equivalent to the ID of a related object."},{"displayName":"Who ID","name":"whoId","type":"string","default":"","description":"The WhoId represents a human such as a lead or a contact. WhoIds are polymorphic. Polymorphic means a WhoId is equivalent to a contact’s ID or a lead’s ID."}]},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"description":"ID of task that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Activity Date","name":"activityDate","type":"dateTime","default":"","description":"Represents the due date of the task. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone."},{"displayName":"Call Disposition","name":"callDisposition","type":"string","default":"","description":"Represents the result of a given call, for example, “we'll call back,” or “call unsuccessful.” Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Duration In Seconds","name":"callDurationInSeconds","type":"number","default":"","description":"Duration of the call in seconds. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Object","name":"callObject","type":"string","default":"","description":"Name of a call center. Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center."},{"displayName":"Call Type Name or ID","name":"callType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskCallTypes"},"description":"The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"The ID of the field to add custom field to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Contains a text description of the task"},{"displayName":"Is ReminderSet","name":"isReminderSet","type":"boolean","default":false,"description":"Whether a popup reminder has been set for the task (true) or not (false)"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the User who owns the record. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Priority Name or ID","name":"priority","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskPriorities"},"description":"Indicates the importance or urgency of a task, such as high or low. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Status Name or ID","name":"status","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskStatuses"},"description":"The current status of the task, such as In Progress or Completed. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Subject Name or ID","name":"subject","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskSubjects"},"description":"The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence Day Of Month","name":"recurrenceDayOfMonth","type":"number","default":"","description":"The day of the month in which the task repeats"},{"displayName":"Recurrence Day Of Week Mask","name":"recurrenceDayOfWeekMask","type":"number","default":"","description":"The day or days of the week on which the task repeats. This field contains a bitmask. The values are as follows: Sunday = 1 Monday = 2 Tuesday = 4 Wednesday = 8 Thursday = 16 Friday = 32 Saturday = 64. Multiple days are represented as the sum of their numerical values. For example, Tuesday and Thursday = 4 + 16 = 20."},{"displayName":"Recurrence End Date Only","name":"recurrenceEndDateOnly","type":"dateTime","default":"","description":"The last date on which the task repeats. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone."},{"displayName":"Recurrence Instance Name or ID","name":"recurrenceInstance","type":"options","typeOptions":{"loadOptionsMethod":"getTaskRecurrenceInstances"},"default":"","description":"The frequency of the recurring task. For example, “2nd” or “3rd.”. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence Interval","name":"recurrenceInterval","type":"number","default":"","description":"The interval between recurring tasks"},{"displayName":"Recurrence Month Of Year","name":"recurrenceMonthOfYear","type":"options","options":[{"name":"January","value":"January"},{"name":"February","value":"February"},{"name":"March","value":"March"},{"name":"April","value":"April"},{"name":"May","value":"May"},{"name":"June","value":"June"},{"name":"July","value":"July"},{"name":"August","value":"August"},{"name":"September","value":"September"},{"name":"October","value":"October"},{"name":"November","value":"November"},{"name":"December","value":"December"}],"default":"","description":"The month of the year in which the task repeats"},{"displayName":"Recurrence Start Date Only","name":"recurrenceEndDateOnly","type":"dateTime","default":"","description":"The date when the recurring task begins. Must be a date and time before RecurrenceEndDateOnly."},{"displayName":"Recurrence Regenerated Type","name":"recurrenceRegeneratedType","type":"options","default":"","options":[{"name":"After Due Date","value":"RecurrenceRegenerateAfterDueDate"},{"name":"After Date Completed","value":"RecurrenceRegenerateAfterToday"},{"name":"(Task Closed)","value":"RecurrenceRegenerated"}],"description":"Represents what triggers a repeating task to repeat. Add this field to a page layout together with the RecurrenceInterval field, which determines the number of days between the triggering date (due date or close date) and the due date of the next repeating task in the series. Label is Repeat This Task."},{"displayName":"Recurrence Type Name or ID","name":"recurrenceType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskRecurrenceTypes"},"description":"Website for the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recurrence TimeZone SidKey","name":"recurrenceTimeZoneSidKey","type":"string","default":"","description":"The time zone associated with the recurring task. For example, “UTC-8:00” for Pacific Standard Time."},{"displayName":"Reminder Date Time","name":"reminderDateTime","type":"dateTime","default":"","description":"Represents the time when the reminder is scheduled to fire, if IsReminderSet is set to true. If IsReminderSet is set to false, then the user may have deselected the reminder checkbox in the Salesforce user interface, or the reminder has already fired at the time indicated by the value."},{"displayName":"Type Name or ID","name":"type","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTaskTypes"},"description":"Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"What ID","name":"whatId","type":"string","default":"","description":"The WhatId represents nonhuman objects such as accounts, opportunities, campaigns, cases, or custom objects. WhatIds are polymorphic. Polymorphic means a WhatId is equivalent to the ID of a related object."},{"displayName":"Who ID","name":"whoId","type":"string","default":"","description":"The WhoId represents a human such as a lead or a contact. WhoIds are polymorphic. Polymorphic means a WhoId is equivalent to a contact’s ID or a lead’s ID."}]},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["get"]}},"description":"ID of task that needs to be fetched"},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["delete"]}},"description":"ID of task that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getTaskFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["attachment"]}},"options":[{"name":"Create","value":"create","description":"Create a attachment","action":"Create an attachment"},{"name":"Delete","value":"delete","description":"Delete a attachment","action":"Delete an attachment"},{"name":"Get","value":"get","description":"Get a attachment","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Get many attachments","action":"Get many attachments"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of attachment's metadata","action":"Get an attachment summary"},{"name":"Update","value":"update","description":"Update a attachment","action":"Update an attachment"}],"default":"create"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["attachment"],"operation":["create"]}}},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["attachment"],"operation":["create"]}},"description":"Required. Name of the attached file. Maximum size is 255 characters. Label is File Name."},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"resource":["attachment"],"operation":["create"]}},"placeholder":"","description":"Name of the binary property which contains the data for the file to be uploaded"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["attachment"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Text description of the Document. Limit: 255 characters."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether this record is viewable only by the owner and administrators (true) or viewable by all otherwise-allowed users (false)"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the User who owns the attachment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["update"]}},"description":"ID of attachment that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["attachment"],"operation":["update"]}},"options":[{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","placeholder":"","description":"Name of the binary property which contains the data for the file to be uploaded"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Text description of the Document. Limit: 255 characters."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether this record is viewable only by the owner and administrators (true) or viewable by all otherwise-allowed users (false)"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Required. Name of the attached file. Maximum size is 255 characters. Label is File Name."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the User who owns the attachment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["get"]}},"description":"ID of attachment that needs to be fetched"},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["delete"]}},"description":"ID of attachment that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["attachment"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["attachment"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["attachment"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getAtachmentFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get","value":"get","description":"Get a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Get many users","action":"Get many users"}],"default":"get"},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"description":"ID of user that needs to be fetched"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Conditions","name":"conditionsUi","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The condition to set","default":{},"options":[{"name":"conditionValues","displayName":"Condition","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getUserFields"},"default":"","description":"For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["flow"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many flows","action":"Get many flows"},{"name":"Invoke","value":"invoke","description":"Invoke a flow","action":"Invoke a flow"}],"default":"invoke"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["flow"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["flow"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"API Name","name":"apiName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["flow"],"operation":["invoke"]}},"description":"Required. API name of the flow."},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["flow"],"operation":["invoke"]}},"description":"Whether the input variables should be set via the value-key pair UI or JSON/RAW"},{"displayName":"Variables","name":"variablesJson","type":"json","displayOptions":{"show":{"resource":["flow"],"operation":["invoke"],"jsonParameters":[true]}},"default":"","description":"Input variables as JSON object"},{"displayName":"Variables","name":"variablesUi","placeholder":"Add Variable","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["flow"],"operation":["invoke"],"jsonParameters":[false]}},"description":"The input variable to send","default":{},"options":[{"displayName":"Variable","name":"variablesValues","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the input variable"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the input variable"}]}]}],"codex":{"categories":["Sales","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.salesforce/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/salesforce"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Salesforce/salesforce.svg"},
|
|
327
328
|
{"displayName":"Salesmate","name":"n8n-nodes-base.salesmate","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","description":"Consume Salesmate API","defaults":{"name":"Salesmate"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"salesmateApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Activity","value":"activity"},{"name":"Company","value":"company"},{"name":"Deal","value":"deal"}],"default":"activity"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Create","value":"create","description":"Create a company","action":"Create a company"},{"name":"Delete","value":"delete","description":"Delete a company","action":"Delete a company"},{"name":"Get","value":"get","description":"Get a company","action":"Get a company"},{"name":"Get Many","value":"getAll","description":"Get many companies","action":"Get many companies"},{"name":"Update","value":"update","description":"Update a company","action":"Update a company"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["activity"]}},"options":[{"name":"Create","value":"create","description":"Create an activity","action":"Create an activity"},{"name":"Delete","value":"delete","description":"Delete an activity","action":"Delete an activity"},{"name":"Get","value":"get","description":"Get an activity","action":"Get an activity"},{"name":"Get Many","value":"getAll","description":"Get many companies","action":"Get many activities"},{"name":"Update","value":"update","description":"Update an activity","action":"Update an activity"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["deal"]}},"options":[{"name":"Create","value":"create","description":"Create a deal","action":"Create a deal"},{"name":"Delete","value":"delete","description":"Delete a deal","action":"Delete a deal"},{"name":"Get","value":"get","description":"Get a deal","action":"Get a deal"},{"name":"Get Many","value":"getAll","description":"Get many deals","action":"Get many deals"},{"name":"Update","value":"update","description":"Update a deal","action":"Update a deal"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"required":true},{"displayName":"Owner Name or ID","name":"owner","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"required":true},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"options":[{"displayName":"Website","name":"website","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Other Phone","name":"otherPhone","type":"string","default":""},{"displayName":"Facebook Handle","name":"facebookHandle","type":"string","default":""},{"displayName":"Google Plus Handle","name":"googlePlusHandle","type":"string","default":""},{"displayName":"LinkedIn Handle","name":"linkedInHandle","type":"string","default":""},{"displayName":"Skype ID","name":"skypeId","type":"string","default":""},{"displayName":"Twitter Handle","name":"twitterHandle","type":"string","default":""},{"displayName":"Currency","name":"currency","type":"string","default":""},{"displayName":"Billing Address Line 1","name":"billingAddressLine1","type":"string","default":""},{"displayName":"Billing Address Line 2","name":"billingAddressLine2","type":"string","default":""},{"displayName":"Billing City","name":"billingCity","type":"string","default":""},{"displayName":"Billing Zip Code","name":"billingZipCode","type":"string","default":""},{"displayName":"Billing State","name":"billingState","type":"string","default":""},{"displayName":"Billing Country","name":"billingState","type":"string","default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Tags","name":"tags","type":"string","default":""}]},{"displayName":"Company ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["update"]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Owner Name or ID","name":"owner","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getUsers"}},{"displayName":"Website","name":"website","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Other Phone","name":"otherPhone","type":"string","default":""},{"displayName":"Facebook Handle","name":"facebookHandle","type":"string","default":""},{"displayName":"Google Plus Handle","name":"googlePlusHandle","type":"string","default":""},{"displayName":"LinkedIn Handle","name":"linkedInHandle","type":"string","default":""},{"displayName":"Skype ID","name":"skypeId","type":"string","default":""},{"displayName":"Twitter Handle","name":"twitterHandle","type":"string","default":""},{"displayName":"Currency","name":"currency","type":"string","default":""},{"displayName":"Billing Address Line 1","name":"billingAddressLine1","type":"string","default":""},{"displayName":"Billing Address Line 2","name":"billingAddressLine2","type":"string","default":""},{"displayName":"Billing City","name":"billingCity","type":"string","default":""},{"displayName":"Billing Zip Code","name":"billingZipCode","type":"string","default":""},{"displayName":"Billing State","name":"billingState","type":"string","default":""},{"displayName":"Billing Country","name":"billingState","type":"string","default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Tags","name":"tags","type":"string","default":""}]},{"displayName":"Company ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["get"]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":25},"default":10,"description":"Max number of results to return"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["getAll"],"resource":["company"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Comma-separated list of fields to return"},{"displayName":"Sort By","name":"sortBy","type":"string","default":"","description":"The field to sort by"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc"}]},{"displayName":"Filters","name":"filtersJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"operation":["getAll"],"resource":["company"],"jsonParameters":[true]}}},{"displayName":"Filters","name":"filters","placeholder":"Add filter","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"],"jsonParameters":[false]}},"default":{},"options":[{"name":"filtersUi","displayName":"Filters","values":[{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"AND","value":"AND"},{"name":"OR","value":"OR"}],"default":"AND"},{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"conditionsUi","displayName":"Conditions","values":[{"displayName":"Field","name":"field","type":"options","options":[{"name":"Name","value":"name"},{"name":"Email","value":"email"},{"name":"Phone","value":"phone"}],"default":"name"},{"displayName":"Condition","name":"condition","type":"options","options":[{"name":"Equals","value":"EQUALS"},{"name":"Not Equals","value":"NOT_EQUALS"},{"name":"CONTAINS","value":"Contains"},{"name":"Does Not Contains","value":"DOES_NOT_CONTAINS"},{"name":"Empty","value":"EMPTY"},{"name":"Not Empty","value":"NOT_EMPTY"},{"name":"Starts With","value":"STARTS_WITH"},{"name":"Ends With","value":"ENDS_WITH"}],"default":"EQUALS","description":"Value of the property to set"},{"displayName":"Value","name":"value","type":"string","default":""}]}]}]}]},{"displayName":"Company ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["delete"]}},"description":"If more than one company add them separated by ,"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"resource":["activity"],"operation":["create"]}},"required":true},{"displayName":"Owner Name or ID","name":"owner","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"resource":["activity"],"operation":["create"]}},"required":true},{"displayName":"Type","name":"type","type":"string","default":"","displayOptions":{"show":{"resource":["activity"],"operation":["create"]}},"description":"This field displays activity type such as call, meeting etc","required":true},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["activity"],"operation":["create"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["activity"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"This field contains details related to the activity"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"This field contains tags associated with an activity"},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":"","description":"Expiry date of an activity"},{"displayName":"Duration","name":"duration","type":"number","default":"","description":"Time duration of an activity"},{"displayName":"Is Calendar Invite","name":"isCalendarInvite","type":"boolean","default":false,"description":"Whether to send calendar invite"},{"displayName":"Is Completed","name":"isCompleted","type":"boolean","default":false,"description":"Whether the activity is completed or not"}]},{"displayName":"Activity ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["update"]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["activity"],"operation":["update"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["activity"],"operation":["update"]}},"options":[{"displayName":"Title","name":"title","type":"string","default":""},{"displayName":"Type","name":"type","type":"string","default":""},{"displayName":"Owner","name":"owner","type":"string","default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"This field contains details related to the activity"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"This field contains tags associated with an activity"},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":"","description":"Expiry date of an activity"},{"displayName":"Duration","name":"duration","type":"number","default":"","description":"Time duration of an activity"},{"displayName":"Is Calendar Invite","name":"isCalendarInvite","type":"boolean","default":false,"description":"Whether to send calendar invite"},{"displayName":"Is Completed","name":"isCompleted","type":"boolean","default":false,"description":"Whether the activity is completed or not"}]},{"displayName":"Activity ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["get"]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["activity"],"operation":["get"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["activity"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["activity"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":25},"default":10,"description":"Max number of results to return"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["getAll"],"resource":["activity"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["activity"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Comma-separated list of fields to return"},{"displayName":"Sort By","name":"sortBy","type":"string","default":"","description":"The field to sort by"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc"}]},{"displayName":"Filters","name":"filtersJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"operation":["getAll"],"resource":["activity"],"jsonParameters":[true]}}},{"displayName":"Filters","name":"filters","placeholder":"Add filter","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["activity"],"operation":["getAll"],"jsonParameters":[false]}},"default":{},"options":[{"name":"filtersUi","displayName":"Filters","values":[{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"AND","value":"AND"},{"name":"OR","value":"OR"}],"default":"AND"},{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"conditionsUi","displayName":"Conditions","values":[{"displayName":"Field","name":"field","type":"options","options":[{"name":"Title","value":"title"},{"name":"Tags","value":"tags"}],"default":"title"},{"displayName":"Condition","name":"condition","type":"options","options":[{"name":"Equals","value":"EQUALS"},{"name":"Not Equals","value":"NOT_EQUALS"},{"name":"CONTAINS","value":"Contains"},{"name":"Does Not Contains","value":"DOES_NOT_CONTAINS"},{"name":"Empty","value":"EMPTY"},{"name":"Not Empty","value":"NOT_EMPTY"},{"name":"Starts With","value":"STARTS_WITH"},{"name":"Ends With","value":"ENDS_WITH"}],"default":"EQUALS","description":"Value of the property to set"},{"displayName":"Value","name":"value","type":"string","default":""}]}]}]}]},{"displayName":"Activity ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["delete"]}},"description":"If more than one activity add them separated by ,"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"required":true},{"displayName":"Owner Name or ID","name":"owner","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"required":true},{"displayName":"Primary Contact Name or ID","name":"primaryContact","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getContacts"},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"description":"Primary contact for the deal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","required":true},{"displayName":"Pipeline","name":"pipeline","type":"options","options":[{"name":"Sales","value":"Sales"}],"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"required":true},{"displayName":"Status","name":"status","type":"options","default":"Open","options":[{"name":"Open","value":"Open"},{"name":"Close","value":"Close"},{"name":"Lost","value":"Lost"}],"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"required":true},{"displayName":"Stage","name":"stage","type":"options","default":"","options":[{"name":"New (Untouched)","value":"New (Untouched)"},{"name":"Contacted","value":"Contacted"},{"name":"Qualified","value":"Qualified"},{"name":"In Negotiation","value":"In Negotiation"},{"name":"Proposal Presented","value":"Proposal Presented"}],"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"required":true},{"displayName":"Currency","name":"currency","type":"string","default":"","displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"required":true},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"This field contains details related to the deal"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"This field contains tags associated with an deal"},{"displayName":"Primary Company Name or ID","name":"primaryCompany","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":""},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Ads","value":"Ads"},{"name":"Referrals","value":"Referrals"},{"name":"Website","value":"Website"},{"name":"Word of Mouth","value":"Word of mouth"}],"default":"Ads"},{"displayName":"Estimated Close Date","name":"estimatedCloseDate","type":"dateTime","default":""},{"displayName":"Deal Value","name":"dealValue","type":"number","typeOptions":{"numberPrecision":2},"default":0},{"displayName":"Priority","name":"priority","type":"options","default":"Medium","options":[{"name":"High","value":"High"},{"name":"Medium","value":"Medium"},{"name":"Low","value":"Low"}]}]},{"displayName":"Deal ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"options":[{"displayName":"Title","name":"title","type":"string","default":""},{"displayName":"Owner Name or ID","name":"owner","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getUsers"}},{"displayName":"Primary Contact Name or ID","name":"primaryContact","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getContacts"}},{"displayName":"Pipeline","name":"pipeline","type":"options","options":[{"name":"Sales","value":"Sales"}],"default":""},{"displayName":"Status","name":"status","type":"options","default":"Open","options":[{"name":"Open","value":"Open"},{"name":"Close","value":"Close"},{"name":"Lost","value":"Lost"}]},{"displayName":"Stage","name":"stage","type":"options","default":"","options":[{"name":"Contacted","value":"Contacted"},{"name":"In Negotiation","value":"In Negotiation"},{"name":"New (Untouched)","value":"New (Untouched)"},{"name":"Proposal Presented","value":"Proposal Presented"},{"name":"Qualified","value":"Qualified"}]},{"displayName":"Currency","name":"currency","type":"string","default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"This field contains details related to the deal"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"This field contains tags associated with an deal"},{"displayName":"Primary Company Name or ID","name":"primaryCompany","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":""},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Ads","value":"Ads"},{"name":"Referrals","value":"Referrals"},{"name":"Website","value":"Website"},{"name":"Word of Mouth","value":"Word of mouth"}],"default":"Ads"},{"displayName":"Estimated Close Date","name":"estimatedCloseDate","type":"dateTime","default":""},{"displayName":"Deal Value","name":"dealValue","type":"number","typeOptions":{"numberPrecision":2},"default":0},{"displayName":"Priority","name":"priority","type":"options","default":"Medium","options":[{"name":"High","value":"High"},{"name":"Medium","value":"Medium"},{"name":"Low","value":"Low"}]}]},{"displayName":"Deal ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["get"]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["get"]}},"default":false,"description":"Whether the data should include the fields details"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["deal"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":25},"default":10,"description":"Max number of results to return"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["getAll"],"resource":["deal"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Comma-separated list of fields to return"},{"displayName":"Sort By","name":"sortBy","type":"string","default":"","description":"The field to sort by"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc"}]},{"displayName":"Filters","name":"filtersJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"operation":["getAll"],"resource":["deal"],"jsonParameters":[true]}}},{"displayName":"Filters","name":"filters","placeholder":"Add filter","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"],"jsonParameters":[false]}},"default":{},"options":[{"name":"filtersUi","displayName":"Filters","values":[{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"AND","value":"AND"},{"name":"OR","value":"OR"}],"default":"AND"},{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"conditionsUi","displayName":"Conditions","values":[{"displayName":"Field","name":"field","type":"options","options":[{"name":"Title","value":"title"},{"name":"Tags","value":"tags"},{"name":"Last Communication Mode","value":"lastCommunicationMode"}],"default":"title"},{"displayName":"Condition","name":"condition","type":"options","options":[{"name":"Equals","value":"EQUALS"},{"name":"Not Equals","value":"NOT_EQUALS"},{"name":"CONTAINS","value":"Contains"},{"name":"Does Not Contains","value":"DOES_NOT_CONTAINS"},{"name":"Empty","value":"EMPTY"},{"name":"Not Empty","value":"NOT_EMPTY"},{"name":"Starts With","value":"STARTS_WITH"},{"name":"Ends With","value":"ENDS_WITH"}],"default":"EQUALS","description":"Value of the property to set"},{"displayName":"Value","name":"value","type":"string","default":""}]}]}]}]},{"displayName":"Deal ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["delete"]}},"description":"If more than one deal add them separated by ,"}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.salesmate/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/salesmate"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Salesmate/salesmate.png"},
|
|
328
329
|
{"displayName":"Schedule Trigger","name":"n8n-nodes-base.scheduleTrigger","icon":"fa:clock","group":["trigger","schedule"],"version":[1,1.1],"description":"Triggers the workflow on a given schedule","eventTriggerDescription":"","activationMessage":"Your schedule trigger will now trigger executions on the schedule you have defined.","defaults":{"name":"Schedule Trigger","color":"#31C49F"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"This workflow will run on the schedule you define here once you <a data-key=\"activate\">activate</a> it.<br><br>For testing, you can also trigger it manually: by going back to the canvas and clicking ‘execute workflow’","name":"notice","type":"notice","default":""},{"displayName":"Trigger Rules","name":"rule","placeholder":"Add Rule","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{"interval":[{"field":"days"}]},"options":[{"name":"interval","displayName":"Trigger Interval","values":[{"displayName":"Trigger Interval","name":"field","type":"options","default":"days","options":[{"name":"Seconds","value":"seconds"},{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"},{"name":"Weeks","value":"weeks"},{"name":"Months","value":"months"},{"name":"Custom (Cron)","value":"cronExpression"}]},{"displayName":"Seconds Between Triggers","name":"secondsInterval","type":"number","default":30,"displayOptions":{"show":{"field":["seconds"]}},"description":"Number of seconds between each workflow trigger"},{"displayName":"Minutes Between Triggers","name":"minutesInterval","type":"number","default":5,"displayOptions":{"show":{"field":["minutes"]}},"description":"Number of minutes between each workflow trigger"},{"displayName":"Hours Between Triggers","name":"hoursInterval","type":"number","displayOptions":{"show":{"field":["hours"]}},"default":1,"description":"Number of hours between each workflow trigger"},{"displayName":"Days Between Triggers","name":"daysInterval","type":"number","displayOptions":{"show":{"field":["days"]}},"default":1,"description":"Number of days between each workflow trigger"},{"displayName":"Weeks Between Triggers","name":"weeksInterval","type":"number","displayOptions":{"show":{"field":["weeks"]}},"default":1,"description":"Would run every week unless specified otherwise"},{"displayName":"Months Between Triggers","name":"monthsInterval","type":"number","displayOptions":{"show":{"field":["months"]}},"default":1,"description":"Would run every month unless specified otherwise"},{"displayName":"Trigger at Day of Month","name":"triggerAtDayOfMonth","type":"number","displayOptions":{"show":{"field":["months"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger (1-31)","hint":"If a month doesn’t have this day, the node won’t trigger"},{"displayName":"Trigger on Weekdays","name":"triggerAtDay","type":"multiOptions","displayOptions":{"show":{"field":["weeks"]}},"typeOptions":{"maxValue":7},"options":[{"name":"Monday","value":1},{"name":"Tuesday","value":2},{"name":"Wednesday","value":3},{"name":"Thursday","value":4},{"name":"Friday","value":5},{"name":"Saturday","value":6},{"name":"Sunday","value":0}],"default":[0]},{"displayName":"Trigger at Hour","name":"triggerAtHour","type":"options","default":0,"displayOptions":{"show":{"field":["days","weeks","months"]}},"options":[{"name":"Midnight","displayName":"Midnight","value":0},{"name":"1am","displayName":"1am","value":1},{"name":"2am","displayName":"2am","value":2},{"name":"3am","displayName":"3am","value":3},{"name":"4am","displayName":"4am","value":4},{"name":"5am","displayName":"5am","value":5},{"name":"6am","displayName":"6am","value":6},{"name":"7am","displayName":"7am","value":7},{"name":"8am","displayName":"8am","value":8},{"name":"9am","displayName":"9am","value":9},{"name":"10am","displayName":"10am","value":10},{"name":"11am","displayName":"11am","value":11},{"name":"Noon","displayName":"Noon","value":12},{"name":"1pm","displayName":"1pm","value":13},{"name":"2pm","displayName":"2pm","value":14},{"name":"3pm","displayName":"3pm","value":15},{"name":"4pm","displayName":"4pm","value":16},{"name":"5pm","displayName":"5pm","value":17},{"name":"6pm","displayName":"6pm","value":18},{"name":"7pm","displayName":"7pm","value":19},{"name":"8pm","displayName":"8pm","value":20},{"name":"9pm","displayName":"9pm","value":21},{"name":"10pm","displayName":"10pm","value":22},{"name":"11pm","displayName":"11pm","value":23}],"description":"The hour of the day to trigger"},{"displayName":"Trigger at Minute","name":"triggerAtMinute","type":"number","default":0,"displayOptions":{"show":{"field":["hours","days","weeks","months"]}},"typeOptions":{"minValue":0,"maxValue":59},"description":"The minute past the hour to trigger (0-59)"},{"displayName":"You can find help generating your cron expression <a href=\"https://crontab.guru/examples.html\" target=\"_blank\">here</a>","name":"notice","type":"notice","displayOptions":{"show":{"field":["cronExpression"]}},"default":""},{"displayName":"Expression","name":"expression","type":"string","default":"","placeholder":"eg. 0 15 * 1 sun","displayOptions":{"show":{"field":["cronExpression"]}},"hint":"Format: [Minute] [Hour] [Day of Month] [Month] [Day of Week]"}]}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.scheduletrigger/"}]},"alias":["Time","Scheduler","Polling","Cron","Interval"]}},
|
|
329
330
|
{"displayName":"SeaTable","name":"n8n-nodes-base.seaTable","group":["input"],"version":1,"subtitle":"={{$parameter[\"resource\"] + \": \" + $parameter[\"operation\"]}}","description":"Consume the SeaTable API","defaults":{"name":"SeaTable"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"seaTableApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Row","value":"row"}],"default":"row"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create","value":"create","description":"Create a row","action":"Create a row"},{"name":"Delete","value":"delete","description":"Delete a row","action":"Delete a row"},{"name":"Get","value":"get","description":"Get a row","action":"Get a row"},{"name":"Get Many","value":"getAll","description":"Get many rows","action":"Get many rows"},{"name":"Update","value":"update","description":"Update a row","action":"Update a row"}],"default":"create","description":"The operation being performed"},{"displayName":"Table Name or ID","name":"tableName","type":"options","placeholder":"Name of table","required":true,"typeOptions":{"loadOptionsMethod":"getTableNames"},"displayOptions":{"hide":{"operation":["get"]}},"default":"","description":"The name of SeaTable table to access. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","placeholder":"Name of table","required":true,"typeOptions":{"loadOptionsMethod":"getTableIds"},"displayOptions":{"show":{"operation":["get"]}},"default":"","description":"The name of SeaTable table to access. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Row ID","name":"rowId","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":""},{"displayName":"Data to Send","name":"fieldsToSend","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"},{"name":"Define Below for Each Column","value":"defineBelow","description":"Set the value for each destination column"}],"displayOptions":{"show":{"operation":["create","update"]}},"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row"},{"displayName":"Inputs to Ignore","name":"inputsToIgnore","type":"string","displayOptions":{"show":{"operation":["create","update"],"fieldsToSend":["autoMapInputData"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all properties.","placeholder":"Enter properties..."},{"displayName":"Columns to Send","name":"columnsUi","placeholder":"Add Column","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Column to Send","multipleValues":true},"options":[{"displayName":"Column","name":"columnValues","values":[{"displayName":"Column Name or ID","name":"columnName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["table"],"loadOptionsMethod":"getTableUpdateAbleColumns"},"default":""},{"displayName":"Column Value","name":"columnValue","type":"string","default":""}]}],"displayOptions":{"show":{"operation":["create","update"],"fieldsToSend":["defineBelow"]}},"default":{},"description":"Add destination column with its value"},{"displayName":"Row ID","name":"rowId","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":""},{"displayName":"Row ID","name":"rowId","type":"string","displayOptions":{"show":{"operation":["get"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"]}},"default":true,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"]}},"options":[{"displayName":"View Name or ID","name":"view_name","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getViews"},"default":""}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"operation":["getAll"]}},"options":[{"displayName":"Convert Link ID","name":"convert_link_id","type":"boolean","default":false,"description":"Whether the link column in the returned row is the ID of the linked row or the name of the linked row"},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc","description":"The direction of the sort, ascending (asc) or descending (desc)"},{"displayName":"Order By","name":"order_by","type":"options","typeOptions":{"loadOptionsMethod":"getAllSortableColumns"},"default":"","description":"A column's name or ID, use this column to sort the rows. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.seatable/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/seaTable"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/SeaTable/seaTable.svg"},
|
|
@@ -384,7 +385,7 @@
|
|
|
384
385
|
{"displayName":"Twitter","name":"n8n-nodes-base.twitter","group":["input","output"],"version":1,"description":"Consume Twitter API","subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","defaults":{"name":"Twitter"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"twitterOAuth1Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Direct Message","value":"directMessage"},{"name":"Tweet","value":"tweet"}],"default":"tweet"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["directMessage"]}},"options":[{"name":"Create","value":"create","description":"Create a direct message","action":"Create a direct message"}],"default":"create"},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["create"],"resource":["directMessage"]}},"description":"The ID of the user who should receive the direct message"},{"displayName":"Text","name":"text","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["create"],"resource":["directMessage"]}},"description":"The text of your Direct Message. URL encode as necessary. Max length of 10,000 characters."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["directMessage"]}},"options":[{"displayName":"Attachment","name":"attachment","type":"string","default":"data","description":"Name of the binary property which contain data that should be added to the direct message as attachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["tweet"]}},"options":[{"name":"Create","value":"create","description":"Create or reply a tweet","action":"Create a tweet"},{"name":"Delete","value":"delete","description":"Delete a tweet","action":"Delete a tweet"},{"name":"Like","value":"like","description":"Like a tweet","action":"Like a tweet"},{"name":"Retweet","value":"retweet","description":"Retweet a tweet","action":"Retweet a tweet"},{"name":"Search","value":"search","description":"Search tweets","action":"Search for tweets"}],"default":"create"},{"displayName":"Text","name":"text","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["create"],"resource":["tweet"]}},"description":"The text of the status update. URL encode as necessary. t.co link wrapping will affect character counts."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["tweet"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"string","default":"data","description":"Name of the binary properties which contain data which should be added to tweet as attachment. Multiple ones can be comma-separated."},{"displayName":"Display Coordinates","name":"displayCoordinates","type":"boolean","default":false,"description":"Whether or not to put a pin on the exact coordinates a Tweet has been sent from"},{"displayName":"In Reply to Tweet","name":"inReplyToStatusId","type":"string","default":"","description":"The ID of an existing status that the update is in reply to"},{"displayName":"Location","name":"locationFieldsUi","type":"fixedCollection","placeholder":"Add Location","default":{},"description":"Subscriber location information.n","options":[{"name":"locationFieldsValues","displayName":"Location","values":[{"displayName":"Latitude","name":"latitude","type":"string","required":true,"description":"The location latitude","default":""},{"displayName":"Longitude","name":"longitude","type":"string","required":true,"description":"The location longitude","default":""}]}]},{"displayName":"Possibly Sensitive","name":"possiblySensitive","type":"boolean","default":false,"description":"Whether you are uploading Tweet media that might be considered sensitive content such as nudity, or medical procedures"}]},{"displayName":"Tweet ID","name":"tweetId","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["delete"],"resource":["tweet"]}},"description":"The ID of the tweet to delete"},{"displayName":"Search Text","name":"searchText","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["search"],"resource":["tweet"]}},"description":"A UTF-8, URL-encoded search query of 500 characters maximum, including operators. Queries may additionally be limited by complexity. Check the searching examples <a href=\"https://developer.twitter.com/en/docs/tweets/search/guides/standard-operators\">here</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["tweet"]}},"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":["tweet"],"returnAll":[false]}},"typeOptions":{"minValue":1},"default":50,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["tweet"]}},"options":[{"displayName":"Include Entities","name":"includeEntities","type":"boolean","default":false,"description":"Whether the entities node will be included"},{"displayName":"Language Name or ID","name":"lang","type":"options","typeOptions":{"loadOptionsMethod":"getLanguages"},"default":"","description":"Restricts tweets to the given language, given by an ISO 639-1 code. Language detection is best-effort. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Location","name":"locationFieldsUi","type":"fixedCollection","placeholder":"Add Location","default":{},"description":"Subscriber location information.n","options":[{"name":"locationFieldsValues","displayName":"Location","values":[{"displayName":"Latitude","name":"latitude","type":"string","required":true,"description":"The location latitude","default":""},{"displayName":"Longitude","name":"longitude","type":"string","required":true,"description":"The location longitude","default":""},{"displayName":"Radius","name":"radius","type":"options","options":[{"name":"Milles","value":"mi"},{"name":"Kilometers","value":"km"}],"required":true,"description":"Returns tweets by users located within a given radius of the given latitude/longitude","default":""},{"displayName":"Distance","name":"distance","type":"number","typeOptions":{"minValue":0},"required":true,"default":""}]}]},{"displayName":"Result Type","name":"resultType","type":"options","options":[{"name":"Mixed","value":"mixed","description":"Include both popular and real time results in the response"},{"name":"Recent","value":"recent","description":"Return only the most recent results in the response"},{"name":"Popular","value":"popular","description":"Return only the most popular results in the response"}],"default":"mixed","description":"Specifies what type of search results you would prefer to receive"},{"displayName":"Tweet Mode","name":"tweetMode","type":"options","options":[{"name":"Compatibility","value":"compat"},{"name":"Extended","value":"extended"}],"default":"compat","description":"When the extended mode is selected, the response contains the entire untruncated text of the Tweet"},{"displayName":"Until","name":"until","type":"dateTime","default":"","description":"Returns tweets created before the given date"}]},{"displayName":"Tweet ID","name":"tweetId","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["like"],"resource":["tweet"]}},"description":"The ID of the tweet"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["like"],"resource":["tweet"]}},"options":[{"displayName":"Include Entities","name":"includeEntities","type":"boolean","default":false,"description":"Whether the entities will be omitted"}]},{"displayName":"Tweet ID","name":"tweetId","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["retweet"],"resource":["tweet"]}},"description":"The ID of the tweet"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["retweet"],"resource":["tweet"]}},"options":[{"displayName":"Trim User","name":"trimUser","type":"boolean","default":false,"description":"Whether each tweet returned in a timeline will include a user object including only the status authors numerical ID"}]}],"codex":{"categories":["Marketing & Content"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.twitter/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/twitter"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Twitter/twitter.svg"},
|
|
385
386
|
{"displayName":"Typeform Trigger","name":"n8n-nodes-base.typeformTrigger","group":["trigger"],"version":1,"subtitle":"=Form ID: {{$parameter[\"formId\"]}}","description":"Starts the workflow on a Typeform form submission","defaults":{"name":"Typeform Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"typeformApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}},"testedBy":"testTypeformTokenAuth"},{"name":"typeformOAuth2Api","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"},"options":[],"default":"","required":true,"description":"Form which should trigger workflow on submission. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Simplify Answers","name":"simplifyAnswers","type":"boolean","default":true,"description":"Whether to convert the answers to a key:value pair (\"FIELD_TITLE\":\"USER_ANSER\") to be easily processable"},{"displayName":"Only Answers","name":"onlyAnswers","type":"boolean","default":true,"description":"Whether to return only the answers of the form and not any of the other data"}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.typeformtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/typeform"}]},"alias":["Form"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Typeform/typeform.svg"},
|
|
386
387
|
{"displayName":"Unleashed Software","name":"n8n-nodes-base.unleashedSoftware","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","version":1,"description":"Consume Unleashed Software API","defaults":{"name":"Unleashed Software"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"unleashedSoftwareApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Sales Order","value":"salesOrder"},{"name":"Stock On Hand","value":"stockOnHand"}],"default":"salesOrder"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["salesOrder"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many sales orders","action":"Get many sales orders"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["salesOrder"]}},"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":["salesOrder"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["salesOrder"]}},"options":[{"displayName":"Customer ID","name":"customerId","type":"string","default":"","placeholder":"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","description":"Only returns orders for a specified Customer GUID. The CustomerId can be specified as a list of comma-separated GUIDs."},{"displayName":"Customer Code","name":"customerCode","type":"string","default":"","description":"Returns orders that start with the specific customer code"},{"displayName":"End Date","name":"endDate","type":"dateTime","default":"","description":"Returns orders with order date before the specified date. UTC."},{"displayName":"Modified Since","name":"modifiedSince","type":"dateTime","default":"","description":"Returns orders created or edited after a specified date, must be UTC format"},{"displayName":"Order Number","name":"orderNumber","type":"string","default":"","description":"Returns a single order with the specified order number. If set, it overrides all other filters."},{"displayName":"Order Status","name":"orderStatus","type":"multiOptions","options":[{"name":"Backordered","value":"Backordered"},{"name":"Completed","value":"Completed"},{"name":"Deleted","value":"Deleted"},{"name":"Parked","value":"Parked"},{"name":"Placed","value":"Placed"}],"default":[],"description":"Returns orders with the specified status. If no orderStatus filter is specified, then we exclude \"Deleted\" by default."},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Returns orders with order date after the specified date. UTC."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["stockOnHand"]}},"options":[{"name":"Get","value":"get","description":"Get a stock on hand","action":"Get a stock on hand"},{"name":"Get Many","value":"getAll","description":"Get many stocks on hand","action":"Get many stocks on hand"}],"default":"getAll"},{"displayName":"Product ID","name":"productId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["stockOnHand"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["stockOnHand"]}},"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":["stockOnHand"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["stockOnHand"]}},"options":[{"displayName":"As at Date","name":"asAtDate","type":"dateTime","default":"","description":"Returns the stock on hand for a specific date"},{"displayName":"Is Assembled","name":"IsAssembled","type":"boolean","default":false,"description":"Whether the AvailableQty will also include the quantity that can be assembled"},{"displayName":"Modified Since","name":"modifiedSince","type":"dateTime","default":"","description":"Returns stock on hand values modified after a specific date"},{"displayName":"Order By","name":"orderBy","type":"string","default":"","description":"Orders the list by a specific column, by default the list is ordered by productCode"},{"displayName":"Product ID","name":"productId","type":"string","default":"","description":"Returns products with the specific Product Guid. You can enter multiple product IDs separated by commas."},{"displayName":"Warehouse Code","name":"warehouseCode","type":"string","default":"","description":"Returns stock on hand for a specific warehouse code"},{"displayName":"Warehouse Name","name":"warehouseName","type":"string","default":"","description":"Returns stock on hand for a specific warehouse name"}]}],"codex":{"categories":["Sales","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.unleashedsoftware/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/unleashedSoftware"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/UnleashedSoftware/unleashedSoftware.png"},
|
|
387
|
-
{"displayName":"Uplead","name":"n8n-nodes-base.uplead","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","description":"Consume Uplead API","defaults":{"name":"Uplead"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"upleadApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Company","value":"company","description":"Company API lets you lookup company data via a domain name or company name"},{"name":"Person","value":"person","description":"Person API lets you lookup a person based on an email address OR based on a domain name + first name + last name"}],"default":"company"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Enrich","value":"enrich","action":"Enrich a company"}],"default":"enrich"},{"displayName":"Company","name":"company","type":"string","default":"","displayOptions":{"show":{"resource":["company"],"operation":["enrich"]}},"description":"The name of the company (e.g – amazon)"},{"displayName":"Domain","name":"domain","type":"string","default":"","displayOptions":{"show":{"resource":["company"],"operation":["enrich"]}},"description":"The domain name (e.g – amazon.com)"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["person"]}},"options":[{"name":"Enrich","value":"enrich","action":"Enrich a person"}],"default":"enrich"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","displayOptions":{"show":{"resource":["person"],"operation":["enrich"]}},"description":"Email address (e.g – mbenioff@salesforce.com)"},{"displayName":"
|
|
388
|
+
{"displayName":"Uplead","name":"n8n-nodes-base.uplead","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","description":"Consume Uplead API","defaults":{"name":"Uplead"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"upleadApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Company","value":"company","description":"Company API lets you lookup company data via a domain name or company name"},{"name":"Person","value":"person","description":"Person API lets you lookup a person based on an email address OR based on a domain name + first name + last name"}],"default":"company"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Enrich","value":"enrich","action":"Enrich a company"}],"default":"enrich"},{"displayName":"Company","name":"company","type":"string","default":"","displayOptions":{"show":{"resource":["company"],"operation":["enrich"]}},"description":"The name of the company (e.g – amazon)"},{"displayName":"Domain","name":"domain","type":"string","default":"","displayOptions":{"show":{"resource":["company"],"operation":["enrich"]}},"description":"The domain name (e.g – amazon.com)"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["person"]}},"options":[{"name":"Enrich","value":"enrich","action":"Enrich a person"}],"default":"enrich"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","displayOptions":{"show":{"resource":["person"],"operation":["enrich"]}},"description":"Email address (e.g – mbenioff@salesforce.com)"},{"displayName":"First Name","name":"firstname","type":"string","default":"","displayOptions":{"show":{"resource":["person"],"operation":["enrich"]}},"description":"First name of the person (e.g – Marc)"},{"displayName":"Last Name","name":"lastname","type":"string","default":"","displayOptions":{"show":{"resource":["person"],"operation":["enrich"]}},"description":"Last name of the person (e.g – Benioff)"},{"displayName":"Domain","name":"domain","type":"string","default":"","displayOptions":{"show":{"resource":["person"],"operation":["enrich"]}},"description":"The domain name (e.g – salesforce.com)"}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.uplead/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/uplead"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Uplead/uplead.png"},
|
|
388
389
|
{"displayName":"uProc","name":"n8n-nodes-base.uproc","group":["output"],"version":1,"subtitle":"={{$parameter[\"tool\"]}}","description":"Consume uProc API","defaults":{"name":"uProc"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"uprocApi","required":true}],"properties":[{"displayName":"Resource","name":"group","type":"options","default":"communication","options":[{"name":"Audio","value":"audio","description":"The Audio Resource allows you to get tools from this resource"},{"name":"Communication","value":"communication","description":"The Communication Resource allows you to get tools from this resource"},{"name":"Company","value":"company","description":"The Company Resource allows you to get tools from this resource"},{"name":"Finance","value":"finance","description":"The Finance Resource allows you to get tools from this resource"},{"name":"Geographical","value":"geographic","description":"The Geographical Resource allows you to get tools from this resource"},{"name":"Image","value":"image","description":"The Image Resource allows you to get tools from this resource"},{"name":"Internet","value":"internet","description":"The Internet Resource allows you to get tools from this resource"},{"name":"Personal","value":"personal","description":"The Personal Resource allows you to get tools from this resource"},{"name":"Product","value":"product","description":"The Product Resource allows you to get tools from this resource"},{"name":"Security","value":"security","description":"The Security Resource allows you to get tools from this resource"},{"name":"Text","value":"text","description":"The Text Resource allows you to get tools from this resource"}]},{"displayName":"Operation","name":"tool","type":"options","description":"The Operation to consume","displayOptions":{"show":{"group":["audio"]}},"default":"getAudioAdvancedSpeechByText","options":[{"name":"Get Advanced Speech By Text","value":"getAudioAdvancedSpeechByText","description":"Get advanced human audio file by provided text and language <a href=\"https://app.uproc.io/#/tools/processor/get/audio/advanced-speech-by-text\" target='_blank'>Info</a>"},{"name":"Get Speech By Text","value":"getAudioSpeechByText","description":"Get audio file by provided text and language <a href=\"https://app.uproc.io/#/tools/processor/get/audio/speech-by-text\" target='_blank'>Info</a>"}]},{"displayName":"Operation","name":"tool","type":"options","description":"The Operation to consume","displayOptions":{"show":{"group":["communication"]}},"default":"checkSocialDomainExist","options":[{"name":"Check Domain Has Social Activity","value":"checkSocialDomainExist","description":"Discover if a domain has social network presence <a href=\"https://app.uproc.io/#/tools/processor/check/social/domain-exist\" target='_blank'>Info</a>"},{"name":"Check Email Domain Is Catchall","value":"checkDomainCatchall","description":"Check if domain accepts all emails, existing or not <a href=\"https://app.uproc.io/#/tools/processor/check/domain/catchall\" target='_blank'>Info</a>"},{"name":"Check Email Domain Is Free","value":"checkDomainFree","description":"Check if domain is a free service domain provider <a href=\"https://app.uproc.io/#/tools/processor/check/domain/free\" target='_blank'>Info</a>"},{"name":"Check Email Domain Is Temporary","value":"checkDomainDisposable","description":"Check if domain is temporary or not <a href=\"https://app.uproc.io/#/tools/processor/check/domain/disposable\" target='_blank'>Info</a>"},{"name":"Check Email Exists (Extended)","value":"checkEmailExistsExtended","description":"Discover if an email is valid, hardbounce, softbounce, spamtrap, free, temporary and recipient exists.<br><br>There are catchall (like Yahoo) or temporary domains that do not return the actual existence of an email <a href=\"https://app.uproc.io/#/tools/processor/check/email/exists-extended\" target='_blank'>Info</a>"},{"name":"Check Email Exists (Simple)","value":"checkEmailExists","description":"Discover if the email recipient exists, returning email status <a href=\"https://app.uproc.io/#/tools/processor/check/email/exists\" target='_blank'>Info</a>"},{"name":"Check Email Has SMTP Server","value":"checkEmailSmtp","description":"Check if email domain has an SMTP server to receive emails <a href=\"https://app.uproc.io/#/tools/processor/check/email/smtp\" target='_blank'>Info</a>"},{"name":"Check Email Has Social Activity","value":"checkSocialEmailExist","description":"Discover if the email has social network presence <a href=\"https://app.uproc.io/#/tools/processor/check/social/email-exist\" target='_blank'>Info</a>"},{"name":"Check Email Has Valid Format","value":"checkEmailFormat","description":"Check if email has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/email/format\" target='_blank'>Info</a>"},{"name":"Check Email Is Catchall","value":"checkEmailCatchall","description":"Check if email belongs to a catchall email server <a href=\"https://app.uproc.io/#/tools/processor/check/email/catchall\" target='_blank'>Info</a>"},{"name":"Check Email Is Disposable Domain","value":"checkEmailDisposable","description":"Check if email domain belongs to a disposable email service <a href=\"https://app.uproc.io/#/tools/processor/check/email/disposable\" target='_blank'>Info</a>"},{"name":"Check Email Is Free","value":"checkEmailFree","description":"Check if email belongs to free service provider, like gmail, hotmail, ... <a href=\"https://app.uproc.io/#/tools/processor/check/email/free\" target='_blank'>Info</a>"},{"name":"Check Email Is Robinson (ES)","value":"checkRobinsonEmailExist","description":"Discover if an email exists in the Robinson list (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/check/robinson/email-exist\" target='_blank'>Info</a>"},{"name":"Check Email Is Role Based","value":"checkEmailRole","description":"Check if email belongs to a system or role based account <a href=\"https://app.uproc.io/#/tools/processor/check/email/role\" target='_blank'>Info</a>"},{"name":"Check Email Is Spam Trap","value":"checkEmailSpamtrap","description":"Check if email is a spam trap <a href=\"https://app.uproc.io/#/tools/processor/check/email/spamtrap\" target='_blank'>Info</a>"},{"name":"Check Imei Is Valid","value":"checkMobileImei","description":"Discover if Imei number has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/mobile/imei\" target='_blank'>Info</a>"},{"name":"Check LinkedIn Profile Is Contact","value":"checkLinkedinProfileIsContact","description":"Check if a LinkedIn profile (url format accepted: https://linkedin.com/in/USERNAME) is a first degree contact <a href=\"https://app.uproc.io/#/tools/processor/check/linkedin/profile-is-contact\" target='_blank'>Info</a>"},{"name":"Check Mobile Exists","value":"checkMobileExist","description":"Discover if mobile phone number exists in network operator, with worldwide coverage.<br>Get advanced mobile KPIs with <a href='/app/catalog/processor/get/mobile/lookup'>'Mobile lookup'</a> tool. <a href=\"https://app.uproc.io/#/tools/processor/check/mobile/exist\" target='_blank'>Info</a>"},{"name":"Check Mobile Has Social Activity","value":"checkSocialMobileExist","description":"Discover if the mobile phone has social network presence <a href=\"https://app.uproc.io/#/tools/processor/check/social/mobile-exist\" target='_blank'>Info</a>"},{"name":"Check Mobile Has Valid Format","value":"checkMobileFormat","description":"Discover if mobile phone number has a valid format, with worldwide coverage <a href=\"https://app.uproc.io/#/tools/processor/check/mobile/format\" target='_blank'>Info</a>"},{"name":"Check Mobile Has Valid Format (ES)","value":"checkMobileFormatEs","description":"Discover if mobile phone number has a valid format (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/check/mobile/format-es\" target='_blank'>Info</a>"},{"name":"Check Mobile Has Valid Prefix","value":"checkMobileValidPrefix","description":"Discover if mobile phone number has a valid prefix, with worldwide coverage <a href=\"https://app.uproc.io/#/tools/processor/check/mobile/valid-prefix\" target='_blank'>Info</a>"},{"name":"Check Mobile Has Valid Prefix (ES)","value":"checkMobileValidPrefixEs","description":"Discover if spanish mobile phone number has a valid prefix <a href=\"https://app.uproc.io/#/tools/processor/check/mobile/valid-prefix-es\" target='_blank'>Info</a>"},{"name":"Check Mobile Is Alive","value":"checkMobileAlive","description":"Discover if a mobile number is switched on to call it later, with worldwide coverage.<br>Some carriers don't return if mobile is alive (like Vodafone) <a href=\"https://app.uproc.io/#/tools/processor/check/mobile/alive\" target='_blank'>Info</a>"},{"name":"Check Mobile Supports Sms","value":"checkMobileSms","description":"Discover if a mobile number can receive sms, with worldwide coverage <a href=\"https://app.uproc.io/#/tools/processor/check/mobile/sms\" target='_blank'>Info</a>"},{"name":"Check Phone Is Robinson (ES)","value":"checkRobinsonPhoneExist","description":"Discover if a phone (landline or mobile) exists in a Robinson list (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/check/robinson/phone-exist\" target='_blank'>Info</a>"},{"name":"Check Phone Or Mobile Valid","value":"checkPhoneOrMobileValid","description":"Discover if landline or mobile number has a valid prefix <a href=\"https://app.uproc.io/#/tools/processor/check/phone/or-mobile-valid\" target='_blank'>Info</a>"},{"name":"Check Valid Phone Format (ES)","value":"checkPhoneFormatEs","description":"Discover if landline phone number is valid, with Spain coverage <a href=\"https://app.uproc.io/#/tools/processor/check/phone/format-es\" target='_blank'>Info</a>"},{"name":"Check Valid Phone Format By Country","value":"checkPhoneFormat","description":"Allow to discover if landline number has a good international format, depending on country <a href=\"https://app.uproc.io/#/tools/processor/check/phone/format\" target='_blank'>Info</a>"},{"name":"Check Valid Phone Prefix","value":"checkPhoneValidPrefix","description":"Discover if a landline phone number prefix exists, with worldwide coverage <a href=\"https://app.uproc.io/#/tools/processor/check/phone/valid-prefix\" target='_blank'>Info</a>"},{"name":"Get Cleaned Phone","value":"getPhoneNormalized","description":"Clean a phone removing non allowed characters <a href=\"https://app.uproc.io/#/tools/processor/get/phone/normalized\" target='_blank'>Info</a>"},{"name":"Get Country ISO Code By Mobile","value":"getMobileCountryCode","description":"Allow to get country code (two chars) of a mobile phone number with international format <a href=\"https://app.uproc.io/#/tools/processor/get/mobile/country-code\" target='_blank'>Info</a>"},{"name":"Get Domain By Email","value":"getEmailDomain","description":"Get domain part from an email <a href=\"https://app.uproc.io/#/tools/processor/get/email/domain\" target='_blank'>Info</a>"},{"name":"Get Email By Firstname, Lastname And Company","value":"getEmailRecipientByCompanyFirstnameAndLastname","description":"Discover an email by company's name and prospect's firstname and lastname.<br><br>If the 'verify' method is selected, the tool checks multiple email variants in real-time, and returns a result depending on the email server response <a href=\"https://app.uproc.io/#/tools/processor/get/email/recipient-by-company-firstname-and-lastname\" target='_blank'>Info</a>"},{"name":"Get Email By Fullname And Company","value":"getEmailRecipientByCompanyAndFullname","description":"Discover an email by company's name and prospect's fullname.<br><br>If the 'verify' method is selected, the tool checks multiple email variants in real-time, and returns a result depending on the email server response <a href=\"https://app.uproc.io/#/tools/processor/get/email/recipient-by-company-and-fullname\" target='_blank'>Info</a>"},{"name":"Get Email By Fullname And Domain","value":"getEmailRecipientByDomainAndFullname","description":"Discover an email by company website or domain and prospect's fullname.<br><br>If the 'verify' method is selected, the tool checks multiple email variants in real-time, and returns a result depending on the email server response <a href=\"https://app.uproc.io/#/tools/processor/get/email/recipient-by-domain-and-fullname\" target='_blank'>Info</a>"},{"name":"Get Email By Name, Surname And Domain","value":"getEmailRecipient","description":"Discover an email by company website or domain and prospect's firstname and lastname.<br><br>If the 'verify' method is selected, the tool checks multiple email variants in real-time, and returns a result depending on email server response <a href=\"https://app.uproc.io/#/tools/processor/get/email/recipient\" target='_blank'>Info</a>"},{"name":"Get Email By Social Network Profile","value":"getEmailRecipientByProfile","description":"Discover an email by contact's LinkedIn profile URI <a href=\"https://app.uproc.io/#/tools/processor/get/email/recipient-by-profile\" target='_blank'>Info</a>"},{"name":"Get Email Type","value":"getEmailType","description":"Get email type <a href=\"https://app.uproc.io/#/tools/processor/get/email/type\" target='_blank'>Info</a>"},{"name":"Get Emails By Domain","value":"getEmailListByDomain","description":"Get emails list found on internet by domain or URI (similar to hunter.io) <a href=\"https://app.uproc.io/#/tools/processor/get/email/list-by-domain\" target='_blank'>Info</a>"},{"name":"Get Emails By Email","value":"getEmailListByEmail","description":"Get emails list found on internet by non-free email (similar to hunter.io) <a href=\"https://app.uproc.io/#/tools/processor/get/email/list-by-email\" target='_blank'>Info</a>"},{"name":"Get First Web References Of An Email","value":"getEmailFirstReferences","description":"Get three first web references of an email published on Internet <a href=\"https://app.uproc.io/#/tools/processor/get/email/first-references\" target='_blank'>Info</a>"},{"name":"Get Fixed Domain Email","value":"getEmailFix","description":"Fix the email domain of those misspelled emails (supports all domains) <a href=\"https://app.uproc.io/#/tools/processor/get/email/fix\" target='_blank'>Info</a>"},{"name":"Get Fixed Phone","value":"getPhoneFixed","description":"Fix the international prefix of a phone based on the ISO code of a country <a href=\"https://app.uproc.io/#/tools/processor/get/phone/fixed\" target='_blank'>Info</a>"},{"name":"Get Formatted Mobile","value":"getMobileFormatted","description":"Format international mobile number by country ISO code (2 letters). <a href=\"https://app.uproc.io/#/tools/processor/get/mobile/formatted\" target='_blank'>Info</a>"},{"name":"Get GDPR Emails By Domain","value":"getEmailGdprListByDomain","description":"Get GDPR compliant emails list by domain for your Email Marketing campaigns in Europe. <a href=\"https://app.uproc.io/#/tools/processor/get/email/gdpr-list-by-domain\" target='_blank'>Info</a>"},{"name":"Get HLR Mobile Lookup","value":"getMobileHlrLookup","description":"Discover if mobile exist via real time [HLR](https://en.wikipedia.org/wiki/Home_location_register) query <a href=\"https://app.uproc.io/#/tools/processor/get/mobile/hlr-lookup\" target='_blank'>Info</a>"},{"name":"Get Landline/Mobile Portability Lookup (ES)","value":"getMobileOrPhoneMnpEs","description":"Get portability data about a landline or mobile number, only for Spain <a href=\"https://app.uproc.io/#/tools/processor/get/mobile/or-phone-mnp-es\" target='_blank'>Info</a>"},{"name":"Get LinkedIn Company Employees","value":"getLinkedinProfilesByCompany","description":"Extract results from a LinkedIn search (url format accepted: https://linkedin.com/search/results/people/) <a href=\"https://app.uproc.io/#/tools/processor/get/linkedin/profiles-by-company\" target='_blank'>Info</a>"},{"name":"Get LinkedIn Group Members","value":"getLinkedinGroupMembers","description":"Get members in a LinkedIn group <a href=\"https://app.uproc.io/#/tools/processor/get/linkedin/group-members\" target='_blank'>Info</a>"},{"name":"Get LinkedIn Last Received Connections","value":"getLinkedinConnections","description":"Extract last <a href='https://www.linkedin.com/mynetwork/invite-connect/connections/' target='_blank'>80 connections</a> from your LinkedIn profile <a href=\"https://app.uproc.io/#/tools/processor/get/linkedin/connections\" target='_blank'>Info</a>"},{"name":"Get LinkedIn Last Sent Invitations","value":"getLinkedinInvitations","description":"Extract last <a href='https://www.linkedin.com/mynetwork/invitation-manager/sent/' target='_blank'>80 invitations</a> sent from your LinkedIn <a href=\"https://app.uproc.io/#/tools/processor/get/linkedin/invitations\" target='_blank'>Info</a>"},{"name":"Get LinkedIn Post Comments","value":"getLinkedinPostComments","description":"Get users who comment a post on LinkedIn <a href=\"https://app.uproc.io/#/tools/processor/get/linkedin/post-comments\" target='_blank'>Info</a>"},{"name":"Get LinkedIn Post Likes","value":"getLinkedinPostLikes","description":"Get users who like a post on LinkedIn <a href=\"https://app.uproc.io/#/tools/processor/get/linkedin/post-likes\" target='_blank'>Info</a>"},{"name":"Get LinkedIn Profile","value":"getLinkedinProfile","description":"Extract a LinkedIn profile (url format accepted: https://linkedin.com/in/USERNAME) <a href=\"https://app.uproc.io/#/tools/processor/get/linkedin/profile\" target='_blank'>Info</a>"},{"name":"Get LinkedIn Profiles","value":"getLinkedinProfiles","description":"Extract results from a LinkedIn search (url format accepted: https://linkedin.com/search/results/people/) <a href=\"https://app.uproc.io/#/tools/processor/get/linkedin/profiles\" target='_blank'>Info</a>"},{"name":"Get LinkedIn Profiles By Content","value":"getLinkedinProfilesByContent","description":"Extract fastly last profiles that have published content on LinkedIn by specific keywords <a href=\"https://app.uproc.io/#/tools/processor/get/linkedin/profiles-by-content\" target='_blank'>Info</a>"},{"name":"Get Mobile Lookup","value":"getMobileLookup","description":"Discover if mobile exist via real time [HLR](https://en.wikipedia.org/wiki/Home_location_register) query, as well as portability and roaming data <a href=\"https://app.uproc.io/#/tools/processor/get/mobile/lookup\" target='_blank'>Info</a>"},{"name":"Get Mobile Portability Lookup","value":"getMobileMnpLookup","description":"Get existence, portability and roaming of a mobile phone, via [MNP](https://en.wikipedia.org/wiki/Mobile_number_portability) query <a href=\"https://app.uproc.io/#/tools/processor/get/mobile/mnp-lookup\" target='_blank'>Info</a>"},{"name":"Get Mobile/Landline Lookup (Spain)","value":"getMobileOrPhoneLookupEs","description":"Discover if mobile or landline prefix exists on Spain. <a href=\"https://app.uproc.io/#/tools/processor/get/mobile/or-phone-lookup-es\" target='_blank'>Info</a>"},{"name":"Get Normalized Email","value":"getEmailNormalized","description":"Normalize email address, removing non allowed characters <a href=\"https://app.uproc.io/#/tools/processor/get/email/normalized\" target='_blank'>Info</a>"},{"name":"Get Normalized Mobile","value":"getMobileNormalized","description":"Allow to normalize a mobile phone, removing non allowed characters <a href=\"https://app.uproc.io/#/tools/processor/get/mobile/normalized\" target='_blank'>Info</a>"},{"name":"Get Parsed And Validated Phone","value":"getPhoneParsed","description":"Parse phone numbers in multiple fields and verify the format and prefix validity <a href=\"https://app.uproc.io/#/tools/processor/get/phone/parsed\" target='_blank'>Info</a>"},{"name":"Get Personal Email By Social Network Profile","value":"getEmailPersonalRecipientByProfile","description":"Discover all the personal emails by social profile <a href=\"https://app.uproc.io/#/tools/processor/get/email/personal-recipient-by-profile\" target='_blank'>Info</a>"},{"name":"Get Phone Prefix By Country ISO Code","value":"getMobileCountryPrefix","description":"Allow to get country prefix number by country code (2 characters) <a href=\"https://app.uproc.io/#/tools/processor/get/mobile/country-prefix\" target='_blank'>Info</a>"},{"name":"Get Public Profile By Sales Profile","value":"getLinkedinPublicProfileBySalesProfile","description":"Convert a LinkedIn Sales profile (/sales/people/) to a LinkedIn public profile (/in/) <a href=\"https://app.uproc.io/#/tools/processor/get/linkedin/public-profile-by-sales-profile\" target='_blank'>Info</a>"},{"name":"Get Search LinkedIn Contacts Url","value":"getLinkedinSearchContactsUrl","description":"Generate a LinkedIn search contacts URL considering the keywords provided <a href=\"https://app.uproc.io/#/tools/processor/get/linkedin/search-contacts-url\" target='_blank'>Info</a>"},{"name":"Get Social Network Activity","value":"getSocialUriParsed","description":"This tools parses a social uri address and extracts any available indicators <a href=\"https://app.uproc.io/#/tools/processor/get/social/uri-parsed\" target='_blank'>Info</a>"},{"name":"Get Social Networks Activity By Domain","value":"getSocialDomainParsed","description":"Search all social networks by domain, parses all found urls and returns social networks kpis (if data available) <a href=\"https://app.uproc.io/#/tools/processor/get/social/domain-parsed\" target='_blank'>Info</a>"},{"name":"Get Social Networks By Domain","value":"getSocialDomainLookup","description":"Discover if a domain or a website has social activity and returns all social network profiles found <a href=\"https://app.uproc.io/#/tools/processor/get/social/domain-lookup\" target='_blank'>Info</a>"},{"name":"Get Social Networks By Email","value":"getSocialEmailLookup","description":"Discover if an email has social activity, and get all social network profiles found <a href=\"https://app.uproc.io/#/tools/processor/get/social/email-lookup\" target='_blank'>Info</a>"},{"name":"Get Social Networks By Mobile","value":"getSocialMobileLookup","description":"Discover if an mobile phone has social activity, and get all social network profiles found <a href=\"https://app.uproc.io/#/tools/processor/get/social/mobile-lookup\" target='_blank'>Info</a>"},{"name":"Get Web References Of An Email","value":"getEmailReferences","description":"Get web references of an email published on Internet <a href=\"https://app.uproc.io/#/tools/processor/get/email/references\" target='_blank'>Info</a>"},{"name":"Send Connection Request To Linkedin Profile","value":"sendLinkedinInvitation","description":"Send a custom message invitation to a non connected Linkedin profile (supported uris: https://www.linkedin.com/in/USERID) <a href=\"https://app.uproc.io/#/tools/processor/send/linkedin/invitation\" target='_blank'>Info</a>"},{"name":"Send Custom Email","value":"sendEmailCustom","description":"Send a custom email (HTML supported) to a recipient <a href=\"https://app.uproc.io/#/tools/processor/send/email/custom\" target='_blank'>Info</a>"},{"name":"Send Custom Sms","value":"sendMobileSms","description":"Send a custom sms to a recipient with worldwide coverage <a href=\"https://app.uproc.io/#/tools/processor/send/mobile/sms\" target='_blank'>Info</a>"},{"name":"Send Invitation Or Message To Linkedin Profile","value":"sendLinkedinInvitationOrMessage","description":"Send a custom invitation message (parameter message1) if profile is connected or a custom message (parameter message2) otherwise (supported uris: https://www.linkedin.com/in/USERID) <a href=\"https://app.uproc.io/#/tools/processor/send/linkedin/invitation-or-message\" target='_blank'>Info</a>"},{"name":"Send LinkedIn Profile Visit","value":"sendLinkedinVisit","description":"Visits a profile to show interest and get profile views in return from contact, increasing your LinkedIn network <a href=\"https://app.uproc.io/#/tools/processor/send/linkedin/visit\" target='_blank'>Info</a>"},{"name":"Send Message To Linkedin Profile","value":"sendLinkedinMessage","description":"Send a custom private message to a connected Linkedin profile (supported uris: https://www.linkedin.com/in/USERID) <a href=\"https://app.uproc.io/#/tools/processor/send/linkedin/message\" target='_blank'>Info</a>"}]},{"displayName":"Operation","name":"tool","type":"options","description":"The Operation to consume","displayOptions":{"show":{"group":["company"]}},"default":"checkCifValid","options":[{"name":"Check CIF Is Valid (ES)","value":"checkCifValid","description":"Discover if a cif card number is valid <a href=\"https://app.uproc.io/#/tools/processor/check/cif/valid\" target='_blank'>Info</a>"},{"name":"Check Company Is Debtor By TaxId (ES)","value":"checkCompanyDebtorByTaxid","description":"Check if company is debtor by TaxId <a href=\"https://app.uproc.io/#/tools/processor/check/company/debtor-by-taxid\" target='_blank'>Info</a>"},{"name":"Check ISIN Code Is Valid","value":"checkNumberIsin","description":"Check if ISIN number is valid <a href=\"https://app.uproc.io/#/tools/processor/check/number/isin\" target='_blank'>Info</a>"},{"name":"Check Social Security Number Is Valid (ES)","value":"checkNumberSsEs","description":"Check if SS number is valid, only for Spain <a href=\"https://app.uproc.io/#/tools/processor/check/number/ss-es\" target='_blank'>Info</a>"},{"name":"Get Classified Role","value":"getRoleClassified","description":"Identify and classify a prospect role detecting the right area and seniority to filter later <a href=\"https://app.uproc.io/#/tools/processor/get/role/classified\" target='_blank'>Info</a>"},{"name":"Get Company By CIF (ES)","value":"getCompanyByCif","description":"Get company data by CIF <a href=\"https://app.uproc.io/#/tools/processor/get/company/by-cif\" target='_blank'>Info</a>"},{"name":"Get Company By DUNS (ES)","value":"getCompanyByDuns","description":"Get company data by DUNS <a href=\"https://app.uproc.io/#/tools/processor/get/company/by-duns\" target='_blank'>Info</a>"},{"name":"Get Company By Domain","value":"getCompanyByDomain","description":"Get company data by domain <a href=\"https://app.uproc.io/#/tools/processor/get/company/by-domain\" target='_blank'>Info</a>"},{"name":"Get Company By Email","value":"getCompanyByEmail","description":"Get company data by email <a href=\"https://app.uproc.io/#/tools/processor/get/company/by-email\" target='_blank'>Info</a>"},{"name":"Get Company By IP","value":"getCompanyByIp","description":"Get company data by IP address <a href=\"https://app.uproc.io/#/tools/processor/get/company/by-ip\" target='_blank'>Info</a>"},{"name":"Get Company By Name","value":"getCompanyByName","description":"Obtains the data of a company by its name <a href=\"https://app.uproc.io/#/tools/processor/get/company/by-name\" target='_blank'>Info</a>"},{"name":"Get Company By Phone","value":"getCompanyByPhone","description":"Get company data by phone number <a href=\"https://app.uproc.io/#/tools/processor/get/company/by-phone\" target='_blank'>Info</a>"},{"name":"Get Company By Social Profile","value":"getCompanyByProfile","description":"Get company data by social network uri.<br>The tools supports the next social networks: Facebook, GitHub, Instagram, LinkedIn (/company/), Pinterest, Slack, TikTok, Twitch, Twitter <a href=\"https://app.uproc.io/#/tools/processor/get/company/by-profile\" target='_blank'>Info</a>"},{"name":"Get Company's Name By Domain","value":"getCompanyNameByDomain","description":"Get company name by company domain <a href=\"https://app.uproc.io/#/tools/processor/get/company/name-by-domain\" target='_blank'>Info</a>"},{"name":"Get Decision Maker","value":"getPersonDecisionMaker","description":"Get professional data of a decision maker by company name/domain and area <a href=\"https://app.uproc.io/#/tools/processor/get/person/decision-maker\" target='_blank'>Info</a>"},{"name":"Get Decision Maker By Search Engine","value":"getPersonDecisionMakerBySearch","description":"Discover the more suitable decision maker using search engines (Bing) by company name and area (optional) <a href=\"https://app.uproc.io/#/tools/processor/get/person/decision-maker-by-search\" target='_blank'>Info</a>"},{"name":"Get Decision Maker's Emails By Domain And Area","value":"getPersonEmailsByDomainAndArea","description":"Get professional emails of decision makers (by priority: executive, manager and directors) by company domain and area <a href=\"https://app.uproc.io/#/tools/processor/get/person/emails-by-domain-and-area\" target='_blank'>Info</a>"},{"name":"Get Decision Makers By Search Engine","value":"getPersonMultipleDecisionMakerBySearch","description":"Discover up to ten decision makers using search engines (Bing) by company name and area (optional) <a href=\"https://app.uproc.io/#/tools/processor/get/person/multiple-decision-maker-by-search\" target='_blank'>Info</a>"},{"name":"Get Domain By Company Name","value":"getCompanyDomainByName","description":"Get company domain by company name <a href=\"https://app.uproc.io/#/tools/processor/get/company/domain-by-name\" target='_blank'>Info</a>"},{"name":"Get Employees By Parameters","value":"getPersonListByParams","description":"Get employees by company name or domain, area, seniority and country <a href=\"https://app.uproc.io/#/tools/processor/get/person/list-by-params\" target='_blank'>Info</a>"},{"name":"Get Facebook URI By Company","value":"getProfileFacebookByCompany","description":"Get Facebook company profile by name without manual search on Google or Facebook.<br><br>This tool uses search engines (Bing and Google) through proxies <a href=\"https://app.uproc.io/#/tools/processor/get/profile/facebook-by-company\" target='_blank'>Info</a>"},{"name":"Get Facebook URI By Company's Domain","value":"getProfileFacebookByCompanyDomain","description":"Get Facebook company profile by domain without manual search on Google or LinkedIn.<br><br>This tool uses our internal databases. <a href=\"https://app.uproc.io/#/tools/processor/get/profile/facebook-by-company-domain\" target='_blank'>Info</a>"},{"name":"Get Geocoded Company By IP","value":"getCompanyGeocodedByIp","description":"Get geocoded company data by IP address <a href=\"https://app.uproc.io/#/tools/processor/get/company/geocoded-by-ip\" target='_blank'>Info</a>"},{"name":"Get GitHub URI By Company's Domain","value":"getProfileGithubByCompanyDomain","description":"Get GitHub company profile by domain without manual search on Google or LinkedIn.<br><br>This tool uses our internal databases. <a href=\"https://app.uproc.io/#/tools/processor/get/profile/github-by-company-domain\" target='_blank'>Info</a>"},{"name":"Get Instagram URI By Company's Domain","value":"getProfileInstagramByCompanyDomain","description":"Get Instagram company profile by domain without manual search on Google or LinkedIn.<br><br>This tool uses our internal databases. <a href=\"https://app.uproc.io/#/tools/processor/get/profile/instagram-by-company-domain\" target='_blank'>Info</a>"},{"name":"Get LinkedIn URI By Company","value":"getProfileLinkedinByCompany","description":"Get LinkedIn company profile by name without manual search on Google or LinkedIn.<br><br>This tool uses search engines (Bing and Google) through proxies <a href=\"https://app.uproc.io/#/tools/processor/get/profile/linkedin-by-company\" target='_blank'>Info</a>"},{"name":"Get LinkedIn URI By Company's Domain","value":"getProfileLinkedinByCompanyDomain","description":"Get LinkedIn company profile by domain without manual search on Google or LinkedIn.<br><br>This tool uses our internal databases. <a href=\"https://app.uproc.io/#/tools/processor/get/profile/linkedin-by-company-domain\" target='_blank'>Info</a>"},{"name":"Get Normalized CIF","value":"getCifNormalized","description":"Allow to normalize a CIF number, removing non allowed characters <a href=\"https://app.uproc.io/#/tools/processor/get/cif/normalized\" target='_blank'>Info</a>"},{"name":"Get Phone By Company Domain","value":"getCompanyPhoneByDomain","description":"Get company phone by company domain <a href=\"https://app.uproc.io/#/tools/processor/get/company/phone-by-domain\" target='_blank'>Info</a>"},{"name":"Get Phone By Company Name","value":"getCompanyPhoneByName","description":"Get company phone by company name <a href=\"https://app.uproc.io/#/tools/processor/get/company/phone-by-name\" target='_blank'>Info</a>"},{"name":"Get Pinterest URI By Company's Domain","value":"getProfilePinterestByCompanyDomain","description":"Get Pinterest company profile by domain without manual search on Google or LinkedIn.<br><br>This tool uses our internal databases. <a href=\"https://app.uproc.io/#/tools/processor/get/profile/pinterest-by-company-domain\" target='_blank'>Info</a>"},{"name":"Get Sales Data By Company's DUNS","value":"getCompanyFinancialByDuns","description":"Get company sales data by company's DUNS number.<br><br>Next countries are supported: Spain <a href=\"https://app.uproc.io/#/tools/processor/get/company/financial-by-duns\" target='_blank'>Info</a>"},{"name":"Get Sales Data By Company's Domain","value":"getCompanyFinancialByDomain","description":"Get company sales data by company's domain name with worldwide coverage <a href=\"https://app.uproc.io/#/tools/processor/get/company/financial-by-domain\" target='_blank'>Info</a>"},{"name":"Get Sales Data By Company's Name","value":"getCompanyFinancialByName","description":"Get company sales data by company's name.<br><br>Next countries are supported: Spain <a href=\"https://app.uproc.io/#/tools/processor/get/company/financial-by-name\" target='_blank'>Info</a>"},{"name":"Get Sales Data By Company's Taxid","value":"getCompanyFinancialByTaxid","description":"Get company sales data by company's taxid (CIF).<br><br>Next countries are supported: Spain <a href=\"https://app.uproc.io/#/tools/processor/get/company/financial-by-taxid\" target='_blank'>Info</a>"},{"name":"Get Twitter URI By Company","value":"getProfileTwitterByCompany","description":"Get Twitter company profile by name without manual search on Google or Twitter.<br><br>This tool uses search engines (Bing and Google) through proxies <a href=\"https://app.uproc.io/#/tools/processor/get/profile/twitter-by-company\" target='_blank'>Info</a>"},{"name":"Get Twitter URI By Company's Domain","value":"getProfileTwitterByCompanyDomain","description":"Get Twitter company profile by domain without manual search on Google or LinkedIn.<br><br>This tool uses our internal databases. <a href=\"https://app.uproc.io/#/tools/processor/get/profile/twitter-by-company-domain\" target='_blank'>Info</a>"},{"name":"Get YouTube URI By Company's Domain","value":"getProfileYoutubeByCompanyDomain","description":"Get YouTube company profile by domain without manual search on Google or LinkedIn.<br><br>This tool uses our internal databases. <a href=\"https://app.uproc.io/#/tools/processor/get/profile/youtube-by-company-domain\" target='_blank'>Info</a>"}]},{"displayName":"Operation","name":"tool","type":"options","description":"The Operation to consume","displayOptions":{"show":{"group":["finance"]}},"default":"checkBankBicValid","options":[{"name":"Check BIC Is Valid","value":"checkBankBicValid","description":"Discover if BIC number has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/bank/bic-valid\" target='_blank'>Info</a>"},{"name":"Check Bank Account Is Valid (ES)","value":"checkBankAccountValidEs","description":"Discover if account number has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/bank/account-valid-es\" target='_blank'>Info</a>"},{"name":"Check Card Number Has Valid Format","value":"checkCreditcardChecksum","description":"Check if credit card number checksum is valid (Visa, Mastercard, Diners Club, Carte Blanche, American Express, Discover, JCB, enRoute, Solo, Switch, Maestro, LaserCard, ChinaUnionPay, BankCard, Voyager) <a href=\"https://app.uproc.io/#/tools/processor/check/creditcard/checksum\" target='_blank'>Info</a>"},{"name":"Check Crypto Wallet Is Valid","value":"checkCryptoWalletAddressValid","description":"Check if a wallet crypto address has a valid format depending on the selected coin.<br><strong>IMPORTANT</strong>: You need to check that the wallet accepts the cryptocoin to send.<br><br>Next coins are supported:<br>0x, Aave Coin, Algorand, Aragon, Augur, AugurV2, AuroraCoin, Bancor, Bankex, Basic Attention Token, BeaverCoin, BioCoin, Bitcoin, Bitcoin SV, BitcoinCash, BitcoinGold, BitcoinPrivate, BitcoinZ, BlockTrade, BTU Protocol, Callisto, Cardano, Chainlink, Civic, Compound, Cred, Crypto.com Coin, CUSD, Dash, Decentraland, Decred, DigiByte, District0x, DogeCoin, Enjin Coin, EOS, Ethereum, EthereumClassic, EtherZero, Expanse, FirmaChain, FreiCoin, GameCredits, GarliCoin, Gnosis, Golem, Golem (GNT), HedgeTrade, Hush, HyperSpace, iExec RLC, Komodo, LBRY Credits, Lisk, LiteCoin, loki, Loom Network, Maker, Matchpool, Matic, MegaCoin, Melon, Metal, MonaCoin, Monero, Multi-collateral DAI, NameCoin, Nano, Nem, Neo, NeoGas, Numeraire, Ocean Protocol, Odyssey, OmiseGO, Paxos, PeerCoin, PIVX, Polkadot, Polymath, PrimeCoin, ProtoShares, Qtum, Quant, Quantum Resistant Ledger, RaiBlocks, Ripio Credit Network, Ripple, Salt, Serve, Siacoin, SnowGem, SolarCoin, SOLVE, Spendcoin, Status, Stellar, Storj, Storm, StormX, Swarm City, Synthetix Network, Tap, TEMCO, TenX, Tether, Tezos, Tron, TrueUSD, Uniswap Coin, USD Coin, VeChain, VertCoin, Viberate, VoteCoin, Waves, Wings, ZCash, ZClassic, ZenCash <a href=\"https://app.uproc.io/#/tools/processor/check/crypto/wallet-address-valid\" target='_blank'>Info</a>"},{"name":"Check IBAN Is Valid","value":"checkBankIbanValid","description":"Discover if IBAN account number has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/bank/iban-valid\" target='_blank'>Info</a>"},{"name":"Check ISO Currency Code Is Valid","value":"checkCurrencyValidIso","description":"Discover if an ISO currency code is valid <a href=\"https://app.uproc.io/#/tools/processor/check/currency/valid-iso\" target='_blank'>Info</a>"},{"name":"Check TIN Exists (VIES)","value":"checkVatExist","description":"Check if TIN number exists in Europe <a href=\"https://app.uproc.io/#/tools/processor/check/vat/exist\" target='_blank'>Info</a>"},{"name":"Get Conversion By Currencies And Date","value":"getCurrencyConvertedBetweenIsocodeDate","description":"Convert amount between supported currencies and an exchange date <a href=\"https://app.uproc.io/#/tools/processor/get/currency/converted-between-isocode-date\" target='_blank'>Info</a>"},{"name":"Get Credit Card Type By Number","value":"getCreditcardType","description":"Get credit card type (Visa, Mastercard, Diners Club, Carte Blanche, American Express, Discover, JCB, enRoute, Solo, Switch, Maestro, LaserCard, ChinaUnionPay, BankCard, Voyager) <a href=\"https://app.uproc.io/#/tools/processor/get/creditcard/type\" target='_blank'>Info</a>"},{"name":"Get Currencies By Country","value":"getCurrencyListByCountry","description":"Get multiple ISO currency codes by a country name <a href=\"https://app.uproc.io/#/tools/processor/get/currency/list-by-country\" target='_blank'>Info</a>"},{"name":"Get Currencies By IP","value":"getCurrencyListByIp","description":"Get all ISO currency codes by an IP address <a href=\"https://app.uproc.io/#/tools/processor/get/currency/list-by-ip\" target='_blank'>Info</a>"},{"name":"Get Currencies By ISO Code","value":"getCurrencyListByIsocode","description":"Get multiple ISO currency codes by a country ISO code <a href=\"https://app.uproc.io/#/tools/processor/get/currency/list-by-isocode\" target='_blank'>Info</a>"},{"name":"Get Currency By IP","value":"getCurrencyByIp","description":"Get ISO currency code by IP address <a href=\"https://app.uproc.io/#/tools/processor/get/currency/by-ip\" target='_blank'>Info</a>"},{"name":"Get Currency By ISO Currency Code","value":"getCurrencyByIsocode","description":"Get an ISO currency code by a currency ISO code <a href=\"https://app.uproc.io/#/tools/processor/get/currency/by-isocode\" target='_blank'>Info</a>"},{"name":"Get Currency Code By Country Code","value":"getCurrencyByCountryIsocode","description":"Get ISO currency code by an ISO country code <a href=\"https://app.uproc.io/#/tools/processor/get/currency/by-country-isocode\" target='_blank'>Info</a>"},{"name":"Get Currency Code By Country Name","value":"getCurrencyByCountry","description":"Get ISO currency code by a country name <a href=\"https://app.uproc.io/#/tools/processor/get/currency/by-country\" target='_blank'>Info</a>"},{"name":"Get Data By TIN (VIES)","value":"getVatByNumber","description":"Get related european TIN number in Europe <a href=\"https://app.uproc.io/#/tools/processor/get/vat/by-number\" target='_blank'>Info</a>"},{"name":"Get IBAN By Account","value":"getBankIbanByAccount","description":"Get IBAN number by account number of the country <a href=\"https://app.uproc.io/#/tools/processor/get/bank/iban-by-account\" target='_blank'>Info</a>"},{"name":"Get IBAN Lookup","value":"getBankIbanLookup","description":"Get to search data bank information by IBAN account number <a href=\"https://app.uproc.io/#/tools/processor/get/bank/iban-lookup\" target='_blank'>Info</a>"},{"name":"Get Swift Code Lookup","value":"getSwiftLookup","description":"Get financial data by swift code <a href=\"https://app.uproc.io/#/tools/processor/get/swift/lookup\" target='_blank'>Info</a>"},{"name":"Get VAT% By Address","value":"getVatByAddress","description":"Get country VAT by address <a href=\"https://app.uproc.io/#/tools/processor/get/vat/by-address\" target='_blank'>Info</a>"},{"name":"Get VAT% By Coordinates","value":"getVatByCoordinates","description":"Get country VAT by coordinates <a href=\"https://app.uproc.io/#/tools/processor/get/vat/by-coordinates\" target='_blank'>Info</a>"},{"name":"Get VAT% By IP","value":"getVatByIp","description":"Get VAT by IP address <a href=\"https://app.uproc.io/#/tools/processor/get/vat/by-ip\" target='_blank'>Info</a>"},{"name":"Get VAT% By ISO Code","value":"getVatByIsocode","description":"Get VAT value by country ISO code <a href=\"https://app.uproc.io/#/tools/processor/get/vat/by-isocode\" target='_blank'>Info</a>"},{"name":"Get VAT% By Phone","value":"getVatByPhone","description":"Get VAT by phone number, with worldwide coverage <a href=\"https://app.uproc.io/#/tools/processor/get/vat/by-phone\" target='_blank'>Info</a>"},{"name":"Get VAT% By Zipcode","value":"getVatByZipcode","description":"Get VAT by zipcode <a href=\"https://app.uproc.io/#/tools/processor/get/vat/by-zipcode\" target='_blank'>Info</a>"}]},{"displayName":"Operation","name":"tool","type":"options","description":"The Operation to consume","displayOptions":{"show":{"group":["geographic"]}},"default":"checkCountryValidIso","options":[{"name":"Check Country Code Exists","value":"checkCountryValidIso","description":"Check if country ISO code exists <a href=\"https://app.uproc.io/#/tools/processor/check/country/valid-iso\" target='_blank'>Info</a>"},{"name":"Check Distance Is Equal","value":"checkDistanceEq","description":"Discover if the distance between two coordinates is equal to another <a href=\"https://app.uproc.io/#/tools/processor/check/distance/eq\" target='_blank'>Info</a>"},{"name":"Check Distance Is Greater","value":"checkDistanceGt","description":"Discover if the distance in quilometers between two coordinates is greater than another <a href=\"https://app.uproc.io/#/tools/processor/check/distance/gt\" target='_blank'>Info</a>"},{"name":"Check Distance Is Greater Or Equal","value":"checkDistanceGe","description":"Discover if the distance in quilometers between two coordinates is greater or equal than another <a href=\"https://app.uproc.io/#/tools/processor/check/distance/ge\" target='_blank'>Info</a>"},{"name":"Check Distance Is Lower","value":"checkDistanceLt","description":"Discover if the distance in quilometers between two coordinates is lower than another <a href=\"https://app.uproc.io/#/tools/processor/check/distance/lt\" target='_blank'>Info</a>"},{"name":"Check Distance Is Lower Or Equal","value":"checkDistanceLe","description":"Discover if the distance in quilometers between two coordinates is lower or equal than another <a href=\"https://app.uproc.io/#/tools/processor/check/distance/le\" target='_blank'>Info</a>"},{"name":"Check Exact Address Exists","value":"checkAddressExist","description":"Check if an exact address exists by a partial address search <a href=\"https://app.uproc.io/#/tools/processor/check/address/exist\" target='_blank'>Info</a>"},{"name":"Check Street Number Exists","value":"checkAddressNumberExist","description":"Check if a house number exists by a partial address search <a href=\"https://app.uproc.io/#/tools/processor/check/address/number-exist\" target='_blank'>Info</a>"},{"name":"Check Valid Coordinates","value":"checkCoordinateValid","description":"Check if coordinates have a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/coordinate/valid\" target='_blank'>Info</a>"},{"name":"Check Zipcode By Prefix Exists (ES)","value":"checkZipcodeExist","description":"Discover if a zipcode number prefix exists, only for Spain <a href=\"https://app.uproc.io/#/tools/processor/check/zipcode/exist\" target='_blank'>Info</a>"},{"name":"Check Zipcode Has Valid Format (ES)","value":"checkZipcodeFormat","description":"Discover if a zipcode number has a valid format, only for Spain <a href=\"https://app.uproc.io/#/tools/processor/check/zipcode/format\" target='_blank'>Info</a>"},{"name":"Get Cartesian Coordinates","value":"getCoordinateCartesian","description":"Get Cartesian coordinates (X,Y,Z/WGS84) by Latitude and Longitude <a href=\"https://app.uproc.io/#/tools/processor/get/coordinate/cartesian\" target='_blank'>Info</a>"},{"name":"Get Cities By Phone (ES)","value":"getCityListByPhone","description":"Get multiple cities by phone prefix (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/city/list-by-phone\" target='_blank'>Info</a>"},{"name":"Get Cities By Prefix (ES)","value":"getCityListByName","description":"Get multiple cities by partial initial text (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/city/list-by-name\" target='_blank'>Info</a>"},{"name":"Get Cities By Zipcode (ES)","value":"getCityListByZipcode","description":"Get multiple cities by zipcode prefix (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/city/list-by-zipcode\" target='_blank'>Info</a>"},{"name":"Get City By IP","value":"getCityByIp","description":"Get city from ip <a href=\"https://app.uproc.io/#/tools/processor/get/city/by-ip\" target='_blank'>Info</a>"},{"name":"Get City By Name (ES)","value":"getCityByName","description":"City search by partial name (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/city/by-name\" target='_blank'>Info</a>"},{"name":"Get City By Phone (ES)","value":"getCityByPhone","description":"Discover the city name by the local phone number (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/city/by-phone\" target='_blank'>Info</a>"},{"name":"Get City By Zipcode (ES)","value":"getCityByZipcode","description":"Discover the city name by the zipcode (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/city/by-zipcode\" target='_blank'>Info</a>"},{"name":"Get Community By Zipcode (ES)","value":"getCommunityByZipcode","description":"Discover the community name from a zipcode number (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/community/by-zipcode\" target='_blank'>Info</a>"},{"name":"Get Coordinates By IP","value":"getCoordinateByIp","description":"Discover latitude and longitude coordinates of an IP address <a href=\"https://app.uproc.io/#/tools/processor/get/coordinate/by-ip\" target='_blank'>Info</a>"},{"name":"Get Coordinates By Search","value":"getCoordinateBySearch","description":"Discover latitude and longitude coordinates of a postal address <a href=\"https://app.uproc.io/#/tools/processor/get/coordinate/by-search\" target='_blank'>Info</a>"},{"name":"Get Countries By Currency","value":"getCountryListByCurrencyCode","description":"Get multiple country names by currency ISO code <a href=\"https://app.uproc.io/#/tools/processor/get/country/list-by-currency-code\" target='_blank'>Info</a>"},{"name":"Get Countries By ISO Code","value":"getCountryListByCode","description":"Get multiple countries by ISO code <a href=\"https://app.uproc.io/#/tools/processor/get/country/list-by-code\" target='_blank'>Info</a>"},{"name":"Get Countries By Prefix","value":"getCountryListByName","description":"Get multiple country names by initial name <a href=\"https://app.uproc.io/#/tools/processor/get/country/list-by-name\" target='_blank'>Info</a>"},{"name":"Get Country By Currency","value":"getCountryByCurrencyCode","description":"Get country name by currency ISO code <a href=\"https://app.uproc.io/#/tools/processor/get/country/by-currency-code\" target='_blank'>Info</a>"},{"name":"Get Country By IP","value":"getCountryByIp","description":"Get country name by IP address <a href=\"https://app.uproc.io/#/tools/processor/get/country/by-ip\" target='_blank'>Info</a>"},{"name":"Get Country By ISO Code","value":"getCountryByCode","description":"Get country name by its ISO code <a href=\"https://app.uproc.io/#/tools/processor/get/country/by-code\" target='_blank'>Info</a>"},{"name":"Get Country By Name","value":"getCountryByName","description":"Get country by prefix <a href=\"https://app.uproc.io/#/tools/processor/get/country/by-name\" target='_blank'>Info</a>"},{"name":"Get Country By Phone","value":"getCountryByPhone","description":"Get country name by phone number, with worldwide coverage <a href=\"https://app.uproc.io/#/tools/processor/get/country/by-phone\" target='_blank'>Info</a>"},{"name":"Get Country Code By Name","value":"getCountryCodeByName","description":"Get Alpha2 code by country prefix or name <a href=\"https://app.uproc.io/#/tools/processor/get/country/code-by-name\" target='_blank'>Info</a>"},{"name":"Get Decimal Coordinates","value":"getCoordinateDecimal","description":"Get Decimal coordinates (degrees, minutes and seconds) by latitude and longitude <a href=\"https://app.uproc.io/#/tools/processor/get/coordinate/decimal\" target='_blank'>Info</a>"},{"name":"Get Distance Between Addresses","value":"getDistanceByAddresses","description":"Returns straight-line distance in kilometers between two addresses <a href=\"https://app.uproc.io/#/tools/processor/get/distance/by-addresses\" target='_blank'>Info</a>"},{"name":"Get Distance Between Coordinates","value":"getDistanceByCoordinates","description":"Returns straight-line distance in kilometers between two GPS coordinates (latitude and longitude) <a href=\"https://app.uproc.io/#/tools/processor/get/distance/by-coordinates\" target='_blank'>Info</a>"},{"name":"Get Distance Between IPs","value":"getDistanceByIps","description":"Returns straight-line distance in kilometers between two IP addresses <a href=\"https://app.uproc.io/#/tools/processor/get/distance/by-ips\" target='_blank'>Info</a>"},{"name":"Get Distance Between Phones","value":"getDistanceByPhones","description":"Returns straight-line distance in kilometers between two landline phones, using city and province of every phone <a href=\"https://app.uproc.io/#/tools/processor/get/distance/by-phones\" target='_blank'>Info</a>"},{"name":"Get Distance Between Zipcodes","value":"getDistanceByZipcodes","description":"Returns straight-line distance in kilometers between two zipcodes, using city and province of every zipcode <a href=\"https://app.uproc.io/#/tools/processor/get/distance/by-zipcodes\" target='_blank'>Info</a>"},{"name":"Get Exact Address By Search","value":"getAddressBySearch","description":"Get an exact address (street name, number, city, zipcode, province, region, country, latitude and longitude) by a partial address search <a href=\"https://app.uproc.io/#/tools/processor/get/address/by-search\" target='_blank'>Info</a>"},{"name":"Get Extended Location By IP","value":"getLocationExtendedByIp","description":"Discover geographical, company, timezone and reputation data by IPv4 address <a href=\"https://app.uproc.io/#/tools/processor/get/location/extended-by-ip\" target='_blank'>Info</a>"},{"name":"Get Geocoded Location By IP","value":"getLocationGeocodedByIp","description":"Discover the city name, zipcode, province, country, latitude and longitude from an ipv4 or ipv6 address and geocodes it <a href=\"https://app.uproc.io/#/tools/processor/get/location/geocoded-by-ip\" target='_blank'>Info</a>"},{"name":"Get Improved Parsed Address","value":"getAddressSplittedBest","description":"Parse postal address into separated fields, getting an improved resolution <a href=\"https://app.uproc.io/#/tools/processor/get/address/splitted-best\" target='_blank'>Info</a>"},{"name":"Get Locale Data By IP","value":"getLocaleByIp","description":"Discover locale data (currency, language) by ipv4 or ipv6 address. <a href=\"https://app.uproc.io/#/tools/processor/get/locale/by-ip\" target='_blank'>Info</a>"},{"name":"Get Location By Coordinates","value":"getLocationByCoordinates","description":"Discover the city name, zipcode, province or country by latitude and longitude <a href=\"https://app.uproc.io/#/tools/processor/get/location/by-coordinates\" target='_blank'>Info</a>"},{"name":"Get Location By IP","value":"getLocationByIp","description":"Discover the city name, zipcode, province, country, latitude and longitude from an ipv4 or ipv6 address <a href=\"https://app.uproc.io/#/tools/processor/get/location/by-ip\" target='_blank'>Info</a>"},{"name":"Get Location By Landline Phone (ES)","value":"getLocationByPhone","description":"Discover the city and the province from a landline phone number (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/location/by-phone\" target='_blank'>Info</a>"},{"name":"Get Location By Name","value":"getLocationByName","description":"Discover location data by name <a href=\"https://app.uproc.io/#/tools/processor/get/location/by-name\" target='_blank'>Info</a>"},{"name":"Get Location By Parameters","value":"getLocationByParams","description":"Get the most nearer locations by name, category, location and radius <a href=\"https://app.uproc.io/#/tools/processor/get/location/by-params\" target='_blank'>Info</a>"},{"name":"Get Location By Zipcode (ES)","value":"getLocationByZipcode","description":"Discover the city and the province from a zipcode number (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/location/by-zipcode\" target='_blank'>Info</a>"},{"name":"Get Locations By Name","value":"getLocationListByName","description":"Get most relevants locations by name (Google Maps typical search) <a href=\"https://app.uproc.io/#/tools/processor/get/location/list-by-name\" target='_blank'>Info</a>"},{"name":"Get Locations By Parameters","value":"getLocationListByParams","description":"Get most relevants locations by name, category, location and radius <a href=\"https://app.uproc.io/#/tools/processor/get/location/list-by-params\" target='_blank'>Info</a>"},{"name":"Get Names By Prefix","value":"getNameListByPrefix","description":"Get multiple personal names by prefix <a href=\"https://app.uproc.io/#/tools/processor/get/name/list-by-prefix\" target='_blank'>Info</a>"},{"name":"Get Network By IP","value":"getNetByIp","description":"Discover network data by ipv4 or ipv6 address <a href=\"https://app.uproc.io/#/tools/processor/get/net/by-ip\" target='_blank'>Info</a>"},{"name":"Get Normalized Address","value":"getAddressNormalized","description":"Allow to normalize an address, removing non allowed characters <a href=\"https://app.uproc.io/#/tools/processor/get/address/normalized\" target='_blank'>Info</a>"},{"name":"Get Normalized City","value":"getCityNormalized","description":"Allow to normalize a city, removing non allowed characters <a href=\"https://app.uproc.io/#/tools/processor/get/city/normalized\" target='_blank'>Info</a>"},{"name":"Get Normalized Country","value":"getCountryNormalized","description":"Allows to normalize a country name, detecting ISO codes (two or three characters) or a misspelled country name, and converting it to the selected language (english by default) <a href=\"https://app.uproc.io/#/tools/processor/get/country/normalized\" target='_blank'>Info</a>"},{"name":"Get Normalized Province","value":"getProvinceNormalized","description":"Allow to normalize a province, removing non allowed characters <a href=\"https://app.uproc.io/#/tools/processor/get/province/normalized\" target='_blank'>Info</a>"},{"name":"Get Normalized Zipcode","value":"getZipcodeNormalized","description":"Allow to normalize a zipcode, removing non allowed characters <a href=\"https://app.uproc.io/#/tools/processor/get/zipcode/normalized\" target='_blank'>Info</a>"},{"name":"Get Parsed Address","value":"getAddressSplitted","description":"Parse postal address into separated fields, getting a basic resolution <a href=\"https://app.uproc.io/#/tools/processor/get/address/splitted\" target='_blank'>Info</a>"},{"name":"Get Province By IP","value":"getProvinceByIp","description":"Discover the province name from an IP address <a href=\"https://app.uproc.io/#/tools/processor/get/province/by-ip\" target='_blank'>Info</a>"},{"name":"Get Province By Name (ES)","value":"getProvinceByName","description":"You can get the first province by a name prefix (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/province/by-name\" target='_blank'>Info</a>"},{"name":"Get Province By Phone (ES)","value":"getProvinceByPhone","description":"Discover the province name from a landline phone number (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/province/by-phone\" target='_blank'>Info</a>"},{"name":"Get Province By Zipcode (ES)","value":"getProvinceByZipcode","description":"Discover the province name from a zipcode number (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/province/by-zipcode\" target='_blank'>Info</a>"},{"name":"Get Provinces By Name (ES)","value":"getProvinceListByName","description":"You can get a province list by a name prefix (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/province/list-by-name\" target='_blank'>Info</a>"},{"name":"Get Provinces By Phone (ES)","value":"getProvinceListByPhone","description":"You can get a province list by a phone prefix (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/province/list-by-phone\" target='_blank'>Info</a>"},{"name":"Get Provinces By Zipcode (ES)","value":"getProvinceListByZipcode","description":"You can get a province list by a zipcode prefix, only for Spain <a href=\"https://app.uproc.io/#/tools/processor/get/province/list-by-zipcode\" target='_blank'>Info</a>"},{"name":"Get Reputation By IP","value":"getReputationByIp","description":"Discover reputation by ipv4 or ipv6 address <a href=\"https://app.uproc.io/#/tools/processor/get/reputation/by-ip\" target='_blank'>Info</a>"},{"name":"Get Route Between Addresses","value":"getRouteByAddresses","description":"Returns driving routing time, distance, fuel consumption and cost between two addresses <a href=\"https://app.uproc.io/#/tools/processor/get/route/by-addresses\" target='_blank'>Info</a>"},{"name":"Get Route Between Coordinates","value":"getRouteByCoordinates","description":"Returns driving routing time, distance, fuel consumption and cost between two GPS coordinates (latitude and longitude) <a href=\"https://app.uproc.io/#/tools/processor/get/route/by-coordinates\" target='_blank'>Info</a>"},{"name":"Get Route Between IPs","value":"getRouteByIps","description":"Returns driving routing time, distance, fuel consumption and cost between two IP addresses <a href=\"https://app.uproc.io/#/tools/processor/get/route/by-ips\" target='_blank'>Info</a>"},{"name":"Get Route Between Phones","value":"getRouteByPhones","description":"Returns driving routing time, distance, fuel consumption and cost between two landline phones, using city and province of every phone (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/route/by-phones\" target='_blank'>Info</a>"},{"name":"Get Route Between Zipcodes","value":"getRouteByZipcodes","description":"Returns driving routing time, distance, fuel consumption and cost between two zipcodes, using city and province of every zipcode <a href=\"https://app.uproc.io/#/tools/processor/get/route/by-zipcodes\" target='_blank'>Info</a>"},{"name":"Get Time Data By Coordinates","value":"getTimeByCoordinates","description":"Discover datetime data by coordinates (latitude and longitude) <a href=\"https://app.uproc.io/#/tools/processor/get/time/by-coordinates\" target='_blank'>Info</a>"},{"name":"Get Time Data By IP","value":"getTimeByIp","description":"Discover datetime data by the IPv4 or the IPv6 address <a href=\"https://app.uproc.io/#/tools/processor/get/time/by-ip\" target='_blank'>Info</a>"},{"name":"Get Time Data By Postal Address","value":"getTimeByAddress","description":"Discover DateTime data by the postal address <a href=\"https://app.uproc.io/#/tools/processor/get/time/by-address\" target='_blank'>Info</a>"},{"name":"Get USNG Coordinates","value":"getCoordinateUsng","description":"Get USNG coordinates by latitude and longitude <a href=\"https://app.uproc.io/#/tools/processor/get/coordinate/usng\" target='_blank'>Info</a>"},{"name":"Get UTM Coordinates","value":"getCoordinateUtm","description":"Get UTM coordinates by latitude and longitude <a href=\"https://app.uproc.io/#/tools/processor/get/coordinate/utm\" target='_blank'>Info</a>"},{"name":"Get Zipcode By IP","value":"getZipcodeByIp","description":"Discover the zipcode if you have an IP address <a href=\"https://app.uproc.io/#/tools/processor/get/zipcode/by-ip\" target='_blank'>Info</a>"},{"name":"Get Zipcode By Prefix (ES)","value":"getZipcodeByPrefix","description":"Get first zipcode by prefix, only for Spain <a href=\"https://app.uproc.io/#/tools/processor/get/zipcode/by-prefix\" target='_blank'>Info</a>"},{"name":"Get Zipcodes By Prefix (ES)","value":"getZipcodeListByPrefix","description":"Get multiple zipcodes by prefix, with worldwide coverage <a href=\"https://app.uproc.io/#/tools/processor/get/zipcode/list-by-prefix\" target='_blank'>Info</a>"}]},{"displayName":"Operation","name":"tool","type":"options","description":"The Operation to consume","displayOptions":{"show":{"group":["image"]}},"default":"getQrDecoded","options":[{"name":"Get Decoded QR Code","value":"getQrDecoded","description":"Get QR Code decoded content by an image URL <a href=\"https://app.uproc.io/#/tools/processor/get/qr/decoded\" target='_blank'>Info</a>"},{"name":"Get EXIF Metadata From Image","value":"getImageExif","description":"It allows to discover all geograhical and technical EXIF metadata present in a photographic JPEG image. <a href=\"https://app.uproc.io/#/tools/processor/get/image/exif\" target='_blank'>Info</a>"},{"name":"Get Encoded Barcode","value":"getBarcodeEncoded","description":"Get an encoded barcode by number and required standard <a href=\"https://app.uproc.io/#/tools/processor/get/barcode/encoded\" target='_blank'>Info</a>"},{"name":"Get Encoded QR Code","value":"getQrEncoded","description":"Get QR Code encoded by a text <a href=\"https://app.uproc.io/#/tools/processor/get/qr/encoded\" target='_blank'>Info</a>"},{"name":"Get Image With Text","value":"getImageWithText","description":"Generate a new image by URL and text <a href=\"https://app.uproc.io/#/tools/processor/get/image/with-text\" target='_blank'>Info</a>"},{"name":"Get Logo By Domain","value":"getDomainLogo","description":"Discover logo (favicon) used in domain <a href=\"https://app.uproc.io/#/tools/processor/get/domain/logo\" target='_blank'>Info</a>"},{"name":"Get OCR Text From Image","value":"getImageOcr","description":"Extracts OCR text from an image <a href=\"https://app.uproc.io/#/tools/processor/get/image/ocr\" target='_blank'>Info</a>"},{"name":"Get Screenshot By URL","value":"getUrlScreenshot","description":"Generate a screenshot by URL provided using Chrome browser <a href=\"https://app.uproc.io/#/tools/processor/get/url/screenshot\" target='_blank'>Info</a>"}]},{"displayName":"Operation","name":"tool","type":"options","description":"The Operation to consume","displayOptions":{"show":{"group":["internet"]}},"default":"checkDomainExist","options":[{"name":"Check Domain Exists","value":"checkDomainExist","description":"Check if domain exists <a href=\"https://app.uproc.io/#/tools/processor/check/domain/exist\" target='_blank'>Info</a>"},{"name":"Check Domain Has DNS Record","value":"checkDomainRecord","description":"Check if domain has a record of that type <a href=\"https://app.uproc.io/#/tools/processor/check/domain/record\" target='_blank'>Info</a>"},{"name":"Check Domain Has IP","value":"checkDomainReverse","description":"Check if domain has assigned the IP address defined <a href=\"https://app.uproc.io/#/tools/processor/check/domain/reverse\" target='_blank'>Info</a>"},{"name":"Check Domain Has MX Record","value":"checkDomainMx","description":"Check if domain has a MX record <a href=\"https://app.uproc.io/#/tools/processor/check/domain/mx\" target='_blank'>Info</a>"},{"name":"Check Domain Has Valid Certificate","value":"checkDomainCertificate","description":"Check if domain has a valid SSL certificate <a href=\"https://app.uproc.io/#/tools/processor/check/domain/certificate\" target='_blank'>Info</a>"},{"name":"Check Domain Has Valid Format","value":"checkDomainFormat","description":"Check if domain has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/domain/format\" target='_blank'>Info</a>"},{"name":"Check Host Is Up","value":"checkNetHostAlive","description":"Discover if a computer is switched on <a href=\"https://app.uproc.io/#/tools/processor/check/net/host-alive\" target='_blank'>Info</a>"},{"name":"Check Service Is Up","value":"checkNetServiceUp","description":"Discover if a service in a port is available <a href=\"https://app.uproc.io/#/tools/processor/check/net/service-up\" target='_blank'>Info</a>"},{"name":"Check URL Contains","value":"checkUrlContains","description":"Check if an URL contains string or regular expression (case insensitive) <a href=\"https://app.uproc.io/#/tools/processor/check/url/contains\" target='_blank'>Info</a>"},{"name":"Check URL Exists","value":"checkUrlExist","description":"Check if an URL exists <a href=\"https://app.uproc.io/#/tools/processor/check/url/exist\" target='_blank'>Info</a>"},{"name":"Check URL Is Valid","value":"checkUrlValid","description":"Check that an URL has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/url/valid\" target='_blank'>Info</a>"},{"name":"Get Certificate By Domain","value":"getDomainCertificate","description":"Get full SSL certificate data by domain (or website) and monitor your certificate status.<br><br>If domain has port 443 opened, a response will be returned. <a href=\"https://app.uproc.io/#/tools/processor/get/domain/certificate\" target='_blank'>Info</a>"},{"name":"Get Contents From URL","value":"getUrlContents","description":"Get text data from web, pdf or image (png, jpg, gif), allowing to filter some elements by regular expressions or field names (email, phone, zipcode).<br><br>Learn about regular expressions on [Wikipedia](https://en.wikipedia.org/wiki/Regular_expression) <a href=\"https://app.uproc.io/#/tools/processor/get/url/contents\" target='_blank'>Info</a>"},{"name":"Get Decoded URL","value":"getUrlDecode","description":"Decode URL to recover original <a href=\"https://app.uproc.io/#/tools/processor/get/url/decode\" target='_blank'>Info</a>"},{"name":"Get Default URL By Domain","value":"getUrlByDomain","description":"Get valid, existing and default URL when accessing a domain using a web browser. <a href=\"https://app.uproc.io/#/tools/processor/get/url/by-domain\" target='_blank'>Info</a>"},{"name":"Get Device By User Agent","value":"getDeviceByUa","description":"Discover device features by user agent <a href=\"https://app.uproc.io/#/tools/processor/get/device/by-ua\" target='_blank'>Info</a>"},{"name":"Get Domain By IP","value":"getDomainByIp","description":"Get the domain name related with the IP address <a href=\"https://app.uproc.io/#/tools/processor/get/domain/by-ip\" target='_blank'>Info</a>"},{"name":"Get Domain DNS Records","value":"getDomainRecords","description":"Get all domain dns records <a href=\"https://app.uproc.io/#/tools/processor/get/domain/records\" target='_blank'>Info</a>"},{"name":"Get Domain Record By DNS Type","value":"getDomainRecord","description":"Get the domain record by its type <a href=\"https://app.uproc.io/#/tools/processor/get/domain/record\" target='_blank'>Info</a>"},{"name":"Get Encoded URL","value":"getUrlEncode","description":"Encode URL to avoid problems <a href=\"https://app.uproc.io/#/tools/processor/get/url/encode\" target='_blank'>Info</a>"},{"name":"Get Feed Entries By Domain","value":"getFeedEntriesByDomain","description":"Get Feed entries of a domain <a href=\"https://app.uproc.io/#/tools/processor/get/feed/entries-by-domain\" target='_blank'>Info</a>"},{"name":"Get File Copied Between URLs","value":"getFileCopiedBetweenUrls","description":"Copy file from one URL to another URL <a href=\"https://app.uproc.io/#/tools/processor/get/file/copied-between-urls\" target='_blank'>Info</a>"},{"name":"Get Fixed IP","value":"getNetFixip","description":"Fix an IP address to the right format <a href=\"https://app.uproc.io/#/tools/processor/get/net/fixip\" target='_blank'>Info</a>"},{"name":"Get IP By Domain","value":"getDomainReverseIp","description":"Get the IPv4 address linked with a domain <a href=\"https://app.uproc.io/#/tools/processor/get/domain/reverse-ip\" target='_blank'>Info</a>"},{"name":"Get IP By Number","value":"getNetNtoa","description":"Convert a number to an IP address <a href=\"https://app.uproc.io/#/tools/processor/get/net/ntoa\" target='_blank'>Info</a>"},{"name":"Get ISP By Domain","value":"getDomainIsp","description":"Get ISP known name of email domain name (hotmail, yahoo, gmail, mailgun, zoho, other) <a href=\"https://app.uproc.io/#/tools/processor/get/domain/isp\" target='_blank'>Info</a>"},{"name":"Get Last Feed Entry By Domain","value":"getFeedLastEntryByDomain","description":"Get the most recent feed entry of a domain <a href=\"https://app.uproc.io/#/tools/processor/get/feed/last-entry-by-domain\" target='_blank'>Info</a>"},{"name":"Get Long Version Of Shortened URL","value":"getUrlUnshortened","description":"Discover the URL behind a shortened URL (bit.ly, linked.in, rb.gy, and similars), or the first redirection of any existing URL <a href=\"https://app.uproc.io/#/tools/processor/get/url/unshortened\" target='_blank'>Info</a>"},{"name":"Get Number By IP","value":"getNetAton","description":"Convert an IP address to numeric notation <a href=\"https://app.uproc.io/#/tools/processor/get/net/aton\" target='_blank'>Info</a>"},{"name":"Get Opened Ports In Host","value":"getNetScan","description":"Scan a host and returns most common open ports: 21, 22, 23, 25, 53, 80, 110, 143, 443, 3306, 27017 <a href=\"https://app.uproc.io/#/tools/processor/get/net/scan\" target='_blank'>Info</a>"},{"name":"Get Parsed Contents From Results URL","value":"getUrlListContentsParsed","description":"Obtains a list with multiple results from a website in a structured way in JSON format to be able to save it wherever you want <a href=\"https://app.uproc.io/#/tools/processor/get/url/list-contents-parsed\" target='_blank'>Info</a>"},{"name":"Get Parsed Contents From URL","value":"getUrlContentsParsed","description":"Obtains the content of a web in a structured way in JSON format to be able to save it wherever you want <a href=\"https://app.uproc.io/#/tools/processor/get/url/contents-parsed\" target='_blank'>Info</a>"},{"name":"Get Parsed URL","value":"getUrlParsed","description":"Decode URL into multiple fields <a href=\"https://app.uproc.io/#/tools/processor/get/url/parsed\" target='_blank'>Info</a>"},{"name":"Get Pdf By URL","value":"getUrlPdf","description":"Generate a PDF file by URL provided using Chrome browser <a href=\"https://app.uproc.io/#/tools/processor/get/url/pdf\" target='_blank'>Info</a>"},{"name":"Get Root Domain By Web Address","value":"getDomainByUrl","description":"Get root domain of any web address, removing non needed characters. <a href=\"https://app.uproc.io/#/tools/processor/get/domain/by-url\" target='_blank'>Info</a>"},{"name":"Get Shareable Links","value":"getUrlShareableLinks","description":"Generates shareable URIs to use on social networks and email using a content URI and a text. <a href=\"https://app.uproc.io/#/tools/processor/get/url/shareable-links\" target='_blank'>Info</a>"},{"name":"Get Table From URL","value":"getUrlTables","description":"Get data from existing table in HTML page (by table number) or in a PDF file (by table column number) in CSV format (columns delimited by ;) <a href=\"https://app.uproc.io/#/tools/processor/get/url/tables\" target='_blank'>Info</a>"},{"name":"Get Technologies By Domain","value":"getDomainTechnologies","description":"Discover client and server technologies used in domain <a href=\"https://app.uproc.io/#/tools/processor/get/domain/technologies\" target='_blank'>Info</a>"},{"name":"Get Technologies By URL","value":"getUrlTechnologies","description":"Discover client and server technologies used in web page <a href=\"https://app.uproc.io/#/tools/processor/get/url/technologies\" target='_blank'>Info</a>"},{"name":"Get URL Analysis","value":"getUrlAnalysis","description":"Analyze URL's health status about SSL, broken links, conflictive HTTP links with SSL, and more. <a href=\"https://app.uproc.io/#/tools/processor/get/url/analysis\" target='_blank'>Info</a>"},{"name":"Get Visits By Domain","value":"getDomainVisits","description":"Get Website visits and rank of any domain <a href=\"https://app.uproc.io/#/tools/processor/get/domain/visits\" target='_blank'>Info</a>"},{"name":"Get Whois By Domain","value":"getDomainWhois","description":"Get the domain whois data by fields <a href=\"https://app.uproc.io/#/tools/processor/get/domain/whois\" target='_blank'>Info</a>"},{"name":"Get Whois By IP Address","value":"getIpWhois","description":"Get whois data fields by IP address provided. <a href=\"https://app.uproc.io/#/tools/processor/get/ip/whois\" target='_blank'>Info</a>"}]},{"displayName":"Operation","name":"tool","type":"options","description":"The Operation to consume","displayOptions":{"show":{"group":["personal"]}},"default":"checkAgeBetw","options":[{"name":"Check Age Between","value":"checkAgeBetw","description":"Check if age is between two numbers <a href=\"https://app.uproc.io/#/tools/processor/check/age/betw\" target='_blank'>Info</a>"},{"name":"Check Age Is Between 20 And 29 Years","value":"checkAgeIsTwenties","description":"Check if date returns an age between 20 and 29 years old <a href=\"https://app.uproc.io/#/tools/processor/check/age/is-twenties\" target='_blank'>Info</a>"},{"name":"Check Age Is Between 40 And 49 Years","value":"checkAgeIsForties","description":"Check if date returns an age between 40 and 49 years old <a href=\"https://app.uproc.io/#/tools/processor/check/age/is-forties\" target='_blank'>Info</a>"},{"name":"Check Age Is Greater","value":"checkAgeGt","description":"Check if age is greater than another <a href=\"https://app.uproc.io/#/tools/processor/check/age/gt\" target='_blank'>Info</a>"},{"name":"Check Age Is Greater Or Equal","value":"checkAgeGe","description":"Check if age is greater or equal than another <a href=\"https://app.uproc.io/#/tools/processor/check/age/ge\" target='_blank'>Info</a>"},{"name":"Check Age Is Greater Than 64 Years","value":"checkAgeIsRetired","description":"Check if birth date returns an age greater than 64 years old <a href=\"https://app.uproc.io/#/tools/processor/check/age/is-retired\" target='_blank'>Info</a>"},{"name":"Check Age Is Greater Than Or Equal To 18 Years","value":"checkAgeIsAdult","description":"Check if birth date belongs to an adult: 18 years old (Spain) <a href=\"https://app.uproc.io/#/tools/processor/check/age/is-adult\" target='_blank'>Info</a>"},{"name":"Check Age Is Lower","value":"checkAgeLt","description":"Chekc if age is lower than another <a href=\"https://app.uproc.io/#/tools/processor/check/age/lt\" target='_blank'>Info</a>"},{"name":"Check Age Is Lower Or Equal","value":"checkAgeLe","description":"Check if age is lower or equal than another <a href=\"https://app.uproc.io/#/tools/processor/check/age/le\" target='_blank'>Info</a>"},{"name":"Check Ages Are Equal","value":"checkAgeEq","description":"Check if ages are equal <a href=\"https://app.uproc.io/#/tools/processor/check/age/eq\" target='_blank'>Info</a>"},{"name":"Check Date Is Between Dates","value":"checkDateBetw","description":"Discover if a date (date1) is betwen two dates (date2, date3) <a href=\"https://app.uproc.io/#/tools/processor/check/date/betw\" target='_blank'>Info</a>"},{"name":"Check Date Is Greater","value":"checkDateGt","description":"Discover if a date is greater <a href=\"https://app.uproc.io/#/tools/processor/check/date/gt\" target='_blank'>Info</a>"},{"name":"Check Date Is Greater Or Equal","value":"checkDateGe","description":"Discover if a date is greater or equal <a href=\"https://app.uproc.io/#/tools/processor/check/date/ge\" target='_blank'>Info</a>"},{"name":"Check Date Is Leap Year","value":"checkDateLeap","description":"Discover if a date belongs to a leap year <a href=\"https://app.uproc.io/#/tools/processor/check/date/leap\" target='_blank'>Info</a>"},{"name":"Check Date Is Lower","value":"checkDateLt","description":"Discover if a date is lower <a href=\"https://app.uproc.io/#/tools/processor/check/date/lt\" target='_blank'>Info</a>"},{"name":"Check Date Is Lower Or Equal","value":"checkDateLe","description":"Discover if a date is lower or equal <a href=\"https://app.uproc.io/#/tools/processor/check/date/le\" target='_blank'>Info</a>"},{"name":"Check Date Is Valid","value":"checkDateValid","description":"Discover if a date has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/date/valid\" target='_blank'>Info</a>"},{"name":"Check Dates Are Equal","value":"checkDateEq","description":"Discover if two dates are equal <a href=\"https://app.uproc.io/#/tools/processor/check/date/eq\" target='_blank'>Info</a>"},{"name":"Check Gender Is Valid","value":"checkGenderValid","description":"Discover if a gender value is valid (multilanguage) <a href=\"https://app.uproc.io/#/tools/processor/check/gender/valid\" target='_blank'>Info</a>"},{"name":"Check NIE Is Valid (ES)","value":"checkNieValid","description":"Discover if a NIE card number is valid <a href=\"https://app.uproc.io/#/tools/processor/check/nie/valid\" target='_blank'>Info</a>"},{"name":"Check NIF Is Valid (ES)","value":"checkNifValid","description":"Discover if a nif card number is valid <a href=\"https://app.uproc.io/#/tools/processor/check/nif/valid\" target='_blank'>Info</a>"},{"name":"Check Name Exists (ES)","value":"checkNameExist","description":"Check if a personal name exists in INE data source (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/check/name/exist\" target='_blank'>Info</a>"},{"name":"Check Name Has Valid Format","value":"checkNameValid","description":"Check if name contains accepted characters <a href=\"https://app.uproc.io/#/tools/processor/check/name/valid\" target='_blank'>Info</a>"},{"name":"Check Nif Number Is Robinson (ES)","value":"checkRobinsonNifExist","description":"Discover if an nif exists in the Robinson list (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/check/robinson/nif-exist\" target='_blank'>Info</a>"},{"name":"Check Surname Has Valid Format","value":"checkSurnameValid","description":"Check if surname contains accepted characters <a href=\"https://app.uproc.io/#/tools/processor/check/surname/valid\" target='_blank'>Info</a>"},{"name":"Check Surname Is Valid (ES)","value":"checkSurnameExist","description":"Check if a personal surname appears in INE data source (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/check/surname/exist\" target='_blank'>Info</a>"},{"name":"Check Valid Dni (ES)","value":"checkDniValid","description":"Discover if a dni card number is valid <a href=\"https://app.uproc.io/#/tools/processor/check/dni/valid\" target='_blank'>Info</a>"},{"name":"Get Age By Date","value":"getAgeByDate","description":"Discover the age of a birth date (multiple formats allowed) <a href=\"https://app.uproc.io/#/tools/processor/get/age/by-date\" target='_blank'>Info</a>"},{"name":"Get Age Range By Date","value":"getAgeRange","description":"Discover the age range of a person by birth date <a href=\"https://app.uproc.io/#/tools/processor/get/age/range\" target='_blank'>Info</a>"},{"name":"Get Difference Between Dates","value":"getDateDifference","description":"Returns difference between two dates (start and end) in seconds, minutes, hours or days <a href=\"https://app.uproc.io/#/tools/processor/get/date/difference\" target='_blank'>Info</a>"},{"name":"Get Gender By Email","value":"getGenderByEmail","description":"Discover the gender of a person by the email, if person name is included in email <a href=\"https://app.uproc.io/#/tools/processor/get/gender/by-email\" target='_blank'>Info</a>"},{"name":"Get Gender By Name","value":"getGenderByPersonalName","description":"Discover the gender of a person or company by name <a href=\"https://app.uproc.io/#/tools/processor/get/gender/by-personal-name\" target='_blank'>Info</a>"},{"name":"Get LinkedIn URI By Email","value":"getProfileLinkedinByEmail","description":"Get LinkedIn employee profile URI by <strong>business</strong> or <strong>personal</strong> email.<br><br>This tool uses search engines (Bing and Google) through proxies <a href=\"https://app.uproc.io/#/tools/processor/get/profile/linkedin-by-email\" target='_blank'>Info</a>"},{"name":"Get LinkedIn URI By First, Last And Company","value":"getProfileByEmployeeData","description":"Get LinkedIn employee profile URI by firstname, lastname and company without manual search on Google or LinkedIn.<br><br>This tool uses search engines (Bing and Google) through proxies <a href=\"https://app.uproc.io/#/tools/processor/get/profile/by-employee-data\" target='_blank'>Info</a>"},{"name":"Get LinkedIn URI By Phone","value":"getProfileLinkedinByPhone","description":"Get LinkedIn employee profile URI by <strong>landline</strong> or <strong>mobile</strong> phone.<br><br>This tool uses search engines (Bing and Google) through proxies <a href=\"https://app.uproc.io/#/tools/processor/get/profile/linkedin-by-phone\" target='_blank'>Info</a>"},{"name":"Get NIF By DNI (ES)","value":"getNifByDni","description":"Discover the letter of a dni card number <a href=\"https://app.uproc.io/#/tools/processor/get/nif/by-dni\" target='_blank'>Info</a>"},{"name":"Get Name By Prefix (ES)","value":"getNameByPrefix","description":"Get first personal name matching by prefix and gender from INE data source (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/name/by-prefix\" target='_blank'>Info</a>"},{"name":"Get Normalized DNI (ES)","value":"getDniNormalized","description":"Allow to normalize a DNI number, removing non allowed characters <a href=\"https://app.uproc.io/#/tools/processor/get/dni/normalized\" target='_blank'>Info</a>"},{"name":"Get Normalized Date","value":"getDateNormalized","description":"Allow to normalize a date, removing non allowed characters <a href=\"https://app.uproc.io/#/tools/processor/get/date/normalized\" target='_blank'>Info</a>"},{"name":"Get Normalized NIE (ES)","value":"getNieNormalized","description":"Allow to normalize a NIE number, removing non allowed characters <a href=\"https://app.uproc.io/#/tools/processor/get/nie/normalized\" target='_blank'>Info</a>"},{"name":"Get Normalized NIF (ES)","value":"getNifNormalized","description":"Allow to normalize a NIF number, removing non allowed characters <a href=\"https://app.uproc.io/#/tools/processor/get/nif/normalized\" target='_blank'>Info</a>"},{"name":"Get Normalized Name","value":"getNameNormalized","description":"Normalize name removing non allowed characters <a href=\"https://app.uproc.io/#/tools/processor/get/name/normalized\" target='_blank'>Info</a>"},{"name":"Get Normalized Surname","value":"getSurnameNormalized","description":"Normalize surname <a href=\"https://app.uproc.io/#/tools/processor/get/surname/normalized\" target='_blank'>Info</a>"},{"name":"Get Parsed Datetime","value":"getDateParsed","description":"Parse datetime, without format dependency, into multiple fields <a href=\"https://app.uproc.io/#/tools/processor/get/date/parsed\" target='_blank'>Info</a>"},{"name":"Get Parsed Fullname","value":"getFullnameParsed","description":"Normalize fullname, fixing abbreviations, sorting if necessary and returning firstname, lastname and gender <a href=\"https://app.uproc.io/#/tools/processor/get/fullname/parsed\" target='_blank'>Info</a>"},{"name":"Get Person (Extended) By Email","value":"getPersonExtendedByEmail","description":"Get prospect's contact data and company's location and social data by email <a href=\"https://app.uproc.io/#/tools/processor/get/person/extended-by-email\" target='_blank'>Info</a>"},{"name":"Get Person (Extended) By Email And Company","value":"getPersonExtendedByEmailAndCompany","description":"Get contact, location and social data by email and company name and location <a href=\"https://app.uproc.io/#/tools/processor/get/person/extended-by-email-and-company\" target='_blank'>Info</a>"},{"name":"Get Person (Extended) By Profile","value":"getPersonExtendedByProfile","description":"Get personal and social data by social profile <a href=\"https://app.uproc.io/#/tools/processor/get/person/extended-by-profile\" target='_blank'>Info</a>"},{"name":"Get Person By Email","value":"getPersonByEmail","description":"Get personal data by email <a href=\"https://app.uproc.io/#/tools/processor/get/person/by-email\" target='_blank'>Info</a>"},{"name":"Get Person By Firstname, Lastname, Company And Location","value":"getPersonByFirstnameLastnameCompanyLocation","description":"Get personal data by firstname, lastname, company and location <a href=\"https://app.uproc.io/#/tools/processor/get/person/by-firstname-lastname-company-location\" target='_blank'>Info</a>"},{"name":"Get Person By Mobile","value":"getPersonByMobile","description":"Get personal data by mobile <a href=\"https://app.uproc.io/#/tools/processor/get/person/by-mobile\" target='_blank'>Info</a>"},{"name":"Get Person By Social Profile","value":"getPersonByProfile","description":"Get personal data by social network profile <a href=\"https://app.uproc.io/#/tools/processor/get/person/by-profile\" target='_blank'>Info</a>"},{"name":"Get Random Person Data","value":"getPersonFakedData","description":"Generates random fake data <a href=\"https://app.uproc.io/#/tools/processor/get/person/faked-data\" target='_blank'>Info</a>"},{"name":"Get Surname By Prefix (ES)","value":"getSurnameByPrefix","description":"Get first personal surname matching by prefix from INE data source (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/surname/by-prefix\" target='_blank'>Info</a>"},{"name":"Get Surnames By Prefix (ES)","value":"getSurnameListByPrefix","description":"Get personal surnames matching by prefix from INE data source (only Spain) <a href=\"https://app.uproc.io/#/tools/processor/get/surname/list-by-prefix\" target='_blank'>Info</a>"},{"name":"Get Xing URI By First, Last And Company","value":"getProfileXingByEmployeeData","description":"Get Xing profile by firstname, lastname and company without manual search on Google or Xing.<br><br>This tool uses search engines (Bing and Google) through proxies <a href=\"https://app.uproc.io/#/tools/processor/get/profile/xing-by-employee-data\" target='_blank'>Info</a>"},{"name":"Send Email's Contact To List","value":"sendPersonEmailToList","description":"Add a contact email to a person list <a href=\"https://app.uproc.io/#/tools/processor/send/person/email-to-list\" target='_blank'>Info</a>"},{"name":"Send LinkedIn's Contact To List","value":"sendPersonProfileToList","description":"Add a contact LinkedIn profile to a person list <a href=\"https://app.uproc.io/#/tools/processor/send/person/profile-to-list\" target='_blank'>Info</a>"}]},{"displayName":"Operation","name":"tool","type":"options","description":"The Operation to consume","displayOptions":{"show":{"group":["product"]}},"default":"checkAsinExist","options":[{"name":"Check ASIN Exists","value":"checkAsinExist","description":"Check if a ASIN code exists on Amazon marketplace <a href=\"https://app.uproc.io/#/tools/processor/check/asin/exist\" target='_blank'>Info</a>"},{"name":"Check ASIN Valid","value":"checkAsinValid","description":"Check if a ASIN code has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/asin/valid\" target='_blank'>Info</a>"},{"name":"Check EAN Exists","value":"checkEanExist","description":"Check if a EAN code exists on Amazon Marketplace (.com supported) <a href=\"https://app.uproc.io/#/tools/processor/check/ean/exist\" target='_blank'>Info</a>"},{"name":"Check EAN Is Valid","value":"checkEanValid","description":"Check if a EAN barcode (8 or 13 digits) has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/ean/valid\" target='_blank'>Info</a>"},{"name":"Check EAN13 Is Valid","value":"checkEan13Valid","description":"Check if a EAN barcode of 13 digits has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/ean13/valid\" target='_blank'>Info</a>"},{"name":"Check EAN14 Is Valid","value":"checkEan14Valid","description":"Check if a EAN barcode of 14 digits has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/ean14/valid\" target='_blank'>Info</a>"},{"name":"Check EAN18 Is Valid","value":"checkEan18Valid","description":"Check if a EAN barcode of 18 digits has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/ean18/valid\" target='_blank'>Info</a>"},{"name":"Check EAN8 Is Valid","value":"checkEan8Valid","description":"Check if a EAN barcode of 8 digits has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/ean8/valid\" target='_blank'>Info</a>"},{"name":"Check GTIN Is Valid","value":"checkGtinValid","description":"Check if a GTIN barcode (8 or 13 digits) has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/gtin/valid\" target='_blank'>Info</a>"},{"name":"Check GTIN13 Is Valid","value":"checkGtin13Valid","description":"Check if a GTIN barcode of 13 digits has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/gtin13/valid\" target='_blank'>Info</a>"},{"name":"Check GTIN14 Is Valid","value":"checkGtin14Valid","description":"Check if a GTIN barcode of 14 digits has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/gtin14/valid\" target='_blank'>Info</a>"},{"name":"Check GTIN8 Is Valid","value":"checkGtin8Valid","description":"Check if a GTIN barcode of 8 digits has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/gtin8/valid\" target='_blank'>Info</a>"},{"name":"Check ISBN Code Exists","value":"checkBookIsbnExist","description":"Allow to check if an ISBN book exist <a href=\"https://app.uproc.io/#/tools/processor/check/book/isbn-exist\" target='_blank'>Info</a>"},{"name":"Check ISBN Code Is Valid","value":"checkBookIsbn","description":"Allow to check if an ISBN10/13 code has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/book/isbn\" target='_blank'>Info</a>"},{"name":"Check ISBN10 Code Is Valid","value":"checkBookIsbn10","description":"Allow to check if an ISBN10 code has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/book/isbn10\" target='_blank'>Info</a>"},{"name":"Check ISBN13 Code Is Valid","value":"checkBookIsbn13","description":"Allow to check if an ISBN13 code has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/book/isbn13\" target='_blank'>Info</a>"},{"name":"Check UPC Exists","value":"checkUpcExist","description":"Check if a UPC code exists <a href=\"https://app.uproc.io/#/tools/processor/check/upc/exist\" target='_blank'>Info</a>"},{"name":"Check UPC Has Valid Format","value":"checkUpcFormat","description":"Check if a UPC code has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/upc/format\" target='_blank'>Info</a>"},{"name":"Check VIN Number Is Valid","value":"checkVinFormat","description":"Check if VIN number has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/vin/format\" target='_blank'>Info</a>"},{"name":"Get ASIN By EAN","value":"getAsinByEan","description":"Get ASIN code by EAN code querying Internet. <a href=\"https://app.uproc.io/#/tools/processor/get/asin/by-ean\" target='_blank'>Info</a>"},{"name":"Get Book By Author","value":"getBookAuthorLookup","description":"Get book by author's surname <a href=\"https://app.uproc.io/#/tools/processor/get/book/author-lookup\" target='_blank'>Info</a>"},{"name":"Get Book By Category","value":"getBookCategoryLookup","description":"Get all publications by category <a href=\"https://app.uproc.io/#/tools/processor/get/book/category-lookup\" target='_blank'>Info</a>"},{"name":"Get Book By Editor","value":"getBookPublisherLookup","description":"Get book data by editor's name <a href=\"https://app.uproc.io/#/tools/processor/get/book/publisher-lookup\" target='_blank'>Info</a>"},{"name":"Get Book By ISBN","value":"getBookIsbnLookup","description":"Get book or publication data by 10 or 13 digits ISBN code <a href=\"https://app.uproc.io/#/tools/processor/get/book/isbn-lookup\" target='_blank'>Info</a>"},{"name":"Get Book By Title","value":"getBookTitleLookup","description":"Get book data by title <a href=\"https://app.uproc.io/#/tools/processor/get/book/title-lookup\" target='_blank'>Info</a>"},{"name":"Get Books By Author","value":"getBookListAuthorLookup","description":"Get books by author's surname <a href=\"https://app.uproc.io/#/tools/processor/get/book/list-author-lookup\" target='_blank'>Info</a>"},{"name":"Get Books By Category","value":"getBookListCategoryLookup","description":"Get all books by category <a href=\"https://app.uproc.io/#/tools/processor/get/book/list-category-lookup\" target='_blank'>Info</a>"},{"name":"Get Books By Editor","value":"getBookListPublisherLookup","description":"Get all books by editor <a href=\"https://app.uproc.io/#/tools/processor/get/book/list-publisher-lookup\" target='_blank'>Info</a>"},{"name":"Get Books By Title","value":"getBookListTitleLookup","description":"Get all books by title <a href=\"https://app.uproc.io/#/tools/processor/get/book/list-title-lookup\" target='_blank'>Info</a>"},{"name":"Get Data By VIN Number","value":"getVinLookup","description":"Get related data by a VIN (Vehicle Identifier Number) <a href=\"https://app.uproc.io/#/tools/processor/get/vin/lookup\" target='_blank'>Info</a>"},{"name":"Get EAN By ASIN","value":"getEanByAsin","description":"Get EAN code by ASIN code querying Internet. <a href=\"https://app.uproc.io/#/tools/processor/get/ean/by-asin\" target='_blank'>Info</a>"},{"name":"Get ISBN10 Code By ISBN13 Code","value":"getBookIsbn13ToIsbn10","description":"Convert a valid ISBN code from 13 digits to 10 digits. <a href=\"https://app.uproc.io/#/tools/processor/get/book/isbn13-to-isbn10\" target='_blank'>Info</a>"},{"name":"Get ISBN13 Code By ISBN10 Code","value":"getBookIsbn10ToIsbn13","description":"Convert a valid ISBN code from 10 digits to 13 digits. <a href=\"https://app.uproc.io/#/tools/processor/get/book/isbn10-to-isbn13\" target='_blank'>Info</a>"},{"name":"Get Product By UPC","value":"getUpcLookup","description":"Get product data of an UPC code on Amazon Marketplace (.com supported) <a href=\"https://app.uproc.io/#/tools/processor/get/upc/lookup\" target='_blank'>Info</a>"}]},{"displayName":"Operation","name":"tool","type":"options","description":"The Operation to consume","displayOptions":{"show":{"group":["security"]}},"default":"checkNumberLuhn","options":[{"name":"Check Luhn Number Is Valid","value":"checkNumberLuhn","description":"Check if it a valid Luhn number <a href=\"https://app.uproc.io/#/tools/processor/check/number/luhn\" target='_blank'>Info</a>"},{"name":"Check Password Is Strong","value":"checkPasswordStrong","description":"Check is password is sure and contains a lowercase, uppercase, numbers, special characters and have a minimum length of four characters <a href=\"https://app.uproc.io/#/tools/processor/check/password/strong\" target='_blank'>Info</a>"},{"name":"Check UUID Number Is Valid","value":"checkNumberUuid","description":"Check if it a valid UUID number <a href=\"https://app.uproc.io/#/tools/processor/check/number/uuid\" target='_blank'>Info</a>"},{"name":"Get Domain Blacklists","value":"getDomainBlacklists","description":"Get all blacklists where a domain appears <a href=\"https://app.uproc.io/#/tools/processor/get/domain/blacklists\" target='_blank'>Info</a>"},{"name":"Get Ip Blacklists","value":"getIpBlacklists","description":"Get all blacklists where an IP address appears <a href=\"https://app.uproc.io/#/tools/processor/get/ip/blacklists\" target='_blank'>Info</a>"}]},{"displayName":"Operation","name":"tool","type":"options","description":"The Operation to consume","displayOptions":{"show":{"group":["text"]}},"default":"checkStringAlpha","options":[{"name":"Check Alphabetic String Is Valid","value":"checkStringAlpha","description":"Check if string length contains only letters <a href=\"https://app.uproc.io/#/tools/processor/check/string/alpha\" target='_blank'>Info</a>"},{"name":"Check Alphanumeric String Is Valid","value":"checkStringAlphanumeric","description":"Check if string length contains only numbers and letters <a href=\"https://app.uproc.io/#/tools/processor/check/string/alphanumeric\" target='_blank'>Info</a>"},{"name":"Check Boolean String Is Valid","value":"checkStringBoolean","description":"Check if string is true or false <a href=\"https://app.uproc.io/#/tools/processor/check/string/boolean\" target='_blank'>Info</a>"},{"name":"Check Decimal Number Is Valid","value":"checkNumberDecimal","description":"Check if value is a decimal number <a href=\"https://app.uproc.io/#/tools/processor/check/number/decimal\" target='_blank'>Info</a>"},{"name":"Check Even Number Is Valid","value":"checkNumberEven","description":"Check if number is even <a href=\"https://app.uproc.io/#/tools/processor/check/number/even\" target='_blank'>Info</a>"},{"name":"Check Greater Element","value":"checkListMax","description":"Checks if the largest item in a list matches the provided item <a href=\"https://app.uproc.io/#/tools/processor/check/list/max\" target='_blank'>Info</a>"},{"name":"Check IP Has Valid Format","value":"checkStringIp","description":"Check if IPv4 or IPv6 address has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/string/ip\" target='_blank'>Info</a>"},{"name":"Check IPv4 Has Valid Format","value":"checkStringIp4","description":"Check if IPv4 address has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/string/ip4\" target='_blank'>Info</a>"},{"name":"Check IPv6 Has Valid Format","value":"checkStringIp6","description":"Check if IPv6 address has a valid format <a href=\"https://app.uproc.io/#/tools/processor/check/string/ip6\" target='_blank'>Info</a>"},{"name":"Check Length List Between","value":"checkListLengthBetw","description":"Check if the length of a list is between two quantities <a href=\"https://app.uproc.io/#/tools/processor/check/list/length-betw\" target='_blank'>Info</a>"},{"name":"Check Length List Equal","value":"checkListLengthEq","description":"Checks if the length of a list equals a specified quantity <a href=\"https://app.uproc.io/#/tools/processor/check/list/length-eq\" target='_blank'>Info</a>"},{"name":"Check Length List Greater","value":"checkListLengthGt","description":"Check if the length of a list is greater than a certain amount <a href=\"https://app.uproc.io/#/tools/processor/check/list/length-gt\" target='_blank'>Info</a>"},{"name":"Check Length List Greater Or Equal","value":"checkListLengthGe","description":"Check if the length of a list is greater than or equal to a certain amount <a href=\"https://app.uproc.io/#/tools/processor/check/list/length-ge\" target='_blank'>Info</a>"},{"name":"Check Length List Lower","value":"checkListLengthLt","description":" <a href=\"https://app.uproc.io/#/tools/processor/check/list/length-lt\" target='_blank'>Info</a>"},{"name":"Check Length List Lower Or Equal","value":"checkListLengthLe","description":"Check if the length of a list is less than or equal to a certain amount <a href=\"https://app.uproc.io/#/tools/processor/check/list/length-le\" target='_blank'>Info</a>"},{"name":"Check List Contains","value":"checkListContains","description":"Check if the list contains a specific item <a href=\"https://app.uproc.io/#/tools/processor/check/list/contains\" target='_blank'>Info</a>"},{"name":"Check List Ends With","value":"checkListEnds","description":"Check if the list ends with a specific element <a href=\"https://app.uproc.io/#/tools/processor/check/list/ends\" target='_blank'>Info</a>"},{"name":"Check List Is Sorted","value":"checkListSorted","description":"Check if a list is sorted in ascending order <a href=\"https://app.uproc.io/#/tools/processor/check/list/sorted\" target='_blank'>Info</a>"},{"name":"Check List Starts With","value":"checkListStarts","description":"Check if the list starts with a specific element <a href=\"https://app.uproc.io/#/tools/processor/check/list/starts\" target='_blank'>Info</a>"},{"name":"Check Lower Element","value":"checkListMin","description":"Checks if the smallest element in a list matches the provided element <a href=\"https://app.uproc.io/#/tools/processor/check/list/min\" target='_blank'>Info</a>"},{"name":"Check Modulus Is Equals","value":"checkNumberMod","description":"Check if modulus between two numbers is equal to a value <a href=\"https://app.uproc.io/#/tools/processor/check/number/mod\" target='_blank'>Info</a>"},{"name":"Check Natural Number Is Valid","value":"checkNumberNatural","description":"Check if value is a natural number <a href=\"https://app.uproc.io/#/tools/processor/check/number/natural\" target='_blank'>Info</a>"},{"name":"Check Number Is Between","value":"checkNumberBetw","description":"Check if number is between two values <a href=\"https://app.uproc.io/#/tools/processor/check/number/betw\" target='_blank'>Info</a>"},{"name":"Check Number Is Equal","value":"checkNumberEq","description":"Check if number is equal to another <a href=\"https://app.uproc.io/#/tools/processor/check/number/eq\" target='_blank'>Info</a>"},{"name":"Check Number Is Greater","value":"checkNumberGt","description":"Check if number is greater than another <a href=\"https://app.uproc.io/#/tools/processor/check/number/gt\" target='_blank'>Info</a>"},{"name":"Check Number Is Greater Or Equal","value":"checkNumberGe","description":"Check if number is greater or equal than another <a href=\"https://app.uproc.io/#/tools/processor/check/number/ge\" target='_blank'>Info</a>"},{"name":"Check Number Is Lower","value":"checkNumberLt","description":"Check if number is lower than another <a href=\"https://app.uproc.io/#/tools/processor/check/number/lt\" target='_blank'>Info</a>"},{"name":"Check Number Is Lower Or Equal","value":"checkNumberLe","description":"Check if number is lower or equal than another <a href=\"https://app.uproc.io/#/tools/processor/check/number/le\" target='_blank'>Info</a>"},{"name":"Check Numeric String Is Valid","value":"checkStringNumeric","description":"Check if string length contains only numbers <a href=\"https://app.uproc.io/#/tools/processor/check/string/numeric\" target='_blank'>Info</a>"},{"name":"Check Odd Number Is Valid","value":"checkNumberOdd","description":"Check if number is odd <a href=\"https://app.uproc.io/#/tools/processor/check/number/odd\" target='_blank'>Info</a>"},{"name":"Check Prime Number Is Valid","value":"checkNumberPrime","description":"Check if number is prime <a href=\"https://app.uproc.io/#/tools/processor/check/number/prime\" target='_blank'>Info</a>"},{"name":"Check String Contains Char","value":"checkStringContains","description":"Check if string contains a character <a href=\"https://app.uproc.io/#/tools/processor/check/string/contains\" target='_blank'>Info</a>"},{"name":"Check String Ends With","value":"checkStringEnds","description":"Check if string ends with a character <a href=\"https://app.uproc.io/#/tools/processor/check/string/ends\" target='_blank'>Info</a>"},{"name":"Check String Is Empty","value":"checkStringBlank","description":"Check if string has no content <a href=\"https://app.uproc.io/#/tools/processor/check/string/blank\" target='_blank'>Info</a>"},{"name":"Check String Is Random","value":"checkStringRandom","description":"Check if string contains random characters without sense <a href=\"https://app.uproc.io/#/tools/processor/check/string/random\" target='_blank'>Info</a>"},{"name":"Check String Is Valid By Pattern","value":"checkStringRegex","description":"Check if string contains a value that matches with a regular expression <a href=\"https://app.uproc.io/#/tools/processor/check/string/regex\" target='_blank'>Info</a>"},{"name":"Check String Length Is Between","value":"checkStringLengthBetw","description":"Check if string length is between two numbers <a href=\"https://app.uproc.io/#/tools/processor/check/string/length-betw\" target='_blank'>Info</a>"},{"name":"Check String Length Is Equal","value":"checkStringLengthEq","description":"Check if string length is equal to number <a href=\"https://app.uproc.io/#/tools/processor/check/string/length-eq\" target='_blank'>Info</a>"},{"name":"Check String Length Is Greater","value":"checkStringLengthGt","description":"Check if string length is greater than number <a href=\"https://app.uproc.io/#/tools/processor/check/string/length-gt\" target='_blank'>Info</a>"},{"name":"Check String Length Is Greater Or Equal","value":"checkStringLengthGe","description":"Check if string length is greater or equal than number <a href=\"https://app.uproc.io/#/tools/processor/check/string/length-ge\" target='_blank'>Info</a>"},{"name":"Check String Length Is Lower","value":"checkStringLengthLt","description":"Check if string length is lower than number <a href=\"https://app.uproc.io/#/tools/processor/check/string/length-lt\" target='_blank'>Info</a>"},{"name":"Check String Length Is Lower Or Equal","value":"checkStringLengthLe","description":"Check if string length is lower or equal than number <a href=\"https://app.uproc.io/#/tools/processor/check/string/length-le\" target='_blank'>Info</a>"},{"name":"Check String Starts With","value":"checkStringStarts","description":"Check if string starts with a character <a href=\"https://app.uproc.io/#/tools/processor/check/string/starts\" target='_blank'>Info</a>"},{"name":"Check Text Is Lowercased","value":"checkStringLowercase","description":"Check if string only contains lowercase characters <a href=\"https://app.uproc.io/#/tools/processor/check/string/lowercase\" target='_blank'>Info</a>"},{"name":"Check Text Is Uppercased","value":"checkStringUppercase","description":"Check if string only contains uppercase characters <a href=\"https://app.uproc.io/#/tools/processor/check/string/uppercase\" target='_blank'>Info</a>"},{"name":"Check Unique Es List","value":"checkListUnique","description":"Check if a list consists of unique elements <a href=\"https://app.uproc.io/#/tools/processor/check/list/unique\" target='_blank'>Info</a>"},{"name":"Check Valid List","value":"checkListValid","description":"Check if the supplied values form a valid list of elements <a href=\"https://app.uproc.io/#/tools/processor/check/list/valid\" target='_blank'>Info</a>"},{"name":"Check Word Count Between","value":"checkWordCountBetw","description":"Check if the number of words in a sentence is between two determined quantities <a href=\"https://app.uproc.io/#/tools/processor/check/word/count-betw\" target='_blank'>Info</a>"},{"name":"Check Word Count Equal","value":"checkWordCountEq","description":"Check if the number of words in a sentence equals a certain amount <a href=\"https://app.uproc.io/#/tools/processor/check/word/count-eq\" target='_blank'>Info</a>"},{"name":"Check Word Count Greater","value":"checkWordCountGt","description":"Check if the number of words in a sentence is greater than a certain amount <a href=\"https://app.uproc.io/#/tools/processor/check/word/count-gt\" target='_blank'>Info</a>"},{"name":"Check Word Count Greater Or Equal","value":"checkWordCountGe","description":"Check if the number of words in a sentence is greater than or equal to a certain amount <a href=\"https://app.uproc.io/#/tools/processor/check/word/count-ge\" target='_blank'>Info</a>"},{"name":"Check Word Count Lower","value":"checkWordCountLt","description":" <a href=\"https://app.uproc.io/#/tools/processor/check/word/count-lt\" target='_blank'>Info</a>"},{"name":"Check Word Count Lower Or Equal","value":"checkWordCountLe","description":"Check if the number of words present in a sentence is less than or equal to a quantity <a href=\"https://app.uproc.io/#/tools/processor/check/word/count-le\" target='_blank'>Info</a>"},{"name":"Get BASE64 Value","value":"getStringBase64","description":"Convert a string to a BASE64 encoded value <a href=\"https://app.uproc.io/#/tools/processor/get/string/base64\" target='_blank'>Info</a>"},{"name":"Get Banned Words","value":"getWordBanned","description":"Discover English banned words in the email body or subject <a href=\"https://app.uproc.io/#/tools/processor/get/word/banned\" target='_blank'>Info</a>"},{"name":"Get Field Type By Value","value":"getStringFieldName","description":"Get field name, analyzing field value provided.<br><br>Supported values: Email, Domain, Isbn, Ean, Upc, Dni, Nie, Cif, Date, Gender (male, female), Landline, Mobile phone, Zip code, Web address <a href=\"https://app.uproc.io/#/tools/processor/get/string/field-name\" target='_blank'>Info</a>"},{"name":"Get Formatted String By Pattern","value":"getStringByFormat","description":"It allows to format a string using a format pattern <a href=\"https://app.uproc.io/#/tools/processor/get/string/by-format\" target='_blank'>Info</a>"},{"name":"Get Generated Text By Pattern","value":"getStringByRegex","description":"Generate a random string using a regular expression as a pattern <a href=\"https://app.uproc.io/#/tools/processor/get/string/by-regex\" target='_blank'>Info</a>"},{"name":"Get Greater Element","value":"getListMax","description":"Returns the largest item in a list <a href=\"https://app.uproc.io/#/tools/processor/get/list/max\" target='_blank'>Info</a>"},{"name":"Get HTML Code From Markdown","value":"getStringHtmlByMarkdown","description":"Convert Markdown code to HTML code <a href=\"https://app.uproc.io/#/tools/processor/get/string/html-by-markdown\" target='_blank'>Info</a>"},{"name":"Get Lower Element","value":"getListMin","description":"Returns the smallest item in a list <a href=\"https://app.uproc.io/#/tools/processor/get/list/min\" target='_blank'>Info</a>"},{"name":"Get Lowercased Text","value":"getStringLowercase","description":"Convert all letters found in a string to lowercase <a href=\"https://app.uproc.io/#/tools/processor/get/string/lowercase\" target='_blank'>Info</a>"},{"name":"Get MD5 String","value":"getStringMd5","description":"Convert a string to a MD5 encoded value <a href=\"https://app.uproc.io/#/tools/processor/get/string/md5\" target='_blank'>Info</a>"},{"name":"Get Markdown Text From HTML","value":"getStringMarkdownByHtml","description":"Convert HTML code to Markdown code <a href=\"https://app.uproc.io/#/tools/processor/get/string/markdown-by-html\" target='_blank'>Info</a>"},{"name":"Get Merged Values By Text","value":"getStringJoin","description":"Join a character or string to join two values <a href=\"https://app.uproc.io/#/tools/processor/get/string/join\" target='_blank'>Info</a>"},{"name":"Get Normalized String By Field","value":"getStringNormalized","description":"Normalize a string depending on the field name <a href=\"https://app.uproc.io/#/tools/processor/get/string/normalized\" target='_blank'>Info</a>"},{"name":"Get Parsed Text","value":"getStringParsed","description":"Analyze string and return all emails, phones, zipcodes and links detected <a href=\"https://app.uproc.io/#/tools/processor/get/string/parsed\" target='_blank'>Info</a>"},{"name":"Get SHA String","value":"getStringSha","description":"Convert a string to a SHA encoded value <a href=\"https://app.uproc.io/#/tools/processor/get/string/sha\" target='_blank'>Info</a>"},{"name":"Get Sentiment From A Text","value":"getSentimentByText","description":"It allows to analyze an english text with Emojis and detect sentiment <a href=\"https://app.uproc.io/#/tools/processor/get/sentiment/by-text\" target='_blank'>Info</a>"},{"name":"Get Sorted List","value":"getListSort","description":"Returns an ascending sorted list <a href=\"https://app.uproc.io/#/tools/processor/get/list/sort\" target='_blank'>Info</a>"},{"name":"Get Spin String","value":"getStringSpin","description":"Generates a spin string <a href=\"https://app.uproc.io/#/tools/processor/get/string/spin\" target='_blank'>Info</a>"},{"name":"Get Splitted And Merged Values By Separator","value":"getStringSplitAndJoin","description":"Split a value in two parts and join them, using a separator present in the original string <a href=\"https://app.uproc.io/#/tools/processor/get/string/split-and-join\" target='_blank'>Info</a>"},{"name":"Get Splitted Values By Separator","value":"getStringSplit","description":"Split a value in two parts, using a separator present in the original string <a href=\"https://app.uproc.io/#/tools/processor/get/string/split\" target='_blank'>Info</a>"},{"name":"Get String Length","value":"getStringLength","description":"Get length of a string <a href=\"https://app.uproc.io/#/tools/processor/get/string/length\" target='_blank'>Info</a>"},{"name":"Get String VLookup","value":"getStringVlookup","description":"Lookup string between multiple values by fuzzy logic and regex patterns <a href=\"https://app.uproc.io/#/tools/processor/get/string/vlookup\" target='_blank'>Info</a>"},{"name":"Get Text Cleaned Without Abuse Words","value":"getWordCleanAbuse","description":"Clean abuse words from a string <a href=\"https://app.uproc.io/#/tools/processor/get/word/clean-abuse\" target='_blank'>Info</a>"},{"name":"Get Text Replaced By String","value":"getStringReplaceFirst","description":"Replace first value found in a string by another <a href=\"https://app.uproc.io/#/tools/processor/get/string/replace-first\" target='_blank'>Info</a>"},{"name":"Get Text Without HTML","value":"getStringWithoutHtml","description":"Extract text from HTML, removing html tags and replacing special tags <a href=\"https://app.uproc.io/#/tools/processor/get/string/without-html\" target='_blank'>Info</a>"},{"name":"Get Texts Replaced By String","value":"getStringReplaceAll","description":"Replace all values found in a string by another <a href=\"https://app.uproc.io/#/tools/processor/get/string/replace-all\" target='_blank'>Info</a>"},{"name":"Get Translated Text","value":"getStringTranslated","description":"It allows to translate a text to any language <a href=\"https://app.uproc.io/#/tools/processor/get/string/translated\" target='_blank'>Info</a>"},{"name":"Get Unique List","value":"getListUnique","description":"Returns a single list, with no repeating elements <a href=\"https://app.uproc.io/#/tools/processor/get/list/unique\" target='_blank'>Info</a>"},{"name":"Get Uppercased Text","value":"getStringUppercase","description":"Convert all letters found in a string to uppercase <a href=\"https://app.uproc.io/#/tools/processor/get/string/uppercase\" target='_blank'>Info</a>"},{"name":"Get Words Count","value":"getWordCount","description":"Count total words in a text <a href=\"https://app.uproc.io/#/tools/processor/get/word/count\" target='_blank'>Info</a>"}]},{"displayName":"Credit card","name":"credit_card","type":"string","default":"","placeholder":"4024007151839544","required":true,"displayOptions":{"show":{"group":["finance","finance"],"tool":["checkCreditcardChecksum","getCreditcardType"]}},"description":"The \"Credit card\" value to use as a parameter for this Operation"},{"displayName":"Address","name":"address","type":"string","default":"","placeholder":"Compte Mallorca, 120, Barcelona, España","required":true,"displayOptions":{"show":{"group":["geographic","geographic","geographic","geographic","geographic","geographic","geographic","finance","geographic","finance"],"tool":["getAddressBySearch","getCoordinateBySearch","checkAddressExist","getAddressNormalized","checkAddressNumberExist","getAddressSplitted","getAddressSplittedBest","checkCryptoWalletAddressValid","getTimeByAddress","getVatByAddress"]}},"description":"The \"Address\" value to use as a parameter for this Operation"},{"displayName":"Country","name":"country","type":"string","default":"","placeholder":"ES","required":false,"displayOptions":{"show":{"group":["geographic","geographic","company","company","company","company","company","company","geographic","geographic","geographic","geographic","finance","finance","communication","communication","communication","communication","communication","communication","communication","communication"],"tool":["checkAddressExist","checkAddressNumberExist","getCompanyByName","getCompanyFinancialByDomain","getCompanyFinancialByDuns","getCompanyFinancialByName","getCompanyFinancialByTaxid","getPersonListByParams","getCountryByName","getCountryCodeByName","getCountryListByName","getCountryNormalized","getCurrencyByCountry","getCurrencyListByCountry","getMobileCountryPrefix","checkMobileFormat","getMobileFormatted","getMobileNormalized","getPhoneFixed","checkPhoneFormat","getPhoneNormalized","checkPhoneOrMobileValid"]}},"description":"The \"Country\" value to use as a parameter for this Operation"},{"displayName":"Coordinates","name":"coordinates","type":"string","default":"","placeholder":"41.2522,-12.30","required":true,"displayOptions":{"show":{"group":["geographic","geographic","geographic","geographic","geographic","geographic","finance"],"tool":["checkCoordinateValid","getCoordinateCartesian","getCoordinateDecimal","getCoordinateUsng","getCoordinateUtm","getLocationByCoordinates","getVatByCoordinates"]}},"description":"The \"Coordinates\" value to use as a parameter for this Operation"},{"displayName":"Date","name":"date","type":"string","default":"","placeholder":"1975-05-20","required":true,"displayOptions":{"show":{"group":["personal","personal","personal","personal","personal","personal","personal","personal","personal","personal","personal","personal","finance","personal","personal","personal","personal"],"tool":["checkAgeBetw","getAgeByDate","checkAgeEq","checkAgeGe","checkAgeGt","checkAgeIsAdult","checkAgeIsForties","checkAgeIsRetired","checkAgeIsTwenties","checkAgeLe","checkAgeLt","getAgeRange","getCurrencyConvertedBetweenIsocodeDate","checkDateLeap","getDateNormalized","getDateParsed","checkDateValid"]}},"description":"The \"Date\" value to use as a parameter for this Operation"},{"displayName":"Years1","name":"years1","type":"number","default":"","placeholder":"35","required":true,"displayOptions":{"show":{"group":["personal"],"tool":["checkAgeBetw"]}},"description":"The \"Years1\" value to use as a parameter for this Operation"},{"displayName":"Years2","name":"years2","type":"number","default":"","placeholder":"50","required":true,"displayOptions":{"show":{"group":["personal"],"tool":["checkAgeBetw"]}},"description":"The \"Years2\" value to use as a parameter for this Operation"},{"displayName":"Years","name":"years","type":"number","default":"","placeholder":"46","required":true,"displayOptions":{"show":{"group":["personal","personal","personal","personal","personal"],"tool":["checkAgeEq","checkAgeGe","checkAgeGt","checkAgeLe","checkAgeLt"]}},"description":"The \"Years\" value to use as a parameter for this Operation"},{"displayName":"Ean","name":"ean","type":"string","default":"","placeholder":"0635753490879","required":true,"displayOptions":{"show":{"group":["product","product","product","product","product","product","product","product","product","product","product"],"tool":["getAsinByEan","checkEan13Valid","checkGtin13Valid","checkEan14Valid","checkGtin14Valid","checkEan18Valid","checkEan8Valid","checkGtin8Valid","checkEanExist","checkEanValid","checkGtinValid"]}},"description":"The \"Ean\" value to use as a parameter for this Operation"},{"displayName":"Asin","name":"asin","type":"string","default":"","placeholder":"B00005N5PF","required":true,"displayOptions":{"show":{"group":["product","product","product"],"tool":["checkAsinExist","checkAsinValid","getEanByAsin"]}},"description":"The \"Asin\" value to use as a parameter for this Operation"},{"displayName":"Text","name":"text","type":"string","default":"","placeholder":"Hi! My name is Miquel. I will read any text you type here.","required":true,"displayOptions":{"show":{"group":["audio","audio","image","internet","communication","image","image","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"tool":["getAudioAdvancedSpeechByText","getAudioSpeechByText","getBarcodeEncoded","getUrlShareableLinks","sendMobileSms","getImageWithText","getQrEncoded","checkListContains","checkListEnds","checkListStarts","checkStringNumeric","getSentimentByText","checkStringAlpha","checkStringAlphanumeric","getStringBase64","checkStringBlank","checkStringBoolean","getStringByFormat","getStringFieldName","getStringHtmlByMarkdown","getStringLength","checkStringLengthBetw","checkStringLengthEq","checkStringLengthGe","checkStringLengthGt","checkStringLengthLe","checkStringLengthLt","checkStringLowercase","getStringLowercase","getStringMarkdownByHtml","getStringMd5","getStringNormalized","getStringParsed","checkStringRandom","checkStringRegex","getStringReplaceAll","getStringReplaceFirst","getStringSha","getStringSpin","getStringSplit","getStringSplitAndJoin","getStringTranslated","checkStringUppercase","getStringUppercase","getStringVlookup","getWordBanned","getWordCleanAbuse","getWordCount","checkWordCountBetw","checkWordCountEq","checkWordCountGe","checkWordCountGt","checkWordCountLe","checkWordCountLt"]}},"description":"The \"Text\" value to use as a parameter for this Operation"},{"displayName":"Gender","name":"gender","type":"options","default":"","placeholder":"male","required":true,"options":[{"name":"Female","value":"female"},{"name":"Male","value":"male"}],"displayOptions":{"show":{"group":["audio","audio","personal","personal","geographic"],"tool":["getAudioAdvancedSpeechByText","getAudioSpeechByText","checkGenderValid","getNameByPrefix","getNameListByPrefix"]}},"description":"The \"Gender\" value to use as a parameter for this Operation"},{"displayName":"Language","name":"language","type":"options","default":"","placeholder":"american","required":true,"options":[{"name":"American","value":"american"},{"name":"Arabic","value":"arabic"},{"name":"Bengali","value":"bengali"},{"name":"British","value":"british"},{"name":"Czech","value":"czech"},{"name":"Danish","value":"danish"},{"name":"Dutch","value":"dutch"},{"name":"Filipino","value":"filipino"},{"name":"Finnish","value":"finnish"},{"name":"French","value":"french"},{"name":"German","value":"german"},{"name":"Greek","value":"greek"},{"name":"Gujurati","value":"gujurati"},{"name":"Hindi","value":"hindi"},{"name":"Hungarian","value":"hungarian"},{"name":"Indonesian","value":"indonesian"},{"name":"Italian","value":"italian"},{"name":"Japanese","value":"japanese"},{"name":"Kannada","value":"kannada"},{"name":"Korean","value":"korean"},{"name":"Malayalam","value":"malayalam"},{"name":"Mandarin","value":"mandarin"},{"name":"Norwegian","value":"norwegian"},{"name":"Polish","value":"polish"},{"name":"Portuguese","value":"portuguese"},{"name":"Russian","value":"russian"},{"name":"Slovak","value":"slovak"},{"name":"Spanish","value":"spanish"},{"name":"Tamil","value":"tamil"},{"name":"Telugu","value":"telugu"},{"name":"Thai","value":"thai"},{"name":"Turkish","value":"turkish"},{"name":"Ukranian","value":"ukranian"},{"name":"Vietnamese","value":"vietnamese"}],"displayOptions":{"show":{"group":["audio","audio","geographic","text"],"tool":["getAudioAdvancedSpeechByText","getAudioSpeechByText","getCountryNormalized","getStringTranslated"]}},"description":"The \"Language\" value to use as a parameter for this Operation"},{"displayName":"Account","name":"account","type":"string","default":"","placeholder":"14650120311716144388","required":true,"displayOptions":{"show":{"group":["finance","finance"],"tool":["checkBankAccountValidEs","getBankIbanByAccount"]}},"description":"The \"Account\" value to use as a parameter for this Operation"},{"displayName":"Bic","name":"bic","type":"string","default":"","placeholder":"DABAIE2D","required":true,"displayOptions":{"show":{"group":["finance"],"tool":["checkBankBicValid"]}},"description":"The \"Bic\" value to use as a parameter for this Operation"},{"displayName":"Isocode","name":"isocode","type":"string","default":"","placeholder":"ES","required":true,"displayOptions":{"show":{"group":["finance","geographic","geographic","geographic","geographic","geographic","finance","finance","finance","finance","finance","finance"],"tool":["getBankIbanByAccount","getCountryByCode","getCountryByCurrencyCode","getCountryListByCode","getCountryListByCurrencyCode","checkCountryValidIso","getCurrencyByIsocode","getCurrencyListByIsocode","checkCurrencyValidIso","getVatByIsocode","getVatByNumber","checkVatExist"]}},"description":"The \"Isocode\" value to use as a parameter for this Operation"},{"displayName":"Iban","name":"iban","type":"string","default":"","placeholder":"NL91ABNA0417164300","required":true,"displayOptions":{"show":{"group":["finance","finance"],"tool":["getBankIbanLookup","checkBankIbanValid"]}},"description":"The \"Iban\" value to use as a parameter for this Operation"},{"displayName":"Swift","name":"swift","type":"string","default":"","placeholder":"INGDESMMXXX","required":true,"displayOptions":{"show":{"group":["finance"],"tool":["getSwiftLookup"]}},"description":"The \"Swift\" value to use as a parameter for this Operation"},{"displayName":"Bcid","name":"bcid","type":"options","default":"","placeholder":"ean13","required":true,"options":[{"name":"Auspost","value":"auspost"},{"name":"Azteccode","value":"azteccode"},{"name":"Azteccodecompact","value":"azteccodecompact"},{"name":"Aztecrune","value":"aztecrune"},{"name":"Bc412","value":"bc412"},{"name":"Channelcode","value":"channelcode"},{"name":"Codablockf","value":"codablockf"},{"name":"Code11","value":"code11"},{"name":"Code128","value":"code128"},{"name":"Code16k","value":"code16k"},{"name":"Code2of5","value":"code2of5"},{"name":"Code32","value":"code32"},{"name":"Code39","value":"code39"},{"name":"Code39ext","value":"code39ext"},{"name":"Code49","value":"code49"},{"name":"Code93","value":"code93"},{"name":"Code93ext","value":"code93ext"},{"name":"Codeone","value":"codeone"},{"name":"Coop2of5","value":"coop2of5"},{"name":"Daft","value":"daft"},{"name":"Databarexpanded","value":"databarexpanded"},{"name":"Databarexpandedcomposite","value":"databarexpandedcomposite"},{"name":"Databarexpandedstacked","value":"databarexpandedstacked"},{"name":"Databarexpandedstackedcomposite","value":"databarexpandedstackedcomposite"},{"name":"Databarlimited","value":"databarlimited"},{"name":"Databarlimitedcomposite","value":"databarlimitedcomposite"},{"name":"Databaromni","value":"databaromni"},{"name":"Databaromnicomposite","value":"databaromnicomposite"},{"name":"Databarstacked","value":"databarstacked"},{"name":"Databarstackedcomposite","value":"databarstackedcomposite"},{"name":"Databarstackedomni","value":"databarstackedomni"},{"name":"Databarstackedomnicomposite","value":"databarstackedomnicomposite"},{"name":"Databartruncated","value":"databartruncated"},{"name":"Databartruncatedcomposite","value":"databartruncatedcomposite"},{"name":"Datalogic2of5","value":"datalogic2of5"},{"name":"Datamatrix","value":"datamatrix"},{"name":"Datamatrixrectangular","value":"datamatrixrectangular"},{"name":"Dotcode","value":"dotcode"},{"name":"Ean13","value":"ean13"},{"name":"Ean13composite","value":"ean13composite"},{"name":"Ean14","value":"ean14"},{"name":"Ean2","value":"ean2"},{"name":"Ean5","value":"ean5"},{"name":"Ean8","value":"ean8"},{"name":"Ean8composite","value":"ean8composite"},{"name":"Flattermarken","value":"flattermarken"},{"name":"Gs1-128","value":"gs1-128"},{"name":"Gs1-128composite","value":"gs1-128composite"},{"name":"Gs1-cc","value":"gs1-cc"},{"name":"Gs1datamatrix","value":"gs1datamatrix"},{"name":"Gs1datamatrixrectangular","value":"gs1datamatrixrectangular"},{"name":"Gs1northamericancoupon","value":"gs1northamericancoupon"},{"name":"Hanxin","value":"hanxin"},{"name":"Hibcazteccode","value":"hibcazteccode"},{"name":"Hibccodablockf","value":"hibccodablockf"},{"name":"Hibccode128","value":"hibccode128"},{"name":"Hibccode39","value":"hibccode39"},{"name":"Hibcdatamatrix","value":"hibcdatamatrix"},{"name":"Hibcdatamatrixrectangular","value":"hibcdatamatrixrectangular"},{"name":"Hibcmicropdf417","value":"hibcmicropdf417"},{"name":"Hibcpdf417","value":"hibcpdf417"},{"name":"Iata2of5","value":"iata2of5"},{"name":"Identcode","value":"identcode"},{"name":"Industrial2of5","value":"industrial2of5"},{"name":"Interleaved2of5","value":"interleaved2of5"},{"name":"Isbn","value":"isbn"},{"name":"Ismn","value":"ismn"},{"name":"Issn","value":"issn"},{"name":"Itf14","value":"itf14"},{"name":"Japanpost","value":"japanpost"},{"name":"Kix","value":"kix"},{"name":"Leitcode","value":"leitcode"},{"name":"Matrix2of5","value":"matrix2of5"},{"name":"Maxicode","value":"maxicode"},{"name":"Micropdf417","value":"micropdf417"},{"name":"Msi","value":"msi"},{"name":"Onecode","value":"onecode"},{"name":"Pdf417","value":"pdf417"},{"name":"Pdf417compact","value":"pdf417compact"},{"name":"Pharmacode","value":"pharmacode"},{"name":"Pharmacode2","value":"pharmacode2"},{"name":"Planet","value":"planet"},{"name":"Plessey","value":"plessey"},{"name":"Posicode","value":"posicode"},{"name":"Postnet","value":"postnet"},{"name":"Pzn","value":"pzn"},{"name":"RationalizedCodabar","value":"rationalizedCodabar"},{"name":"Raw","value":"raw"},{"name":"Royalmail","value":"royalmail"},{"name":"Sscc18","value":"sscc18"},{"name":"Symbol","value":"symbol"},{"name":"Telepen","value":"telepen"},{"name":"Telepennumeric","value":"telepennumeric"},{"name":"Ultracode","value":"ultracode"},{"name":"Upca","value":"upca"},{"name":"Upcacomposite","value":"upcacomposite"},{"name":"Upce","value":"upce"},{"name":"Upcecomposite","value":"upcecomposite"}],"displayOptions":{"show":{"group":["image"],"tool":["getBarcodeEncoded"]}},"description":"The \"Bcid\" value to use as a parameter for this Operation"},{"displayName":"Author","name":"author","type":"string","default":"","placeholder":"Albert Einstein","required":true,"displayOptions":{"show":{"group":["product","product"],"tool":["getBookAuthorLookup","getBookListAuthorLookup"]}},"description":"The \"Author\" value to use as a parameter for this Operation"},{"displayName":"Category","name":"category","type":"string","default":"","placeholder":"science","required":true,"displayOptions":{"show":{"group":["product","product","geographic","geographic"],"tool":["getBookCategoryLookup","getBookListCategoryLookup","getLocationByParams","getLocationListByParams"]}},"description":"The \"Category\" value to use as a parameter for this Operation"},{"displayName":"Isbn","name":"isbn","type":"string","default":"","placeholder":"0306406152","required":true,"displayOptions":{"show":{"group":["product","product","product","product","product","product","product"],"tool":["checkBookIsbn","checkBookIsbnExist","getBookIsbnLookup","checkBookIsbn10","getBookIsbn10ToIsbn13","checkBookIsbn13","getBookIsbn13ToIsbn10"]}},"description":"The \"Isbn\" value to use as a parameter for this Operation"},{"displayName":"Publisher","name":"publisher","type":"string","default":"","placeholder":"Grupo RBA","required":true,"displayOptions":{"show":{"group":["product","product"],"tool":["getBookListPublisherLookup","getBookPublisherLookup"]}},"description":"The \"Publisher\" value to use as a parameter for this Operation"},{"displayName":"Title","name":"title","type":"string","default":"","placeholder":"Science","required":true,"displayOptions":{"show":{"group":["product","product"],"tool":["getBookListTitleLookup","getBookTitleLookup"]}},"description":"The \"Title\" value to use as a parameter for this Operation"},{"displayName":"Dni","name":"dni","type":"string","default":"","placeholder":"44016116","required":true,"displayOptions":{"show":{"group":["personal","personal","personal"],"tool":["getNifByDni","getDniNormalized","checkDniValid"]}},"description":"The \"Dni\" value to use as a parameter for this Operation"},{"displayName":"Cif","name":"cif","type":"string","default":"","placeholder":"B 62084 959","required":true,"displayOptions":{"show":{"group":["company","company","company"],"tool":["getCifNormalized","checkCifValid","getCompanyByCif"]}},"description":"The \"Cif\" value to use as a parameter for this Operation"},{"displayName":"Nie","name":"nie","type":"string","default":"","placeholder":"X402001 122g","required":true,"displayOptions":{"show":{"group":["personal","personal"],"tool":["getNieNormalized","checkNieValid"]}},"description":"The \"Nie\" value to use as a parameter for this Operation"},{"displayName":"Nif","name":"nif","type":"string","default":"","placeholder":"402001 122g","required":true,"displayOptions":{"show":{"group":["personal","personal","personal"],"tool":["getNifNormalized","checkNifValid","checkRobinsonNifExist"]}},"description":"The \"Nif\" value to use as a parameter for this Operation"},{"displayName":"Ip","name":"ip","type":"string","default":"","placeholder":"95.23.100.79","required":true,"displayOptions":{"show":{"group":["geographic","company","company","geographic","geographic","finance","finance","internet","internet","internet","security","geographic","geographic","geographic","geographic","geographic","geographic","internet","geographic","text","text","text","geographic","finance","geographic"],"tool":["getCityByIp","getCompanyByIp","getCompanyGeocodedByIp","getCoordinateByIp","getCountryByIp","getCurrencyByIp","getCurrencyListByIp","getDomainByIp","checkDomainReverse","getIpWhois","getIpBlacklists","getLocaleByIp","getLocationByIp","getReputationByIp","getTimeByIp","getLocationExtendedByIp","getLocationGeocodedByIp","getNetAton","getNetByIp","checkStringIp","checkStringIp4","checkStringIp6","getProvinceByIp","getVatByIp","getZipcodeByIp"]}},"description":"The \"Ip\" value to use as a parameter for this Operation"},{"displayName":"City","name":"city","type":"string","default":"","placeholder":"Bar","required":true,"displayOptions":{"show":{"group":["geographic","geographic","geographic"],"tool":["getCityByName","getCityListByName","getCityNormalized"]}},"description":"The \"City\" value to use as a parameter for this Operation"},{"displayName":"Phone","name":"phone","type":"string","default":"","placeholder":"932187670","required":true,"displayOptions":{"show":{"group":["geographic","geographic","company","company","geographic","geographic","personal","communication","communication","communication","communication","communication","communication","communication","geographic","geographic","communication","finance"],"tool":["getCityByPhone","getCityListByPhone","getCompanyByPhone","getPersonListByParams","getCountryByPhone","getLocationByPhone","getProfileLinkedinByPhone","getPhoneFixed","checkPhoneFormat","checkPhoneFormatEs","getPhoneNormalized","checkPhoneOrMobileValid","getPhoneParsed","checkPhoneValidPrefix","getProvinceByPhone","getProvinceListByPhone","checkRobinsonPhoneExist","getVatByPhone"]}},"description":"The \"Phone\" value to use as a parameter for this Operation"},{"displayName":"Zipcode","name":"zipcode","type":"string","default":"","placeholder":"08012","required":true,"displayOptions":{"show":{"group":["geographic","geographic","geographic","geographic","geographic","geographic","finance","geographic","geographic","geographic","geographic","geographic"],"tool":["getCityByZipcode","getCityListByZipcode","getCommunityByZipcode","getLocationByZipcode","getProvinceByZipcode","getProvinceListByZipcode","getVatByZipcode","getZipcodeByPrefix","checkZipcodeExist","checkZipcodeFormat","getZipcodeListByPrefix","getZipcodeNormalized"]}},"description":"The \"Zipcode\" value to use as a parameter for this Operation"},{"displayName":"Upc","name":"upc","type":"string","default":"","placeholder":"635753490879","required":true,"displayOptions":{"show":{"group":["product","product","product"],"tool":["checkUpcExist","checkUpcFormat","getUpcLookup"]}},"description":"The \"Upc\" value to use as a parameter for this Operation"},{"displayName":"Isin","name":"isin","type":"string","default":"","placeholder":"US0378331005","required":true,"displayOptions":{"show":{"group":["company"],"tool":["checkNumberIsin"]}},"description":"The \"Isin\" value to use as a parameter for this Operation"},{"displayName":"Number","name":"number","type":"string","default":"","placeholder":"998239812282","required":true,"displayOptions":{"show":{"group":["company","text","text","communication","communication","internet","internet","text","text","text","text","text","text"],"tool":["checkNumberSsEs","checkListMax","checkListMin","getMobileOrPhoneLookupEs","getMobileOrPhoneMnpEs","getNetFixip","getNetNtoa","checkNumberDecimal","checkNumberEven","checkNumberMod","checkNumberNatural","checkNumberOdd","checkNumberPrime"]}},"description":"The \"Number\" value to use as a parameter for this Operation"},{"displayName":"Uuid","name":"uuid","type":"string","default":"","placeholder":"550e8400-e29b-41d4-a716-446655440000","required":true,"displayOptions":{"show":{"group":["security"],"tool":["checkNumberUuid"]}},"description":"The \"Uuid\" value to use as a parameter for this Operation"},{"displayName":"Domain","name":"domain","type":"string","default":"","placeholder":"killia.com","required":true,"displayOptions":{"show":{"group":["company","company","company","company","company","company","company","company","company","company","company","company","security","internet","communication","internet","internet","communication","internet","internet","communication","internet","image","internet","internet","internet","internet","internet","internet","internet","internet","internet","communication","communication","communication","communication","internet","internet","communication","communication","communication"],"tool":["getCompanyByDomain","getPersonEmailsByDomainAndArea","getProfileFacebookByCompanyDomain","getCompanyFinancialByDomain","getProfileGithubByCompanyDomain","getProfileInstagramByCompanyDomain","getProfileLinkedinByCompanyDomain","getCompanyNameByDomain","getCompanyPhoneByDomain","getProfilePinterestByCompanyDomain","getProfileTwitterByCompanyDomain","getProfileYoutubeByCompanyDomain","getDomainBlacklists","getUrlByDomain","checkDomainCatchall","checkDomainCertificate","getDomainCertificate","checkDomainDisposable","checkDomainExist","checkDomainFormat","checkDomainFree","getDomainIsp","getDomainLogo","checkDomainMx","checkDomainRecord","getDomainRecord","getDomainRecords","checkDomainReverse","getDomainReverseIp","getDomainTechnologies","getDomainVisits","getDomainWhois","getEmailGdprListByDomain","getEmailListByDomain","getEmailRecipient","getEmailRecipientByDomainAndFullname","getFeedEntriesByDomain","getFeedLastEntryByDomain","checkSocialDomainExist","getSocialDomainLookup","getSocialDomainParsed"]}},"description":"The \"Domain\" value to use as a parameter for this Operation"},{"displayName":"Duns","name":"duns","type":"string","default":"","placeholder":"464016690","required":true,"displayOptions":{"show":{"group":["company","company"],"tool":["getCompanyByDuns","getCompanyFinancialByDuns"]}},"description":"The \"Duns\" value to use as a parameter for this Operation"},{"displayName":"Email","name":"email","type":"string","default":"","placeholder":"hello@killia.com","required":true,"displayOptions":{"show":{"group":["company","company","communication","communication","communication","communication","communication","communication","communication","communication","communication","communication","communication","communication","communication","communication","communication","communication","personal","personal","personal","personal","personal","personal","communication","communication","communication"],"tool":["getCompanyByEmail","getPersonListByParams","checkEmailCatchall","checkEmailDisposable","getEmailDomain","checkEmailExists","checkEmailExistsExtended","getEmailFirstReferences","getEmailFix","checkEmailFormat","checkEmailFree","getEmailListByEmail","getEmailNormalized","getEmailReferences","checkEmailRole","checkEmailSmtp","checkEmailSpamtrap","getEmailType","getGenderByEmail","getPersonByEmail","sendPersonEmailToList","getPersonExtendedByEmail","getPersonExtendedByEmailAndCompany","getProfileLinkedinByEmail","checkRobinsonEmailExist","checkSocialEmailExist","getSocialEmailLookup"]}},"description":"The \"Email\" value to use as a parameter for this Operation"},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"Cyberclick S.L.","required":true,"displayOptions":{"show":{"group":["company","company","company","company","personal","geographic","geographic","geographic","geographic","personal","personal","geographic","personal","personal"],"tool":["getCompanyByName","getCompanyDomainByName","getCompanyFinancialByName","getCompanyPhoneByName","getGenderByPersonalName","getLocationByName","getLocationByParams","getLocationListByName","getLocationListByParams","getNameByPrefix","checkNameExist","getNameListByPrefix","getNameNormalized","checkNameValid"]}},"description":"The \"Name\" value to use as a parameter for this Operation"},{"displayName":"Url","name":"url","type":"string","default":"","placeholder":"https://www.facebook.com/cyberclicknet","required":true,"displayOptions":{"show":{"group":["company","internet","internet","image","internet","internet","internet","image","image","image","image","communication","communication","communication","communication","communication","communication","communication","internet","internet","internet","internet","internet","internet","internet","internet","internet","internet","internet","communication"],"tool":["getCompanyByProfile","getDomainByUrl","getUrlPdf","getUrlScreenshot","getUrlShareableLinks","getUrlTechnologies","getUrlUnshortened","getImageExif","getImageOcr","getImageWithText","getQrDecoded","getLinkedinGroupMembers","getLinkedinPostComments","getLinkedinPostLikes","getLinkedinProfiles","getLinkedinProfilesByCompany","getLinkedinPublicProfileBySalesProfile","sendLinkedinVisit","getUrlAnalysis","checkUrlContains","getUrlContents","getUrlContentsParsed","getUrlDecode","getUrlEncode","checkUrlExist","getUrlListContentsParsed","getUrlParsed","getUrlTables","checkUrlValid","getSocialUriParsed"]}},"description":"The \"Url\" value to use as a parameter for this Operation"},{"displayName":"Profile","name":"profile","type":"string","default":"","placeholder":"https://www.linkedin.com/in/miquelcolomersalas","required":true,"displayOptions":{"show":{"group":["personal","personal","communication","communication","communication","communication","communication","communication","communication","personal"],"tool":["getPersonByProfile","getPersonExtendedByProfile","sendLinkedinInvitation","sendLinkedinInvitationOrMessage","sendLinkedinMessage","getEmailPersonalRecipientByProfile","getEmailRecipientByProfile","getLinkedinProfile","checkLinkedinProfileIsContact","sendPersonProfileToList"]}},"description":"The \"Profile\" value to use as a parameter for this Operation"},{"displayName":"Role","name":"role","type":"string","default":"","placeholder":"Project Manager","required":true,"displayOptions":{"show":{"group":["company"],"tool":["getRoleClassified"]}},"description":"The \"Role\" value to use as a parameter for this Operation"},{"displayName":"Taxid","name":"taxid","type":"string","default":"","placeholder":"B04363115","required":true,"displayOptions":{"show":{"group":["company","company"],"tool":["checkCompanyDebtorByTaxid","getCompanyFinancialByTaxid"]}},"description":"The \"Taxid\" value to use as a parameter for this Operation"},{"displayName":"Company","name":"company","type":"string","default":"","placeholder":"uproc.io","required":true,"displayOptions":{"show":{"group":["company","company","company","company","company","company","company","communication","communication","personal","personal","personal","personal"],"tool":["getPersonDecisionMaker","getPersonDecisionMakerBySearch","getProfileFacebookByCompany","getProfileLinkedinByCompany","getPersonListByParams","getPersonMultipleDecisionMakerBySearch","getProfileTwitterByCompany","getEmailRecipientByCompanyAndFullname","getEmailRecipientByCompanyFirstnameAndLastname","getPersonByFirstnameLastnameCompanyLocation","getPersonExtendedByEmailAndCompany","getProfileByEmployeeData","getProfileXingByEmployeeData"]}},"description":"The \"Company\" value to use as a parameter for this Operation"},{"displayName":"Area","name":"area","type":"options","default":"","placeholder":"","required":false,"options":[{"name":"Communications","value":"Communications"},{"name":"Consulting","value":"Consulting"},{"name":"Customer service","value":"Customer service"},{"name":"Education","value":"Education"},{"name":"Engineering","value":"Engineering"},{"name":"Finance","value":"Finance"},{"name":"Health professional","value":"Health professional"},{"name":"Human resources","value":"Human resources"},{"name":"Information technology","value":"Information technology"},{"name":"Legal","value":"Legal"},{"name":"Marketing","value":"Marketing"},{"name":"Operations","value":"Operations"},{"name":"Owner","value":"Owner"},{"name":"President","value":"President"},{"name":"Product","value":"Product"},{"name":"Public relations","value":"Public relations"},{"name":"Real estate","value":"Real estate"},{"name":"Recruiting","value":"Recruiting"},{"name":"Research","value":"Research"},{"name":"Sales","value":"Sales"}],"displayOptions":{"show":{"group":["company","company","company","company","company"],"tool":["getPersonDecisionMaker","getPersonDecisionMakerBySearch","getPersonEmailsByDomainAndArea","getPersonListByParams","getPersonMultipleDecisionMakerBySearch"]}},"description":"The \"Area\" value to use as a parameter for this Operation"},{"displayName":"Clevel","name":"clevel","type":"options","default":"","placeholder":"","required":false,"options":[{"name":"No","value":"No"},{"name":"Yes","value":"Yes"}],"displayOptions":{"show":{"group":["company","company"],"tool":["getPersonDecisionMakerBySearch","getPersonMultipleDecisionMakerBySearch"]}},"description":"The \"Clevel\" value to use as a parameter for this Operation"},{"displayName":"Location","name":"location","type":"string","default":"","placeholder":"","required":false,"displayOptions":{"show":{"group":["company","company","geographic","geographic","personal"],"tool":["getPersonDecisionMakerBySearch","getPersonMultipleDecisionMakerBySearch","getLocationByParams","getLocationListByParams","getPersonByFirstnameLastnameCompanyLocation"]}},"description":"The \"Location\" value to use as a parameter for this Operation"},{"displayName":"Keyword","name":"keyword","type":"string","default":"","placeholder":"","required":false,"displayOptions":{"show":{"group":["company","company"],"tool":["getPersonDecisionMakerBySearch","getPersonMultipleDecisionMakerBySearch"]}},"description":"The \"Keyword\" value to use as a parameter for this Operation"},{"displayName":"Message","name":"message","type":"string","default":"","placeholder":"Hi {{first}}, would you like to be part of my network! Thanks","required":true,"displayOptions":{"show":{"group":["communication","communication"],"tool":["sendLinkedinInvitation","sendLinkedinMessage"]}},"description":"The \"Message\" value to use as a parameter for this Operation"},{"displayName":"Message1","name":"message1","type":"string","default":"","placeholder":"Hi {{first}}, would you like to be part of my network? Thanks","required":true,"displayOptions":{"show":{"group":["communication"],"tool":["sendLinkedinInvitationOrMessage"]}},"description":"The \"Message1\" value to use as a parameter for this Operation"},{"displayName":"Message2","name":"message2","type":"string","default":"","placeholder":"Hi {{first}}, thank you for accepting my invitation!","required":true,"displayOptions":{"show":{"group":["communication"],"tool":["sendLinkedinInvitationOrMessage"]}},"description":"The \"Message2\" value to use as a parameter for this Operation"},{"displayName":"Seniority","name":"seniority","type":"options","default":"","placeholder":"","required":false,"options":[{"name":"Apprentice","value":"Apprentice"},{"name":"Director","value":"Director"},{"name":"Executive","value":"Executive"},{"name":"Intermediate","value":"Intermediate"},{"name":"Manager","value":"Manager"}],"displayOptions":{"show":{"group":["company"],"tool":["getPersonListByParams"]}},"description":"The \"Seniority\" value to use as a parameter for this Operation"},{"displayName":"Address1","name":"address1","type":"string","default":"","placeholder":"Mallorca 120, 08036, Barcelona","required":true,"displayOptions":{"show":{"group":["geographic","geographic"],"tool":["getDistanceByAddresses","getRouteByAddresses"]}},"description":"The \"Address1\" value to use as a parameter for this Operation"},{"displayName":"Address2","name":"address2","type":"string","default":"","placeholder":"Mallorca 70, 08036, Barcelona","required":true,"displayOptions":{"show":{"group":["geographic","geographic"],"tool":["getDistanceByAddresses","getRouteByAddresses"]}},"description":"The \"Address2\" value to use as a parameter for this Operation"},{"displayName":"Fuel consumption","name":"fuel_consumption","type":"string","default":"","placeholder":"5","required":true,"displayOptions":{"show":{"group":["geographic","geographic"],"tool":["getRouteByAddresses","getRouteByIps"]}},"description":"The \"Fuel consumption\" value to use as a parameter for this Operation"},{"displayName":"Price liter","name":"price_liter","type":"string","default":"","placeholder":"1.2","required":true,"displayOptions":{"show":{"group":["geographic","geographic"],"tool":["getRouteByAddresses","getRouteByIps"]}},"description":"The \"Price liter\" value to use as a parameter for this Operation"},{"displayName":"Coordinates1","name":"coordinates1","type":"string","default":"","placeholder":"41.2522,-12.10","required":true,"displayOptions":{"show":{"group":["geographic","geographic","geographic","geographic","geographic","geographic","geographic"],"tool":["getDistanceByCoordinates","getRouteByCoordinates","checkDistanceEq","checkDistanceGe","checkDistanceGt","checkDistanceLe","checkDistanceLt"]}},"description":"The \"Coordinates1\" value to use as a parameter for this Operation"},{"displayName":"Coordinates2","name":"coordinates2","type":"string","default":"","placeholder":"41.2522,-12.30","required":true,"displayOptions":{"show":{"group":["geographic","geographic","geographic","geographic","geographic","geographic","geographic"],"tool":["getDistanceByCoordinates","getRouteByCoordinates","checkDistanceEq","checkDistanceGe","checkDistanceGt","checkDistanceLe","checkDistanceLt"]}},"description":"The \"Coordinates2\" value to use as a parameter for this Operation"},{"displayName":"Ip1","name":"ip1","type":"string","default":"","placeholder":"95.23.100.79","required":true,"displayOptions":{"show":{"group":["geographic","geographic"],"tool":["getDistanceByIps","getRouteByIps"]}},"description":"The \"Ip1\" value to use as a parameter for this Operation"},{"displayName":"Ip2","name":"ip2","type":"string","default":"","placeholder":"88.190.16.36","required":true,"displayOptions":{"show":{"group":["geographic","geographic"],"tool":["getDistanceByIps","getRouteByIps"]}},"description":"The \"Ip2\" value to use as a parameter for this Operation"},{"displayName":"Phone1","name":"phone1","type":"string","default":"","placeholder":"932187670","required":true,"displayOptions":{"show":{"group":["geographic","geographic"],"tool":["getDistanceByPhones","getRouteByPhones"]}},"description":"The \"Phone1\" value to use as a parameter for this Operation"},{"displayName":"Phone2","name":"phone2","type":"string","default":"","placeholder":"91213111111","required":true,"displayOptions":{"show":{"group":["geographic","geographic"],"tool":["getDistanceByPhones","getRouteByPhones"]}},"description":"The \"Phone2\" value to use as a parameter for this Operation"},{"displayName":"Zipcode1","name":"zipcode1","type":"string","default":"","placeholder":"08012","required":true,"displayOptions":{"show":{"group":["geographic","geographic"],"tool":["getDistanceByZipcodes","getRouteByZipcodes"]}},"description":"The \"Zipcode1\" value to use as a parameter for this Operation"},{"displayName":"Zipcode2","name":"zipcode2","type":"string","default":"","placeholder":"28080","required":true,"displayOptions":{"show":{"group":["geographic","geographic"],"tool":["getDistanceByZipcodes","getRouteByZipcodes"]}},"description":"The \"Zipcode2\" value to use as a parameter for this Operation"},{"displayName":"Distance","name":"distance","type":"string","default":"","placeholder":"33.44","required":true,"displayOptions":{"show":{"group":["geographic","geographic","geographic","geographic","geographic"],"tool":["checkDistanceEq","checkDistanceGe","checkDistanceGt","checkDistanceLe","checkDistanceLt"]}},"description":"The \"Distance\" value to use as a parameter for this Operation"},{"displayName":"Coin","name":"coin","type":"options","default":"","placeholder":"Bitcoin","required":true,"options":[{"name":"0x","value":"0x"},{"name":"Aave Coin","value":"Aave Coin"},{"name":"Algorand","value":"Algorand"},{"name":"Aragon","value":"Aragon"},{"name":"Augur","value":"Augur"},{"name":"AugurV2","value":"AugurV2"},{"name":"AuroraCoin","value":"AuroraCoin"},{"name":"BTU Protocol","value":"BTU Protocol"},{"name":"Bancor","value":"Bancor"},{"name":"Bankex","value":"Bankex"},{"name":"Basic Attention Token","value":"Basic Attention Token"},{"name":"BeaverCoin","value":"BeaverCoin"},{"name":"BioCoin","value":"BioCoin"},{"name":"Bitcoin","value":"Bitcoin"},{"name":"Bitcoin SV","value":"Bitcoin SV"},{"name":"BitcoinCash","value":"BitcoinCash"},{"name":"BitcoinGold","value":"BitcoinGold"},{"name":"BitcoinPrivate","value":"BitcoinPrivate"},{"name":"BitcoinZ","value":"BitcoinZ"},{"name":"BlockTrade","value":"BlockTrade"},{"name":"CUSD","value":"CUSD"},{"name":"Callisto","value":"Callisto"},{"name":"Cardano","value":"Cardano"},{"name":"Chainlink","value":"Chainlink"},{"name":"Civic","value":"Civic"},{"name":"Compound","value":"Compound"},{"name":"Cred","value":"Cred"},{"name":"Crypto.com Coin","value":"Crypto.com Coin"},{"name":"Dash","value":"Dash"},{"name":"Decentraland","value":"Decentraland"},{"name":"Decred","value":"Decred"},{"name":"DigiByte","value":"DigiByte"},{"name":"District0x","value":"District0x"},{"name":"DogeCoin","value":"DogeCoin"},{"name":"EOS","value":"EOS"},{"name":"Enjin Coin","value":"Enjin Coin"},{"name":"EtherZero","value":"EtherZero"},{"name":"Ethereum","value":"Ethereum"},{"name":"EthereumClassic","value":"EthereumClassic"},{"name":"Expanse","value":"Expanse"},{"name":"FirmaChain","value":"FirmaChain"},{"name":"FreiCoin","value":"FreiCoin"},{"name":"GameCredits","value":"GameCredits"},{"name":"GarliCoin","value":"GarliCoin"},{"name":"Gnosis","value":"Gnosis"},{"name":"Golem","value":"Golem"},{"name":"Golem (GNT)","value":"Golem (GNT)"},{"name":"HedgeTrade","value":"HedgeTrade"},{"name":"Hush","value":"Hush"},{"name":"HyperSpace","value":"HyperSpace"},{"name":"Komodo","value":"Komodo"},{"name":"LBRY Credits","value":"LBRY Credits"},{"name":"Lisk","value":"Lisk"},{"name":"LiteCoin","value":"LiteCoin"},{"name":"Loom Network","value":"Loom Network"},{"name":"Maker","value":"Maker"},{"name":"Matchpool","value":"Matchpool"},{"name":"Matic","value":"Matic"},{"name":"MegaCoin","value":"MegaCoin"},{"name":"Melon","value":"Melon"},{"name":"Metal","value":"Metal"},{"name":"MonaCoin","value":"MonaCoin"},{"name":"Monero","value":"Monero"},{"name":"Multi-collateral DAI","value":"Multi-collateral DAI"},{"name":"NameCoin","value":"NameCoin"},{"name":"Nano","value":"Nano"},{"name":"Nem","value":"Nem"},{"name":"Neo","value":"Neo"},{"name":"NeoGas","value":"NeoGas"},{"name":"Numeraire","value":"Numeraire"},{"name":"Ocean Protocol","value":"Ocean Protocol"},{"name":"Odyssey","value":"Odyssey"},{"name":"OmiseGO","value":"OmiseGO"},{"name":"PIVX","value":"PIVX"},{"name":"Paxos","value":"Paxos"},{"name":"PeerCoin","value":"PeerCoin"},{"name":"Polkadot","value":"Polkadot"},{"name":"Polymath","value":"Polymath"},{"name":"PrimeCoin","value":"PrimeCoin"},{"name":"ProtoShares","value":"ProtoShares"},{"name":"Qtum","value":"Qtum"},{"name":"Quant","value":"Quant"},{"name":"Quantum Resistant Ledger","value":"Quantum Resistant Ledger"},{"name":"RaiBlocks","value":"RaiBlocks"},{"name":"Ripio Credit Network","value":"Ripio Credit Network"},{"name":"Ripple","value":"Ripple"},{"name":"SOLVE","value":"SOLVE"},{"name":"Salt","value":"Salt"},{"name":"Serve","value":"Serve"},{"name":"Siacoin","value":"Siacoin"},{"name":"SnowGem","value":"SnowGem"},{"name":"SolarCoin","value":"SolarCoin"},{"name":"Spendcoin","value":"Spendcoin"},{"name":"Status","value":"Status"},{"name":"Stellar","value":"Stellar"},{"name":"Storj","value":"Storj"},{"name":"Storm","value":"Storm"},{"name":"StormX","value":"StormX"},{"name":"Swarm City","value":"Swarm City"},{"name":"Synthetix Network","value":"Synthetix Network"},{"name":"TEMCO","value":"TEMCO"},{"name":"Tap","value":"Tap"},{"name":"TenX","value":"TenX"},{"name":"Tether","value":"Tether"},{"name":"Tezos","value":"Tezos"},{"name":"Tron","value":"Tron"},{"name":"TrueUSD","value":"TrueUSD"},{"name":"USD Coin","value":"USD Coin"},{"name":"Uniswap Coin","value":"Uniswap Coin"},{"name":"VeChain","value":"VeChain"},{"name":"VertCoin","value":"VertCoin"},{"name":"Viberate","value":"Viberate"},{"name":"VoteCoin","value":"VoteCoin"},{"name":"Waves","value":"Waves"},{"name":"Wings","value":"Wings"},{"name":"ZCash","value":"ZCash"},{"name":"ZClassic","value":"ZClassic"},{"name":"ZenCash","value":"ZenCash"},{"name":"IExec RLC","value":"iExec RLC"},{"name":"Loki","value":"loki"}],"displayOptions":{"show":{"group":["finance"],"tool":["checkCryptoWalletAddressValid"]}},"description":"The \"Coin\" value to use as a parameter for this Operation"},{"displayName":"Country code","name":"country_code","type":"string","default":"","placeholder":"ES","required":true,"displayOptions":{"show":{"group":["finance"],"tool":["getCurrencyByCountryIsocode"]}},"description":"The \"Country code\" value to use as a parameter for this Operation"},{"displayName":"Amount","name":"amount","type":"string","default":"","placeholder":"10","required":true,"displayOptions":{"show":{"group":["finance","communication"],"tool":["getCurrencyConvertedBetweenIsocodeDate","getLinkedinProfiles"]}},"description":"The \"Amount\" value to use as a parameter for this Operation"},{"displayName":"Isocode1","name":"isocode1","type":"options","default":"","placeholder":"EUR","required":true,"options":[{"name":"AUD","value":"AUD"},{"name":"BGN","value":"BGN"},{"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":"HRK","value":"HRK"},{"name":"HUF","value":"HUF"},{"name":"IDR","value":"IDR"},{"name":"ILS","value":"ILS"},{"name":"INR","value":"INR"},{"name":"ISK","value":"ISK"},{"name":"JPY","value":"JPY"},{"name":"KRW","value":"KRW"},{"name":"MXN","value":"MXN"},{"name":"MYR","value":"MYR"},{"name":"NOK","value":"NOK"},{"name":"NZD","value":"NZD"},{"name":"PHP","value":"PHP"},{"name":"PLN","value":"PLN"},{"name":"RON","value":"RON"},{"name":"RUB","value":"RUB"},{"name":"SEK","value":"SEK"},{"name":"SGD","value":"SGD"},{"name":"THB","value":"THB"},{"name":"TRY","value":"TRY"},{"name":"USD","value":"USD"},{"name":"ZAR","value":"ZAR"}],"displayOptions":{"show":{"group":["finance"],"tool":["getCurrencyConvertedBetweenIsocodeDate"]}},"description":"The \"Isocode1\" value to use as a parameter for this Operation"},{"displayName":"Isocode2","name":"isocode2","type":"options","default":"","placeholder":"USD","required":true,"options":[{"name":"AUD","value":"AUD"},{"name":"BGN","value":"BGN"},{"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":"HRK","value":"HRK"},{"name":"HUF","value":"HUF"},{"name":"IDR","value":"IDR"},{"name":"ILS","value":"ILS"},{"name":"INR","value":"INR"},{"name":"ISK","value":"ISK"},{"name":"JPY","value":"JPY"},{"name":"KRW","value":"KRW"},{"name":"MXN","value":"MXN"},{"name":"MYR","value":"MYR"},{"name":"NOK","value":"NOK"},{"name":"NZD","value":"NZD"},{"name":"PHP","value":"PHP"},{"name":"PLN","value":"PLN"},{"name":"RON","value":"RON"},{"name":"RUB","value":"RUB"},{"name":"SEK","value":"SEK"},{"name":"SGD","value":"SGD"},{"name":"THB","value":"THB"},{"name":"TRY","value":"TRY"},{"name":"USD","value":"USD"},{"name":"ZAR","value":"ZAR"}],"displayOptions":{"show":{"group":["finance"],"tool":["getCurrencyConvertedBetweenIsocodeDate"]}},"description":"The \"Isocode2\" value to use as a parameter for this Operation"},{"displayName":"Date1","name":"date1","type":"string","default":"","placeholder":"1975-05-20","required":true,"displayOptions":{"show":{"group":["personal","personal","personal","personal","personal","personal","personal"],"tool":["checkDateBetw","getDateDifference","checkDateEq","checkDateGe","checkDateGt","checkDateLe","checkDateLt"]}},"description":"The \"Date1\" value to use as a parameter for this Operation"},{"displayName":"Date2","name":"date2","type":"string","default":"","placeholder":"1975-05-19","required":true,"displayOptions":{"show":{"group":["personal","personal","personal","personal","personal","personal","personal"],"tool":["checkDateBetw","getDateDifference","checkDateEq","checkDateGe","checkDateGt","checkDateLe","checkDateLt"]}},"description":"The \"Date2\" value to use as a parameter for this Operation"},{"displayName":"Date3","name":"date3","type":"string","default":"","placeholder":"1975-05-22","required":true,"displayOptions":{"show":{"group":["personal"],"tool":["checkDateBetw"]}},"description":"The \"Date3\" value to use as a parameter for this Operation"},{"displayName":"Period","name":"period","type":"options","default":"","placeholder":"seconds","required":true,"options":[{"name":"Days","value":"days"},{"name":"Hours","value":"hours"},{"name":"Minutes","value":"minutes"},{"name":"Seconds","value":"seconds"}],"displayOptions":{"show":{"group":["personal"],"tool":["getDateDifference"]}},"description":"The \"Period\" value to use as a parameter for this Operation"},{"displayName":"Useragent","name":"useragent","type":"string","default":"","placeholder":"AppleTV5,3/9.1.1","required":true,"displayOptions":{"show":{"group":["internet","image"],"tool":["getDeviceByUa","getUrlScreenshot"]}},"description":"The \"Useragent\" value to use as a parameter for this Operation"},{"displayName":"Type","name":"type","type":"options","default":"","placeholder":"A","required":false,"options":[{"name":"A","value":"A"},{"name":"AAAA","value":"AAAA"},{"name":"CNAME","value":"CNAME"},{"name":"MX","value":"MX"},{"name":"NS","value":"NS"},{"name":"TXT","value":"TXT"}],"displayOptions":{"show":{"group":["internet","internet","communication"],"tool":["checkDomainRecord","getDomainRecord","getLinkedinSearchContactsUrl"]}},"description":"The \"Type\" value to use as a parameter for this Operation"},{"displayName":"Width","name":"width","type":"options","default":"","placeholder":"640","required":false,"options":[{"name":"1024","value":"1024"},{"name":"160","value":"160"},{"name":"320","value":"320"},{"name":"640","value":"640"},{"name":"800","value":"800"}],"displayOptions":{"show":{"group":["image"],"tool":["getUrlScreenshot"]}},"description":"The \"Width\" value to use as a parameter for this Operation"},{"displayName":"Fullpage","name":"fullpage","type":"options","default":"","placeholder":"no","required":false,"options":[{"name":"No","value":"no"},{"name":"Yes","value":"yes"}],"displayOptions":{"show":{"group":["image"],"tool":["getUrlScreenshot"]}},"description":"The \"Fullpage\" value to use as a parameter for this Operation"},{"displayName":"Selector","name":"selector","type":"string","default":"","placeholder":"h1.mt-4","required":false,"displayOptions":{"show":{"group":["image","internet"],"tool":["getUrlScreenshot","getUrlContents"]}},"description":"The \"Selector\" value to use as a parameter for this Operation"},{"displayName":"Delay","name":"delay","type":"string","default":"","placeholder":"1000","required":false,"displayOptions":{"show":{"group":["image"],"tool":["getUrlScreenshot"]}},"description":"The \"Delay\" value to use as a parameter for this Operation"},{"displayName":"Viewport","name":"viewport","type":"string","default":"","placeholder":"1440x900","required":false,"displayOptions":{"show":{"group":["image"],"tool":["getUrlScreenshot"]}},"description":"The \"Viewport\" value to use as a parameter for this Operation"},{"displayName":"Email from","name":"email_from","type":"string","default":"","placeholder":"mcolomer@killia.com","required":true,"displayOptions":{"show":{"group":["communication"],"tool":["sendEmailCustom"]}},"description":"The \"Email from\" value to use as a parameter for this Operation"},{"displayName":"Email to","name":"email_to","type":"string","default":"","placeholder":"mcolomer@gmail.com","required":true,"displayOptions":{"show":{"group":["communication"],"tool":["sendEmailCustom"]}},"description":"The \"Email to\" value to use as a parameter for this Operation"},{"displayName":"Subject","name":"subject","type":"string","default":"","placeholder":"Welcome email","required":true,"displayOptions":{"show":{"group":["communication"],"tool":["sendEmailCustom"]}},"description":"The \"Subject\" value to use as a parameter for this Operation"},{"displayName":"Body","name":"body","type":"string","default":"","placeholder":"Hi!<br><br>Welcome to uProc and start <b>improving</b> your business processes!","required":true,"displayOptions":{"show":{"group":["communication"],"tool":["sendEmailCustom"]}},"description":"The \"Body\" value to use as a parameter for this Operation"},{"displayName":"Page","name":"page","type":"number","default":"","placeholder":"1","required":false,"displayOptions":{"show":{"group":["communication","communication"],"tool":["getEmailListByDomain","getEmailListByEmail"]}},"description":"The \"Page\" value to use as a parameter for this Operation"},{"displayName":"Firstname","name":"firstname","type":"string","default":"","placeholder":"Miquel","required":true,"displayOptions":{"show":{"group":["communication","communication","personal","personal","personal"],"tool":["getEmailRecipient","getEmailRecipientByCompanyFirstnameAndLastname","getPersonByFirstnameLastnameCompanyLocation","getProfileByEmployeeData","getProfileXingByEmployeeData"]}},"description":"The \"Firstname\" value to use as a parameter for this Operation"},{"displayName":"Lastname","name":"lastname","type":"string","default":"","placeholder":"Colomer","required":false,"displayOptions":{"show":{"group":["communication","communication","personal","personal","personal"],"tool":["getEmailRecipient","getEmailRecipientByCompanyFirstnameAndLastname","getPersonByFirstnameLastnameCompanyLocation","getProfileByEmployeeData","getProfileXingByEmployeeData"]}},"description":"The \"Lastname\" value to use as a parameter for this Operation"},{"displayName":"Mode","name":"mode","type":"options","default":"","placeholder":"verify","required":true,"options":[{"name":"Guess","value":"guess"},{"name":"Only_verify","value":"only_verify"},{"name":"Verify","value":"verify"}],"displayOptions":{"show":{"group":["communication","communication","communication","communication","communication","communication","communication","communication"],"tool":["getEmailRecipient","getEmailRecipientByCompanyAndFullname","getEmailRecipientByCompanyFirstnameAndLastname","getEmailRecipientByDomainAndFullname","getLinkedinConnections","getLinkedinInvitations","getLinkedinProfile","getLinkedinProfiles"]}},"description":"The \"Mode\" value to use as a parameter for this Operation"},{"displayName":"Fullname","name":"fullname","type":"string","default":"","placeholder":"Miquel Colomer","required":true,"displayOptions":{"show":{"group":["communication","communication","personal"],"tool":["getEmailRecipientByCompanyAndFullname","getEmailRecipientByDomainAndFullname","getFullnameParsed"]}},"description":"The \"Fullname\" value to use as a parameter for this Operation"},{"displayName":"Mobile","name":"mobile","type":"string","default":"","placeholder":"34605281220","required":true,"displayOptions":{"show":{"group":["communication","communication","communication","communication","communication","communication","communication","communication","communication","communication","communication","communication","communication","communication","personal","communication","communication"],"tool":["sendMobileSms","checkMobileAlive","getMobileCountryCode","checkMobileExist","checkMobileFormat","checkMobileFormatEs","getMobileFormatted","getMobileHlrLookup","getMobileLookup","getMobileMnpLookup","getMobileNormalized","checkMobileSms","checkMobileValidPrefix","checkMobileValidPrefixEs","getPersonByMobile","checkSocialMobileExist","getSocialMobileLookup"]}},"description":"The \"Mobile\" value to use as a parameter for this Operation"},{"displayName":"Url dlr","name":"url_dlr","type":"string","default":"","placeholder":"https://sms-dlr.free.beeceptor.com","required":false,"displayOptions":{"show":{"group":["communication"],"tool":["sendMobileSms"]}},"description":"The \"Url dlr\" value to use as a parameter for this Operation"},{"displayName":"Source","name":"source","type":"string","default":"","placeholder":"https://habilon.com/wp-content/uploads/2019/09/11b07c01.pdf","required":true,"displayOptions":{"show":{"group":["internet"],"tool":["getFileCopiedBetweenUrls"]}},"description":"The \"Source\" value to use as a parameter for this Operation"},{"displayName":"Destination","name":"destination","type":"string","default":"","placeholder":"s3://ACCESSKEY:SECRETKEY@s3.amazon.com/BUCKET_NAME/sample.pdf","required":true,"displayOptions":{"show":{"group":["internet"],"tool":["getFileCopiedBetweenUrls"]}},"description":"The \"Destination\" value to use as a parameter for this Operation"},{"displayName":"Size","name":"size","type":"string","default":"","placeholder":"80","required":false,"displayOptions":{"show":{"group":["image"],"tool":["getImageWithText"]}},"description":"The \"Size\" value to use as a parameter for this Operation"},{"displayName":"List","name":"list","type":"string","default":"","placeholder":"last-connections","required":false,"displayOptions":{"show":{"group":["communication","communication","communication","communication","communication","communication","communication","communication","communication","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","personal","personal"],"tool":["getLinkedinConnections","getLinkedinGroupMembers","getLinkedinInvitations","getLinkedinPostComments","getLinkedinPostLikes","getLinkedinProfile","getLinkedinProfiles","getLinkedinProfilesByCompany","getLinkedinProfilesByContent","checkListContains","checkListEnds","checkListLengthBetw","checkListLengthEq","checkListLengthGe","checkListLengthGt","checkListLengthLe","checkListLengthLt","checkListMax","getListMax","checkListMin","getListMin","getListSort","checkListSorted","checkListStarts","checkListUnique","getListUnique","checkListValid","sendPersonEmailToList","sendPersonProfileToList"]}},"description":"The \"List\" value to use as a parameter for this Operation"},{"displayName":"Keywords","name":"keywords","type":"string","default":"","placeholder":"Growth","required":false,"displayOptions":{"show":{"group":["communication"],"tool":["getLinkedinProfilesByContent"]}},"description":"The \"Keywords\" value to use as a parameter for this Operation"},{"displayName":"Current company","name":"current_company","type":"string","default":"","placeholder":"Apple","required":false,"displayOptions":{"show":{"group":["communication"],"tool":["getLinkedinSearchContactsUrl"]}},"description":"The \"Current company\" value to use as a parameter for this Operation"},{"displayName":"Current title","name":"current_title","type":"string","default":"","placeholder":"Software Engineer","required":false,"displayOptions":{"show":{"group":["communication"],"tool":["getLinkedinSearchContactsUrl"]}},"description":"The \"Current title\" value to use as a parameter for this Operation"},{"displayName":"Included companies","name":"included_companies","type":"string","default":"","placeholder":"Sony,IBM","required":false,"displayOptions":{"show":{"group":["communication"],"tool":["getLinkedinSearchContactsUrl"]}},"description":"The \"Included companies\" value to use as a parameter for this Operation"},{"displayName":"Excluded companies","name":"excluded_companies","type":"string","default":"","placeholder":"Apple,BP","required":false,"displayOptions":{"show":{"group":["communication"],"tool":["getLinkedinSearchContactsUrl"]}},"description":"The \"Excluded companies\" value to use as a parameter for this Operation"},{"displayName":"Included titles","name":"included_titles","type":"string","default":"","placeholder":"DevOps Engineer,Systems Engineer","required":false,"displayOptions":{"show":{"group":["communication"],"tool":["getLinkedinSearchContactsUrl"]}},"description":"The \"Included titles\" value to use as a parameter for this Operation"},{"displayName":"Excluded titles","name":"excluded_titles","type":"string","default":"","placeholder":"Big Data,Inspector","required":false,"displayOptions":{"show":{"group":["communication"],"tool":["getLinkedinSearchContactsUrl"]}},"description":"The \"Excluded titles\" value to use as a parameter for this Operation"},{"displayName":"Included keywords","name":"included_keywords","type":"string","default":"","placeholder":"keyword_to_include","required":false,"displayOptions":{"show":{"group":["communication"],"tool":["getLinkedinSearchContactsUrl"]}},"description":"The \"Included keywords\" value to use as a parameter for this Operation"},{"displayName":"Excluded keywords","name":"excluded_keywords","type":"string","default":"","placeholder":"keyword_to_exclude","required":false,"displayOptions":{"show":{"group":["communication"],"tool":["getLinkedinSearchContactsUrl"]}},"description":"The \"Excluded keywords\" value to use as a parameter for this Operation"},{"displayName":"Length1","name":"length1","type":"number","default":"","placeholder":"3","required":true,"displayOptions":{"show":{"group":["text","text"],"tool":["checkListLengthBetw","checkStringLengthBetw"]}},"description":"The \"Length1\" value to use as a parameter for this Operation"},{"displayName":"Length2","name":"length2","type":"number","default":"","placeholder":"4","required":true,"displayOptions":{"show":{"group":["text","text"],"tool":["checkListLengthBetw","checkStringLengthBetw"]}},"description":"The \"Length2\" value to use as a parameter for this Operation"},{"displayName":"Length","name":"length","type":"number","default":"","placeholder":"3","required":true,"displayOptions":{"show":{"group":["text","text","text","text","text","text","text","text","text","text"],"tool":["checkListLengthEq","checkListLengthGe","checkListLengthGt","checkListLengthLe","checkListLengthLt","checkStringLengthEq","checkStringLengthGe","checkStringLengthGt","checkStringLengthLe","checkStringLengthLt"]}},"description":"The \"Length\" value to use as a parameter for this Operation"},{"displayName":"Separator","name":"separator","type":"string","default":"","placeholder":",","required":true,"displayOptions":{"show":{"group":["text","text","text"],"tool":["checkListValid","getStringSplit","getStringSplitAndJoin"]}},"description":"The \"Separator\" value to use as a parameter for this Operation"},{"displayName":"Latitude","name":"latitude","type":"string","default":"","placeholder":"40.4379331","required":true,"displayOptions":{"show":{"group":["geographic"],"tool":["getTimeByCoordinates"]}},"description":"The \"Latitude\" value to use as a parameter for this Operation"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","placeholder":"-3.7497476","required":true,"displayOptions":{"show":{"group":["geographic"],"tool":["getTimeByCoordinates"]}},"description":"The \"Longitude\" value to use as a parameter for this Operation"},{"displayName":"Radius","name":"radius","type":"string","default":"","placeholder":"250","required":false,"displayOptions":{"show":{"group":["geographic","geographic"],"tool":["getLocationByParams","getLocationListByParams"]}},"description":"The \"Radius\" value to use as a parameter for this Operation"},{"displayName":"Imei","name":"imei","type":"string","default":"","placeholder":"490154203237518","required":true,"displayOptions":{"show":{"group":["communication"],"tool":["checkMobileImei"]}},"description":"The \"Imei\" value to use as a parameter for this Operation"},{"displayName":"Regex","name":"regex","type":"string","default":"","placeholder":"uProc","required":true,"displayOptions":{"show":{"group":["internet","text","text"],"tool":["checkUrlContains","getStringByRegex","checkStringRegex"]}},"description":"The \"Regex\" value to use as a parameter for this Operation"},{"displayName":"Host","name":"host","type":"string","default":"","placeholder":"www.google.es","required":true,"displayOptions":{"show":{"group":["internet","internet","internet"],"tool":["checkNetHostAlive","getNetScan","checkNetServiceUp"]}},"description":"The \"Host\" value to use as a parameter for this Operation"},{"displayName":"Port","name":"port","type":"string","default":"","placeholder":"80","required":true,"displayOptions":{"show":{"group":["internet"],"tool":["checkNetServiceUp"]}},"description":"The \"Port\" value to use as a parameter for this Operation"},{"displayName":"Table","name":"table","type":"string","default":"","placeholder":"3","required":false,"displayOptions":{"show":{"group":["internet"],"tool":["getUrlTables"]}},"description":"The \"Table\" value to use as a parameter for this Operation"},{"displayName":"Number1","name":"number1","type":"string","default":"","placeholder":"23","required":true,"displayOptions":{"show":{"group":["text","text","text","text","text","text"],"tool":["checkNumberBetw","checkNumberEq","checkNumberGe","checkNumberGt","checkNumberLe","checkNumberLt"]}},"description":"The \"Number1\" value to use as a parameter for this Operation"},{"displayName":"Number2","name":"number2","type":"string","default":"","placeholder":"21","required":true,"displayOptions":{"show":{"group":["text","text","text","text","text","text"],"tool":["checkNumberBetw","checkNumberEq","checkNumberGe","checkNumberGt","checkNumberLe","checkNumberLt"]}},"description":"The \"Number2\" value to use as a parameter for this Operation"},{"displayName":"Number3","name":"number3","type":"string","default":"","placeholder":"24","required":true,"displayOptions":{"show":{"group":["text"],"tool":["checkNumberBetw"]}},"description":"The \"Number3\" value to use as a parameter for this Operation"},{"displayName":"Luhn","name":"luhn","type":"string","default":"","placeholder":"79927398713","required":true,"displayOptions":{"show":{"group":["security"],"tool":["checkNumberLuhn"]}},"description":"The \"Luhn\" value to use as a parameter for this Operation"},{"displayName":"Mod","name":"mod","type":"string","default":"","placeholder":"2","required":true,"displayOptions":{"show":{"group":["text"],"tool":["checkNumberMod"]}},"description":"The \"Mod\" value to use as a parameter for this Operation"},{"displayName":"Rest","name":"rest","type":"string","default":"","placeholder":"0","required":true,"displayOptions":{"show":{"group":["text"],"tool":["checkNumberMod"]}},"description":"The \"Rest\" value to use as a parameter for this Operation"},{"displayName":"Password","name":"password","type":"string","default":"","placeholder":"1agdA*$#","required":true,"displayOptions":{"show":{"group":["security"],"tool":["checkPasswordStrong"]}},"description":"The \"Password\" value to use as a parameter for this Operation"},{"displayName":"Locality","name":"locality","type":"options","default":"","placeholder":"English","required":true,"options":[{"name":"Australia (English)","value":"Australia (English)"},{"name":"Australia Ocker (English)","value":"Australia Ocker (English)"},{"name":"Azerbaijani","value":"Azerbaijani"},{"name":"Bork (English)","value":"Bork (English)"},{"name":"Canada (English)","value":"Canada (English)"},{"name":"Canada (French)","value":"Canada (French)"},{"name":"Chinese","value":"Chinese"},{"name":"Chinese (Taiwan)","value":"Chinese (Taiwan)"},{"name":"Czech","value":"Czech"},{"name":"Dutch","value":"Dutch"},{"name":"English","value":"English"},{"name":"Farsi","value":"Farsi"},{"name":"French","value":"French"},{"name":"Georgian","value":"Georgian"},{"name":"German","value":"German"},{"name":"German (Austria)","value":"German (Austria)"},{"name":"German (Switzerland)","value":"German (Switzerland)"},{"name":"Great Britain (English)","value":"Great Britain (English)"},{"name":"India (English)","value":"India (English)"},{"name":"Indonesia","value":"Indonesia"},{"name":"Ireland (English)","value":"Ireland (English)"},{"name":"Italian","value":"Italian"},{"name":"Japanese","value":"Japanese"},{"name":"Korean","value":"Korean"},{"name":"Nepalese","value":"Nepalese"},{"name":"Norwegian","value":"Norwegian"},{"name":"Polish","value":"Polish"},{"name":"Portuguese (Brazil)","value":"Portuguese (Brazil)"},{"name":"Russian","value":"Russian"},{"name":"Slovakian","value":"Slovakian"},{"name":"Spanish","value":"Spanish"},{"name":"Spanish Mexico","value":"Spanish Mexico"},{"name":"Swedish","value":"Swedish"},{"name":"Turkish","value":"Turkish"},{"name":"Ukrainian","value":"Ukrainian"},{"name":"United States (English)","value":"United States (English)"},{"name":"Vietnamese","value":"Vietnamese"}],"displayOptions":{"show":{"group":["personal"],"tool":["getPersonFakedData"]}},"description":"The \"Locality\" value to use as a parameter for this Operation"},{"displayName":"Surname","name":"surname","type":"string","default":"","placeholder":"Col","required":true,"displayOptions":{"show":{"group":["personal","personal","personal","personal","personal"],"tool":["getSurnameByPrefix","checkSurnameExist","getSurnameListByPrefix","getSurnameNormalized","checkSurnameValid"]}},"description":"The \"Surname\" value to use as a parameter for this Operation"},{"displayName":"Province","name":"province","type":"string","default":"","placeholder":"B","required":true,"displayOptions":{"show":{"group":["geographic","geographic","geographic"],"tool":["getProvinceByName","getProvinceListByName","getProvinceNormalized"]}},"description":"The \"Province\" value to use as a parameter for this Operation"},{"displayName":"Format","name":"format","type":"string","default":"","placeholder":"%09d","required":true,"displayOptions":{"show":{"group":["text"],"tool":["getStringByFormat"]}},"description":"The \"Format\" value to use as a parameter for this Operation"},{"displayName":"Text1","name":"text1","type":"string","default":"","placeholder":"test","required":true,"displayOptions":{"show":{"group":["text","text","text","text"],"tool":["checkStringContains","checkStringEnds","getStringJoin","checkStringStarts"]}},"description":"The \"Text1\" value to use as a parameter for this Operation"},{"displayName":"Text2","name":"text2","type":"string","default":"","placeholder":"t","required":true,"displayOptions":{"show":{"group":["text","text","text","text"],"tool":["checkStringContains","checkStringEnds","getStringJoin","checkStringStarts"]}},"description":"The \"Text2\" value to use as a parameter for this Operation"},{"displayName":"Glue","name":"glue","type":"string","default":"","placeholder":",","required":true,"displayOptions":{"show":{"group":["text","text"],"tool":["getStringJoin","getStringSplitAndJoin"]}},"description":"The \"Glue\" value to use as a parameter for this Operation"},{"displayName":"Field","name":"field","type":"options","default":"","placeholder":"name","required":true,"options":[{"name":"Alphabetic","value":"alphabetic"},{"name":"Alphanumeric","value":"alphanumeric"},{"name":"Cif","value":"cif"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Decimal","value":"decimal"},{"name":"Dni","value":"dni"},{"name":"Domain","value":"domain"},{"name":"Email","value":"email"},{"name":"Gender","value":"gender"},{"name":"Integer","value":"integer"},{"name":"Ip","value":"ip"},{"name":"Mobile","value":"mobile"},{"name":"Name","value":"name"},{"name":"Nie","value":"nie"},{"name":"Nif","value":"nif"},{"name":"Phone","value":"phone"},{"name":"Province","value":"province"},{"name":"Zipcode","value":"zipcode"}],"displayOptions":{"show":{"group":["text"],"tool":["getStringNormalized"]}},"description":"The \"Field\" value to use as a parameter for this Operation"},{"displayName":"Find","name":"find","type":"string","default":"","placeholder":"o","required":true,"displayOptions":{"show":{"group":["text","text"],"tool":["getStringReplaceAll","getStringReplaceFirst"]}},"description":"The \"Find\" value to use as a parameter for this Operation"},{"displayName":"Replace","name":"replace","type":"string","default":"","placeholder":"u","required":true,"displayOptions":{"show":{"group":["text","text"],"tool":["getStringReplaceAll","getStringReplaceFirst"]}},"description":"The \"Replace\" value to use as a parameter for this Operation"},{"displayName":"Texts","name":"texts","type":"string","default":"","placeholder":"sample,samples","required":true,"displayOptions":{"show":{"group":["text"],"tool":["getStringVlookup"]}},"description":"The \"Texts\" value to use as a parameter for this Operation"},{"displayName":"Html","name":"html","type":"string","default":"","placeholder":"<div>Esto es <strong>fantástico!</strong></div>","required":true,"displayOptions":{"show":{"group":["text"],"tool":["getStringWithoutHtml"]}},"description":"The \"Html\" value to use as a parameter for this Operation"},{"displayName":"Tin","name":"tin","type":"string","default":"","placeholder":"44016116G","required":true,"displayOptions":{"show":{"group":["finance","finance"],"tool":["getVatByNumber","checkVatExist"]}},"description":"The \"Tin\" value to use as a parameter for this Operation"},{"displayName":"Vin","name":"vin","type":"string","default":"","placeholder":"JF2AC53B3GE202643","required":true,"displayOptions":{"show":{"group":["product","product"],"tool":["checkVinFormat","getVinLookup"]}},"description":"The \"Vin\" value to use as a parameter for this Operation"},{"displayName":"Count1","name":"count1","type":"string","default":"","placeholder":"1","required":true,"displayOptions":{"show":{"group":["text"],"tool":["checkWordCountBetw"]}},"description":"The \"Count1\" value to use as a parameter for this Operation"},{"displayName":"Count2","name":"count2","type":"string","default":"","placeholder":"2","required":true,"displayOptions":{"show":{"group":["text"],"tool":["checkWordCountBetw"]}},"description":"The \"Count2\" value to use as a parameter for this Operation"},{"displayName":"Count","name":"count","type":"string","default":"","placeholder":"2","required":true,"displayOptions":{"show":{"group":["text","text","text","text","text"],"tool":["checkWordCountEq","checkWordCountGe","checkWordCountGt","checkWordCountLe","checkWordCountLt"]}},"description":"The \"Count\" value to use as a parameter for this Operation"},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"group":["audio","communication","company","finance","geographic","image","internet","personal","product","security","text"]}},"options":[{"displayName":"Data Webhook","name":"dataWebhook","type":"string","description":"URL to send tool response when tool has resolved your request","default":""}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.uproc/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/uProc"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/UProc/uproc.png"},
|
|
389
390
|
{"displayName":"UptimeRobot","name":"n8n-nodes-base.uptimeRobot","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume UptimeRobot API","defaults":{"name":"UptimeRobot"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"uptimeRobotApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"},{"name":"Alert Contact","value":"alertContact"},{"name":"Maintenance Window","value":"maintenanceWindow"},{"name":"Monitor","value":"monitor"},{"name":"Public Status Page","value":"publicStatusPage"}],"default":"account"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Get","value":"get","description":"Get account details","action":"Get an account"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["monitor"]}},"options":[{"name":"Create","value":"create","description":"Create a monitor","action":"Create a monitor"},{"name":"Delete","value":"delete","description":"Delete a monitor","action":"Delete a monitor"},{"name":"Get","value":"get","description":"Get a monitor","action":"Get a monitor"},{"name":"Get Many","value":"getAll","description":"Get many monitors","action":"Get many monitors"},{"name":"Reset","value":"reset","description":"Reset a monitor","action":"Reset a monitor"},{"name":"Update","value":"update","description":"Update a monitor","action":"Update a monitor"}],"default":"getAll"},{"displayName":"Friendly Name","name":"friendlyName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["monitor"],"operation":["create"]}},"description":"The friendly name of the monitor"},{"displayName":"Type","name":"type","type":"options","required":true,"default":"","options":[{"name":"Heartbeat","value":5},{"name":"HTTP(S)","value":1},{"name":"Keyword","value":2},{"name":"Ping","value":3},{"name":"Port","value":4}],"displayOptions":{"show":{"resource":["monitor"],"operation":["create"]}},"description":"The type of the monitor"},{"displayName":"URL","name":"url","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["monitor"],"operation":["create"]}},"description":"The URL/IP of the monitor"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["monitor"],"operation":["delete","reset","get"]}},"description":"The ID of the monitor"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["monitor"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["monitor"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["monitor"],"operation":["getAll"]}},"options":[{"displayName":"Alert Contacts","name":"alert_contacts","type":"boolean","default":false,"description":"Whether the alert contacts set for the monitor to be returned"},{"displayName":"Logs","name":"logs","type":"boolean","default":false,"description":"Whether the logs of each monitor will be returned"},{"displayName":"Maintenance Window","name":"mwindow","type":"boolean","default":false,"description":"Whether to return the maintenance windows for the monitors"},{"displayName":"Monitor IDs","name":"monitors","type":"string","default":"","description":"Monitors IDs separated with dash, e.g. 15830-32696-83920"},{"displayName":"Response Times","name":"response_times","type":"boolean","default":false,"description":"Whether the response time data of each monitor will be returned"},{"displayName":"Search","name":"search","type":"string","default":"","description":"A keyword to be matched against URL and friendly name"},{"displayName":"Statuses","name":"statuses","type":"multiOptions","default":[],"options":[{"name":"Paused","value":0},{"name":"Not Checked Yet","value":1},{"name":"Up","value":2},{"name":"Seems Down","value":8},{"name":"Down","value":9}]},{"displayName":"Types","name":"types","type":"multiOptions","default":[],"options":[{"name":"Heartbeat","value":5},{"name":"HTTP(S)","value":1},{"name":"Keyword","value":2},{"name":"Ping","value":3},{"name":"Port","value":4}],"description":"Select monitor types"}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["monitor"],"operation":["update"]}},"description":"The ID of the monitor"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["monitor"],"operation":["update"]}},"options":[{"displayName":"Friendly Name","name":"friendly_name","type":"string","default":"","description":"The friendly name of the monitor"},{"displayName":"HTTP Auth Type","name":"http_auth_type","type":"options","default":"","options":[{"name":"HTTP Basic","value":1},{"name":"Digest","value":2}],"description":"The authentication type for password-protected web pages"},{"displayName":"HTTP Method","name":"http_method","type":"options","default":"","options":[{"name":"DELETE","value":6},{"name":"GET","value":2},{"name":"HEAD","value":1},{"name":"OPTIONS","value":7},{"name":"PATCH","value":5},{"name":"POST","value":3},{"name":"PUT","value":4}],"description":"The HTTP method to be used"},{"displayName":"HTTP Password","name":"http_password","type":"string","default":"","description":"The password used for password-protected web pages"},{"displayName":"HTTP Username","name":"http_username","type":"string","default":"","description":"The username used for password-protected web pages"},{"displayName":"Interval","name":"interval","type":"number","default":"","description":"The interval for the monitoring check"},{"displayName":"Port","name":"port","type":"number","default":"","description":"The monitored port"},{"displayName":"Status","name":"status","type":"options","default":"","options":[{"name":"Pause","value":0},{"name":"Resume","value":1}],"description":"Select monitor statuses"},{"displayName":"Sub Type","name":"sub_type","type":"options","default":"","options":[{"name":"Custom Port","value":99},{"name":"FTP (21)","value":3},{"name":"HTTP (80)","value":1},{"name":"HTTPS (443)","value":2},{"name":"IMAP (143)","value":6},{"name":"POP3 (110)","value":5},{"name":"SMTP (25)","value":4}],"description":"Specify which pre-defined port/service or custom port is monitored"},{"displayName":"URL","name":"url","type":"string","default":"","description":"The URL/IP of the monitor"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["alertContact"]}},"options":[{"name":"Create","value":"create","description":"Create an alert contact","action":"Create an alert contact"},{"name":"Delete","value":"delete","description":"Delete an alert contact","action":"Delete an alert contact"},{"name":"Get","value":"get","description":"Get an alert contact","action":"Get an alert contact"},{"name":"Get Many","value":"getAll","description":"Get many alert contacts","action":"Get many alert contacts"},{"name":"Update","value":"update","description":"Update an alert contact","action":"Update an alert contact"}],"default":"getAll"},{"displayName":"Friendly Name","name":"friendlyName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alertContact"],"operation":["create"]}},"description":"The friendly name of the alert contact"},{"displayName":"Type","name":"type","type":"options","required":true,"default":"","options":[{"name":"Boxcar","value":4},{"name":"E-Mail","value":2},{"name":"Pushbullet","value":6},{"name":"Pushover","value":9},{"name":"SMS","value":1},{"name":"Twitter DM","value":3},{"name":"Webhook","value":5}],"displayOptions":{"show":{"resource":["alertContact"],"operation":["create"]}},"description":"The type of the alert contact"},{"displayName":"Value","name":"value","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alertContact"],"operation":["create"]}},"description":"The correspondent value for the alert contact type"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alertContact"],"operation":["delete","get"]}},"description":"The ID of the alert contact"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["alertContact"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["alertContact"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["alertContact"],"operation":["getAll"]}},"options":[{"displayName":"Alert Contact IDs","name":"alert_contacts","type":"string","default":"","description":"Alert contact IDs separated with dash, e.g. 236-1782-4790"}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alertContact"],"operation":["update"]}},"description":"The ID of the alert contact"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["alertContact"],"operation":["update"]}},"options":[{"displayName":"Friendly Name","name":"friendly_name","type":"string","default":"","description":"The friendly name of the alert contact"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The correspondent value for the alert contact type (can only be used if it is a Webhook alert contact)"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["maintenanceWindow"]}},"options":[{"name":"Create","value":"create","description":"Create a maintenance window","action":"Create a maintenance window"},{"name":"Delete","value":"delete","description":"Delete a maintenance window","action":"Delete a maintenance window"},{"name":"Get","value":"get","description":"Get a maintenance window","action":"Get a maintenance window"},{"name":"Get Many","value":"getAll","description":"Get many a maintenance windows","action":"Get many maintenance windows"},{"name":"Update","value":"update","description":"Update a maintenance window","action":"Update a maintenance window"}],"default":"getAll"},{"displayName":"Duration (Minutes)","name":"duration","type":"number","required":true,"default":1,"displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"]}},"description":"The maintenance window activation period (minutes)"},{"displayName":"Friendly Name","name":"friendlyName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"]}},"description":"The friendly name of the maintenance window"},{"displayName":"Type","name":"type","type":"options","required":true,"default":"","options":[{"name":"Once","value":1},{"name":"Daily","value":2},{"name":"Weekly","value":3},{"name":"Monthly","value":4}],"displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"]}},"description":"The type of the maintenance window"},{"displayName":"Week Day","name":"weekDay","type":"options","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"],"type":[3]}},"options":[{"name":"Monday","value":1},{"name":"Tuesday","value":2},{"name":"Wednesday","value":3},{"name":"Thursday","value":4},{"name":"Friday","value":5},{"name":"Saturday","value":6},{"name":"Sunday","value":7}],"default":""},{"displayName":"Month Day","name":"monthDay","type":"number","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"],"type":[4]}},"typeOptions":{"minValue":1,"maxValue":30},"default":1},{"displayName":"Start Time","name":"start_time","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"]}},"description":"The maintenance window start datetime"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["delete","get"]}},"description":"The ID of the maintenance window"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["getAll"]}},"options":[{"displayName":"Maintenance Window IDs","name":"mwindow","type":"string","default":"","description":"Maintenance windows IDs separated with dash, e.g. 236-1782-4790"}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["update"]}},"description":"The ID of the maintenance window"},{"displayName":"Duration (Minutes)","name":"duration","type":"number","required":true,"default":"","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["update"]}},"description":"The maintenance window activation period (minutes)"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["update"]}},"options":[{"displayName":"Friendly Name","name":"friendly_name","type":"string","default":"","description":"The friendly name of the maintenance window"},{"displayName":"Start Time","name":"start_time","type":"dateTime","default":"","description":"The maintenance window start datetime"},{"displayName":"Type","name":"type","type":"options","default":"","options":[{"name":"Once","value":1},{"name":"Daily","value":2},{"name":"Weekly","value":3},{"name":"Monthly","value":4}],"description":"The type of the maintenance window"},{"displayName":"Week Day","name":"weekDay","type":"options","displayOptions":{"show":{"type":[3]}},"options":[{"name":"Monday","value":1},{"name":"Tuesday","value":2},{"name":"Wednesday","value":3},{"name":"Thursday","value":4},{"name":"Friday","value":5},{"name":"Saturday","value":6},{"name":"Sunday","value":7}],"default":""},{"displayName":"Month Day","name":"monthDay","type":"number","displayOptions":{"show":{"type":[4]}},"typeOptions":{"minValue":1,"maxValue":30},"default":1}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["publicStatusPage"]}},"options":[{"name":"Create","value":"create","description":"Create a public status page","action":"Create a public status page"},{"name":"Delete","value":"delete","description":"Delete a public status page","action":"Delete a public status page"},{"name":"Get","value":"get","description":"Get a public status page","action":"Get a public status page"},{"name":"Get Many","value":"getAll","description":"Get many public status pages","action":"Get many public status pages"}],"default":"getAll"},{"displayName":"Friendly Name","name":"friendlyName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["create"]}},"description":"The friendly name of the status page"},{"displayName":"Monitor IDs","name":"monitors","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["create"]}},"description":"Monitor IDs to be displayed in status page (the values are separated with a dash (-) or 0 for all monitors)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["create"]}},"options":[{"displayName":"Custom Domain","name":"custom_domain","type":"string","default":"","description":"The domain or subdomain that the status page will run on"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"The password for the status page"},{"displayName":"Sort","name":"sort","type":"options","default":"","options":[{"name":"Friendly Name (A-Z)","value":1},{"name":"Friendly Name (Z-A)","value":2},{"name":"Status (Up-Down-Paused)","value":3},{"name":"Status (Down-Up-Paused)","value":4}],"description":"The sorting of the status page"}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["delete","get"]}},"description":"The ID of the public status page"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["getAll"]}},"options":[{"displayName":"Public Status Page IDs","name":"psps","type":"string","default":"","description":"Public status pages IDs separated with dash, e.g. 236-1782-4790"}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["update"]}},"description":"The ID of the public status page"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["update"]}},"options":[{"displayName":"Custom Domain","name":"custom_domain","type":"string","default":"","description":"The domain or subdomain that the status page will run on"},{"displayName":"Friendly Name","name":"friendly_name","type":"string","default":"","description":"The friendly name of the status page"},{"displayName":"Monitor IDs","name":"monitors","type":"string","default":"","description":"Monitor IDs to be displayed in status page (the values are separated with a dash (-) or 0 for all monitors)"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"The password for the status page"},{"displayName":"Sort","name":"sort","type":"options","default":"","options":[{"name":"Friendly Name (A-Z)","value":1},{"name":"Friendly Name (Z-A)","value":2},{"name":"Status (Up-Down-Paused)","value":3},{"name":"Status (Down-Up-Paused)","value":4}],"description":"The sorting of the status page"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.uptimerobot/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/uptimeRobot/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/UptimeRobot/uptimerobot.svg"},
|
|
390
391
|
{"displayName":"urlscan.io","name":"n8n-nodes-base.urlScanIo","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Provides various utilities for monitoring websites like health checks or screenshots","defaults":{"name":"urlscan.io"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"urlScanIoApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","noDataExpression":true,"type":"options","options":[{"name":"Scan","value":"scan"}],"default":"scan"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["scan"]}},"options":[{"name":"Get","value":"get","action":"Get a scan"},{"name":"Get Many","value":"getAll","action":"Get many scans"},{"name":"Perform","value":"perform","action":"Perform a scan"}],"default":"perform"},{"displayName":"Scan ID","name":"scanId","type":"string","default":"","description":"ID of the scan to retrieve","displayOptions":{"show":{"resource":["scan"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["scan"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["scan"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["scan"],"operation":["getAll"]}},"options":[{"displayName":"Query","name":"query","type":"string","description":"Query using the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-dsl-query-string-query\">Elastic Search Query String syntax</a>. See <a href=\"https://urlscan.io/docs/search/\">supported fields</a> in the documentation.","default":"","placeholder":"domain:n8n.io"}]},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"https://n8n.io","description":"URL to scan","displayOptions":{"show":{"resource":["scan"],"operation":["perform"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["scan"],"operation":["perform"]}},"options":[{"displayName":"Custom Agent","name":"customAgent","description":"<code>User-Agent</code> header to set for this scan. Defaults to <code>n8n</code>","type":"string","default":""},{"displayName":"Override Safety","name":"overrideSafety","description":"Disable reclassification of URLs with potential PII in them","type":"string","default":""},{"displayName":"Referer","name":"referer","description":"HTTP referer to set for this scan","type":"string","placeholder":"https://n8n.io","default":""},{"displayName":"Tags","name":"tags","description":"Comma-separated list of user-defined tags to add to this scan. Limited to 10 tags.","placeholder":"phishing, malicious","type":"string","default":""},{"displayName":"Visibility","name":"visibility","type":"options","default":"private","options":[{"name":"Private","value":"private"},{"name":"Public","value":"public"},{"name":"Unlisted","value":"unlisted"}]}]}],"codex":{"categories":["Development","Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.urlscanio/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/urlScanIo"}]},"alias":["Scrape"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/UrlScanIo/urlScanIo.svg"},
|